-
AuthorPosts
-
March 21, 2019 at 11:01 am #1081319
Hi Team Kriesi,
there are some strange css problems after the update from 4.5.4 to 4.5.5. I inspected the code and found some wrong syntax I think.
css code in 4.5.4
<div class="av_iconlist_title iconlist_title_small av_inherit_color av-mini-font-size-overwrite av-mini-font-size-20" itemprop="headline" style="color:#ffffff; font-size:27px; ">8-teiliges Sortiment</div>
css code in 4.5.5 that causes some things not to render (double style=)
<div class="av_iconlist_title iconlist_title_small av_inherit_color av-mini-font-size-overwrite av-mini-font-size-20" itemprop="headline" style=" style=" color:#af0000;="" font-size:27px;="" 'color:#ffffff;="" '="">8-teiliges Sortiment</div>
And of course nothing was changed by me.
Here you can see both boxes before and after the update – white font color is correct.
graphicsThanks for inspecting this!
heavy- This topic was modified 5 years, 8 months ago by heavyman.
March 24, 2019 at 6:26 pm #1082288Hey heavyman,
Have you tried to clear your cache after updating the version?
Best regards,
BasilisMarch 24, 2019 at 6:44 pm #1082316Hey Basilis,
yes of course – we did everything we can;-)) but we are sure this must be a bug in the Theme. We changed the font color of the symbol list to #ffffff. As you can see above there is a double “style=” in the code and therefore the #ffffff is not rendered. When we switch back to 4.54 everything is ok.
March 27, 2019 at 11:54 am #1083523Hi,
Thank you for using Enfold.
I tried to reproduce the problem on my dev install, but could not.
Could you create a WP admin account for us so we can check your backend ?
Please also enable debug mode by adding the code provided in this link to your functions.php file which can be accessed from Appearance > Editor
This lets us view the shortcode for all the page elements. Maybe this helps to locate the problem.
You can add the credentials in the Private content field.
Best regards,
GünterMarch 27, 2019 at 12:30 pm #1083535Hi Günter,
debug mode is enabled by default on our installations;-)
You can find the login credentials in private section – the shortcode is not changing in the portfolio when you switch between 4.54 and 4.55!
We also deactivated all plugins and erased all css codes – changed nothing.
Thanks for inspecting this.Best regards
heavyMarch 27, 2019 at 6:42 pm #1083761Hi,
Thanks for your feedback.
I found the bug.
In enfold\config-templatebuilder\avia-shortcodes\iconlist\iconlist.php in line 519 you find:
$this->screen_options = AviaHelper::av_mobile_sizes( $atts );
Below this line please add:
$this->icon_html_styling = ''; $this->title_styling = ''; $this->content_styling = ''; $this->content_class = ''; $this->title_class = ''; $this->iconlist_styling = '';
This should fix the problem. I will also check the other elements for a similar problem.
If you need assistance for the modification let us know and we can do it for you (I see 2 Enfold themes in the WP backend editor – therefore I did not update it).
Best regards,
GünterMarch 27, 2019 at 7:09 pm #1083763Hi Günter,
thanks – this modification did it. Be sure to implement this in the update;-))
Best regards
heavyMarch 27, 2019 at 7:17 pm #1083765I have no idea how to add this, can a mod please do it?
Hi,
Thanks for your feedback.
I found the bug.
In enfold\config-templatebuilder\avia-shortcodes\iconlist\iconlist.php in line 519 you find:
$this->screen_options = AviaHelper::av_mobile_sizes( $atts );
Below this line please add:$this->icon_html_styling = ”;
$this->title_styling = ”;
$this->content_styling = ”;
$this->content_class = ”;
$this->title_class = ”;
$this->iconlist_styling = ”;
This should fix the problem. I will also check the other elements for a similar problem.If you need assistance for the modification let us know and we can do it for you (I see 2 Enfold themes in the WP backend editor – therefore I did not update it).
Best regards,
GünterMarch 27, 2019 at 7:26 pm #1083768That did it! Thanks!
March 27, 2019 at 7:37 pm #1083776Worked it out just now, all fixed
March 28, 2019 at 4:26 pm #1084162 -
AuthorPosts
- The topic ‘Possible CSS rendering bug in 4.5.5’ is closed to new replies.