stephanknorr
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MultiColors] Theme update: extra settings in CustomizerHi Guido.
Thanks for the hint!
So i am happy with esc_html() but i will use the “Big Mac” β°.
Before i was using <i class=”fa fa-bars”></i> (FontAwesome) which was in conflict with esc_html.Stephan
- This reply was modified 1 year, 9 months ago by stephanknorr.
- This reply was modified 1 year, 9 months ago by stephanknorr.
- This reply was modified 1 year, 9 months ago by stephanknorr.
- This reply was modified 1 year, 9 months ago by stephanknorr.
- This reply was modified 1 year, 9 months ago by stephanknorr.
- This reply was modified 1 year, 9 months ago by stephanknorr.
Forum: Themes and Templates
In reply to: [MultiColors] Theme update: extra settings in CustomizerHi Guido.
Thanks for the answer.
No, I have already the solution and I output the default entry with the three bars (html tag i) π
Please have a look at the output on a mobile with and without esc_html.Stephan
Forum: Themes and Templates
In reply to: [MultiColors] Theme update: extra settings in CustomizerHi Guido.
I have just discovered a minor error in the update.
header.php: line 67
The label should not be escaped at the output, otherwise the default i-Tag is output as text and not interpreted.
But instead of
βecho esc_html($mobile_menu_label);β
simply
βecho $mobile_menu_label;β
does it.All the best from Switzerland. Stephan
Forum: Reviews
In reply to: [PDF Embedder] Since last Update a code shameHello Slava, thanks for the reply.
- two instead of one plugin is not a simplification for the customer. Faster updates are also not a benefit. Those who pay are penalized.
And by the way: Giants are not necessarily role models. - and again: those who pay are penalized – in this case because they cannot easily switch off usage tracking.
And by the way: What is done by many is not necessarily exemplary. - how about an option ‘Usage Tracking’ for all versions, which only causes these superfluous tables to be created by default when activated?
This would make the plugin, which is super good by the way, nice and transparent again.
I hope this helps.
StephanForum: Themes and Templates
In reply to: [MultiColors] Theme update: CSS classesHi.
And additionally you have changed in
File content-list:
– classes post-title entry-title into entry-title post-title
– class entry-content into entry-content post-content`Stephan
- This reply was modified 3 years, 7 months ago by stephanknorr.
The field belongs to WP Media List:
ScreenshotI use Real Media Library with Real Physical Media where the Renamer works as handler.
Hi Jordy.
Still the same, also with your very new version:
In the WP Media list i can autorename and undo but not edit, while it in the Renamer dashboard and the attachment edit page works.Forum: Themes and Templates
In reply to: [MultiColors] Theme update: removed Google fontQuestion: Does the Pro version of the Fonts Plugin include lifetime updates or only on an annual basis?
Forum: Themes and Templates
In reply to: [MultiColors] Theme update: removed Google fontI think that if you consistently download only the font weights ‘normal’ for in the Fonts Plugin and use them locally, then the bold statement should again only be implemented by the browser.
Stephan
Forum: Themes and Templates
In reply to: [MultiColors] Theme update: removed Google fontHi Guido.
I have also just done some tests and found the explanation for the “phenomenon”.
Unfortunately, it is quite simple.The font file your theme uses contains only one, the typeface Open Sans regular (400). The CSS font-weight:bold statement is therefore simply implemented by the browser by directly manipulating the font.
The font file of the Fonts Plugin, on the other hand, contains all typefaces, from Open Sans Light to Extra Bold (300-800) and the bold statement is implemented by replacing the typeface which have different widths (https://fonts.google.com/specimen/Open+Sans).
Thank you very much for your thoughts. Your tip with the different font files helped me a lot.
Best wishes.
Stephan`Forum: Themes and Templates
In reply to: [MultiColors] Theme update: removed Google fontThank you for your commitment!
Here is my application of your theme: https://cantone-libero.ch/
Forum: Themes and Templates
In reply to: [MultiColors] Theme update: removed Google fontHi Guido.
Thanks.
Yes, of course I did and it all works perfectly. I have absolutely no problem with the theme, I only have one question that interests me a lot:
Why does Open Sans behave like a uniwidth font in your theme even though it isn’t?
More precisely in an example: In the menu line, the menu items in Open Sans remain exactly the same width, although I have set text-decoration to none and font-weight to bold for a:hover.
With Verdana, the items become wider and therefore shift.`Stephan
Forum: Themes and Templates
In reply to: [MultiColors] Theme update: removed Google font–
Forum: Themes and Templates
In reply to: [MultiColors] Theme update: removed Google fontHi Guido.
Thank you very much for your answer.
I am Swiss and my website too, so the GDPR does not apply to us until now and I have reactivated the Google Fonts in Multicolors until further notice π.
What I meant by my question is technical and I don’t understand the following:
So I’m using Open Sans and I set {font-weight: bold} for a:hover. Nevertheless, the labels of a link do not get wider when hovering. Why not in multicolors? On other sites with Open Sans it becomes wider (Open Sans is not uniwidth). I deeply searched the theme’s code but didn’t find anything.
Do you have an explanation for this?All the best for a nice weekend.
Stephan