Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry we couldn’t help more with this, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold and have a great weekend.Best regards,
MikeFebruary 11, 2023 at 6:54 pm in reply to: Code block element removing HTML tags on update page #1397582Hi,
Thanks for your patience, the HTML that you are adding to the code block is not correct, it is not good to add
<html>
<head>
<title>Content Types Word Cloud EN</title>
<meta name=”author” content=”WordArt.com”>
</head>
<body>
on any page a second time, it causes conflicts.
The second opening HTML is stripped out of the source code to correct the error, it is better to not add this error on the English page to start with.
Please try removing this from the start of your code
<html>
<head>
<title>Content Types Word Cloud EN</title>
<meta name=”author” content=”WordArt.com”>
</head>
<body>
and this from the end of your code
</body>
</html>
and then re-traslate your page.
Let us know if you need any help with this.Best regards,
MikeFebruary 11, 2023 at 6:21 pm in reply to: Header logo size and padding for desktop and mobile sizes #1397578Hey William,
Thanks for your patience and the login, for desktop to make you svg logo smaller on scroll with more space above and below you can try this css:#header.header-scrolled .avia-svg-logo a.av-contains-svg svg { max-height: 50px !important; transition: max-height .1s ease; } #header.header-scrolled .avia-svg-logo a.av-contains-svg { display: flex; align-items: center; }I’m not sure how small you want it on scroll so try adjusting to suit.
On tablet the header script doesn’t add the header-scrolled class for the Shrinking effect, this is by design, please see Enfold Theme Options ▸ Header ▸ Header behavior ▸ Shrinking Header

I believe that you see the effect when you test because you are using the Dev Tools and are not refreshing the page when you are testing tablet and mobile.
The default mobile header is not a sticky header, please see our documentation to change this.
To reduce the logo width for mobile try this css:@media only screen and (max-width: 430px) { .responsive #top .logo svg { width: 200px; } }and adjust to suit.
Best regards,
MikeHi,
Sorry to hear you are having trouble with GoDaddy database, we will leave this open to hear back from you when they are able to resolve this for you.
I tried to view the backend of the three sites but the login didn’t work on any of them, if the menu is set in the backend and not showing on the frontend due to a database error with GoDaddy I believe you will need to wait for GoDaddy to resolve the database issue first.Best regards,
MikeHi,
Thanks for the login, I have added Guenni007‘s shortcode function to your child theme functions.phpfunction social_bookmarks_shortcode() { $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); $social = avia_social_media_icons($social_args, false); return $social; } add_shortcode('social-bookmarks', 'social_bookmarks_shortcode');and the css to your quick css
#footer .widget ul.social_bookmarks { display: inline-flex; gap: 0px 10px; } #footer .widget ul.social_bookmarks li { border: none }and now they show in your footer widget where you had added the shortcode
[social-bookmarks]

Please clear your browser cache and check.Best regards,
MikeFebruary 11, 2023 at 4:10 pm in reply to: Although all of my pages are accessible in admin mode, they do not show live #1397567Hi,
Thanks for the feedback but I don’t see the admin login in the Private Content area, the files listed in the Private Content area seem to be WordPress core files for the block editor, the theme would not modify these files, but perhaps WordPress updated on this date?
Does your webhost automatically update WordPress for you, I know that my webhost offers this option.Best regards,
MikeFebruary 11, 2023 at 3:56 pm in reply to: Delay in visualizing image positioned absolute over Fullscreen Slider #1397564Hi,
Thanks for your patience, I asked the rest of the team for any ideas or recent z-index changes as I couldn’t find any in the change log.
Since I didn’t hear back I took another look at your test page and found that this css seems to correct the issue:.avia-fullscreen-slider { z-index: 0; }Please give this a try.
Best regards,
MikeFebruary 11, 2023 at 3:17 pm in reply to: Recurring events of The Event Calendar not showing organizers and venues #1397561Hey ergates,
Thanks for your patience I’m not sure about the recurring events but I see on the Event Calendar Known Issues page they point out to If it’s a recurring event, be sure to choose the All events option and in this support ticket from 3 weeks ago they say there are issues with PHP v8 and recommend downgrading to PHP 7.4
Perhaps this will help, if not can you include an admin login so we can check?Best regards,
MikeFebruary 11, 2023 at 2:52 pm in reply to: Background images and CSS on pages are not loading since last update #1397559Hi,
Thanks for your feedback, and I have checked your page /aanbevelingen/ but I don’t see any failed requests for css, such as post-10755.css, so I’m not sure what occurred but it seems to be sorted out now?Best regards,
MikeHey 0_o,
When I check your page it looks like you don’t have Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression enabled and it looks like you are not using a caching plugin, ThinkJarvis wrote some good tips for using WP-Rocket here. We also have a great article here that may help.Best regards,
MikeHi,
Thanks for the login, I commented out your css:.iconbox_content_container.smaller-dots-2 ul { line-height: 1.4em; } .smaller-dots-2 ul li::before { content: "\2022"; padding-right: 10px; color: #949faf; } .entry-content-wrapper .smaller-dots-2 li { margin-left: 0; text-indent: -1.1em; }and added this css:
.iconbox_content_container.smaller-dots-2 ul { line-height: 1.4em; } .smaller-dots-2 ul li:before { content: "\2022"; color: #949faf; list-style: disc inside; float: left; position: absolute; left: 8px; } .smaller-dots-2 ul li { list-style: none; padding-left: 16px; }
please clear your browser cache and check.Best regards,
MikeFebruary 11, 2023 at 1:10 pm in reply to: Hide Categories on Blog Post Page Builder Element #1397554Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeFebruary 11, 2023 at 1:10 pm in reply to: column width of the submenu items in the mobile menu #1397553Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thanks for the feedback, but it looks like you have already modified the script to change the second one, I see this on your site now:(function($){ $('.avia_mobile').on('click', '.av-burger-menu-main', function() { $('.menu-item-8843 .sub-menu .avia-menu-text:first').text(function(index, text) { return text.replace(/(ALLE )?EXKLUSIVMARKEN/, 'ALLE EXKLUSIVMARKEN'); }); }); }(jQuery));Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Is it a specific setting in the plugin?
Can you disable different settings to isolate a certain one causing the conflict?
Try ensuring that the plugin is not forcing jQuery to load in the footer and check that Enfold Theme Options ▸ Performance ▸ Load jQuery in your footer is not enabled.
Unfortunately, we don’t have any experience with this plugin.Best regards,
MikeHi,
Thanks for the link to your site, I see you are getting this error:Uncaught TypeError: $ is not a functionthis is because the code you added to the code block is this:<script> var snapScroll = $(".av-layout-grid-container").SnapScroll({ hashes: true }); console.log(snapScroll); </script>the problem is that your script needs to be wrapped like this:
<script> (function($){ var snapScroll = $(".av-layout-grid-container").SnapScroll({ hashes: true }); console.log(snapScroll); })(jQuery); </script>this should solve the error, if you are forcing jQuery into your footer try this:
<script> window.addEventListener('DOMContentLoaded', function() { (function($){ var snapScroll = $(".av-layout-grid-container").SnapScroll({ hashes: true }); console.log(snapScroll); })(jQuery); }); </script>If this doesn’t correct please include admin login in the Private Content area so we can investigate.
Best regards,
MikeHey jeel147,
Thanks for your question, this font color is set in your Enfold Theme Options ▸ General Styling ▸ Main Content ▸ Main Content font color which is set to #ebebeb which affects many parts of your site, but if you only want to change the font color on your cookie popup you can use this css:#top #av-consent-extra-info.main_color .template-archives .tabcontainer a, #top #av-consent-extra-info.main_color .tabcontainer .tab:hover, #top #av-consent-extra-info.main_color .tabcontainer .tab.active_tab, #top #av-consent-extra-info.main_color .tabcontainer .tab, #top #av-consent-extra-info.main_color div .sidebar_active_tab, #top #av-consent-extra-info.main_color .tabcontainer.noborder_tabs .active_tab_content, #top #av-consent-extra-info.main_color .tabcontainer.noborder_tabs .active_tab, #top #av-consent-extra-info.main_color .tab_content strong, #top #av-consent-extra-info.main_color h3, #top #av-consent-extra-info.main_color a { color: #b45d15; }If you want the background color yellow try this css:
#top #av-consent-extra-info.main_color, #top #av-consent-extra-info.main_color div .sidebar_active_tab, #top #av-consent-extra-info.main_color .tabcontainer.noborder_tabs .active_tab_content, #top #av-consent-extra-info.main_color .tabcontainer.noborder_tabs .active_tab { background-color: yellow; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey Diana,
Try changing your.entry-content-wrapper .smaller-dots li { margin-left: 0; text-indent: 0; }to
.entry-content-wrapper .smaller-dots li { margin-left: 0; text-indent: -1.1em; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey John,
Thanks for the screenshot, the blockquote width is set with this css:blockquote { border-left-width: 7px; }feel free to adjust the color to suit.
Best regards,
MikeHey Emanon,
Thank you for the link to your site, please try this css:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { min-height: 171px; } .responsive #top .logo.avia-standard-logo { min-height: 90px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad Yigit could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeFebruary 10, 2023 at 12:54 pm in reply to: Hide Nav bar, should appear when scrolling + slanted bottom edge of header img #1397454Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts

