Forum Replies Created
-
AuthorPosts
-
Hey 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,
MikeHi,
Thanks for your patience, perhaps it would be easier to go back to the step were we used a shortcode to add the button to the topbar, so to add a phone number to the left side and the button to the right we assume you are using the setting Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Header Phone Number/Extra Info ▸ Display in top bar at the left and your phone number is in the Phone Number or small info text field.
Now we will add your button wrapped in a span with the class top-right link this:

Now we will use this css#header_meta .phone-info,#header_meta .phone-info > div { width: 100%; } #header_meta .phone-info .top-right { float: right; }and the result should be like this

Best regards,
MikeHi,
Thanks for your feedback about the stepping through the horizontal gallery, the reason it “seems” that it takes 3 clicks is because the user is not getting any feedback that their clicks are doing anything, if the “enlarge the active image” option was used the user would see the progression of the clicks.
I can understand that you don’t want to use this option, so perhaps you could add a border around the active item with css like this:.av-horizontal-gallery .av-horizontal-gallery-wrap.av-active-gal-item{ border:4px solid #FF4800; }Best regards,
MikeMarch 10, 2022 at 2:14 am in reply to: different content when turn the advance layout builder #1343928Hi,
Very good, 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,
For example, I took the shortcode of the contains of tab 3 and placed it in a code block element with the custom classinner-tab-section-widthand added this css to your child theme stylesheet.#top.page-id-13305 #full_width_tab_section .inner-tab-section-width { max-width: 1200px; margin: auto; }Please clear your browser cache and check.
You can use the same custom classinner-tab-section-widthfor all of your tabs contents that you want to be “boxed”Best regards,
Mike -
AuthorPosts

