Forum Replies Created

Viewing 30 posts - 17,401 through 17,430 (of 35,074 total)
  • Author
    Posts
  • Hi,
    Thanks, I tried matching your PHP version “7.2.24” on my localhost to see if I could reproduce the error, but this didn’t help. But in case they are not the same, can you try updating your PHP? I uploaded a current version of Enfold, your old version is named “enfold-old”.
    I also tested PHP version “7.2.24” on a live server to ensure that my localhost was not the error. Is the dev site a copy of your live site, or was the live site a copy of the dev site? How did you copy the site, an option in your cPanel or a plugin?

    Best regards,
    Mike

    in reply to: make mega menu open by click. #1204901

    Hi,
    OK, so you will be leaving it on hover.
    As for your css issues, if you would like us to take a look at this then please open a new thread and include admin login in the Private Content area so we can be of more assistance.
    Since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area.

    Best regards,
    Mike

    in reply to: Lightbox Title text when image is in a Text Block #1204887

    Hi,
    Thanks for the login, I found your draft “AAAA Test Enfold Lightbox” but the shortcode was mal-formed so I adjusted it for you.
    When editing the shortcode in your post, I recommend doing so in the “text” tab and not in the “visual” tab.
    2020-04-18_061844.png
    Unfortunately, there is not an option to set default options to the elements, so you will need to select these options when you add your image shortcode for each image.

    Best regards,
    Mike

    in reply to: open lightbox from an anchor link #1204884

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

    in reply to: Mehrere Color-Sections öfnnen und schließen #1204717

    Hi,
    I took a look at your page and see that the script is working and the issue now is that the section is not scrolling to the top when it becomes visible.
    So to test on the “tech” section I added this function to your script:

    (function ($) { 
      $(".technologyschalter").click(function(e) {
      	e.preventDefault();
      	var elmnt = document.getElementById("hide_technology");
      	setTimeout(function () {
     elmnt.scrollIntoView(true);
      	}, 1500);
       });
    })(jQuery);

    clicking on the button that shows the “hide_technology” section will delay 1.5 seconds (1500ms) and then scroll the section to the top. The delay seems necessary and if it is too short it won’t work, so you can try changing the “1500” to suit.
    Also, note that you will need to clear your browser cache to see this work.
    If you are satisfied with this you can model it for your other buttons.

    Best regards,
    Mike

    in reply to: Strange scroll behavior with iframe #1204709

    Hi,
    Glad we were able to help, we will close this now and take a look at your other thread. 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,
    Mike

    Hi,
    I tested with updated theme and plugin, and the countdown element is working correctly for me, I see that you are using Enfold v4.6.3.1, please try updating.
    Note that you will need to enter the token at Enfold Theme Options > Theme Update > Enter a valid Envato private token. You can read more here.

    Best regards,
    Mike

    in reply to: 'Latest News' widget – bulleted list? #1204408

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

    in reply to: Footer color #1204406

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

    in reply to: Downloading page Consulting #1204405

    Hi,
    Thank you for the feedback, I now see that the css is added via javascript, so this script should work.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_cell_padding(){
      ?>
      <script>
    (function($){
      $(window).load(function(){
      	var width = $(window).width()
      	if ((width <= 768)) {
      $( '#top.home .av-layout-grid-container' ).each(function() {
      $( this ).find( '.flex_cell.av_one_half' ).not('.av-zero-padding').css({ 'padding-top': '10px','padding-bottom': '10px'});
      });
      	};
      });
      })(jQuery);
      </script>
    <?php
    }
    add_action('wp_footer', 'custom_cell_padding');

    This will only work on your home page if you want it to work on every page, remove #top.home from the code.

    Best regards,
    Mike

    in reply to: make mega menu open by click. #1204384

    Hi,
    On your menu item “solutions” I don’t see the class “mega-menu” as described above, did you use a different custom class?
    I see that the Enfold Theme Options > Performance > JS & CSS file merging and compression is enabled, please disable and clear your browser cache so the restored javascript files will load.
    If this doesn’t help, please disable your plugins to ensure there is not a conflict.
    If this doesn’t help, then we will need to take a closer look with an admin login and FTP access in the Private Content area, but as this is not your thread your login info will not be private, please open a new thread.

    Best regards,
    Mike

    in reply to: Strange scroll behavior with iframe #1204366

    Hi,
    Thank you for the feedback, and I’m glad this helps.
    Examining your iframe link the end of the link contains ?startpage=1 which when loaded triggers it’s javascript that changes the link to ?startpage=1#page_1 which is the anchor it scrolls to.
    So that is why it is scrolling, but I don’t see a way to override this unless you add the ID #page_1 to the top of your page to break the scroll.

    Best regards,
    Mike

    in reply to: 'Latest News' widget – bulleted list? #1204358

    Hi,
    Please try this css instead in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #newsbox-3.newsbox ul li:before {
        display: list-item;
        content: "";
        list-style: disc inside;
        float: left;
        position: absolute;
        left: 0;
    }
    #newsbox-3.newsbox ul li {
        list-style: none;
        padding-left: 13px;
    }

    2020-04-16_051007.png

    Best regards,
    Mike

    in reply to: Can't import Enfold 2017 demo #1204346

    Hi,

    @australiemag
    , I had entered my email in the Private Content area, but you couldn’t see it because this is not your thread.
    Please open a new thread and include an admin login and a link to your new thread in the Private Content area and then you will see what we write in the Private Content area.

    Best regards,
    Mike

    in reply to: Downloading page Consulting #1203981

    Hi,
    Typically, you would reduce the padding or margin for the text, such as this:

    #top.home .flex_cell.av_one_half {
    	padding-top: 10px !important; 
    	padding-bottom: 10px !important; 
    }

    Here is what the padding around the text looks like when it’s changed from 50px to 10px:
    2020-04-15_075451.png

    Best regards,
    Mike

    in reply to: Thumbs not showing in archives #1203967

    Hi,
    It looks like WP-CLI can only generate thumbnails for images missing image sizes with [--only-missing] , if you know how to use WP-CLI Here is the official site. This answer says it takes about 30 seconds for this to correct 4000 images.
    But I didn’t find an alternative to this or a plugin to do the same, perhaps I missed it.
    Did you try to manually regenerate one image to see if this helps?

    Best regards,
    Mike

    in reply to: Enfold Icons Not Appearing Across Site #1203960

    Hi,
    Thank you for the feedback, I wanted to login to investigate but the login was incorrect, please check.

    Best regards,
    Mike

    in reply to: make mega menu open by click. #1203956

    Hi,
    I’m testing in the “2017 Demo”, so I used a “custom link” in the menu to replace the parent mega menu item so it would not have a clickable link. Notice that I enabled the custom classes in the menu so the parent item that will open on click can be targeted with the class “mega-menu”
    2020-04-15_061948.png
    Then I added this css in the Quick CSS:

    li.menu-item-mega-parent.mega-menu a.open-mega-a:hover ~ .avia_mega_div {
    	opacity: 0 !important; 
    	display: none !important; 
    }
    li.menu-item-mega-parent.mega-menu a.open-mega-a:focus ~ .avia_mega_div {
    	opacity: 1 !important; 
    	display: block !important; 
    }

    This hides the sub-menu on “hover” but shows on “click”.
    After applying the css, Please clear your browser cache and check.
    Please note that I didn’t change the “avia.js”

    Best regards,
    Mike

    in reply to: 'Latest News' widget – bulleted list? #1203939

    Hi,
    Glad to hear this worked for you, there are different list styles to try, please see this article
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Can't import Enfold 2017 demo #1203938

    Hi,
    Please see below.

    Best regards,
    Mike

    in reply to: Lightbox Title text when image is in a Text Block #1203933

    Hi,

    @ehquionest
    It looks like you posted your login details, but I don’t see the URL to your site, please include.

    Best regards,
    Mike

    in reply to: Customize product page #1203930

    Hi,
    I was able to login this time, to remove the padding & margin from the single product pages around the “Vous aimerez aussi” please try this css:

    .single-product .avia-section-small .content,.single-product .avia-section-small .sidebar {
        padding-top: 0px !important; 
        padding-bottom: 0px !important; 
    }
    .single-product .avia-section-small.container_wrap {
        border-top-style: none !important; 
        border-top-width: 0 !important; 
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: make mega menu open by click. #1203589

    Hi,
    True, it looks like this was re-written and moved to \wp-content\themes\enfold\js\avia-snippet-megamenu.js
    on line 176

    megaItems.each(function(i){
    
    				$(this).hover(

    changing the “hover” to “click” should work, but there is also css that is opening the sub-menu on hover, and for my demo the parent items are also links so clicking them goes to the page instead of the open action. Are your parent items also links? I don’t believe this is going to work if you also want your parent links to work.

    Best regards,
    Mike

    in reply to: Thumbs not showing in archives #1203576

    Hi,
    It looks like your “portfolio” size, 495, is activate so they should regenerate.
    The Regenerate Thumbnails has the option to skip over images that already have correctly-sized thumbnails.
    2020-04-14_074934.png
    This should leave only the missing ones to regenerate.

    Best regards,
    Mike

    in reply to: Enfold Icons Not Appearing Across Site #1203573

    Hi,
    Thanks for the link, you are getting this error: Access to font has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
    because your font is loading from a temp URL https://secureservercdn.net did you just move to this domain, or did you just assign this domain? You will need to correct the url’s so they point to your domain.

    Best regards,
    Mike

    in reply to: Side bar showing on Woocommerce before description #1203570

    Hi,
    Thanks @Victoria, @Cherryadvertising glad this is helping, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    Thanks for the link, I see your page is giving the error “jQuery is not defined” this typically means that your jQuery is loading in the footer, please check that the option Enfold Theme Options > Performance > Load jQuery in your footer is disabled. Some caching plugins also have this option so please check that these are also disabled. It also looks like you have the lazyload option enabled in the “wp-rocket”, please disable this, lazyload can lead to issues like you are experiencing.

    Best regards,
    Mike

    in reply to: Blog: Doesn' t show post navigation and related posts #1203562

    Hi,
    Please use the “social share” element:
    2020-04-14_070723.png

    Best regards,
    Mike

    in reply to: open lightbox from an anchor link #1203540

    Hi,
    I was able to make clicking on the “Bildergalerie” button open the lightbox after waiting 500ms, which seems to be just the right amount of time for the page scroll down to the section. I added a custom ID to your button so only this button triggers the action.
    I added this function to your child theme functions.php:

    function custom_adventure_script(){
    	?>
    	  <script>
    (function($){
      $(window).load(function() {
      $('#adventure a.avia-button.avia-icon_select-yes-left-icon').click(function(e){
      e.preventDefault();
      setTimeout(function(){
      window.location.href = "https://your-url/#slideshow-adventurer";
    
    	$('#slideshow-adventurer a').trigger('click');
    	  setTimeout(function(){
    	  $('button.mfp-arrow.mfp-arrow-right.mfp-prevent-close').trigger('click');
    		  }, 200);
    }, 500);
      });
      });
      })(jQuery);
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_adventure_script');

    One issue I had was the slideshow always opened the last slide in the lightbox, so I added a second click on a delay to show the first image “Start your Adventure”
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Change Woocommerce term for "Cart" #1203522

    Hi,
    You will need to use your webhost’s “file manager” then you can copy the “footer.php” to your child theme.
    2020-03-14_101810.png
    In the file manager go to your parent theme “enfold” and click once on the footer.php to select it, then click on the “copy” button, then a popup will allow you to enter the path to your child theme, I assume it’s “enfold-child”, just enter the correct path.
    2020-04-14_045256.png
    Otherwise, you can use FTP and download the footer.php from your parent theme and then upload to your child theme.

    Best regards,
    Mike

Viewing 30 posts - 17,401 through 17,430 (of 35,074 total)