-
AuthorPosts
-
November 1, 2023 at 7:57 pm #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?
.November 2, 2023 at 10:28 am #1424372Hey NicomIT,
There are no known issues for this. Please post a link to where we can see the actual problem.
Best regards,
RikardNovember 2, 2023 at 3:26 pm #1424399Hi 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 1 year ago by NicomIT.
November 3, 2023 at 3:05 am #1424462Hi,
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,
IsmaelNovember 6, 2023 at 1:59 pm #1424790Hi 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.
November 7, 2023 at 4:43 am #1424862Hi,
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,
IsmaelNovember 7, 2023 at 12:50 pm #1424914Hi 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.
RyanNovember 8, 2023 at 12:49 pm #1424986I just wanted to check to see if there was an update on this. Thanks.
November 8, 2023 at 7:36 pm #1425027I 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.jpgAny help with this would be appreciated.
November 9, 2023 at 12:25 am #1425040Hi,
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,
IsmaelNovember 9, 2023 at 1:37 pm #1425109Thanks 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.
November 13, 2023 at 3:53 am #1425364Hi,
Thank you for the update.
What happens when you adjust the display property from block to inline-block?
Best regards,
IsmaelNovember 14, 2023 at 3:11 pm #1425576Thanks 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
November 15, 2023 at 3:43 am #1425627Hi 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,
NikkoNovember 15, 2023 at 3:37 pm #1425687Thanks for the help Nikko. That did the trick.
November 15, 2023 at 4:09 pm #1425696Hi NicomIT,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Formatting & CSS in Child Theme Not Recognized After Update to Enfold 5.6.8’ is closed to new replies.