QuestionsCategory: General QuestionsDon’t want new glossary pages
tatevdmarc
asked 1 month ago
Hello,   We're testing the glossary and have the following issues:
  • We do not want to create separate pages/urls for each glossary term, we want to redirect to our existing pages. How can we do this without manually redirecting each url?
  • We want to change the size of the "What word are you interested in?" text. How to do that?
  • Can we expend the description boxes?
3 Answers
tech Staff
answered 1 month ago

Hi,

1/ Currently, our plugin only supports selecting posts and manually adding a custom URL for each Glossary item. We will discuss a better approach.

2/ To change the font size of the text in the search box, you can use the following CSS code:

div.gloss-search strong {
font-size: 15px;
}

3/ Could you provide me with more details about how you would like the description section to be expanded?

tatevdmarc
answered 1 month ago
Thank you for the answers.
  1. This is very critical for us. We want to link to our existing pages without doing so many redirections. Hope you can suggest a solution.
  2. Where can I add this code?
  3. SOme of our descriptions are longer, so maybe it's possible to make the boxes bigger to fit the text.
techStaff
replied 1 month ago

1/ We will discuss this issue with our technical team. For now, the best solution is to select a page for each Glossary item.

2/ You can add the following CSS code via Dashboard > Appearance > Customize > Additional CSS:

3/ To adjust the excerpt length manually, you can open the file emo-glossary-pro/emo-glossary.php and go to line 390:
$excerpt = glossary_excerpt_length($excerpt, 20); // Limit excerpt to 20 words

We will include an option to update this directly from the settings in the next version.

tatevdmarc
replied 1 month ago

Thanks for the help. On more clarification: what do you mean by “select a page for each Gloassary”?
The only option is to add a glossary which creates new pages.

tatevdmarc
answered 4 weeks ago
Please clarify what you mean by “select a page for each Gloassary”?
The only option is to add a glossary which creates new pages.
techStaff
replied 4 weeks ago

I mean, at the moment there’s an option to select a post in the glossary item when you create or edit a glossary. In addition, there’s a field to add a custom link. And we’re planning to add a select box for pages as well. That would be the best approach.

tatevdmarc
replied 4 weeks ago

It would be great to have an option to select from existing posts on the website and not create new ones for each item

techStaff
replied 3 weeks ago

We will discuss this option with our technical team.

techStaff
replied 3 weeks ago

We have updated and released the latest version with this option.

Please login or Register to submit your answer