This topic has 3 replies, 4 voices, and was last updated 12 years, 5 months ago by Fem.
Tagged: background color, section, shortcode
Viewing 4 posts - 1 through 4 (of 4 total)
with the upgrade to 1.7.5 this week, noticed all my background colors for sections weren’t displaying
There was no inline style being inserted as a style into the div class=section_bg, I made the following change in line 395 in framework/shortcode/general.php
change from:
if($image) {
to
if($image || $bgcolor) {
and the problem was fixed. if you could validate the fix and ensure it makes it into the next release I would appreciate it.
We will fix this in the next updates thanks for pointing.
I’m having the same issue with the section background color not showing, how can I fix this?
Thanks
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.