Forum Replies Created

Viewing 30 posts - 32,461 through 32,490 (of 34,890 total)
  • Author
    Posts
  • in reply to: Mobile Menu Not Showing #831927

    Hey envisageiam,
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Sidebar Images are too small #831832

    Hi,
    Can you please add a screenshot to point out how you would like to see it, and give a few more details, such as what font size, which logo padding (top, left, etc) and how wide you would like the sidebar. This will help us work in the right direction.

    Best regards,
    Mike

    in reply to: Color area responsive issue #831831

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

    
    .page-id-8 .avia_textblock p + h3 {margin-top: .5em!important; }

    Best regards,
    Mike

    in reply to: Site still showing Layerslider needs updating #831829

    Hi,
    This is all correct, the Layer Slider updates will be managed though the theme updates. v6.5.1 is the correct version, my install shows no critical updates. On the chance that your notification was not reset, Please go to wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php file via FTP and insert following code on 13th line:

    
    // Remove LayerSlider’s update notifications
    add_filter(‘site_transient_update_plugins’, ‘av_remove_ls_update_notification’);
    function av_remove_ls_update_notification($value) {
    if($value) {
    unset($value->response[plugin_basename(__FILE__)]);
    return $value;
    }
    }
    

    Best regards,
    Mike

    Hi,
    Yes this is correct. But I curious where you put your GA code, just so we are on the same page.
    Here’s were I was talking about:
    2017-07-30_090117

    Best regards,
    Mike

    Hi,
    Sorry, that feature is not available yet, but Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    Hi,
    Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    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: Move Hamburger Mobile Menu – to Topbar #831824

    Hi,
    Try this updated code for mobile and tablet:

    @media only screen and (max-width: 767px){
    .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
        top: -18px!important; 
        left: -90px!important; 
        position: relative!important; 
    }}
    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .av_secondary_left .sub_menu {top: -1px!important; }}
    

    Best regards,
    Mike

    in reply to: Move Hamburger Mobile Menu – to Topbar #831819

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

    
    .av_secondary_left .sub_menu {top: -1px!important; }

    I see your menu items are white on white right now, this will help:

    #top .header_color .sub_menu li ul a {color: #6787a8 !important; }

    Best regards,
    Mike

    in reply to: SKU and Category in one line #831817

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

    Best regards,
    Mike

    in reply to: css in header / top header #831815

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

    Best regards,
    Mike

    in reply to: Open popup modal with Button #831660

    Hey hobeja7,
    Try coping the html code of the button from the slider, like this:

    <a href="manually" class="avia-slideshow-button avia-button avia-color-light avia-multi-slideshow-button" data-duration="800" data-easing="easeInOutQuad">Learn more</a>

    edit it with your class for your popup, and put it in the caption box of a slide. You can disable the buttons of that slide, and it will show on the front end.
    postimage
    postimage

    Best regards,
    Mike

    Hey YongyanLi,
    The tracking code is not in the theme, there is only a text box to add code to the theme, which can be used for any type of code you want in the header. So there is nothing to remove.

    Best regards,
    Mike

    in reply to: Search Feature Requests #831658

    Hey scotthco,
    There seems to not be, I thought there was one.

    Best regards,
    Mike

    in reply to: Portfolio Grid – suggestion for AJAX #831657

    Hey Rémi,
    These are all great ideas, but they are not features yet, but Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    in reply to: Setting up a new Blog #831656

    Hi,
    You need to go to the Word Press settings > general > membership > Anyone can register
    and set their level to author if you want them to publish their posts.
    Please read about Roles and Capabilities: https://codex.wordpress.org/Roles_and_Capabilities

    Best regards,
    Mike

    in reply to: Headline Rotator – End Rotation #831655

    Hey MattJensenMarketing,
    Sorry, that feature is not available yet, but Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    Hey Jon,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_excerpt_length( $length ) {
        return 20;
    }
    add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );

    The 20 is for 20 words, feel free to adjust to suit.
    This may also work for the manual excerpt length.

    Best regards,
    Mike

    Hey zwachm,
    Have you set the blog page as blog on Enfold > Theme Options > Where do you want to display blog? option.
    This sets the the breadcrumbs string

    Best regards,
    Mike

    in reply to: Responsive Ajax Portfolio (Image scale) #831651

    Hey VJLoops-GT,
    Sorry, that feature is not available yet, but Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

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

    #mobile-advanced {display:none !important;}

    That will take care of the extra menu, what is wrong with your header?

    Best regards,
    Mike

    in reply to: Mobile menu drop down (submenu) doesn't work #831647

    Hey emodesto321,
    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: Blog posts not showing on advanced layout builder #831645

    Hey kjwaggz,
    Has this been solved, because I see posts on that page?

    Best regards,
    Mike

    in reply to: Styling Fullwidth-Button #831644

    Hey petradrumm,
    I couldn’t fix your full-width button, so I made a new one :)
    I cloned the button above it and changed the class, and added this css to your quick css:

    .buttofull .avia-button {width: 100% !important;}

    Best regards,
    Mike

    in reply to: Automatic apostrophe replacement in a special header #831642

    Hey Oli,
    Try using this code in your text in place of the apostrophes:

    &apos;

    or this one:

    &rsquo;

    Best regards,
    Mike

    Hey janejira17,
    I looked at your site, but it seems you have Enfold disabled and Twenty Seventeen enabled. Please check.
    For a faster loading site try using a cacheing plugin, I like https://wordpress.org/plugins/wp-fastest-cache/
    For your second issue, I believe you set the size to 70, but it should be 70px, the px is needed.
    Hope this helped :)

    Best regards,
    Mike

    in reply to: Woocommerce css issue #831639

    Hey Tamara,
    Your screenshot is not found (404 error), but I followed the link, added an item, and went to check out, and the page looked ok to me. Please see the screenshot in the Private Content area. Can you please add a screenshot to point out how you would like to see it?

    Best regards,
    Mike

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

    @media only screen and (max-width: 767px){
    .responsive #top #header .social_bookmarks {
        display: block!important;
    }
    }

    Best regards,
    Mike

    in reply to: mobile optimize #831637

    Hey seykom,
    I reviewed your site and found on the /uebermich/ page the image was set very high cutting the persons head off. You had a bit of strange code in the ID box causing this, so I removed it.

    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">

    Was this the page you were asking for help with?

    Best regards,
    Mike

    in reply to: Menu item text color (4.1.2) #831636

    Hi,
    I have read the post you linked to, and it talks about the activate menu item not changing to black on scroll, but with I visit your site it looks like it does for me. Perhaps I misunderstood, can you please explain.

    Best regards,
    Mike

Viewing 30 posts - 32,461 through 32,490 (of 34,890 total)