Forum Replies Created

Viewing 30 posts - 31,381 through 31,410 (of 33,828 total)
  • Author
    Posts
  • in reply to: Lightbox: Solid colour background instead of page. #834855

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

    .mfp-zoom-in.mfp-ready.mfp-bg {opacity: 1!important; }
    .mfp-bg {background: #2196F3!important; }

    adjust the color to suit

    Best regards,
    Mike

    in reply to: Responsive issue: header items on top of each other #834854

    Hey dominiquehurley,
    To move the top items away from your logo, Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all .main_menu {
        right: -50px!important; }}

    For the menu items try replacing the “#” url of the main parent menu item with “##”

    Best regards,
    Mike

    in reply to: demo shop in existing enfold site #834850

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

    Best regards,
    Mike

    in reply to: Custom space in text editor #834846

    Hey EleonoraCP,
    Try using the Separator / Whitespace element and choosing Whitespace from the options.
    2017-08-05_125421

    Best regards,
    Mike

    in reply to: demo shop in existing enfold site #834845

    Hi,
    shall we close this then?

    Best regards,
    Mike

    Hi,
    Glad to hear, shall we close this then?

    Best regards,
    Mike

    Hi,
    Sorry the social icons can’t be in the burger menu at this time, but we can move them down with some css. Remove your other Quick CSS, and add this:

    @media only screen and (max-width: 767px) {
    .responsive #top #header .social_bookmarks {
        display: block!important;
        z-index: -50!important; 
    }
    .responsive #top #header .social_bookmarks:before {
      content: "\A\A"!important; 
      white-space: pre!important; 
    }
    .responsive #top #header .av-burger-menu-main {
      right: -150px!important;
    }}

    2017-08-05_124537

    Best regards,
    Mike

    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

Viewing 30 posts - 31,381 through 31,410 (of 33,828 total)