Forum Replies Created
-
AuthorPosts
-
Hey Telmore,
Perhaps you could create a menu and then add the navigation menu widget to a widget area and then display that widget on your page with the widget element.
Or you could try a plugin such as Navigation menu as dropdown WidgetBest regards,
MikeHey Paul Cunnius,
You are allowed to use the theme on your domain and subdomains including staging sites and localhost, so you can clone your site to your new host or download a copy of the theme from your Theme Forest account and install it on your new host.Best regards,
MikeMarch 13, 2022 at 12:36 am in reply to: Anchored Section goes behind Fixed Header on mobile #1344250Hi,
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,
About your video, this looks like an iPhone thing because Android just plays in the YouTube frame, my research seem to point to the need for a&playsinline=1parameter to the embed url so I added this to your code, please test this and see if it helps.For the css, to make it work on this one page I added this css to your Quick CSS:
#top.page-id-3897 .epyt-gallery-list {display:none;}Please clear your browser cache and check.
Best regards,
MikeHey pencefinancial,
Thanks for the link to your site, you are getting this error:Mixed Content: The page was loaded over HTTPS, but requested an insecure favicon. This request has been blocked; the content must be served over HTTPS.Please check the theme options for your favicon and ensure the url is
httpsThen clear your browser cache and any cache plugin, and check again.Best regards,
MikeHi,
I tested you/youtube-embed-plus-test-page/on my Android phone and I only need to tap once to play the video, I don’t have an iPhone to test with, are you experiencing this with iPhone?
If the css.epyt-gallery-list {display:none;}is what you wanted and you want this for your whole site then you can add it to your Quick CSS, if you only want this for one page please link to it so we can adjust it for you.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,
MikeHey Ivana,
I would recommend using the plugin Simple Image Sizes and placing a zero in sizes that you don’t need, including the basic WordPress sizes.
While you could make a function from the thumbnail sizes in functions.php starting at line 211 for your child theme, using this plugin is easier, don’t worry about the age of the plugin, it is very basic and reliable.
Please note that typically you would use the regenerate thumbnails option to correct the existing thumbnails, but in your case you want to “remove” them so I don’t know if the plugin will remove them, you may need to delete them via FTP, but future image uploads will not create thumbnails for the ones you make zero.Best regards,
MikeHey goldengate415,
I believe that you mean like this:

please try this css:/* ukraine flag title bar */ .title_container * { color: white!important; text-shadow: 1px 1px 1px black; } .title_container { background: url(https://upload.wikimedia.org/wikipedia/commons/4/49/Flag_of_Ukraine.svg); background-size: contain; }Best regards,
MikeHi,
Thanks for your patience, you need to use eitherif ( is_home() ) {orif ( is_front_page() ) {I believe is_front_page() is the correct one.Best regards,
MikeHi,
You can test your screen resolution here, if you are still having issues with a specific resolution and browser please let us know.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,
Thanks for the login, for your second video I added a code block below it this this css:
.epyt-gallery-list {display:none;}
I was not sure if you meant to remove the relevant videos that show under the video or after the video, so the css in a code block is just a test for this one page.Best regards,
MikeHi,
@freddyB please open a new thread with a link to a test page with an admin login explaining thoroughly what you are trying to achieve, this thread is from 2018. Please link to your new thread here so it will be easier to find, thanks.Best regards,
MikeHi,
Please include admin login in the Private Content area so we can examine, your site is in maintenance mode so we can’t view it.Best regards,
MikeMarch 12, 2022 at 12:31 pm in reply to: MAILCHIMP widget freezes when entering a test subscriber #1344198Hi,
Glad to hear that you have this sorted out. For your last question, you will need to create two forms in Mailchimp, then both forms will show in Enfold, and then just choose each form according to the page. In Mailchimp you will have two lists, one for your newsletter, and the other for download freebies.Best regards,
MikeMarch 12, 2022 at 12:23 pm in reply to: open (or link) the mobile menu from button within Layerslider #1344195March 11, 2022 at 2:50 pm in reply to: open (or link) the mobile menu from button within Layerslider #1344144Hi,
Thank you for the link to your site, typically you would add a custom class such as custom-menu-toggle to the element you want to trigger the mobile menu and then add this script to the end of your functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> (function($){ $(".custom-menu-toggle").on('click', function() { $('.av-hamburger').trigger('click'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');but I don’t see the header in the source code on your homepage, you will need to enable this to show the burger menu.
The burger menu is created on click from the main menu, so the main menu and header must be on the page for the burger menu to be created.Best regards,
MikeMarch 11, 2022 at 2:01 pm in reply to: Enfold Contact Form input text color not working on Firefox and Edge #1344140Hi,
I have not used this plugin before but looking at the plugin page it says:YouTube gallery auto continuous play – embed a playlist or channel gallery and allow it to play one video after the next without requiring viewers to click a thumbnail.
so I assume that if you don’t want the next video to play there is a setting auto continuous play that you can disable, check for this.
If you don’t see this please include an admin login in the Private Content area so we can check.
As I understand the only issue now is that the next video plays automatically and you don’t want this?Best regards,
MikeHi,
I reason the sublines were not showing was because you forgot to add the custom class subline-gallery to the element, I added it for you and this css:@media only screen and (max-width: 1024px) { .responsive .av-horizontal-gallery.subline-gallery .av-horizontal-gallery-wrap { min-width:300px; min-height: 300px; } .av-horizontal-gallery.subline-gallery { min-height: 300px; } }Please clear your browser cache and check.
Best regards,
MikeHi,
Your class is targeting the inner column, but you really want to target the outer column, try this css:#top.page-id-13305 #av-tab-section-1-2 .sc-av_one_third { margin-left: 3%; width: 29.333333333333332% !important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Based on the Advanced Layout Builder post you linked to, inside #main you have 4 color sections, but the second one seems to be the “content” so if this was true for all of them you could use:querySelector('#top.single-post #main #av_section_2')As for the shortcode, if you already have
[rt_reading_time]added to many posts you can change the last line in the script:
document.getElementById("r-time").innerHTML = "✮ "+ maincount + " minute read";
to this:var readingTime = document.querySelector("#top.single-post #main"); readingTime.innerHTML = readingTime.innerHTML.replace("[rt_reading_time]", "✮ "+ maincount + " minute read");in my test this works.
Best regards,
MikeHi,
Try changing the css to this:#header_meta .phone-info,#header_meta .phone-info > div { width: 100%; line-height: 4em; } } #header_meta .phone-info .top-right { float: right; }If this doesn’t help then please link to your page so we can examine
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,
MikeMarch 10, 2022 at 1:23 pm in reply to: Using Gallery the title of the page appearing on top #1343993Hey Roger,
This was an error that was corrected in version 4.9, please try updating.
If this doesn’t help then please include admin login and a link to your site in the Private Content area so we can be of more assistance.Best regards,
MikeHey marxsvjetlana64,
Try adding this code to the end of your functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> (function($) { $( '.slide-entry' ).each(function() { $( this ).find( 'time.slide-meta-time' ).insertBefore( $(this).find('.slide-entry-title') ); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');If this doesn’t help please link to the page so we can examine the elements.
Best regards,
MikeHey Kyle,
Thanks for the link to your function and page, I see that this works correctly on a Classic Editor post, but for an Advanced Layout Builder post the reading time is incorrect. That is because this function is running in PHP on the server side before the Advanced Layout Builder shortcode is executed, so for it to work you would need to have this run after the post content shortcode has been executed, but I found no way to do that.
I recommend using javascript to do this since it runs after the shortcode is executed. I found this Estimated Reading Time script and modified it a little and it seems to work correctly on Classic Editor & Advanced Layout Builder posts.
Try adding this code to the end of your functions.php file in Appearance ▸ Editor://use <div id='r-time'/></div> to display reading time function estimated_reading_time() { ?> <script> //function use to convert character into words function get_text(el) { ret = ""; var length = el.childNodes.length; for(var i = 0; i < length; i++) { var node = el.childNodes[i]; if(node.nodeType != 8) { ret += node.nodeType != 1 ? node.nodeValue : get_text(node); } } return ret; } //main body in which all words exist var words = get_text(document.querySelector('#top.single-post #main>.container_wrap>.container')); var count = words.split(' ').length; //avg reading speed of person 200 word per minute var avg = 200; var counted = count / avg; var maincount = Math.round(counted) //show output of code document.getElementById("r-time").innerHTML = "✮ "+ maincount + " minute read"; </script> <?php } add_action('wp_footer', 'estimated_reading_time');and add this div to your post as the “shortcode” to display:
<div id='r-time'/></div>Best regards,
MikeMarch 10, 2022 at 3:31 am in reply to: Nach oben Button integrieren und leere Felder in Mobiler Version entfernen? #1343936Hi,
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

