Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1424345

    After updating to Enfold 5.6.8, some of the formatting and CSS from the child theme is not being recognized. Are there any known issues or fixes for this?
    .

    #1424372

    Hey NicomIT,

    There are no known issues for this. Please post a link to where we can see the actual problem.

    Best regards,
    Rikard

    #1424399

    Hi Rikard,
    I have been able to address most of the issues, except for one. The dash shown in the screenshot below is not displaying for the list items in the blue area under the “HIGHLIGHTS” and “WHAT’S INCLUDED” headers on pages like this one:

    https://www.maritimetravel.ca/escorted-vacations/majestic-japan

    Here’s the CSS that was being used and is now now being recognized:

    .highlight-bullet li{list-style: none;}
    .highlight-bullet li:marker{content::'\e814' !important; font-family: "entypo-fontello";}

    Here’s a screenshot of how the list should look:
    https://www.maritimetravel.ca/wp-content/uploads/Example-of-Correct-List-Style.jpg

    • This reply was modified 10 months, 2 weeks ago by NicomIT.
    #1424462

    Hi,

    Thank you for the update.`

    The dash for the list items seems to be displaying correctly on our end. Please review the screenshot in the private field. Have you tried clearing the cache on your end?

    Best regards,
    Ismael

    #1424790

    Hi Rikard and Ismael,
    We actually had to revert the theme on the live website back to the older version after discovering more issues. So the list items issue mentioned above is working now while we have the old version of the theme active.

    The new issue we are having is on travel agent pages their interview is displaying below their photo and contact info. It should be beside the photo and contact info. We have the theme updated to the latest version on our staging copy of the website and you can see a page with this issue linked in the private content.

    I have tried a number of things in the CSS to fix the issue, but haven’t had any luck. Right now, the row layout for the space between the two columns is set to “Space between columns (6% – theme default). If I change that to a different % or “no space between columns”, both columns display beside each other again. However, the size of the column with the agent photo is not correct.

    The other issue is if I need to fix this in the page template options, then it would be really time consuming since we have over 500 agents that have pages and each would need to be updated individuallly.

    Could you have a look at the page below and let me know if there is something that can be edited or added in the CSS to fix the issue on all the pages?

    Thanks.

    #1424862

    Hi,

    Thank you for the update.

    We can’t access the staging site because the password is incorrect. Have you tried disabling the Enfold > Performance > File Compression settings after updating the theme? You may need to purge the cache as well and do a hard refresh just to make sure that the updated resources are loaded.

    Best regards,
    Ismael

    #1424914

    Hi Ismael,
    Sorry about that. You should be able to access the website now with the password that was provided. We currently don’t have an merging/compression enabled under the theme preferences. I have checked the agent pages in different browsers, cleared cache, etc. but still see the same issue.
    Ryan

    #1424986

    I just wanted to check to see if there was an update on this. Thanks.

    #1425027

    I was able to address the issue on the agent page, but we are still having the same problem that was mentioned in the initial post related to the dashes not displaying under the “HIGHLIGHTS” and “WHAT’S INCLUDED” headers on pages like this one:

    https://www.maritimetravel.ca/escorted-vacations/majestic-japan

    Here’s a screenshot of how the list should look:
    https://www.maritimetravel.ca/wp-content/uploads/Example-of-Correct-List-Style.jpg

    Any help with this would be appreciated.

    #1425040

    Hi,

    dashes not displaying under the “HIGHLIGHTS” and “WHAT’S INCLUDED” headers

    Glad to know that you managed to solve most of the issues. To make the dashes display, try to edit the following css code and set the display property to block.

    .costa-rica-highlightsec ul.highlight-bullet li:before {
        content: ""!important;
        width: 15px;
        height: 6px;
        background-color: #97cfe9;
        margin-right: 15px;
        margin-bottom: 6px;
        font-size: inherit;
        display: block;
    }

    Best regards,
    Ismael

    #1425109

    Thanks Ismael. That looks to have worked, but the dashes are displaying above the list items instead of beside them. See this screenshot:

    https://www.maritimetravel.ca/wp-content/uploads/Updated-List-Items.jpg

    I added the code to the media query for screens under 767px. So if you resize the Majestic Japan page, you will see the changes that have been applied with the CSS you provided. If you can help with getting the dashes to display beside the list items like a bullet would, that would be great. Thanks.

    #1425364

    Hi,

    Thank you for the update.

    What happens when you adjust the display property from block to inline-block?

    Best regards,
    Ismael

    #1425576

    Thanks Ismael. That looks to have worked. The only thing outstanding is for longer list items, the second line of text is wrapping under the dash instead of lining up with the first line of text. This wasn’t happening before we updated the theme.

    https://www.maritimetravel.ca/wp-content/uploads/List-Items.jpg

    #1425627

    Hi NicomIT,

    Please try to add this CSS code as well:

    #top .highlight-bullet li {
        padding-left: 28px;
        position: relative;
    }
    
    #top .highlight-bullet li:before {
        position: absolute;
        left: 0;
        top: 20px;
    }

    Best regards,
    Nikko

    #1425687

    Thanks for the help Nikko. That did the trick.

    #1425696

    Hi NicomIT,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Formatting & CSS in Child Theme Not Recognized After Update to Enfold 5.6.8’ is closed to new replies.