Forum Replies Created

Viewing 30 posts - 22,921 through 22,950 (of 35,206 total)
  • Author
    Posts
  • in reply to: Misplaced scroll-down arrow on 100% color section #1071286

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

     #top.home #av_section_2.av-minimum-height-100 .container {
    height: 90vh !important; 
    }

    This is working on my screen, but feel free to try other numbers than 90vh.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Home Page Not Found on Update 4.4 to 4.5.3 #1071282

    Hi,
    I have seen cases where I couldn’t change the file permissions, but the webhost could with a shell account, perhaps this is also happening to you?

    Best regards,
    Mike

    Hi,
    Glad to hear that the tip helped, WordPress creates files that are named the same, I believe that is why you couldn’t use it.

    Best regards,
    Mike

    in reply to: How to remove the rounded corners of a Grid Element #1071277

    Hi,

    @dlikat
    I tried to take a look, but your page is not displaying correctly, it is showing the shortcode of the elements, as if the theme is not active.
    Please check.

    Best regards,
    Mike

    in reply to: Remove Highlighting from Main Menu Link for Posts #1071274

    Hi,
    Glad to hear the Destination highlight works perfectly, I think the issue was that it was a parent and a ancestor, but glad it’s sorted out.
    As for the script, I would need to login and see, because when testing your page it works. Perhaps when you copied it you got curly quotes.

    Best regards,
    Mike

    in reply to: Product Subcategory Pages Should Look Like Product Categories #1071050

    Hi,
    Sorry for the late reply, sorry I didn’t find how to change the sub category pages, but I was able to change the styling some with javascript and css, perhaps you would like this:
    2019-02-24-164638
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    jQuery(window).load(function(){
    jQuery( '#top.archive .product-category.product:first' ).each(function() {
      jQuery( '<div class="inner_product_header"><div class="avia-arrow"></div><div class="inner_product_header_table"><div class="inner_product_header_cell">' ).insertBefore( 'h2.woocommerce-loop-category__title' );
      });
    
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Then add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.archive .product-category.product a img {
    height: 228px !important;
    }
    #top.archive .product-category.product .inner_product_header {
        padding: 0px !important;
        min-height: 10px !important; 
    }
    #top.archive .product-category.product h2.woocommerce-loop-category__title {
    font-size: 1.3em !important;
    min-height: 20px !important; 
    padding-bottom: 20px !important;
    text-align: center !important; 
    }

    Best regards,
    Mike

    in reply to: Translagte Read more to Lees meer #1071033

    Hi,
    Sorry for the late reply, I see that you linked to your login page, but there are no login details so I couldn’t add the function into your functions.php for you. But if you add this code to the end of your functions.php file in Appearance > Editor it should work:

    function read_more_to_lees_meer(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $(".more-link").text("Lees meer");
      });
      })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'read_more_to_lees_meer');

    As for the email, are you using a SMTP server to send your emails? Are you sure the emails are not in the spam folder?
    You could try this functions.php:

    add_filter('avf_form_from', 'enfold_contact_form_change_from', 10, 3);
    function enfold_contact_form_change_from($from, $new_post, $form_params) {
            global $enfold_visitor_from;
            $enfold_visitor_from = $from;
            $from = "info@<domain>";
            return $from;
    }
    
    add_filter( 'avf_form_mail_header', 'enfold_contact_form_add_replyto', 10, 3 );
    function enfold_contact_form_add_replyto( $header, $p1, $p2 ) {
            global $enfold_visitor_from;
            $header .= 'Reply-To: ' . $enfold_visitor_from . "\r\n";
            return $header;
    }

    be sure to change the address of “info@” in the code.

    Best regards,
    Mike

    Hi,
    Thank you for the FTP access, the script in the article was almost correct, but I managed to adjust it so it would work. Please clear your browser cache and check.

    This is what I added to your child theme functions.php:

    //disable smoth scrolling error on edge causing jumpy fixed images
    function disable_smoth_scrolling_error_edge(){
        ?>
        <script>
        (function($){
      $(document).ready(function(){
        if(navigator.userAgent.indexOf("MSIE")) {
            $('body').on("mousewheel", function () {
                // remove default behavior
                event.preventDefault(); 
    
                //scroll without smoothing
                var wheelDelta = event.wheelDelta;
                var currentScrollPosition = window.pageYOffset;
                window.scrollTo(0, currentScrollPosition - wheelDelta);
            });
    } else {
    
    }
    });
    })(jQuery);
      </script>
      <?php
      }
      add_action('wp_footer', 'disable_smoth_scrolling_error_edge');

    Best regards,
    Mike

    in reply to: Logo Not appearing as I'd like #1071008

    Hi,
    Sorry for the late reply, to reduce the gap between the logo and the menu, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .responsive #top #header_main div.inner-container { 
    width: 60% !important;
    margin: auto !important;
    }
    

    this will bring them together in the middle, as you increase the percentage the gap will get bigger, please adjust to suit.
    If you don’t want them in the middle, but prefer them to the left, then remove the line “margin: auto !important;” if you prefer them to the right, then use this instead:

    .responsive #top #header_main div.inner-container { 
    width: 60% !important;
    float:right !important;
    }
    

    Best regards,
    Mike

    in reply to: Search on New Version Not Working – Mods to help? #1071005

    Hi,
    Sorry for the late reply, I took a look at your site and see that you only have the one “Hello World” post and the rest are ALB pages. I believe the search can’t scan the page content, but only the titles of ALB pages. When I test by typing “print” I get 21 hits. How are you testing?
    You may wish to try a search plugin to improve your search results.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, I took a look at your footer post slider and see that at mobile, when the column are lined on top of each other there seems to be plenty of room, but stating at tablet size when the columns are side-by-side the text is too big. So I wrote this css to make the font smaller then:

    @media only screen and (min-width: 767px) and (max-width: 1441px) { 
    #av_section_2 .post-entry-1617 .slide-entry h3.slide-entry-title a {
    font-size: 12px !important;
    line-height: 12px !important; 
    }
    }

    after 1441px when the site is for desktop, there seems to be enough room again, so this code stops working.
    PLease add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field, and clear your browser cache.
    Please let us know if this helps.

    Best regards,
    Mike

    in reply to: Widget Enfold Mailchimp newsletter signup not work #1070999

    Hi,
    Sorry for the late reply, I took a look at your Mailchimp newsletter widget in the footer and found that the option as to which newsletter to use was not selected, I made a choice for you and now it works.
    Please clear your browser cache and check.

    For other people, if your mailchimp widget is not showing on pages that don’t use the ALB, try adding a shortcode to the page, such as this:

    [av_font_icon icon='ue82b' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' animation='' color='' av_uid='' custom_class='' admin_preview_bg=''][/av_font_icon]

    If this helps try creating a “whitespace” shortcode so it will help but without the icon.
    There is a issue that the dev team is working on to correct shortcodes and some widgets not showing in non-ALB pages.

    Best regards,
    Mike

    in reply to: Home Page Not Found on Update 4.4 to 4.5.3 #1070996

    Hi,
    Sorry for the late reply, and thank you for the video. While I see this error on your site, I was unable to reproduce it on my localhost, so I tried disabling some of your plugins without success, but this I noticed that your root folder file permissions is: 1705, instead of 0755, which means the “group” can’t read your site root. Which makes sense because in incognito mode you can see other pages, such as /about-us/ you just can’t see the root.
    Please see your Loginizer Dashboard and look at the file permissions, then ask your webhost to fix your root file permissions.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, I have taken a look at your page and researched the issue, it seems that this has been a MS issue for a while but I may have found a solution using javascript, only I can’t test it on my localhost due to a different MS issue, so, Please include FTP access in the Private Content area so I can try adding the javascript to your site to see if it helps.

    Best regards,
    Mike

    in reply to: Picture and text zoom on smartphone #1070963

    Hi,
    Perhaps add some images or icons to the links, are they the name of cities? Also perhaps a full-width search bar in the middle, like this:
    2019-02-24-092125
    To add a search bar, add this code to the end of your functions.php file in Appearance > Editor:

    add_shortcode('avia_search', 'get_search_form');

    then add a code block with the custom class “search-bar
    2019-02-24-093026
    and inside the code block add this shortcode:

    [avia_search]

    then add this css to your Quick CSS:

    #top .search-bar #searchform>div {
    width: 100% !important;
    max-width: 100% !important;
    }
    #top .search-bar input[type='text']#s {
    font-size: 32px;
    padding: 10px 60px 10px 20px; 
    }
    #top .search-bar #searchsubmit.button {
    width: 60px !important; 
    height: 60px !important;
    }

    It’s just a thought.

    Best regards,
    Mike

    in reply to: Change background-image for mobile #1070943

    Hi,
    Updating the database though the woocommerce button should not cause any issues to the site, but I recommend always use the backup tool at your webhost before any kind of updating. That way the one time something goes wrong you are covered :)
    Glad to hear you got it figured out, have you tried making a purchase on your site to test the process?

    Best regards,
    Mike

    Hi,

    @dewittnp

    How about letting me assist by updating via FTP, Please include a admin login & FTP access in the Private Content area of a new thread, because posting here it will not be private. Once you do this, post a link to the new thread here so I can find it.

    Best regards,
    Mike

    in reply to: Store is duplicated in the footer #1070821

    Hi,
    Sorry for the late reply, I took a look at your shop and see that you have added the shortcode to your shop page to duplicate your product listings:

    [av_productgrid columns='3' items='9' wc_prod_visible='' wc_prod_hidden='' wc_prod_featured='' offset='0' sort='dropdown' paginate='yes' av_uid='av-jsazwyhu']

    I have removed this for you, I also saw that you had your sidebar turnd on for the page, but I assume you didn’t want that so I disabled it.
    I looked at your “store” & “old store” but I don’t see that your prices are showing 3 times.
    Your “old store” has a header and a email signup form, so I assume this is the one you would like to use.
    Please take a look and let us know if there is anything else that you would like changed.

    Best regards,
    Mike

    in reply to: Unstable website. I suspect is due to CCS code addition #1070820

    Hi,
    Sorry for the late reply, thank you for the videos and login. I have taken a look at your site and see at the top of your page your “RECENT TOP SELLERS” product slider is different heights, so when it changes your whole page shakes.
    I have added this code in the General Styling > Quick CSS field:

    #top.home .template-shop.avia-content-slider {
    height: 422px !important;
    max-height: 422px !important; 
    }

    This sets the max-height so that it doesn’t shake the page anymore. Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Woocommerce and Enfold conflict – Toggle toolbar #1070816

    Hi,
    Sorry for the late reply, yes this is a new option, please try to update your other sites.

    Best regards,
    Mike

    in reply to: Misplaced scroll-down arrow on 100% color section #1070815

    Hi,
    Sorry for the late reply, have taken a look at your site and I believe that you have pointed to the problem, the second section is given it’s height on the page load when there is no header, but once you go to the section you will also have the height of the header. The sections do not readjust on scroll. Please try changing the height of the second section to 90% +/- to see if this helps.
    This would be a better solution than trying to adjust the height with css for each screen size.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, I see that you have the shortcode of a masonry gallery on your Event page and it doesn’t work, I also tested the shortcode of a icon that doesn’t work.
    I believe the dev team is working on a similar issue and this may assist to solve it, or they will be able also work on this one.
    Thank you for your patience.

    Best regards,
    Mike

    in reply to: Mobile menu doesn't collapse after click #1070804

    Hi,
    Sorry for the late reply, to close the burger menu on click, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function close_burger_menu(){
      ?>
      <script> 
    (function($){
      $(document).ready(function(){
      $('body').click(function(){
      $("html").removeClass('av-burger-overlay-active-delayed');
      $('.av-burger-overlay').css({opacity:'0'});
      });
      });
      })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'close_burger_menu');

    Best regards,
    Mike

    in reply to: Problem maintenance mode with Enfold 4.5.4 #1070788

    Hi,
    Sorry for the late reply, we wanted to let you know that the dev team is working on this issue.
    Thank you for your patience.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, to change the button text after the script has “validated” we can use this function. I assume the word should be “Sende” or you can adjust to suit.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function($){
    setTimeout(function () {
        $("#top.page-id-40 .form_element input.button[type='submit']").val("Sende");
    }, 5000);
     })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Please note that it waits 5 seconds before excuting, I tested other times but this seemed best, but feel free to test yourself by changing the “5000” in the code.

    If you continue to have problems with the spam, I have seen very good feedback from users switching to the Contact Form 7 Honeypot

    Best regards,
    Mike

    in reply to: Change post types order on tag archive page #1070733

    Hey precarre,
    Sorry for the late reply, Have you tried this plugin: Post Types Order, it seems to match your request.

    Best regards,
    Mike

    in reply to: some WOO questions #1070729

    Hi,
    Sorry for the late reply, in your first screenshot is it of the Products > Categories page?
    2019-02-23-112052
    If so, then the text box is for the “description” of the category page, and not for showing content. I wonder why your screenshot shows a text editor there, do you have a plugin installed?
    To delete the one word in your second screenshot on all pages, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top div.single-product-summary > div.summary.entry-summary > form > table > tbody > tr:nth-child(2) > td.label > label  {
    display: none !important;
    }

    For your last question, I believe that your slider is forcing the sidebar down because it’s in full width mode. This is the class for the slider: “rev_slider_wrapper fullwidthbanner-container” This same thing happens with our “color section”. I don’t use the rev slider, but this looks to be the case. Try adding the rev slider to a column that will limit the width and not push the sidebar down, but I suspect that this is not possible.

    Best regards,
    Mike

    in reply to: Quickview plugins not showing quantity buttons #1070715

    Hi,
    Sorry for the late reply, I researched this issue and couldn’t find anything on it, while we can add the plus & minus buttons to the element, they do not work to change the quantity. So this tells me that the problem is much deeper in the code. It seems that the reviews on the support page for this plugin says that free version doesn’t work. Perhaps it’s crippled?

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, I took a look at your gif in my browser, on it’s own, and it doesn’t loop like the other one does. I also checked the file in your media library to see if it loops, but it’s the same.
    If it was going to loop it would when loading it in a “new tab” of the browser.
    Please check the settings of your gif tool to ensure that it is set to loop. Otherwise please link to the original file that loops so I can test on my localhost to find a solution.

    Best regards,
    Mike

    in reply to: Picture and text zoom on smartphone #1070692

    Hi,
    I would create a custom 404 page using the ALB and show a grid of your most popular pages, and a heading that suggests to choose from our most popular pages below.

    Best regards,
    Mike

Viewing 30 posts - 22,921 through 22,950 (of 35,206 total)