Forum Replies Created

Viewing 30 posts - 32,521 through 32,550 (of 34,961 total)
  • Author
    Posts
  • in reply to: Remove delay of easy slider full wide #834840

    Hey José Ramón,
    Go to enfold/js/shortcode.js
    On about line 4862 find:

    first_slide.css({visibility:'visible', opacity:0}).avia_animate({opacity:1}, function()

    and change opacity:0 to opacity:1
    Please clear your cache a few times
    Best regards,
    Mike

    in reply to: No post-title / headline for pages? #834837

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

    add_action('ava_after_main_title', 'ava_after_main_container_mod');
    function ava_after_main_container_mod() {
    	if ( is_page()) {
    	echo "<div class'custom-title container_wrap'><div class='container'><h1>".get_the_title()."</h1></div></div>";	
    }
    }
    

    It will add a title to pages only.
    Use the “Title Bar Settings” when editing pages to hide the Title and Breadcrumb Navigation if you wish.
    2017-08-05_114436
    Best regards,
    Mike

    in reply to: Paginierung on Frontpage #834821

    Hey steps3011,
    Edit your robots.txt like this:

    User-agent: *
    Disallow: /
    Allow: /index.php
    Allow: /$

    If you want your sitemap indexed you’ll need to add that also.

    Best regards,
    Mike

    in reply to: Different logo on specific page #834817

    Hi,
    We can offer some custom CSS if you include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: How to Show Visitor IP and Referrer URL in Email #834816

    Hey Vincent,
    Please try using a more advance plugin such as Contact Form 7 – https://wordpress.org/plugins/contact-form-7/ and refer to this post – http://contactform7.com/special-mail-tags/
    Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    in reply to: Tag Cloud Links not working #834811

    Hi,
    I have taken a look and it seems you are using a custom plugin to create a custom post type for a custom search, called “Seacole Search”. You should try contacting the author of the plugin as supporting third party plugins is beyond the scope of support we can provide here. Sorry for that!

    Best regards,
    Mike

    in reply to: error message #831937

    Hey queendad,
    Are you using JetPack plugin? If so this is their suggestion to fix it:

    Try completely reinstall Jetpack. You can do this by deactivating and deleting Jetpack via Plugins → Installed Plugins, then reinstalling and activating via Plugins → Add New.

    Older PHP versions can be problematic. WordPress recommends a minimum of PHP version 7.0

    Best regards,
    Mike

    in reply to: Image in a p ?? #831935

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

    .wp-image-1031 p {margin: 0px !important;}

    Best regards,
    Mike

    in reply to: How to cross a word on the main menu #831934

    Hey paulacunhapelegrin,
    How do you mean “crossed”? a strike thought he word? Can you please add a screenshot to point out how you would like to see it?

    Best regards,
    Mike

    in reply to: Problem installing fontello fonts #831933

    Hey nulrick,
    Please check with your host that the “zip php” is installed, or that it is working properly. This allows the theme to open zip files on the server side, some hosts don’t have it turned on by default.
    Also try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    Best regards,
    Mike

    in reply to: Problem item date display #831932

    Hey HugoProd74,
    In the Word Press settings, you had the date set to custom, but there was no date format in the option box. I choose a date format type and it now shows.

    Best regards,
    Mike

    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

Viewing 30 posts - 32,521 through 32,550 (of 34,961 total)