Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the video that helped a lot since there were so many steps, I followed along with the browser console open looking for any errors and only sawyith-fields.min.js?ver=3.9.17:1 Uncaught TypeError: Cannot read properties of null (reading 'focus') at yith-fields.min.js?ver=3.9.17:1:15672for your YITH WooCommerce plugin, do you need this activated? Does the error still occur when it’s deactivated?
So after following all of the steps I saw in your MyWorks ▸ Queue it showed 0 as in your video, but I note that
MyWorks ▸ Connection shows the status of Active and Connected.
Since I didn’t see any other errors in the console so I’m not sure what the error could be.
I have asked the rest of the team if they have any ideas, thank you for your patience.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,
Thanks for your screenshot I tried to recreate this in Chrome Dev Tools between 480px – 711px and I couldn’t recreate the error, until I realized that I was looking at your testweb site and not your live site, when I tested your live site I saw the error.
Please check the same page on the two sites linked below and see if the same is true for you, if it is do you know what is different between the two sites?
Perhaps some CSS, a script, or a plugin?Best regards,
MikeHi,
I don’t have any experience with any file plugins, so I can’t advise.
Enfold will always have the Classic Editor option for as long as it will work which I expect to be for a few more years, I would not be worried, but new WordPress features will be towards the Block Editor.Best regards,
MikeHey Monika,
Thanks for your question, for the TOC to work your page needs to have H tags for each paragraph of content like H2, H3, H4, etc
Then when you add the TOC widget you need to select these H tags, by default the widget only has H1 selected, try holding down the [Ctrl] key and clicking all of the H tags.
I have linked to an example on my test site below for you to see.Best regards,
MikeHey peterolle,
unfortunately, the two WordPress editors will not work that way, WordPress wants to phase out the Classic Editor and only offer the Block Editor in the future, it’s probably a few years out.Best regards,
MikeHey Monika,
Thanks for the link to your page, please try this css instead:.bullets li { list-style: none!important; } .bullets li { padding-left: 40px; } .bullets li:before { content: '\e805'; font-family: 'wery-designstudio-icons'; font-size: 23px; font-weight: normal; position: absolute; left: 6px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey karinorage,
Thank you for your question, the sort element is not a feature in the blog element, you need to choose the masonry element to show your blog for this.
PLease see our Masonry Documentation for styling options.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,
I checked and your new image looks like it is working correctly.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,
Glad that this helped, I forwarded a feature request for the new SVG borders. Then Dev Team points to our documentation that shows how to add your own SVG border: Adding custom SVG dividers
They also say that if you have svg files we can use (open source license) we would add them to the theme.Best regards,
MikeHi,
Thanks for the link to your site, to have the slider and svg border full width please try this css:#top.page-id-2129 #av_section_1 > .container { padding: 0; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
If you want to use it for other pages change the page ID for those pages or try removing the page ID to apply it to every page, but check each page carefully to ensure there are not conflicts.Best regards,
MikeHi,
That is odd, because the screenshots above are from Chrome, I just tested again with Chrome, Firefox, & Edge in Windows and the cookie bar showed on all of them and accepting the cookies reloaded the page and removed the message and showed the reCaptcha, I tested both v2 & v3.
If you are not seeing the cookie bar then the cookie has already been set in your browser, I tested incognito mode, if you are using Safari it can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
Or try incognito mode, are you on a Mac?Best regards,
MikeHi,
Thanks, I did misunderstand, so I changed the function to show the image on all pages except the homepage, there you already have your easy slider, I imagine you want to control it on that page.Best regards,
MikeHi,
Thanks for the link to your page, I see that you are getting this error(index):279 Uncaught ReferenceError: jQuery is not defined
Please try this code instead at the end of your child theme functions.php file in Appearance ▸ Editor:function masonry_links () { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function ($) { $(document).ready (function () { var url = new RegExp(location.host); $('.av-masonry-entry').each(function () { if( ! url.test($(this).attr('href')) ) { $(this).attr('target', '_blank'); } }); }); }) (jQuery); }); </script> <?php } add_action ('wp_footer', 'masonry_links');If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.
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,
I changed your code to this:add_action( 'ava_after_main_container', 'ava_after_main_container_mod', 10 ); function ava_after_main_container_mod() { if ( !is_front_page() ) { $output = ''; $output .= do_shortcode('[rev_slider alias="routiers-cvfl"][/rev_slider]'); echo $output; } if ( is_front_page() ) { $output = ''; $output .= do_shortcode("[av_image src='https://routiers-cvfl.li/wp-content/uploads/2023/01/schloss-gutenberg.jpg' attachment='3159' attachment_size='full' copyright='' caption='' image_size='' styling='' align='center' font_size='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation' hover='' appearance='' link='' target='' title_attr='' alt_attr='' img_scrset='' lazy_loading='disabled' id='' custom_class='' template_class='' av_element_hidden_in_editor='0' av_uid='' sc_version='1.0' admin_preview_bg=''][/av_image]"); echo $output; } }This shows the slider on all pages except the homepage, on the home page it shows the image you asked for, but it could show a different slider if you wished.
Best regards,
MikeHi,
Thanks for the video and the explanation, this is due to the :focus color, please try this css:.header_color .main_menu .menu ul li a:focus, .header_color .av-subnav-menu ul a:focus { background-color: #EAEFF4; color: #808285; }feel free to adjust to suit, after applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
It looks like we both wrote at the same time, so I reopened the thread. We don’t have a way to make the blog element show 6 columns, if you want to manually create 6 columns you can follow our documentation: Six Columns or more.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Thanks for the FTP access but I don’t see anything that might cause this, perhaps one of the WordPress files is corrupt, does your server have a backup of when the site was working that you can roll back to? Most servers make automatic backups monthly.Best regards,
MikeHi,
For the top image, I would recommend creating a LayerSlider so it will be full width and under your transparent header, for the other images it might be easier to make them with an angle before uploading them.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,
Thanks for the login I found the you didn’t have Privacy and Cookies ▸ Advanced Options ▸ Auto Reload Page enabled, I enabled it for you and now the contact form works when the cookies are accepted.


I set your contact form back to number captcha like you had it, please clear your browser cache and check.Best regards,
MikeJanuary 29, 2023 at 9:58 pm in reply to: wpmu object cache causes my newer blog posts to go blank #1395851Hi!
The Dev Team writes that /wp-content/uploads/avia_posts_css/ was prior 5.3 and was only kept for cache backward compatibility, and is no longer used and can be deleted after clearing the server cache and save theme options (forces rebuild of css files).Regards,
MikeHey the_digital_manager,
That is because gezichtsbehandelingen is a link to a page and on mobile for the parent menu item to expand to show the child items you have to show it so it can be clicked, otherwise cliking the menu item will take you to the page instead of showing the child items.
See the theme settings at Enfold Theme Options ▸ Main Menu ▸ Burger/Mobile Menu ▸ Clone title menu items to submenu
and read the notice:
Since you selected to display submenu items on click or on hover, the parent menu item does no longer navigate to the URL it contains, but toggles the visibility of its submenu items. If you want users to be able to open the parent menu URL the theme can create a clone of that item in the submenuBest regards,
MikeHey ilyas ghoul,
Glad to hear, it uses Enfold Responsive Multi-Purpose Theme, you can purchase it here.Best regards,
MikeHey the_digital_manager,
Thanks for your patience, but unfortunately the text field uses the WordPress function so there is not a way to disable this.
Try adding your second image as a data-url attribute like this:<img class="circular--square" src="https://mondzorgcentrum-winschoten.nl/wp-content/uploads/2023/01/lennie-van-vulpen-1-250x250px.jpg" data-url="https://mondzorgcentrum-winschoten.nl/wp-content/uploads/2023/01/lennie-van-vulpen-2-250x250px.jpg" />WordPress will not remove this attribute when you try to re-edit the page as long as you edit in the text tab

Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor to swap the images on hover:function swap_image_with_data_url() { ?> <script> window.addEventListener('DOMContentLoaded', function() { (function($){ $('.avia-testimonial-content').hover(function(e){ $(this).find('img').attr('data-src', $(this).find('img').attr('src')); $(this).find('img').attr('src', $(this).find('img').attr('data-url')); }, function(e){ $(this).find('img').attr('src', $(this).find('img').attr('data-src')); }); })(jQuery); }); </script> <?php } add_action('wp_footer', 'swap_image_with_data_url');Now the images will change on hover and back on mouse-out
Please see my test page in the Private Content area.Best regards,
Mike -
AuthorPosts


