Forum Replies Created

Viewing 30 posts - 16,921 through 16,950 (of 35,024 total)
  • Author
    Posts
  • in reply to: Woocommerce Category Archive Sidebar not visible #1214002

    Hi,
    Thanks for the login, this is odd, the sidebar is not created on the archive page, I see that you are using v4.7.2, perhaps this was an error in it, please try updating to v4.7.4

    Best regards,
    Mike

    in reply to: Stop testimonials slider from jumping around #1213976

    Hi,
    For the large desktop testimonial slider set the element visibility to hidden on small screens
    2020-05-18_045413.png
    For the small mobile testimonial slider set the element visibility to hidden on large screens
    2020-05-18_045524.png

    Best regards,
    Mike

    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: Which license on which website #1213898

    Hey Karin_Tara,
    Sorry for the late reply, I believe you are thinking of this link but I don’t think it will tell you which domain your license goes to.
    I recommend writing the 4 licenses down and assign domains to them on the paper and if it ever comes up again you’ll know which licenses you intend to use for each domain.

    Best regards,
    Mike

    in reply to: Layer Slider height mobile and tablet #1213897

    Hey Andrea,
    Sorry for the late reply, as I understand your question, you would like the layerslider to be full visual height on mobile as it is on desktop. For the layerslider responsive means that the slider is scaled down to show the full slider on mobile, that is why it is a box across the top of your page instead of a full screen on mobile.
    The best solution for this is to have two sliders, one for mobile portrait screens and one for desktop landscape screens. For the mobile slider try the canvas size 425px by 500px it seems to work well.
    2020-05-17_211410.png
    You can set the desktop slider to hide on mobile in the layerslider slider settings:
    2020-05-17_212500.png
    and you can set the mobile slider to hide at over 990px like this:
    2020-05-17_212734.png

    Best regards,
    Mike

    in reply to: Not getting pagination buttons #1213895

    Hi,
    Sorry for the late reply and thanks for the login, when you look at the pagination options please note this statement:

    Pagination might not work as expected when there is more than one blog posts element on a page, a post or on the blog page.

    on the same page your slider is showing posts, so I believe that this is causing a known issue. Try removing the slider to see if the pagination then shows.
    I also checked your /work-with-me/ page directly on an Android mobile but the page showed correctly

    Best regards,
    Mike

    in reply to: sidebar crashes site #1213893

    Hi,
    Sorry for the late reply and thanks for the link, I understand you are now using the Q2W3 plugin and not the css:

    aside.sidebar.sidebar_right.alpha.units{
        position: fixed!important;
        width: 400px!important;
        right: 100px!important;
        top: 100px!important;
    }

    Correct? The Q2W3 documentation shows how to disable on mobile
    For screens below 767px you will want the fixed widget disabled and for screen sizes 768px to 1024px you will want to use

        top: 100px;
        width: 250px;

    for it to show well. Does the plugin let you set this?

    Best regards,
    Mike

    in reply to: Image is not changing after selecting variation #1213891

    Hey Jonas,
    Sorry for the late reply and thanks for the login, I had a hard time finding a variable product that had variable images, please link to one product that we can investigate and add variable images to it, perhaps the “Grey Pullover Hoodie” linked below.
    Please see this animation gif to the variable images I mean.
    Video_00012.gif
    you may have to click the image to play.

    Best regards,
    Mike

    in reply to: Custom Post Category Icon #1213889

    Hey MediaMix1,
    Sorry for the late reply and thanks for the link, in my install the only apple icon I have has the bite in it, but with this css you can add it as your default icon:

    span.iconfont:before {
      content: "\e920"; 
      font-family: entypo-fontello;
      color: #fff;
      position: relative;
    }

    2020-05-17_174055.png
    You can follow these steps to find and add a different apple icon if you want.

    Best regards,
    Mike

    in reply to: Image Load #1213886

    Hi,
    Sorry for the late reply, I have checked your page but I didn’t see the “topicpulse” image “blink in”
    I do see that the element animation doesn’t start until in view, often the animation also includes opacity so that might explain the “blink”
    Do you want the animation? Try disabling any animation in the elements on the page and then clearing your browser cache, this might be enough to fix it otherwise we can try blocking any animation that you can’t control from the elements.

    Best regards,
    Mike

    Hey Miki,
    Sorry for the late reply and thanks for the screenshot and link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 1400px) { 
    .responsive .container {
        max-width: 99% !important; 
    }
    }

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

    Best regards,
    Mike

    in reply to: ENFOLD SOCIAL ICONS SHOWING AS BOXES #1213881

    Hi,
    This works for me in incognito and on an Android mobile, I will ask the rest of the team to check on an iPhone.

    Best regards,
    Mike

    Hey opvab,
    Sorry for the late reply, unfortunately, there is not a way to add the secondary menu to the same line as the burger menu, but the social icons are already showing there.
    2020-05-17_163141.png

    Best regards,
    Mike

    in reply to: Blog templates #1213873

    Hi,
    Sorry for the late reply, I copied the 3 pages from the demo and put in your site.
    Please look for Blog Classic Grid, Blog Masonry, & Blog Modern

    Best regards,
    Mike

    in reply to: 2 Problems with ALB code for LearnDash, please help? #1213867

    Hi,
    Sorry for the late reply, thanks for the video and login, for the first issue I found that a !important; was causing the builder to show on each tab. The file is at: /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-builder.css starting on line 24 find:

    #avia_builder{
    float:left;
    width:100%;
    display: block !important;
    }

    change to:

    #avia_builder{
    float:left;
    width:100%;
    display: block;
    }

    I did this for you but you will have to clear your browser cache.
    For your second issue I added the css from @jacqueschoquette, thanks :)

    .avia-modal.modal-preview-active.modal-preview-large {
    left: 160px !important;
    right: 0 !important;
    }

    It is also now working, please check.

    Best regards,
    Mike

    in reply to: Remove show all results from search #1213863

    Hi,
    I assume that you are talking about the text “category” on a product page under the product details.
    2020-05-17_143803.png
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
        $("#top.single-product .product_meta .posted_in").contents().filter(function(){ return this.nodeType == 3; }).remove();
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    2020-05-17_144139.png

    Best regards,
    Mike

    in reply to: ENFOLD SOCIAL ICONS SHOWING AS BOXES #1213859

    Hi,
    Sorry, I don’t seem to get the same results, I add an item to the cart, then click the green button to see the cart and the item is there. I can also click the “view cart” from the cart icon drop down.
    Please see the screenshots in Private Content area.

    Best regards,
    Mike

    in reply to: How to change Icon Box Font Size? #1213857

    Hi,
    Thank you, that was for @ezfl0w’s question.

    Best regards,
    Mike

    in reply to: Stop testimonials slider from jumping around #1213854

    Hi,
    What do you mean by “fix the height for mobile screens too” for mobile the script works correctly, it finds the tallest inner content and then sets all of the sliders to the same height. The problem I see is that one of your testimonials is very long so all of them will be. I recommend making the testimonials shorter or having a second testimonial for mobile only with all short comments.
    You can also try this css that removes the padding for mobile and reduces the font size.

    @media only screen and (max-width: 767px) { 
    	.avia-testimonial {
    		padding: 0px !important;
    	}
    	#top .av-large-testimonial-slider .avia-testimonial-content {
        font-size: 1em !important;
    }
    #top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
        margin: auto !important;
    }
    }

    Best regards,
    Mike

    in reply to: WordPress Update #1213853

    Hi,
    Sorry for the late reply, for #1 please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .av-button-description.av-button-description-below p {
    	    color: #333 !important;
    }

    #2 sorry, I don’t see the “View this case study”
    #3 for your blog page:

    .avia-content-slider span.blog-categories.minor-meta,.avia-content-slider footer .slide-meta {
    	display: none !important;
    }

    #4 for your /stories/ page

    #av-masonry-1 .av-masonry-sort {
    	visibility: hidden !important;
        opacity: 0 !important;
    }

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

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, you can add the sub-menu to pages as a function with a shortcode, for example, this function will add a sub-menu to your archive pages.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_action('ava_after_main_title', 'ava_after_main_title_mod');
    function ava_after_main_title_mod() {
    	if(is_archive()) {
    		echo do_shortcode("[av_submenu which_menu='center' menu='25' position='center' color='main_color' sticky='true' mobile='disabled' mobile_submenu=''][av_submenu_item title='Menu Item 1'][av_submenu_item title='Menu Item 2'] [av_submenu_item title='Menu Item 3']
    [/av_submenu]");
    	}
    }

    note the shortcode after the line echo do_shortcode(" that is were to add your shortcode, to get this shortcode Enable the Avia Layout Builder Debugger and copy the shortcode from the debugger
    2020-05-17_125025.png

    Best regards,
    Mike

    in reply to: Move sale badge to product image (top)? #1213837

    Hey wzshop,
    Sorry for the late reply, this javascript will move the onsale container inside the thumbnail container, unfortunately, there is no hook to use for that. Typically this solution works well, did it work for you?
    If you need an adjustment please link to the page we can see with this in action.

    Best regards,
    Mike

    in reply to: Is it possible to customer the Mega Menu this way? #1213835

    Hey Sal,
    Sorry for the late reply and thanks for the screenshots and link. With this css the last three columns will become one column:

    #menu-item-15779 {
    	display: flex;
        flex-direction: column;
        width: 100%;
        flex-wrap: wrap;
    }
    #menu-item-15770 {
    	display: flex;
    	flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }
    #menu-item-16022 {
    	display: flex;
    	flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }

    2020-05-17_120929.png
    in your last screenshot there is another column “apple watch” are you adding more columns? If so please do so and then we can adjust the css again if needed.

    Best regards,
    Mike

    in reply to: Woocommerce Category Archive Sidebar not visible #1213809

    Hey lennartvdb,
    Sorry for the late reply, it looks like your plugin /wp-content/plugins/gridlist-view-for-woocommerce/ is overriding the page with a “full-width” template.
    When the page is loading the sidebar shows briefly and then the page changes and includes the classes “berocket_lgv”, this was the behavior when the plugin was deactivated?
    Can we login to see this?

    Best regards,
    Mike

    in reply to: Hook between the footer widgets and footer menu #1213808

    Hey wzshop,
    Sorry for the late reply, we don’t have a hook outside of the footer widgets area and outside the footer menu area like this:
    2020-05-17_081114.png
    But you can use the function above and this script to move the element there, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function($){
      $(window).load(function(){
      $( '#footer' ).each(function() {
      $( this ).find( '#custom_html-2' ).insertAfter( $(this));
      });
      });
      })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    note that my test site gave the custom widget area the ID #custom_html-2 yours may be different, adjust to match your ID.

    Best regards,
    Mike

    in reply to: Icon box icon #1213805

    Hi,
    Sorry for the late reply, do you mean how to add more icons to the theme? Please see our documentation here.

    Best regards,
    Mike

    in reply to: Slideshow numbers showing incorrectly #1213804

    Hey B,
    Sorry for the late reply, the sprite used for the numbers only contains 01-05
    /wp-content/themes/enfold-child/images/slider-navigation-links-sprite.svg
    since this is in your child theme I assume that you added this, please adjust to contain 06 & 07
    2020-05-17_073108.png

    Best regards,
    Mike

    in reply to: Header background color not displayed #1213798

    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: Challenges with margin #1213797

    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: Stop testimonials slider from jumping around #1213795

    Hi,
    Glad to hear, the one testimonial entry that has a different font size is in some extra div’s, please check this one and adjust to how the others are.

    Best regards,
    Mike

Viewing 30 posts - 16,921 through 16,950 (of 35,024 total)