Forum Replies Created

Viewing 30 posts - 21,751 through 21,780 (of 25,536 total)
  • Author
    Posts
  • in reply to: Error message when update plugin(s) #790808

    Hi,

    Thank you very much, that’s indeed helpful :) I have modified enfold/config-layerslider/config.php (line 70, Enfold 4.0.5):

    $layerslider = get_template_directory() . '/config-layerslider/LayerSlider/layerslider.php';

    and replaced it with:

    $layerslider = get_template_directory_uri() . '/config-layerslider/LayerSlider/layerslider.php';

    it seems to have fixed the error (I have updated 1 plugin and seen the error, I changed the code and updated another plugin and no error is displayed). Can you try it again to update another plugin and check if it’s good :)

    Best regards,
    Nikko

    in reply to: Blurry logo on Enfold #790800

    Hey Nordavind,

    Can you try to upload the logo with a height of 88px. It seems like scaling down your current logo makes it look blurry.

    Best regards,
    Nikko

    in reply to: Part of the menu bar is not becoming transparent #790797

    Hi,

    It would be difficult for us to give you accurate answer since we can’t inspect the site, but you might try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #menu-item-search {
        background: transparent !important;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Sortable Portafolio Styles #790796

    Hey vksouza,

    Yes, can you give us a link to your page using the same portfolio section? so we can compare how it looks, you can post the link in private content, so only moderators can see.

    Best regards,
    Nikko

    Hi,

    Thanks for providing the login, I have found out that the 4th Color Section uses 1/5 for image and 1/4 for content is causing the issue.

    I duplicated the page you mentioned (since I don’t want to mess with the live page) with by saving it as a template and name it Newfront – Test then created a new page called it Test (set this to private) and imported the template there, then changed the 1/5 column to 1/4 so the whole section will be filled, you can check on the Test Page I have created (link in Private Content). Try to change it in the newfront page and it should be fixed. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Increase Gutter Width on Product Grid #790784

    Hey k593,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    
    #top .shop_columns_3 .products .product {
        margin-right: 3.5%;
        width: 31%;
    }
    

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Changing Sidebar Font #790782

    Hi,

    That’s great! Glad that you figured it out :)

    Best regards,
    Nikko

    in reply to: Installing and getting started #790781

    Hi,

    Glad to hear that. Let us know if you need more assistance or if we can close this thread :)

    Best regards,
    Nikko

    in reply to: Blurry woocommerce single product images #790778

    Hey mmentuccia,

    Try adding this code at the bottom of functions.php:

    global $woocommerce;
    
    if( version_compare( $woocommerce->version, '3.0.0', ">=" ) ) {
    
    	add_theme_support( 'wc-product-gallery-zoom' );
    	add_theme_support( 'wc-product-gallery-lightbox' );
    
    	function avia_woocommerce_gallery_thumbnail_description($img, $attachment_id, $post_id, $image_class ) {
    	    return $img;
    	}
    	function avia_woocommerce_post_thumbnail_description($img, $post_id){
    	    return $img;
    	}
    
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Add class to each post in grid? #790777

    Hi,

    If you have set Blog to grid, the archive and categories would use the same, you can test it out and see what I mean :)

    Best regards,
    Nikko

    in reply to: Fullwidth Easy Slider – Video Slide Height #790554

    Hi,

    That’s great to hear. Glad that it’s fixed :)

    Best regards,
    Nikko

    in reply to: remove #top anchor from current menu item #790552

    Hi,

    Glad to hear that it works :)

    Best regards,
    Nikko

    in reply to: remove #top anchor from current menu item #790428

    Hi,

    Sorry my mistake, I didn’t notice that it #top is appended on the link of the current page. It’s weird that it’s behaving this way and the work around I made was to remove the # on the links (seems like as long as there is # in the menu link, #top automatically adds to the current menu item, which I could not reproduce on my end). And I added this css code in Quick CSS (located in Enfold > General Styling):

    #avia-menu a {
        cursor: pointer;
    }

    Let us know if this is good on your end also :)

    Best regards,
    Nikko

    in reply to: Portfolio Ajax 4 Column Centered #790403

    Hi,

    Thanks for providing the ftp, I noticed you used a child theme and the avia.js you modified was the one in the child theme, the problem however is it isn’t called that’s why there were no changes, I have added this code in functions.php so it fetches avia.js from child theme instead of the parent theme:

    function change_aviajs() {
       wp_dequeue_script( 'avia-default' );
       wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true );
    }
    add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );

    Try to check it. I have screenshot of the difference in Private Content. Hope this helps. :)

    Best regards,
    Nikko

    Hi,

    Yes, Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Extra line of space between paragraphs #790393

    Hi,

    You’re always welcome man! Thanks again for using Enfold XD

    Best regards,
    Nikko

    in reply to: Extra line of space between paragraphs #790373

    Hi,

    I have checked it and it’s being overriden by this style:

    #top .all_colors p {
        font-size: 13px;
        line-height: 1.7em;
        font-weight: normal;
        margin: 0.5em 0;
    }

    Please remove the code I gave and replace it with this one:

    #top #wrap_all .all_colors p {
        margin-bottom: 1.2em;
    }

    Best regards,
    Nikko

    in reply to: remove #top anchor from current menu item #790369

    Hi,

    Thanks for that, it’s removed, I went to Appearance > Menus, removed the Home link and re-added it again and the #top is gone. Let me know if this is fixed on your end as well :)

    Best regards,
    Nikko

    in reply to: Problems with Enfold Icon element #790362

    Hi Roger,

    Great! Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: One page site #790358

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Set max-width for homepage copy #790357

    Hi ccyran,

    You’re very much welcome! Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Extra line of space between paragraphs #790347

    Hey ccyran,

    I think that depends on what a person prefers since both have pros and cons though em is more fluid. Also em should be vs px, since em can be is a value which you can assign on a margin or padding. Try using this css code:

    #top .all_colors p {
        margin-bottom: 1.2em;
    }

    Just adjust the bottom margin as you see fit. Hope this helps :)

    Best regards,
    Nikko

    in reply to: remove #top anchor from current menu item #790336

    Hi,

    You should be able to fix it in Appearance > Menus. I’d like to fix it for you however the temporary access you gave is just a subscriber level.

    Best regards,
    Nikko

    in reply to: One page site #790332

    Hey Zaccc,

    Sure, you might want to do it the easy way, try to go to Enfold > Demo Import, and try to import One Page Portfolio Demo (there are to other demos that are One Page that you might want to use). :)

    Best regards,
    Nikko

    in reply to: Medical Demo Download problem #790329

    Hi,

    You’re very much welcome. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: background color of table #790326

    Hi,

    You’re always welcome, glad that we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: Google Maps API #790323

    Hi Thorsten,

    You’re very much welcome, glad that we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

    Hi,

    We are willing to help you that’s why I asked for the ftp access, so I can also check it. Based on what you posted I could say the single and double quotes would probably crash the site, you might want to manually replace the single and double quotes.

    Best regards,
    Nikko

    in reply to: Medical Demo Download problem #790313

    Hi,

    I have successfully imported the Medical Demo (though I did get 502 Bad Gateway error but have managed to import successfully), I have to deactivate w3 Total cache plugin. It does seem that the site has been allocated with few resources which makes it unstable. You would probably need to increase the memory limit to 128Mb, try to check this post: https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/

    Best regards,
    Nikko

    in reply to: Set max-width for homepage copy #790297

    Hi,

    Try adding this css code in Quick CSS:

    .home #av-layout-grid-2 .flex_cell.av_four_fifth {
        width: 100%;
        max-width: 800px;
        display: block;
    }

    Just adjust the max-width value. Hope this helps :)

    Best regards,
    Nikko

Viewing 30 posts - 21,751 through 21,780 (of 25,536 total)