Forum Replies Created
-
AuthorPosts
-
September 22, 2021 at 4:10 pm in reply to: Whitespace before and after Tabs Section element #1321934
No wonder I couldn’t find it. I don’t have that as an option. Screenshot below. Is it only in the newest Enfold update? I have Enfold 4.8.3
September 17, 2021 at 11:02 pm in reply to: Whitespace before and after Tabs Section element #1321415Sorry, I just saw your reply. The screenshot is goes to a 404 page. I don’t see this under Tab Section>Layout
From the example I linked, would I add the HTML, CSS and Javascript all in the same Code Block?
I don’t see it. Where is Layout > Content height located, in the options of the Tab Section or in each tab?
Sorry for the late reply. That worked. Thank you. You can close this.
Where in the theme options would this be, under what tab?
Hello, below is a screenshot of the issue with the whitespace
Is there anyway to add the header and subtitle top center on the fullscreen slider?
June 15, 2021 at 5:21 pm in reply to: Updated to Enfold 4.8.3 and outgoing message is gone. #1305866I see, Thank you!
June 15, 2021 at 5:12 pm in reply to: Updated to Enfold 4.8.3 and outgoing message is gone. #1305860I wasn’t running the child theme before I updated Enfold.
You can close it. Thanks!
This worked, thank you!
So instead of
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('.external-link a').click(function() { confirm("You're going to a better place."); }); }); </script> <?php } add_action('wp_head', 'add_custom_script');
it would be
function add_custom_script(){ ?> <script> (function($){ $('.external-link a').on('click', function () { return confirm('Are you sure?'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Is that right or am I adding that in addition?
Click ‘Shop’ in the main navigation and once that notice comes up, click ‘Cancel’. It just continues to the other page anyway. It doesn’t cancel going to that link.
Sorry for replying so late. That kind of worked. It has the ‘cancel’ and ‘ok’ buttons on the message, but if you click cancel, it still takes you to another page, you don’t stay on the site.
I was able to add this message, but how do I add a ‘Cancel’ button to this if someone accidentally clicks it?
And also adding external-link/strong> to CSS Classes (optional)?
Where do I type the message, in the PHP?
Would I use this or the other PHP mentioned?
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('a.external-link, .external-link a').click(function() { alert("You're going to a better place."); }); }); </script> <?php } add_action('wp_head', 'add_custom_script');
I’m trying to do something like this, but on a specific link on the main menu.
Do I just add it to the bottom of the functions.php file?
Hi Victoria,
Adding it to Enfold > General Styling > Quick Css worked. Thank you!Thank you! Removing the spinner can’t be done this way? https://kriesi.at/support/topic/hide-spinning-wheel-on-slider-background-videos/
I added the video to Youtube and added it to the top current color section>styling>background video. Is there a way to remove the preloader from the video and set it to a higher resolution?
I’m trying to put the video in place of where the current background image is in the top color section on the page so the video can play under the button and header.
Can you give an example of how that would look with width and height added in? Also, how would I put the title, subtitle and button on top of the iframe?
October 14, 2020 at 5:41 am in reply to: Hiding a color section on mobile also hides all content below #1252672I tried it again and it seems to be working. I didn’t do anything differently. Not sure why it’s working now.
Hi, I was able to fix it within the video embed code by changing the height of the thumbnail. Thanks. You can close this.
So how would I edit this code so the player doesn’t do the below?
This is what I’m seeing. I provided a screenshot below. The video thumbnail is stretched for the lightbox videos. The video itself is fine once you click on it.
I figured it out. I was the Smush Pro plugin that was causing that issue. You can close this. Thanks.
-
AuthorPosts