-
AuthorPosts
-
July 21, 2021 at 10:52 am #1311098
Hi
I updated the theme to the latest version 4.8.4 and the contents of the icon boxes are no longer visible. It always says “Click to add text here” even if there is text in the content editor.
Thanks in advance for the support.
MauraJuly 21, 2021 at 5:14 pm #1311188This reply has been marked as private.July 21, 2021 at 7:34 pm #1311223Hey Maura,
Thanks for contacting us and sorry for the inconvenience!
1- 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 :)
2- Could you please elaborate on the second issue so we can reproduce on our installations?
Best regards,
YigitJuly 22, 2021 at 9:57 am #1311406Hi Yigit
regarding the first problem I applied the fix and now everything is ok! Thank you.
As for the second problem, I send you the shortcode in private; the fact is that before the update the iconbox rows appeared stuck together and without margins (and that’s what I want); now between one row and the other there is a margin-top of 50px that I had to cancel with the css code that I communicated in the previous post.
I’m waiting for your info. Thank you!July 24, 2021 at 4:01 am #1312005Hi Maura,
Please try the following in Quick CSS under Enfold->General Styling:
#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) { margin-top: 0; }
Best regards,
RikardJuly 24, 2021 at 8:53 am #1312040This reply has been marked as private.July 26, 2021 at 8:44 am #1312318Hi sds2019,
Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site. If it’s not possible to login to your site, then please include FTP login details as well.
Best regards,
RikardJuly 26, 2021 at 9:43 am #1312341Hi Rikard
yes i know, thanks, it’s the same code i said i put as a fix … but i wanted to know if it’s normal that the new version no longer supports the margin settings put directly in the page editor.
Thank you.
MauraJuly 27, 2021 at 8:23 am #1312624Hi Maura,
Thanks for the update. No, that should of course work as expected, but we made some mistakes in version 4.8.4. We did release a new version of the theme yesterday though, which should fix the problems introduced in 4.8.4. Could you try updating to that?
Best regards,
RikardJuly 27, 2021 at 1:00 pm #1312731Hi Rikard
I updated to the latest version but unfortunately the problem persists … and I don’t have a browser cache problem because I correctly view the changes made to the page ..
MauraJuly 27, 2021 at 5:29 pm #1312806Hi,
Sorry again – this is a problem of a selector that is overwritten.
In enfold\config-templatebuilder\avia-shortcodes\columns\columns.php line 1393 you find:
'flex-column-table' => ".flex_column_table.{$element_id}",
Please replace this with:
'flex-column-table' => "#top .flex_column_table.{$element_id}",
This should fix the problem. If you need help, please let us know and we will do it for you. In this case we need WP admin account.
Or you can replace the file above with https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_5/template_builder/columns.php
Best regards,
GünterJuly 28, 2021 at 10:09 am #1312983Hi Günter
sorry… unfortunately both replacing only the string, and replacing the whole file … the problem persists :-(
The css code:#top .flex_column_table.av-equal-height-column-flextable: not (: first-child) {
margin-top: 50px;
}does not allow page column formatting (with row margin = 0) to override …
Maybe I’m doing something wrong or do I have to resign myself to correct the problem with the css?
Thanks again…July 28, 2021 at 5:41 pm #1313086Hi,
Please try to update with this file (selector is more specific now and should not be overridden):
Best regards,
GünterJuly 28, 2021 at 6:20 pm #1313089This reply has been marked as private.July 29, 2021 at 10:48 am #1313203Hi,
Sorry, I forgot to mention:
– Save theme options to invalidate all post CSS files and force a rebuild on page load
– Clear server and browser cacheSeems that this is the old post-css file (because I added the .av-equal-height-column-flextable selector).
You should find this in line 1393 of the modified file.Best regards,
GünterJuly 29, 2021 at 10:58 am #1313206Hi
I saved the theme options and now the display is correct!
Thanks for everything. Great support!
Best regards,
MauraJuly 29, 2021 at 11:06 am #1313209 -
AuthorPosts
- The topic ‘Problem with update to 4.8.4’ is closed to new replies.