Forum Replies Created
-
AuthorPosts
-
November 24, 2019 at 5:16 pm in reply to: Some pages of the main menu are displayed as categories #1159613
Hi,
Sorry for the late reply, in WordPress you should not have a page and a category with the same name, so try going to Settings » Permalinks. There you will see an Optional box that allows you to change the category base prefix, or go to Modifier la catégorie and change the slug.


Best regards,
MikeHi,
Sorry for the late reply, is this what you were looking for?

Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.menu li.current-menu-item a > .avia-menu-text { border: 3px solid #0DA5CD; border-radius: 10px; padding: 3px; background: #fff; } .menu li a:hover > .avia-menu-text { border: 3px solid #0DA5CD; border-radius: 10px; padding: 3px; background-color: #fff; color: #000 !important; } #top .av-main-nav > li > a:hover { padding: 0 5px !important; }Best regards,
MikeNovember 24, 2019 at 2:12 pm in reply to: Updating to ENFOLD Version 4.6.2 from Version 4.2.6 #1159589Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Sorry for the late reply, do you still have the modification in place? Please try removing it and disabling your Enfold Theme Options > Performance > JS & CSS file merging and compression,
in my tests your waypoint is triggering very late, after your element is off the screen, which you already know :)
I tested with this script:(function($){ $(document).ready(function () { $('#cadivus_animated_numbers').waypoint(function() { alert('The element has appeared on the screen.'); }); }); })(jQuery);but when I test on my localhost as soon as the ID is in view the alert is fired:
(function($){ $(document).ready(function () { $('#demos').waypoint(function() { alert('The element has appeared on the screen.'); }); }); })(jQuery);Best regards,
MikeHi,
Sorry for the late reply, please try this code it is the most complete that I have been able to find for site maps, but it is meant for Yoast not Rankmath.Best regards,
MikeNovember 24, 2019 at 12:30 pm in reply to: Fatal Error when adding new products after WP update #1159574Hi,
Sorry for the late reply and thanks for the link and login, I was able to create a new product without error, in the link that describes your issue, it turned out to be a plugin conflict, have you tried disabling your plugins? In your error codes above I see “plugin given null, must be an array” one thing that I notice is you are using the “Disable Gutenberg” plugin where Enfold has this option built-in, since the errors above also point to Gutenberg.Best regards,
MikeHi,
Sorry for the late reply, it seems that this may be only occurring on iPhones? I only have a Android and you forms are working for me, I also see that @Rikard had the same experience.
I researched Gravity form issues in our GitHub, and only found one issue from 2018 that was due to an old Enfold version, in wich updating solved, yet I see that you are up-to-date.
I do notice that you are minifying the javascript with the Enfold Theme Options > Performance > JS & CSS file merging and compression, and again with WP Rocket, I have seen double minifying cause issues in the past. Please try disabling all caching and minifying as a test and clear your iPhone cache.
If this doesn’t help try disabling your other plugins, sometimes it’s the least expected plugin that causes the conflict.
Thank you for your patience.Best regards,
MikeHey erron,
Sorry for the late reply, I can see your images around 768px but for mobile, 425px and less, it seems that you have them hidden.
So for the css you will want to use background-position but with numbers for better control, please see this article.
Please let us know if we can help further.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeNovember 24, 2019 at 3:27 am in reply to: Contact Form Element Not Being Sent To Email when filled out on phone #1159539Hi,
Sorry for the late reply, I tried your form on my Android phone but it didn’t send but unfortunately I was not able to capture any error codes, so I tried again on my desktop emulating a mobile device, but then it worked.Best regards,
MikeHi,
Sorry for the late reply, instead of using the Desktop, Tablet, & Mobile settings you can use css media queries which will give you far more control, for example iPad Mini landscape would look like:@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) { /* STYLES GO HERE */}on the page I linked to you will find many good examples that will target specific devices, and you can set the numbers to any size.
But in my experience targeting certain layers in the layerslider can be tricky, I recommend creating a duplicate of your slider with the layers the way you want them for these devices and use the media queries to show or hide the sliders, this approach works well because you don’t have to take into account the slider’s animation.
If you create a demo page with several sliders for the different screen sizes we could assist with the media queries so you can see how this would work.Best regards,
MikeHi,
Sorry for the late reply, unfortunately, we don’t have a function or a easy way to have your archive page to look the same as your single posts stacked all on one page. But if you really want this you could hire a freelancer on upwork.com to rewrite your archive.php creating a loop from your single.php code. Here is a good article about this.
Unfortunately, this is quite a bit more than we can provide here, but there are many talented people on upwork, we also highly recommend CodeableBest regards,
MikeNovember 24, 2019 at 1:57 am in reply to: Breakpoint anpassen für einen Slide-Show volle Breite #1159533Hey sabrina_noske,
Entschuldigen Sie die verspätete Antwort. Bitte versuchen Sie diesen Code im Feld Allgemeines Styling> Schnelles CSS oder im Feld WordPress> Anpassen> Zusätzliches CSS— Translated with Google —
Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (min-device-width : 768px) and (max-device-width : 1193px) and (orientation : landscape) { #top.home #full_slider_1 { top:98px !important; } }Best regards,
MikeHi,
@Chili2908 & @dan_at_apaway
Is this modification still working without error?Best regards,
MikeHi,
Sorry for the late reply, this is a WordPress widget, found at:\wp-includes\widgets\class-wp-widget-rss.phpstarting on line 10.
You will notice if you activate the twentynineteen theme the same widget is available.Best regards,
MikeHi,
Danke, ich verstehe jetzt besser.
Was Sie also brauchen, ist ein Versatz für diese Bildschirmgröße. Das folgende Skript fügt nur den Links “li.menu-item-type-custom” in Ihrem Header einen Versatz von 124px hinzu und funktioniert bei kleinen Mobilgeräten aufgrund meiner Tests nicht das hat richtig funktioniert. Ich habe auch getestet, dass dies für Desktop-Geräte korrekt funktioniert.
Fügen Sie diesen Code am Ende Ihrer functions.php-Datei unter Darstellung> Editor hinzu:function custom_offset(){ ?> <script> (function($){ var width = $(window).width() if ((width >= 768)) { $('li.menu-item-type-custom a[href*="#"]:not([href="#"])').click(function() { var offset = -124; // <-- change the value here if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); if (target.length) { $('html, body').animate({ scrollTop: target.offset().top + offset }, 1000); return false; } } }); } else {} })(jQuery); </script> <?php } add_action('wp_footer', 'custom_offset');— Translated with Google —
Thank you, I understand better now.
So what you need is an offset for this screen size, the following script adds a 124px offset to only the “li.menu-item-type-custom” links in your header and it will not work for small mobile devices because in my tests that worked correctly. I also tested that this worked correctly for desktop devices.
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_offset(){ ?> <script> (function($){ var width = $(window).width() if ((width >= 768)) { $('li.menu-item-type-custom a[href*="#"]:not([href="#"])').click(function() { var offset = -124; // <-- change the value here if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); if (target.length) { $('html, body').animate({ scrollTop: target.offset().top + offset }, 1000); return false; } } }); } else {} })(jQuery); </script> <?php } add_action('wp_footer', 'custom_offset');Best regards,
MikeHi,
Thank you for the screenshot, I added another line brake in the javascript only when the screen width is smaller than 768px:/* Breadcrumbs above the image */ //move breadcrumbs above post title function move_breadcrumb_below_title() { ?> <script type="text/javascript"> (function($) { function a() { var width = $(window).width() $('#top.single #main .avia-breadcrumbs').detach().insertBefore('h1.post-title.entry-title'); if ((width <= 768)) { $('#top.single #main .avia-breadcrumbs').append('<br/><br/>'); } else { $('#top.single #main .avia-breadcrumbs').append('<br/>'); } } a(); })(jQuery); </script> <?php } add_action('wp_footer', 'move_breadcrumb_below_title');Please note that when you test this you will have to reload the page for each screen width because the javascript loads on page load. This should be fine for real devices because the screen widths don’t naturally change from desktop to mobile.
Best regards,
MikeHey sasminka,
Vielen Dank für den Link, aber ich habe kein iPad mini. Bitte fügen Sie einen Screenshot des Fehlers bei, damit ich versuchen kann, ihn zu unterstützen.
Sie können Ihr Bild auf postimages.org hochladen und den Link in den Bereich “Privater Inhalt” einfügen.— Translated with Google —
Thank you for the link, but I don’t have a iPad mini, please include a screenshot of the error so I can try to assist.
You can upload your image to postimages.org and include the link in the Private Content area.Best regards,
MikeHi,
Thank you for the login, it looks like the images are not showing because of your Smush Pro “lazyLoad”, please try disabling lazyload.Best regards,
MikeHi,
Glad Jordan could help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHey jfga1969,
I found the solution here and tested the function to ensure that it works:add_filter( 'woocommerce_thankyou_order_received_text', 'wpb_thankyou' ); function wpb_thankyou() { $added_text = '<p>You can access the PDF Download from the <a href="/account-page">My Account Page</a>.</p>'; return $added_text ; }Best regards,
MikeNovember 23, 2019 at 10:11 pm in reply to: Changing the Title and Excerpt Font Sizes on Search Results Page #1159515Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (min-width: 768px) { #top.search-results h2.entry-title { padding: 0 !important; } #top.search-results .search-result-counter { height: 150px !important; width: 150px !important; } #top.search-results article.post-entry { margin: 20px 0 !important; height: 150px !important; } #top.search-results .entry-content-header,#top.search-results .entry-content { margin-left: 120px !important; } }Please see the screenshot in Private Content area of the expected results.
Best regards,
MikeHi,
I took a look at the link you provided above and found it to work correctly, I also tested many other internal links on your site and they also worked. Please clear your browser cache and check again.Best regards,
MikeHi,
Glad we were able to help, we will close this now since this thread was started over a year ago and is quite long. Thank you for using Enfold. For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)For your information, you can take a look at Enfold documentation here
Best regards,
MikeHi,
Thanks, @ichtarzan for sharing the solution you found.Best regards,
MikeHi,
Sorry for the late reply, please see this post.
So in your case, Try adding this code to the end of your functions.php file in Appearance > Editor:add_action('wp_footer', 'ava_custom_script'); function ava_custom_script() { ?> <script> (function($){ function getQueryParams(qs) { qs = qs.split("+").join(" "); var params = {}, tokens, re = /[?&]?([^=]+)=([^&]*)/g; while (tokens = re.exec(qs)) { params[decodeURIComponent(tokens[1])] = decodeURIComponent(tokens[2]); } return params; } var $_GET = getQueryParams(document.location.search); $(window).load(function() { switch($_GET['tabsort']) { case '1': $('a[data-av-tab-section-title="1"]').trigger('click'); break; case '2': $('a[data-av-tab-section-title="2"]').trigger('click'); break; case '3': $('a[data-av-tab-section-title="3"]').trigger('click'); break; case '4': $('a[data-av-tab-section-title="4"]').trigger('click'); break; case '5': $('a[data-av-tab-section-title="5"]').trigger('click'); break; } }); })(jQuery); </script> <?php }and your link would look like
/?tabsort=5or/?tabsort=#waxing
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,
Thank you for the login and screenshot, to add more space please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top #header_main .inner-container { height: 90% !important; }Please feel free to adjust to suit, after applying the css, please clear your browser cache and check.
Best regards,
MikeNovember 23, 2019 at 7:27 pm in reply to: Updating to ENFOLD Version 4.6.2 from Version 4.2.6 #1159498Hi,
It looks like you are using the sameavia-builder-el-[number]for every page, but it will be different for every page and these numbers will change as you add or change elements. So lets useavia-builder-el-first&avia-builder-el-lastinstead, this represents the two columns with in the color sections.
We also know that we only need to change the second & forth color sections as long as each page follows the same left & right direction.
So please try this css instead:@media only screen and (max-width: 767px) { #top.page-id-2927 .post-entry-2927 .entry-content-wrapper { display: flex !important; flex-wrap: wrap !important; } #top.page-id-2927 #av_section_2 .flex_column.avia-builder-el-first { order: 2 !important; } #top.page-id-2927 #av_section_2 .flex_column.avia-builder-el-last { order: 1 !important; } #top.page-id-2927 #av_section_4 .flex_column.avia-builder-el-last { order: 3 !important; } #top.page-id-2927 #av_section_4 .flex_column.avia-builder-el-first { order: 4 !important; } #top.page-id-2950 .post-entry-2950 .entry-content-wrapper { display: flex !important; flex-wrap: wrap !important; } #top.page-id-2950 #av_section_2 .flex_column.avia-builder-el-first { order: 2 !important; } #top.page-id-2950 #av_section_2 .flex_column.avia-builder-el-last { order: 1 !important; } #top.page-id-2950 #av_section_4 .flex_column.avia-builder-el-last { order: 3 !important; } #top.page-id-2950 #av_section_4 .flex_column.avia-builder-el-first { order: 4 !important; } #top.page-id-2982 .post-entry-2982 .entry-content-wrapper { display: flex !important; flex-wrap: wrap !important; } #top.page-id-2982 #av_section_2 .flex_column.avia-builder-el-first { order: 2 !important; } #top.page-id-2982 #av_section_2 .flex_column.avia-builder-el-last { order: 1 !important; } #top.page-id-2982 #av_section_4 .flex_column.avia-builder-el-last { order: 3 !important; } #top.page-id-2982 #av_section_4 .flex_column.avia-builder-el-first { order: 4 !important; } }Best regards,
Mike -
AuthorPosts



