Home › Forums › WoodMart support forum › H1 Font Size for single product Titel not working
H1 Font Size for single product Titel not working
- This topic has 14 replies, 3 voices, and was last updated 3 years, 8 months ago by
Artem Temos.
-
AuthorPosts
-
June 25, 2021 at 11:16 am #302460
iRomeKParticipantHey guys,
since your last update, my font size settings won’t work anymore.As you can see in the attachment, to sizes should change. I am using elementor pro as well. Does this affect the settings since the last update?
You can check the affected product – page above.
Hope you can help me to bring back a normal size to h1 for mobile (26px not 45px).
Thank you and best regards,
iRomeKAttachments:
You must be logged in to view attached files.June 25, 2021 at 12:30 pm #302508
Aizaz Imtiaz AwanKeymasterHello,
Please update the theme to the latest Woodmart 6.1.3 version released now. Also, update the theme plugins as well, I am sure your issue will be solved.
Best Regards.
June 26, 2021 at 8:18 am #302636
iRomeKParticipantHey,
installed the new version 6.1.3, cleared cache. Not working at all.
I have still the font size in mobile, which I set for desktop. The size for mobile is ignored. Stil 45 than 26.Best regards,
iRomeKJune 26, 2021 at 11:53 am #302672
Aizaz Imtiaz AwanKeymasterHello,
Please deactivate all the third party plugins and provide with the admin panel login details of the website.
Best Regards
June 26, 2021 at 11:59 am #302675
iRomeKParticipantHere is access to the staging environment.
Worked fine till the last 2 updates. Hope you can fix this.
best regards and thank you,
iRomeKJune 26, 2021 at 1:22 pm #302715
Aizaz Imtiaz AwanKeymasterHello,
I have logged into your website and all the third party plugins are still activated.
Please deactivate all the third party plugins and tell me then we will troubleshoot with the theme plugins.
Best Regards
June 26, 2021 at 1:31 pm #302718
iRomeKParticipantall deactivated. Problem still there.
Thank you
June 28, 2021 at 8:10 am #303014
Aizaz Imtiaz AwanKeymasterHello,
I have tried to login to your website and it is redirecting to the 404 page.
Screenshot for Clarification: https://gyazo.com/76eec39dd87d829eaa9dc2ce15548aeb
Please fix this issue to let me assist you further.
Regards.
Xtemos Studios.June 28, 2021 at 8:25 am #303016
Artem TemosKeymasterHello,
It seems to be a bug in our theme. In order to fix it, you need to edit the file “woodmart/inc/classes/Themesettingscss.php” and replace the following code
private function get_all_css( $preset_id = '' ) { $options = Options::get_instance(); $css_parser = CSSParser::get_instance(); $options->load_defaults(); $options->load_options(); $options->load_presets( $preset_id ); $options->override_options_from_meta(); $options->setup_globals(); $css_index = $css_parser->ParseCSS( $options->get_css_output() ); $css = $css_parser->GetCSS( $css_index ); $css .= $this->get_theme_settings_css(); $css .= $this->get_icons_font_css(); $css .= $this->get_custom_fonts_css(); $css .= $this->get_custom_css(); return apply_filters( 'woodmart_get_all_theme_settings_css', $css ); }
with this one
private function get_all_css( $preset_id = '' ) { $options = Options::get_instance(); $options->load_defaults(); $options->load_options(); $options->load_presets( $preset_id ); $options->override_options_from_meta(); $options->setup_globals(); $css = $options->get_css_output(); $css .= $this->get_theme_settings_css(); $css .= $this->get_icons_font_css(); $css .= $this->get_custom_fonts_css(); $css .= $this->get_custom_css(); return apply_filters( 'woodmart_get_all_theme_settings_css', $css ); }
Kind Regards
June 30, 2021 at 7:05 am #303510
iRomeKParticipantHello and thanks for the code.
I replaced it but nothing has happen. The font size is still not changing on mobile.
Best regards,
iRomeKJune 30, 2021 at 7:40 am #303526
Artem TemosKeymasterPlease, send us your FTP access so we can check this ourselves.
June 30, 2021 at 7:47 am #303530
iRomeKParticipantCredential for you.
June 30, 2021 at 8:26 am #303547
Artem TemosKeymasterYou need to resave Theme Settings after changes in the code.
July 2, 2021 at 7:45 am #304101
iRomeKParticipantThat worked! Thank you! 🙂
July 2, 2021 at 8:21 am #304112
Artem TemosKeymasterGreat, you are welcome!
-
AuthorPosts
The topic ‘H1 Font Size for single product Titel not working’ is closed to new replies.
- You must be logged in to create new topics. Login / Register