Forum Replies Created

Viewing 30 posts - 6,481 through 6,510 (of 25,536 total)
  • Author
    Posts
  • in reply to: Cart changes position when a product is added #1277549

    Hi DeMamp,

    Can you give us the link to your site?

    Best regards,
    Nikko

    in reply to: Footer Column & Socket Spacing problem #1277548

    Hi mattb1169,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #socket .copyright {
        width: calc(100% - 180px);
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: inline email submit button #1277546

    Hi Manuel,

    Please go to Enfold > General Styling > Quick CSS, then add this code:

    #top.home .avia_ajax_form fieldset {
        display: flex;
    }
    
    #top.home .avia_ajax_form fieldset .form_element:last-child {
        width: 180px;
        text-align: right;
    }

    Best regards,
    Nikko

    in reply to: Alternate Menu for Mobile does Not Display #1277544

    Hi havi,

    Please follow the solution posted by Rikard on this thread: https://kriesi.at/support/topic/problems-after-updating-to-wordpress-5-6-read-this-first/
    Hope it helps.

    Best regards,
    Nikko

    Hi Josh,

    Is this something that would fit what you need https://kriesi.at/themes/enfold-consulting/ ?
    You can use this as a base of your site then tweak on it.

    Best regards,
    Nikko

    in reply to: Adsense Code after Breadcrumbs Navigation #1277540

    Hi Hafeez Ullah,

    The code can be found in enfold > framework > php > class-breadcrumb.php line 609-616.
    However, using hooks is actually better since its basically the same as adding it on that page itself before the page is being rendered by the server.

    Best regards,
    Nikko

    in reply to: Space between Menu item and description #1277538

    Hey Josh,

    Please add this in Enfold > General Styling > Quick CSS:

    .html_header_sidebar #header .av-main-nav > li > a .avia-menu-text {
        line-height: 1.1;
    }

    just adjust the value as you see fit. (try to increase or decrease it by 0.1)
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Remove border under the logo in side menu #1277537

    Hi Josh,

    Yes, please go to Enfold > General Styling > Quick CSS, then add this code:

    .html_header_sidebar .logo,
    .html_header_sidebar #header .av-main-nav > li > a {
        border-bottom: none;
    }

    Best regards,
    Nikko

    in reply to: Portfolio Items. Navigation elements suddenly gone #1277536

    Hi tribaleye13,

    Can you try adding this code at the bottom of your child theme’s functions.php file:

    function enfold_post_nav_settings($settings) {
    	if(is_singular('portfolio')) {
    	   $settings['is_fullwidth'] = false;
    	   $settings['skip_output'] = false;
    	}
    	return $settings;
    }
    add_filter('avf_post_nav_settings','enfold_post_nav_settings', 999, 1);

    Best regards,
    Nikko

    in reply to: My woocommerce grid is not working right #1277535

    Hi Chris,

    Can you try to clear your browser’s cache?
    Alsp, please give us a screenshot on your end since its showing properly on my end.

    Best regards,
    Nikko

    in reply to: Magnific Popup doesn't work anymore #1277531

    Hi Olaf,

    We’re glad to hear that :)


    @Guenni007
    thanks for helping out :)

    Best regards,
    Nikko

    Hi migmarrero,

    I have checked the contact pages and the german page has this message in the web console:

    [AVIA-MAP-ERROR] Latitude or Longitude missing. Make sure you did not only enter an address. You need to fetch the coordinates too.

    Best regards,
    Nikko

    in reply to: Color change on hovering header main menu #1277529

    Hi Anamitra,

    Thanks, I also can’t make it work, I have added these codes in Enfold > General Styling > Quick CSS instead:

    #top #header .av-main-nav > .current-menu-item > a .avia-menu-text, #top #header .av-main-nav > li > a:hover .avia-menu-text {
        color: #ed9600 !important;
    }
    
    #top #header .av-main-nav > .current-menu-item > a .avia-menu-fx, #top #header .av-main-nav > li > a:hover .avia-menu-fx {
        background: #ed9600;
        height: 4px;
    }

    just adjust the height to make it big or shrink it, also, I could not replicate the animation done on your reference site.
    I have also flushed out the cache from WP Rocket since it was not fetching the newer css, since you are still in development mode, please disable caching and once you have finished everything then enable the caching again.

    Best regards,
    Nikko

    in reply to: Double Main Menu – Urgent #1277517

    Hi Dave,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Show portfolio description in the frontend #1277515

    Hi mai,

    The backtick is this key: https://i.stack.imgur.com/ETTnT.jpg (the one in the bottom, the one on top is called tilde).
    I have already tested the solution I gave to you so I’m not really sure what went wrong except for the things I pointed out, I know you have already mentioned that you’re not allowed to give us access, however, we really needed to have access in order to troubleshoot the issue.

    Best regards,
    Nikko

    in reply to: Installation Failed – No css.stylesheet #1277513

    Hi acmecarriages,

    I tried to check on your site however it returns:

    This site can’t be reached

    Please check.

    Best regards,
    Nikko

    in reply to: How to hide icon in one icon box #1277402

    Hi valeriazanettiv,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Double Main Menu – Urgent #1277400

    Hi daves1997,

    Thanks, I have inspected your site and it’s only single navigation.
    On the video there was a glitch that showed the navigation without its full css styling before the page loader loaded but upon checking your site and tested it in different browsers and throttling the speed, I could not reproduce that glitch on my end.
    Can you try to flush out the cache and disable any js modification and check again?

    Best regards,
    Nikko

    in reply to: Two general style in one site #1277396

    Hi spamp,

    Thanks for giving us admin access.
    I have reviewed the page you were referring and it seems you won’t need any CSS code to make it look like Splash Red Color Scheme, you just need to change the color, background color and box shadow on the elements that have those blue colors.

    Best regards,
    Nikko

    in reply to: Color change on hovering header main menu #1277386

    Hi Anamitra,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Sidebar Menü active color #1277383

    Hi lauragrashoff,

    There seems to be an unclosed CSS, I can find this code:

    #top .avia-data-table.right tr td:first-child, #top .avia-data-table.right td:first-child {
    width: 200px !important;
    min-width: 200px !important;
    text-align: left !important;
    
    #avia-menu li a .avia-menu-text{
    font-size:30px!important;
    }
    
    .html_header_sidebar #header .av-main-nav > li.current-menu-item {
        background: #005da9;
    }
    
    .html_header_sidebar #header .av-main-nav > li > a {
        margin: 0 13%;
    }
    .html_header_sidebar #header .av-main-nav > li {
        margin: 0;
    }
    
    .html_header_sidebar #header .av-main-nav > li.current-menu-item {
        background: orange;
    }

    I would suggest indenting the properties so it’s easier to see if it’s closed or not.

    Best regards,
    Nikko

    in reply to: Show portfolio description in the frontend #1277381

    Hi mai,

    I apologize this is the code for category_description_toggle: https://pastebin.com/zFsQgcxr
    The backticks are removed when posted here.

    Best regards,
    Nikko

    in reply to: some projects missing from side navigation #1277176

    Hi Munford,

    We’re glad we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: How to hide icon in one icon box #1277156

    Hi valeriazanettiv,

    Can you give us the link to the page? you can post it privately in private content (below).
    Also tell us which icon or maybe provide a screenshot and we’ll give you the CSS code to target it.

    Best regards,
    Nikko

    in reply to: Remove a line, CSS or something else? #1277154

    Hi Mathiaslarsson,

    We’ll just close this thread.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: some projects missing from side navigation #1277151

    Hi Munford,

    The slider was changing the settings and by manually setting is_fullwidth and skip_outuput to false fixes the issue.

    Best regards,
    Nikko

    Hi spamp,

    I see, thanks for clarifying.
    That is how Advanced Layout Builder works just like other page builders, when it is enabled you will not be using a pre-defined layout but you will need to manually add what you need.
    So when you’re using the Advanced Layout Builder, you would need to use an image element and manually add the image and the featured image won’t show up, but it’s still needed when fetched from other elements.

    Best regards,
    Nikko

    in reply to: Texte pour chaque catégorie de boutique #1277149

    Hi jetsaveurs.com,

    Thanks for giving us the link.
    If I’m not mistaken you want to put it below the banner image which has the category description.
    Please do the following steps:
    1. You’ll need to use a child theme (skip this step if you have one), you can download and find instructions in this link: https://kriesi.at/documentation/enfold/child-theme/
    2. Go to functions.php of your child theme and add this code at the bottom:

    function builder_set_debug() {
    	return 'debug';
    }
    
    add_action( 'avia_builder_mode', 'builder_set_debug' );

    3. Create a separate page for the layout you want to put below the banner image, once you have made the layout/design, go to the bottom of the builder, you should see a Textarea where some shortcodes are generated, copy all these codes.
    4. In functions.php again of the child theme, add this code:
    You can try adding this code in your child theme’s functions.php file:

    function enfold_woocommerce_shop_banner() {
    	echo do_shortcode("SHORTCODE");
    }
    
    add_action( 'ava_after_main_container', 'enfold_woocommerce_shop_banner', 12 );

    replace SHORTCODE with the shortcodes you copied in step 3.
    Also you would need to have conditions to make sure that it only shows in specific category, you would need to use conditional tags: https://codex.wordpress.org/Conditional_Tags#A_Category_Page
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Error with Enfold theme php #1277143

    Hi Urs,

    I have made some changes.
    Can you try to flush out the browser cache then try to review your site again?

    Best regards,
    Nikko

    in reply to: Magnific Popup doesn't work anymore #1277140

    Hi Olaf,

    Thanks for providing the staging site.
    I have tested this in https://www.m24o.net/test/product/milan-city-tour-3-days/ (clicked add to cart and no popup shows up) and it seems to be working properly and I can’t find any js errors.
    Can you try to clear your browser cache? if I’m missing the issue please let us know.

    Best regards,
    Nikko

Viewing 30 posts - 6,481 through 6,510 (of 25,536 total)