Forum Replies Created

Viewing 30 posts - 8,401 through 8,430 (of 34,913 total)
  • Author
    Posts
  • in reply to: Restart animations when back in viewport #1401627

    Hi,
    Thanks for your patience, but unfortunately there is not an easy way to do this as Guenni007 has pointed out about the added classes.

    Best regards,
    Mike

    in reply to: Several Issues setting up ENFOLD #1401626

    Hi,
    Thanks for your patience, but I believe these have been addressed in one of your other threads, please check.

    Best regards,
    Mike

    in reply to: Enfold Theme Selection #1401625

    Hey Oliver,
    Thank you for your patience, The Enfold theme has many demos included, any of which you could use with our Mailchimp newsletter element and WooCommerce to sell your classes, but for the membership and booking options you will need to add plugins like WooCommerce Memberships and WooCommerce Bookings
    These may be tricky to setup, and you may benefit from hiring a freelancer to assist you unless you have experience with these plugins.

    Best regards,
    Mike

    in reply to: Give Shop Page Glassy Header + Transparency #1401623

    Hey El,
    To make the shop header transparent and glassy try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 50, 1);
    function avf_header_setting_filter_mod($header_settings) {
    	if ( is_shop() ) {
    		
    		$header_settings['header_transparency'] .= " header_transparency";
    		$header_settings['header_class'] .= " av_header_top av_logo_left av_main_nav_header av_menu_right av_custom av_header_shrinking_disabled av_header_stretch_disabled av_mobile_menu_phone av_header_transparency av_header_glassy av_header_searchicon av_header_unstick_top_disabled av_minimal_header av_bottom_nav_disabled  av_alternate_logo_active av_header_border_disabled";
    	}
    	return $header_settings;
    }

    to make your slider full width try this css:

    .responsive #top.woocommerce-shop .container_wrap_first.template-shop > .container {
    	    max-width: 100%;
    	    padding: 0 !important;
    }

    Best regards,
    Mike

    in reply to: Adding GA4 Code to website #1401621

    Hey woogie07,
    Please try adding it to the Enfold Theme Options ▸ Google Services ▸ Google Analytics Tracking Code field.
    If you really want to add it to your child theme functions.php add it into this function:

    function custom_head_script() { ?>
      <script>
    //your code here
      </script>
      <?php
    }
    add_action('wp_head', 'custom_head_script', 10 );

    Best regards,
    Mike

    in reply to: Parallax Demo Multipage #1401620

    Hey woogie07,
    You can install the Parallax demo and duplicate the single page multiple times and adjust to suit, then change the menu to suit for multiple pages.
    Our team works on new demos but we don’t have any information about them that we can share.

    Best regards,
    Mike

    in reply to: Navigation bar on mobiles transparent #1401619

    Hi,
    To update please download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Rankmath plugin and advanced layout editor #1401618

    Hey manchust,
    Thanks for your question WordPress Block Editor Block elements are different that the Advanced Layout Builder element, and the two builders are not interchangeable, so in this example, the Rankmath plugin has a custom Block element “FAQ block” that can only be used on posts or pages that you create with the WordPress Block Editor.
    Trying to use both editors on the same page will create errors, please don’t do this. To correct a ALB page that you have edited with the block editor, please open in the block editor and remove the block items then reopen in the ALB and save.
    If this doesn’t work try to use the “revisions” back to before the edit was made and resave, if this doesn’t work you will probably need to recreate the damaged page.

    Best regards,
    Mike

    in reply to: menu items only mobil #1401617

    Hey schweg33,
    Please try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    #avia-menu #menu-item-6183,#avia-menu #menu-item-6184 {
        display: none;
    }

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

    Best regards,
    Mike

    in reply to: Open Lightbox on lick on any image in product gallery #1401616

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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: LayerSlider layers are not sliding #1401615

    Hey maynaom,
    Thank you for the link to your site, I found that some of your LayerSlider layers didn’t have an ending transition:
    Enfold_Support_669.jpeg
    once you click on the option you will see the toggle:
    Enfold_Support_671.jpeg
    and enabling it will allow the layer to fade out when the next slide shows, I did this for you, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Z-index for column in grid row, not working on Ipad #1401610

    Hey BenjaminSpeedtsberg,
    Thank you for your patience and the screenshots, please link to your page so we can examine.

    Best regards,
    Mike

    in reply to: ALB Slider feature request #1401609

    Hey BenjaminSpeedtsberg,
    Thank you for your patience and your suggestions, I have summited them to the Dev Team for review.

    Best regards,
    Mike

    Hi,
    Thanks for the links to your demos, I see that they are from Squarespace so I don’t believe that these are available as plugins for WordPress, and I have not tested any similar plugins.
    While our Post Slider element does support swipe functionality on mobile, it is not the same as these, I imagine that you can find a similar plugin with shortcodes to reproduce this if you wish.

    Best regards,
    Mike

    in reply to: Footer in custom templates #1401607

    Hi,
    Thanks for your patience, it looks like your custom archive template is not built correctly as the footer page content is outside the footer-page div, most likely due to missing closing div’s Please check by replacing your custom archive template with a copy of the default archive template, the structure should be then correct, if so then compare the structure of the two archive templates.

    Best regards,
    Mike

    in reply to: Custom post type archive page conflict #1401604

    Hi,
    Glad to hear that you have this sorted out, and thanks for sharing your solution. 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: Image background for flip box #1401599

    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: Parallax Features of you new Demo #1401598

    Hi,
    Thank you for the link to your site, to remove the hover effect and the external link icon from the image element showing a map image on your page /kontakt/ (page-id-3407), please try this css:

    #top.page-id-3407 .image-overlay.overlay-type-extern .image-overlay-inside:before {
    display: none;
    }
    .avia_transform #top.page-id-3407 #main a:hover .image-overlay {
        opacity: 0 !important;
    }
    

    For your CONNECT widget, I see that you added HTML for LinkedIN & YouTube icons and links, but the HTML for Youtube was missing the icon code data-av_icon="" I added it for you. For future projects, you may wish to consider a shortcode Guenni007 posted here.
    To remove the space under your 3 columns in the #service section, please try this css:

    #top.home #service {
    	height: 0;
        min-height: 0;
    }

    To change the background color of the scrolled transparent header, try this css:

    #top #wrap_all #header.header_color.header-scrolled .header_bg {
    background-color: rgba(0,0,0,0.2);
    }

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

    Best regards,
    Mike

    in reply to: More Javascript issues #1401593

    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: Logo placement in mobile devices #1401544

    Hey Lene,
    Thank you for your patience and the link to your site, but I’m not able to view it, it redirects to another site: updaterlife.com
    Are you using a security plugin? It also seems that your SSL certificate doesn’t match the site, I’m given errors, please check.
    I’m pretty sure I’m been to your site before with no issues.

    Best regards,
    Mike

    Hey spee65,
    Thank you for your patience and your code, I have tested this on my test site after I corrected the curly quotes in the code it seems to work in a code block element for me. Naturally, the recaptcha doesn’t match my site so the form won’t submit, but I’m able to edit my page and the layout doesn’t crash.
    Please check your code for curly quotes and correct them, If this doesn’t help please include an admin login in the Private Content area and a link to your test page so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Drop Shadow on a fullwidth slider subheading text #1401542

    Hi,
    Yes, you would just change the color code, but from your last post, it sounds like you have sorted this out.
    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: Transparent header not working #1401541

    Hi,
    Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Parallax Features of you new Demo #1401540

    Hi,
    Odd, I see the htaccess login and after using the login details above I see the error in the screenshot, I have not seen this error before but I believe that it is related to the htaccess login for the directory. Please try to remove the htaccess login and only hide your frontend with the maintain mode, I believe you are currently doing this now so the only difference would be to remove the htaccess login.
    Perhaps you are also trying to block access from certain countries, but I don’t think this is the error for that, perhaps your webhost has seen this error.

    Best regards,
    Mike

    in reply to: Error accessing Demo file for download #1401521

    Hi,
    Yes, this will not affect your license, what webhost would not whitelist our domain?

    Best regards,
    Mike

    in reply to: Parallax Features of you new Demo #1401520

    Hi,
    Thanks for the login, but I’m seeing this error when I try to login:
    Enfold_Support_667.jpeg

    Best regards,
    Mike

    in reply to: Drop Shadow on a fullwidth slider subheading text #1401517

    Hey M-Graphics24,
    Assuming that you want a white drop shadow try this css:

    .avia-caption-content p { 
      text-shadow: 2px 2px 3px #fff;
    }
    

    For more options see this article
    After applying the css, please clear your browser cache and check.
    If this doesn’t help please link to your test page so we can evaluate.

    Best regards,
    Mike

    in reply to: Image background for flip box #1401515

    Hi,
    I believe that you misunderstand where the option is, first you need to click the item you want to add a background image to:
    Enfold_Support_663.jpeg
    then go to the styling tab and click background images:
    Enfold_Support_665.jpeg
    these screenshots are from your site, please try this.

    Best regards,
    Mike

    in reply to: See Demo files to see how sections were created #1401462

    Hey Illingco,
    Thanks for your question, I recommend either creating a sub-domain test install or a localhost test install, both are allowed with your license.
    Then you can install any demo you wish to see how they were created, between each demo install I recommend using the plugin WP Reset to ensure each will be a clean install.
    You may find using the Avia Layout Builder Debugger function helpful to see the page shortcode and copy full pages to your live site if you wish.

    Best regards,
    Mike

    in reply to: Browser refusing to apply styles from CSS #1401460

    Hey Brittany20,
    What webhost are you using? Is it a Managed Hosting?
    Please try disabling all of your plugins and if your webhost is using a “drop-in” or “must-use” cache plugin ask them to disable this and clear your server cache.

    Best regards,
    Mike

Viewing 30 posts - 8,401 through 8,430 (of 34,913 total)