albertx7
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hestia] Color of Article DescriptionThanks @emranemranx !!
Yes, It works!
Thanks a lot!!Thanks @laurentiu1themeisle
I added the CSS code, but the problem is the same.
Could you check in https://www.salutealtop.com ?I need to fix it.
Thanks a lotAlberto
Forum: Themes and Templates
In reply to: [GeneratePress] Google fonts in Article sectionI tried….but doesn’t works.
No problem..i write articles with Georgia ;-(Thanks Tom
PS: Where can I learn how to change template for my pages? I want pages look different from article
Forum: Themes and Templates
In reply to: [GeneratePress] Google fonts in Article sectionSure.
In the Snippets plugin, I added:add_filter( 'generate_number_of_fonts','tu_show_fifty_google_fonts' ); function tu_show_fifty_google_fonts() { return 50; }and then this:
add_filter( 'generate_typography_customize_list', 'tu_add_google_fonts' ); function tu_add_google_fonts( $fonts ) { $fonts[ 'zilla_slab' ] = array( 'name' => 'Lato', 'variants' => array( '300', '300i', '400', '400i', '500', '500i', '600', '600i', '700', '700i' ), 'category' => 'serif' ); return $fonts; }Google fonts are available in Customizes section of Generatepress, but they aren’t in the Article section when i try to choose the font.
Forum: Themes and Templates
In reply to: [GeneratePress] Google fonts in Article sectionI added that 2 code with Code Snippets plugin.
I replace ‘name’ => ‘Zilla Slab’ with ‘name’ => ‘Lato’,
I set both snippets in “Run Snippet Everywhere”
But i can’t see google fonts list in Article section.
I don’t understand why :-/Thank you TOm
Forum: Themes and Templates
In reply to: [GeneratePress] Adding code in footer.phpI selected “Only run on site front-end” from plugin’s options.
IT WORKS.
Thank you.But, why I can’t add it directly in footer.php?
Forum: Themes and Templates
In reply to: [GeneratePress] Adding code in footer.phpWith Code Snippets plugin, that’s the error:
https://s13.postimg.org/u4n7mke87/error.pngπ
I don’t understand how to add this code.
Thank you again Tom
Forum: Themes and Templates
In reply to: [GeneratePress] Logo sizeThank you very much Tom π
Forum: Themes and Templates
In reply to: [GeneratePress] Logo sizeOk LEO, thank you.
Last question: how you can see in my website mobile version (http://www.salutealtop.com), there is a white space about logo image.
I would like logo could fill the entire section.
See here what I mean: https://s14.postimg.org/p67a47k29/logo.jpgThank you again π
Albert
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] ShareThis for WordPress's problemHi Evan,
I just have updated it into version 6.0.3.1.
I’ll let you know, if other issues will be appear.
Thank you very much.
The same problem!! :-/
Forum: Themes and Templates
In reply to: [Leaf] Change menu color passing over with mouseThank you very much!
IT WORKS! πForum: Themes and Templates
In reply to: [Leaf] Change menu color passing over with mouseThank guys!
I wrote it in the CUSTOM CSS but it does not work.
When I pass the mouse over the titles on the PRIMARY MENU or HEADER MENU, the words do not change color πHow can i do guys?
THANK YOU VERY MUCH!
Forum: Themes and Templates
In reply to: [Leaf] Change menu color passing over with mouseThank bradzazzara.
In THEME OPTIONS, however, does not allow you to change the color of the titles og pages in menΓΉ when you pass the mouse over them :-/