Tagged: icon box
-
AuthorPosts
-
July 21, 2021 at 7:00 pm #1311214
Good Morning!
Last night we launched a new site, and right before launch, we updated Enfold from 4.8.3 to 4.8.4. A quick spot check of the test site seemed fine, so we launched. This morning someone noticed that the individual icon boxes on one page showed the correct headings, icons, and colors. However the content was not showing our content but the “Click here to add your own text” default content. Our content clearly shows in the back end, but the front end shows the default.
I changed the new live site to an icon list, which shows everything just fine. I’ll put links in the private section below to the correctly displayed live site as well as the test site, which still shows incorrectly.
I’m guessing you may need WP admin access, so I’ll see if I can get that for you. I can set it up, but I’ll need permission first.
Thanks!
Scott
July 21, 2021 at 7:04 pm #1311215Hey Scott,
Thanks for contacting us and sorry for the inconvenience!
We have reported the issue to our devs and will release a fix as soon as possible.
If you would like to apply a temporary fix, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 196th line
'std' => __( 'Click to add your own text here', 'avia_framework' ),
and comment it out as following
//'std' => __( 'Click to add your own text here', 'avia_framework' ),
If you would like us to apply the temporary fix for you, please post temporary WP admin logins here privately :)
Regards,
YigitJuly 22, 2021 at 11:28 am #1311428Hi, I don;t know whether someone already reported it, but it happens for the animated numbers element too. do you have a fix for that too?
Thanks Rob
July 22, 2021 at 11:33 am #1311431Hi,
Please revert the change you made above and find following line in /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php and /enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.php files:
$default = $this->sync_sc_defaults_array( $default );
and change it to following
$default = $this->sync_sc_defaults_array( $default, 'no_modal_item', 'no_content' );
If you would like us to update the files for you, please create temporary admin logins and post them here privately :)
Regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.