SimonasAS
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Emmet Lite] Change the background colour of table rowsThanks!
Forum: Themes and Templates
In reply to: [Emmet Lite] Change the background colour of table rowsThanks, that is great! I really appreciate your help. One more question: at the footer there is a pre-built widget which says ‘RECENT POSTS’. Is it possible to rename it to ‘RECENT NEWS’?
S.
Forum: Themes and Templates
In reply to: [Emmet Lite] How to show post dates in the blog?Thanks!!
Forum: Plugins
In reply to: [Ultimate Widgets Light] Big space right below the last item in Menu widgetI will! Thanks. ??
Forum: Plugins
In reply to: [Ultimate Widgets Light] Big space right below the last item in Menu widgetCool! And last question: how about the sub menu text, the one that goes under ‘+’ sign? Can you make it bigger?
Forum: Plugins
In reply to: [Ultimate Widgets Light] Big space right below the last item in Menu widgetThank you so much, it worked! One more question: is it possible to make the font size in the widget bigger?
S.
I was able to find the code!
<?php $Width = '85px'; $Height = '55px'; if (class_exists("C_Widget")) { $example = new C_Widget(); $example->echo_widget_random('9',$Width,$Height); } ?>
I found a solution.
You have to remove all the hyphens from the text in Word.
here’s how: https://foxdocs.biz/BetweenTranslations/pre-translation-remove-breaks-and-optional-hyphens/
I found a solution.
You have to remove all the hyphens from the text in Word.
here’s how: https://foxdocs.biz/BetweenTranslations/pre-translation-remove-breaks-and-optional-hyphens/
I have just realized that the problem has to do with the fact that a lot of the text is somehow hyphenated. If you paste it into a Notepad, it lo-oks li-ke th-is.
And the search function is not able to search such stuff, even though I know how to turn off hyphenation in a css – the text itself remains hyphenated, even if it does not appear as such.
So I should somehow either remove hyphenation from the text (I don’t know how) or make WordPress able to search hyphenated text.
I have just realized that the problem has to do with the fact that a lot of the text is somehow hyphenated. If you paste it into a Notepad, it lo-oks li-ke th-is.
And the search function is not able to search such stuff, even though I know how to turn off hyphenation in a css – the text itself remains hyphenated, even if it does not appear as such.
So I should somehow either remove hyphenation from the text (I don’t know how) or make WordPress able to search hyphenated text.
Perhaps there are plugins that impede the search process?