- 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?
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?
- 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.
- Where can I add this code?
- SOme of our descriptions are longer, so maybe it's possible to make the boxes bigger to fit the text.
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.
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.
The only option is to add a glossary which creates new pages.
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.
It would be great to have an option to select from existing posts on the website and not create new ones for each item
We will discuss this option with our technical team.
We have updated and released the latest version with this option.
Please login or Register to submit your answer