Forum Replies Created

Viewing 30 posts - 31,501 through 31,530 (of 33,834 total)
  • Author
    Posts
  • in reply to: Layer Slider Update 6.5.5 #828834

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Remove space between image boxes #828833

    Hi,
    Looks like you solved this, shall we close this then?
    postimage

    Best regards,
    Mike

    in reply to: Restaurant One Page Demo Challenges #828832

    Hey dipo7,
    Sorry, there is no particular documentation for this demo. But I don’t see why you couldn’t make those changes. Can you make a video of what you are doing so we can try on our localhost?

    Best regards,
    Mike

    in reply to: Visual Composer #828830

    Hi,
    Visual Composer is not compatible with Enfold.
    A stand alone flip box plugin should work with Enfold, but anything that is a “site builder” or “page builder” would not.
    Try searching the Word Press repository under “Plugins” in your admin panel.

    Best regards,
    Mike

    in reply to: Facebook pixel #828829

    Hey dorisraeli13,
    You can enter it in Enfold Theme Options > Google Analytics Tracking Code box
    as this just adds any code to the header.

    Best regards,
    Mike

    in reply to: Removal of Google fonts / Substitute with another #828828

    Hey onspring,
    The following code in functions.php will remove the Google Fonts inclusion:

    add_action( 'init', 'enfold_customization_switch_fonts' );
    function enfold_customization_switch_fonts() {
        global $avia;
        $avia->style->print_extra_output = false;
    }

    Best regards,
    Mike

    in reply to: Buttons inline #828827

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .woocommerce ul.products li.product h3,
    .woocommerce-page ul.products li.product h3 {
        height: 80px;
    }

    Here are some more tips:

    Best regards,
    Mike

    in reply to: Problems displaying Amazon links #828825

    Hey sacha28,
    Text in the Element Preview is only a preview, the text can be saved even if no preview is seen.
    No need to “do it several times for the changes to take effect.
    postimage
    If I choose a country, not all thumbnails are displayed.
    Please add a screenshot of what this means
    Happy to help, Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: How to outline the masonry posts #828820

    Hi,
    Change to:

    #av-masonry-1-item-576{
    left:0px!important;
    top:335px!important;
    }

    Best regards,
    Mike

    in reply to: how to change bullet list size #828819

    Hi,
    Link is giving post not found, please check

    Best regards,
    Mike

    in reply to: Menu displaying incorrectly #828818

    Hey S4racen,
    Try this code in the General Styling > Quick CSS field:

    #advanced_menu_hide, #advanced_menu_toggle {display:none !important;}

    Best regards,
    Mike

    in reply to: WooCommerce and T&C issue #828816

    Hey hamidgol,
    My research shows the T&C box at check out but not the actual text also, Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Height of footer and header #828810

    Hi,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Enfold 4.1.2 – gray menu area (mobile-advanced) at top #828805

    Hey ping-pong,
    This seems to be a conflict with a plugin and the burger menu. Yet you said that even removing the plugin does not remove the menu, which is odd. How about hiding the burger menu and using the plugin? This code does that, Try this code in the General Styling > Quick CSS field:

    #mobile-advanced, #menu-item-search, .av-burger-menu-main {display:none !important; }

    Please clear your cache :)

    Best regards,
    Mike

    in reply to: Erase frame for gallery images #828804

    Hey nadinedomnink,
    Try this code in the General Styling > Quick CSS field:

    #top div .avia-gallery img {border-style: none !important;}

    Please clear your cache :)

    Best regards,
    Mike

    in reply to: Problems With Enfold-Child #828803

    Hey mwakil,
    Do you mean that you are using v1.8 as your parent theme?
    Why such an old version?

    Best regards,
    Mike

    in reply to: Plugin update #828799

    Hey hamidgol,
    This is a issue with a plugin that has been updated, but didn’t reset it’s notice. You could choose to ignore it as there is no security threat, or uninstall & reinstall each plugin until you find the culprit, but you may lose settings. Or use some tips listed here: https://www.wpoptimus.com/626/7-ways-disable-update-wordpress-notifications/
    Wish I could have been more help.

    Best regards,
    Mike

    in reply to: Remove padding from div.container #828796

    Hi,
    Please adjust to:

    .container {
        padding: 5px !important; 
    }

    Best regards,
    Mike

    in reply to: Black header #828795

    Hi,
    Try:

    #top #wrap_all .main_color ins {color: red !important; }

    Best regards,
    Mike

    in reply to: Menu Title and Shifted Menu #828793

    Hey Jonathan,
    1>

    @media only screen and (max-width: 767px) { 
    #menu-item-2836 {display:none !important;}}

    2>

    .av-main-nav-wrap {left: 15px !important; }
    

    feel free to adjust to suit.

    Best regards,
    Mike

    in reply to: Small Bar Font Color for Transparent Header #828792

    Hey Valerie,
    Try this code in the General Styling > Quick CSS field:

    #avia2-menu.menu {color: #000 !important; }

    feel free to adjust the color to suit.

    Best regards,
    Mike

    in reply to: Black header #828791

    Hi,
    On your example the header is much larger. Is that what you are asking to do? I’m confused.
    See Private Content area
    I didn’t see the additional question about making the new price on sale be red, but I don’t see an example in your link?

    Best regards,
    Mike

    in reply to: Image Pixel Dimensions #828789

    Hey Kent,
    I think I understand, but note that these numbers change with the device screen sizes, your container height is 500px, and your image is 760px. But this is because you are using the parallax. I see you have your location marked in the image, which I imagine you want centered.
    So you can crop your image, but you will need to change your container height to 400px because your mark on the image is so low.
    Or you can move the image with css like this:

    
    #av_section_1 .av-parallax-inner {background-position: center -250px!important;}

    Hope this helps

    Best regards,
    Mike

    Hi,
    What I was suggesting didn’t require a plugin, what I meant was to add unique categories to the pages or posts you want to link to:
    postimage
    then change the masonry content type to categories:
    postimage
    select the categories to show:
    postimage
    then the masonry will link to those pages.
    Is that sound like what you are trying to do?

    Best regards,
    Mike

    in reply to: Footer Columns cramped in mobile use #828778

    Hi,
    I logged in and changed from your child theme to your parent theme, and your site works now, and looks good :)
    This makes me think that there’s a error in your child theme header.
    Please review.

    Best regards,
    Mike

    Hi,
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Black header #828774

    Hi,
    Sorry, that black is part of the video and can’t be changed unless you edit the video. While the video can be resized, it will be distorted. Perhaps if we make the header bigger to cover that area, and bring up the content area to cover the base of the video, but since your header is black, it really won’t look any different.
    To change font colors, try using Enfold Theme Options > Advanced Styling > and choose the element in the drop down, and then pick the colors.

    Best regards,
    Mike

    in reply to: Padding between Footer Widget Columns #828771

    Hi,
    I think you have done a good job on your CSS, it looks like the way you described you wanted it. Not sure what I can add to help.
    Where you have put the css in fine.

    Best regards,
    Mike

    in reply to: Nex Forms #828765

    Hi,
    Your site seems down right now, please check. I can’t open your image, can you upload a .jpg or .png image?

    Best regards,
    Mike

    in reply to: display problem #828526

    Hi,
    Glad to hear,let us know if we can help more. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 31,501 through 31,530 (of 33,834 total)