Forum Replies Created

Viewing 30 posts - 12,451 through 12,480 (of 34,910 total)
  • Author
    Posts
  • in reply to: Dropdown menu #1344254

    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 Widget

    Best regards,
    Mike

    in reply to: Moving Website #1344252

    Hey 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,
    Mike

    in reply to: Anchored Section goes behind Fixed Header on mobile #1344250

    Hi,
    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,
    Mike

    in reply to: How to custom sort & display YouTube videos daily #1344249

    Hi,
    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=1 parameter 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,
    Mike

    in reply to: Favicon not showing up #1344235

    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 https Then clear your browser cache and any cache plugin, and check again.

    Best regards,
    Mike

    in reply to: How to custom sort & display YouTube videos daily #1344234

    Hi,
    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,
    Mike

    in reply to: Add Ukraine flag to title bar for Enfold #1344232

    Hi,
    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

    in reply to: Reduce images which are being generated #1344218

    Hey 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,
    Mike

    in reply to: Add Ukraine flag to title bar for Enfold #1344216

    Hey goldengate415,
    I believe that you mean like this:
    2022-03-12_001.jpg
    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,
    Mike

    in reply to: 3 logos #1344214

    Hi,
    Thanks for your patience, you need to use either if ( is_home() ) { or if ( is_front_page() ) { I believe is_front_page() is the correct one.

    Best regards,
    Mike

    in reply to: one page menu with anchors #1344213

    Hi,
    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,
    Mike

    in reply to: Slider with clickable captions #1344211

    Hi,
    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,
    Mike

    in reply to: How to custom sort & display YouTube videos daily #1344206

    Hi,
    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,
    Mike

    in reply to: Tab Section Scroll Down #1344202

    Hi,
    @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,
    Mike

    in reply to: Add Buttons to Top Bar #1344200

    Hi,
    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,
    Mike

    in reply to: MAILCHIMP widget freezes when entering a test subscriber #1344198

    Hi,
    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,
    Mike

    Hi,
    Ok, we will wait to hear back from you.

    Best regards,
    Mike

    Hi,
    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,
    Mike

    Hi,
    Thanks for the feedback, it looks like the above css has added with the color white:
    2022-03-11_001.jpg
    please check, if it has been added as Nikko posted above then include admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: How to custom sort & display YouTube videos daily #1344139

    Hi,
    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,
    Mike

    in reply to: Horizontal gallery image caption #1344134

    Hi,
    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,
    Mike

    in reply to: section full width #1344077

    Hi,
    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,
    Mike

    in reply to: Estimated reading time increased the time #1344075

    Hi,
    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,
    Mike

    in reply to: Add Buttons to Top Bar #1344074

    Hi,
    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,
    Mike

    in reply to: Enfold parent theme update not working #1343995

    Hi,
    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,
    Mike

    in reply to: Using Gallery the title of the page appearing on top #1343993

    Hey 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,
    Mike

    in reply to: Post grid: date before title #1343992

    Hey 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,
    Mike

    in reply to: section full width #1343989

    Hi,
    Glad to help, shall we close this then?

    Best regards,
    Mike

    in reply to: Estimated reading time increased the time #1343940

    Hey 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,
    Mike

    Hi,
    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

Viewing 30 posts - 12,451 through 12,480 (of 34,910 total)