Forum Replies Created

Viewing 30 posts - 1,561 through 1,590 (of 34,863 total)
  • Author
    Posts
  • Hi,
    Thank you for your patience, I adjusted, please check.
    Screen Shot 2024 11 23 at 11.38.10 AM

    Best regards,
    Mike

    in reply to: Hide “Theme Options” menu in the nav bar for non admin #1472019

    Hey Ad-Min747,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_action('admin_bar_menu', function ($wp_admin_bar) {
        if (!current_user_can('administrator')) {
            $wp_admin_bar->remove_node('avia');
        }
    }, 999);
    function hide_enfold_theme_options_menu() {
        if (!current_user_can('administrator')) {
            echo "<style>#toplevel_page_avia { display: none; }</style>";
        }
    }
    add_action('admin_head', 'hide_enfold_theme_options_menu');
    

    Best regards,
    Mike

    in reply to: Blue Sky Social Network #1472018

    Hey goldengate415,
    If you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.
    In the meanwhile you could add your Blue Sky link to the X social network and use css to replace the icon with a Blue Sky image, but fontello.com doesn’t offer a Blue Sky icon, perhaps they will in the future as it becomes more popular.

    Best regards,
    Mike

    in reply to: Unusual incredibly low loading page speed #1472017

    Hi,
    Thank you for your patience, when I check your /design-portfolio/ page with webpagetest.org as a desktop it loaded around 4s
    as mobile, it loaded around 8s, I found that your WP-Optimize plugin created separate files for mobile:
    Screen Shot 2024 11 23 at 10.15.46 AM
    when I disable this it then loaded around 6s for mobile.
    webpagetest.org uses 4g for mobile and page speed uses 3g, in both cases the mobile tests are throttled down and a real world device may use a 5g connection.
    Your bluehost plugin is also caching, so you have the theme cache, WP-Optimize cache, and bluehost cache.
    You could test the different settings in each, but in my experience, 4s for desktop and 6s for mobile is fair.

    Best regards,
    Mike

    Hi,
    Try adding your “Home” menu link and add this custom class:

    av-desktop-hide

    Screen Shot 2024 11 23 at 9.46.48 AM

    Best regards,
    Mike

    in reply to: Move shopping cart and burger menu #1472015

    Hi,
    I’m not able to login as admin, so it is hard to tell what css might be causing a conflict.
    But it looks like adding this css helps:

    
    @media only screen and (max-width: 1650px) {
    .responsive #top .cart_dropdown {
    z-index: 600;
    }
    }
    

    when clicking on the far left of the cart button
    Screen Shot 2024 11 23 at 9.24.29 AM

    Best regards,
    Mike

    in reply to: text below logo #1472014

    Hi,
    Thanks for your advice Guenni007
    iveyeng I don’t have an iphone, but I checked on a Mac in safari and found that after I cleared your WP Rocket plugin and cleared the Safari plugin the css is working.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
    I also noted the safari needed a different value, 177px instead of 190px for Android, so I adjusted the css to this:

    @media only screen and (max-width: 767px) {
        .responsive.avia-safari #top #wrap_all #header {
            height: 177px !important; 
        }
    }
    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all #header {
            height: 190px; 
        }
    }

    This is the Safari mobile view:
    Screen Shot 2024 11 23 at 9.00.57 AM
    If you still don’t see this try disabling your WP rocket plugin until to finish building your site.

    Best regards,
    Mike

    in reply to: Move shopping cart and burger menu #1471958

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 1650px) { 
    	.html_visible_cart .av-burger-menu-main {
        padding-right: 0;
        left: -64px;
    }
    }

    Enfold Support 6551

    Best regards,
    Mike

    in reply to: image not placed at bottom of section #1471956

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
     .responsive #top #wrap_all .flex_column {
            margin-bottom: 0px;
     }
    }

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

    Best regards,
    Mike

    in reply to: How to decrease space in between headlines? #1471954

    Hi,
    Glad Rikard could 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: Change caption of image to H3 #1471952

    Hi,
    The captions of ‘rug’, ‘schoulder’ & ‘elleboog’ were a a paragraph tag and not H1, I added the code for you and now they are a H3
    Enfold Support 6549
    you can use css to change the size and color.

    Best regards,
    Mike

    in reply to: text below logo #1471866

    Hi,
    When I test the css that I posted above:

    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all #header {
            height: 190px;
        }
    }

    the mobile looks like this:
    Enfold Support 6546
    I added it to the top of your Enfold Theme Options ▸ General Styling ▸ Quick CSS field and it now works, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Gravity Forms Styling Problem #1471865

    Hi,
    In the documentation, they recommend the Code Snippets plugin below the How to Set Default Orbital Form Theme Styles (Also Works With Shortcode) title, please read down a little feather.
    Gravity Forms has decided to primarily work with the Block Editor, perhaps a different form plugin would be easier.

    Best regards,
    Mike

    in reply to: I can’t see the layout builder? #1471787

    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: Empty Customizer #1471786

    Hey seyo-iv,
    The theme doesn’t add theme options to the WordPress > customizer
    Please use the Enfold > Theme Options
    You could open two tabs and change the settings in one and view in the other.

    Best regards,
    Mike

    in reply to: Gravity Forms Styling Problem #1471785

    Hey Monika,
    In your documentation scroll down to How to Set Default Orbital Form Theme Styles (Also Works With Shortcode) and follow the steps to create a shortcode and add it to your page.
    The “blocks” that the plugin uses can not be added to a Advanced Layout Builder page, otherwise create a “block editor” page for the plugin to use.

    Best regards,
    Mike

    in reply to: Text after TAX field, or after tax calcualtion #1471781

    Hi,
    Your screenshot is like this:
    Enfold Support 6542
    but when I check I see this:
    Enfold Support 6544
    Do you want it where the arrow is?

    Best regards,
    Mike

    in reply to: text below logo #1471779

    Hi,
    When I check I see this:
    Enfold Support 6540
    is this not correct, try adding a screenshot of what you wanted to see.

    Best regards,
    Mike

    in reply to: I can’t see the layout builder? #1471778

    Hi,
    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: Parrallax Import report successful but it is not imported #1471678

    Hey andreane1,
    The “frontpage” and “blog” were both set to the same page:
    Enfold Support 6538
    I adjusted it for you, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: License #1471677

    Hey Norbert Blume,
    You will have Lifetime Updates from your Theme Forest account, and 6 months or 1 year support forum based on your choice at checkout:
    Screen Shot 2024 11 17 at 8.09.29 AM
    If this has expired you can extend in your Theme Forest account, see here: renew your support

    Best regards,
    Mike

    in reply to: The Layer Slider feature is not usable #1471675

    Hi,
    It sounds like either your PHP ZipArchive Extension is not enabled on your server, or your PHP max upload is smaller than the theme zip file size.
    Try checking with your web host as these changes must be changed there.

    Best regards,
    Mike

    in reply to: Easy Slider next image when click #1471673

    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: How to change the background color of country selector? #1471672

    Hey sunnubrand,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .select2-container--default .select2-selection--single {
        background-color: #000;
    }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #fff;
    }
    .select2-container--default .select2-results>.select2-results__options {
        background-color: #000
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff;
    }

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

    Best regards,
    Mike

    in reply to: mobile Burger Navigation – full page overlay #1471669

    Hey UPON,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #av-burger-menu-ul {
        vertical-align: text-top;
        padding: 0 20px !important;
        text-align: left;
    }

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

    Best regards,
    Mike

    in reply to: Enfold and what PHP-version? #1471668

    Hi,
    To update your version of Enfold you will need to 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: Advanced Layout Editor not loading and scrollable #1471667

    Hi,
    Glad Rikard could 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: Backend of website not accessible since update to WC 9.4.1 #1471590

    Hi,
    Glad Rikard could 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: add_to_cart and cart icons #1471589

    Hi,
    Glad Rikard could 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: Products aren’t sorted on search results page #1471588

    Hi,
    Glad Ismael could 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

Viewing 30 posts - 1,561 through 1,590 (of 34,863 total)