Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #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.
    Maura

    #1311188
    This reply has been marked as private.
    #1311223

    Hey 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,
    Yigit

    #1311406

    Hi 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!

    #1312005

    Hi 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,
    Rikard

    #1312040
    This reply has been marked as private.
    #1312318

    Hi 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,
    Rikard

    #1312341

    Hi 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.
    Maura

    #1312624

    Hi 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,
    Rikard

    #1312731

    Hi 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 ..
    Maura

    #1312806

    Hi,

    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ünter

    #1312983

    Hi 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…

    #1313086

    Hi,

    Please try to update with this file (selector is more specific now and should not be overridden):

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_5/template_builder/trial_fix/columns.php

    Best regards,
    Günter

    #1313089
    This reply has been marked as private.
    #1313203

    Hi,

    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 cache

    Seems 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ünter

    #1313206

    Hi
    I saved the theme options and now the display is correct!
    Thanks for everything. Great support!
    Best regards,
    Maura

    #1313209

    Hi,

    Glad we could solve it and everything works.

    Enjoy the theme and have a great day. Feel free to come back when you need further assistance.

    I will close this thread for now.

    Best regards,
    Günter

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Problem with update to 4.8.4’ is closed to new replies.