Forum Replies Created

Viewing 30 posts - 18,841 through 18,870 (of 34,221 total)
  • Author
    Posts
  • in reply to: General Layout Problem #1143568

    Hi,
    Glad Victoria could help you find the issue. 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: Cose mobile menu on #ancor #1143567

    Hi,
    That is very odd, seems backward. Perhaps this means that there is some code in the wp-config.php file or by a custom drop-in plugin from your webhost, did you get a chance to ask them? Do you have a “WordPress Managed Hosting” plan? Who is your webhost?

    Best regards,
    Mike

    in reply to: WebP Display: Does your theme support #1143564

    Hi,
    Sorry, my research points to .webp not being supported by WordPress or Safari and thus a brick wall beyond our support, but I will message Rikard about your post, as perhaps he has found more info on this and can help.

    Best regards,
    Mike

    in reply to: Color section arrow issue #1143558

    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: When i Set Envold on Live the Theme Crushed totally #1143557

    Hi,
    Thank you, I would like to see the video and login to test the site, and ftp access could help also.
    Please also include the url to the site.

    Best regards,
    Mike

    in reply to: Notification Box 'note' not showing #1143224

    Hi,
    After reading your question I was going to suggest excaping your apostrophe like this:
    Murphy/’s Law
    but I wanted to double check first so I took a look at your page but couldn’t find a Notification Box on it nor the text “Murphy’s Law”
    So I tried to recreate your error on my own site with this shortcode:

    [av_notification title='Murphy’s Law' icon_select='yes' icon='ue8d2' font='entypo-fontello' color='green' border='' custom_bg='#444444' custom_font='#ffffff' size='large' close_btn='' cookie_lifetime='60' custom_class='' av_uid='av-2begx3' admin_preview_bg='']
    Murphy’s Law
    [/av_notification]
    <div id="gtx-trans" style="position: absolute; left: 240px; top: 93.4px;">
    <div class="gtx-trans-icon"></div>
    </div>

    But I had no issues with the apostrophe:
    2019-09-29-234741
    So please try explaining again so we can try to help.

    Best regards,
    Mike

    in reply to: Activation code error for layer slider #1143213

    Hi,
    Sorry for the late reply, I have logged into your site and found that the slider on your frontpage is not a LayerSlider, it is a “Full width Slider” or “Vollbild-Slider“, please try editing your page with the Advanced Layout Builder and open the slider, you will have these options:
    2019-09-29-225111
    Sorry for the confusion.

    Best regards,
    Mike

    in reply to: Add Phone Icon Next Burger Menu Icon on Mobile #1143211

    Hi,
    I tested the code above and found it to work correctly:
    2019-09-29-223552
    Please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Different Logo for sub menus #1143206

    Hey louisew,
    Thanks for the explanation, if I’m reading it correctly you should do it like this:

    #top .av-submenu-container .submenu1 {
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    }

    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Having a problem changing an icon #1143201

    Hey jonrouse,
    I tested your code and it seems to be working, that is it will change facebook into a bitcoin:

    add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1);
     function avia_replace_standard_icon($icons)
     {
     $icons['facebook']	= array( 'font' =>'entypo-fontello', 'icon' => 'ue92a');
     return $icons;
     }

    but on my test site I didn’t find a external link overlay right away. So I tested this on a woocommerce cart and facebook icons instead, please give it a try and see if it works for you.
    What I did notice is the icon code you entered didn’t show up in the default icons filter in the functions.php so I don’t think you can use ue889 for this.

    Best regards,
    Mike

    in reply to: New Personal Image Size #1143193

    Hey ICEMAN,
    To create a personal image size please read this post or you can use the Simple Image Sizes plugin.

    Best regards,
    Mike

    in reply to: Change header cart icon / Change "Add to cart" button Text #1143191

    Hey Jörg,
    To change the woocommerce cart icon, please open your functions.php and look for this on about line 259:

    	//woocomemrce    
    	'cart' 			=> array( 'font' =>'entypo-fontello', 'icon' => 'ue859'),
    	'details'		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue84b'),
    

    then replace the icon codes with yours from the shortcode wand tool, I would have done it for you but I didn’t see a calculator as an option.
    To change the woocommerce add to cart button, Try adding this code to the end of your functions.php file in Appearance > Editor:

     add_filter('woocommerce_product_single_add_to_cart_text', 'woo_custom_cart_button_text');
     
     function woo_custom_cart_button_text() {
     return __('Book Now', 'woocommerce');
     }

    just change the Book Now to suit

    Best regards,
    Mike

    in reply to: General Layout Problem #1143185

    Hey Manuela,
    Thank you for the login, do you recall anything particular occurring when you noticed the error? Perhaps updating a plugin or receiving an error message? Please try disabling all of your plugins, and clearing your browser cache, if that corrects then you can enable one at a time, and clearing your browser cache each time, until the error occurs again, then you will know the cause.

    Best regards,
    Mike

    in reply to: menu font size #1143183

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

    #avia-menu li a .avia-menu-text {
        font-size: 22px !important; 
    }

    If this doesn’t help, please include an admin login in the private content area so we can check for a rouge bracket or comma in your css causing the error.

    Best regards,
    Mike

    in reply to: When i Set Envold on Live the Theme Crushed totally #1143182

    Hey Morphois,
    Sorry, I’m not sure that I understand correctly. You made a page, and then imported it…
    how did you import it, using the Avia Layout Builder Debugger?
    Please explain a little further. Can you create a video so we can see? Can we login to your site and see?

    Best regards,
    Mike

    in reply to: Create icon from image #1143180

    Hey jaroljmek,
    You can upload your images to Fontello.com to create custom icons and then upload them to the theme options at: Enfold Theme Options > Import/Export > Iconfont Manager Please see our documentation for more details.

    Best regards,
    Mike

    in reply to: Header Banner changed after update #1143177

    Hi,
    Glad to hear, 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: How to replicate animated image demo #1143176

    Hi,
    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: Mobile Menu stuck #1143175

    Hi,
    Thank you for the video, it is as I had thought. I checked your site again and see that you have included the css above and now the error doesn’t occur on Windows or Android, I will attach videos in the Private Content area. My videos show where the screen is being touched.
    So I thought that this error was still occurring for you due to your browser cache, but as I look into it deeper I found that Safari doesn’t support touch-action So I tried to solve with z-index, but it didn’t work well. Perhaps if we move the icon back to the top of the screen it would solve the accidental issue, did you want the menu and icon so far down?
    Another option would be to hide the close icon with display:none but that is really not a good option.
    Please deactivate your “Fast Velocity Minify” plugin while we assist because it is duplicating some of your css rules, which could be causing errors on its own. Also, the Trust Badge container at the very top of the menu can be touched and drag the background page, so please disable that plugin also just so we can ensure we are not getting a leak from it.

    Best regards,
    Mike

    in reply to: Mobile Menu stuck #1143145

    Hey aerobis,
    Thank you for the link to your site, I have reviewed this issue on your site and found that if someone touches on the burger menu icon and drags it to the top it scrolls the page instead of the menu. This also occurs if the hidden Trust Badge container at the top of the menu is touched and dragged.
    I tested the last 6 versions of the theme to see if this is a recent change causing this, but it is not. I believe the reason this is more apparent to you is that there is a lot of padding at the top of your burger menu moving the burger icon down 300px, when compared to the standard menu layout, and thus when the menu is opened the icon is right where someone’s thumb would go, at least for me.
    So after testing a few possible solutions I found this to work the best, it will prevent the “dragging” of the icon but still allow it to be “clicked” should someone wants to, please add this code in the WordPress > Customize > Additional CSS field:

    html.av-burger-overlay-active .menu-item-avia-special {
    	touch-action: none !important; 
    }

    and please deactive your “Fast Velocity Minify” plugin and any other caching and then clear your browser cache.
    I would also suggest reducing the space at the top of the burger menu so it’s less likely that someone will try to drag the icon when scrolling the menu.

    Best regards,
    Mike

    in reply to: How to replicate animated image demo #1143097

    Hi,
    Glad to hear that you have it sorted out, shall we close this then?

    Best regards,
    Mike

    in reply to: Checkboxes stretched #1143095

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

    #top input[type=checkbox].input-text {
    	width: 14px !important;
        margin: 0 10px 0 0 !important;
    }

    Then clear your browser cache and your plugin autoptimize and check.

    Best regards,
    Mike

    in reply to: Edit product page #1143090

    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: Color section arrow issue #1143058

    Hi,
    Sorry for the late reply, I have taken a look at your pages and it looks like you have hidden sections at the top of the page for mobile devices. So for mobile the down arrows are working but for desktop they are not because you will now have duplicate matching IDs
    So for both of these pages, on desktop, the next ID is av-layout-grid-1, we can correct this with some javascript.
    First, to ensure that we only target the correct links you will need to add a custom ID to the color sections that contain the down arrow links that are not working correctly, please use “change_down_arrow
    2019-09-28-221654
    If you don’t see the developer tab in the color section, please enable at: Enfold Theme Options > Layout Builder > Builder Options For Developers > ID attribute input field
    2019-09-28-223544
    Then add this code to the end of your child theme functions.php file in Appearance > Editor:

    function change_down_arrow(){
      ?>
      <script>
    (function($){
      $(window).load(function(){
      $("#change_down_arrow a.scroll-down-link").attr("href", "#av-layout-grid-1");
      });
     })(jQuery);
     </script>
    <?php
    }
    add_action('wp_footer', 'change_down_arrow');

    Then clear your browser cache and check.
    If you have any issues with these steps, then please include an admin login in the Private Content area and I will take a look for you.

    Best regards,
    Mike

    in reply to: Vertically centered menu #1143056

    Hi,
    To center the sidebar menu vertically in the top color section please try this css:

    #header .avia-menu {
      height: 70vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    2019-09-28-211126
    How it works is by forcing the outer container of the menu to be 100% of our total height, so I choose the height of the top color section and subtracted the height of the logo that we want to leave at the top of the page, thus about 70vh, then the inner container is centered in that.

    If you wanted the menu centered on the whole page and not visible until it was scrolled, then just make the outer container 100% high of the whole page.

    Best regards,
    Mike

    in reply to: WebP Display: Does your theme support #1143055

    Hi,
    There may be a “catch 22” with the .webp file type right now, WordPress doesn’t support it and while there are some plugins and “hacks” available to offer limited support, they do not work reliability, but more importantly Safari doesn’t support .webp and it is not currently in the development stage.

    Best regards,
    Mike

    in reply to: Trying to Add JS Particles Background via Enfold theme #1143053

    Hi,
    Please see this solution

    Best regards,
    Mike

    in reply to: Visual issiue in header-menue #1143052

    Hey qz7g5c,
    Sorry for the late reply, I see that you have added ID’s to code block elements for your anchors:

    <div id="leistungen"></div>

    and while this works well for linking to the anchors, the menu items are not triggered with the correct classes for highlighting, so I would recommend removing these and using color sections to create the sections and add the IDs to them for the menu items.
    One thing I would point out is if you are not going to have a “Home” or “top of the page” menu item then one of your menu items will be incorrectly highlighted, typically the one closest to the top, to avoid this I recommend creating a “Home” menu item with the url of “#top” and then hiding this with css. We can help with this after you create the menu item if you wish.
    If an example of what I mean would help please clone your current page to a test page and include an admin login in the Private Content area.

    Best regards,
    Mike

    in reply to: Edit product page #1143049

    Hey thehorsestore,
    Sorry for the late reply, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.single-product .summary.entry-summary > div.product_meta,
    #top.single-product tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_maat,
    #top.single-product tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_basis-kleur{
    	display: none !important;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Images: slightly increase image size function #1143048

    Hey jaroljmek,
    Sorry for the late reply, and thanks for the link to a test page. The default css is this:

    .avia-image-container.av-hover-grow img:hover, .avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    as you can see the increase is “.1” to make it smaller you can add the css to your Enfold Theme Options > General Styling > Quick CSS field:

    .avia-image-container.av-hover-grow img:hover, .avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover {
        -webkit-transform: scale(1.01) !important; 
        transform: scale(1.01) !important; 
    }

    so here you will see I added a zero before the one, which is one-tenth the size. Please adjust to suit and clearing your browser cache after each change.

    Best regards,
    Mike

Viewing 30 posts - 18,841 through 18,870 (of 34,221 total)