New Landing How can we help? Themeforest Theme Support Neighborhood Neighborhood – Responsive issues

Viewing 8 posts - 1 through 8 (of 8 total)
  • #304697
    CamillaChimay
    Member
    Post count: 3

    Hello, I hove some trouble with the reponsive part of the theme.
    When I purchase and see the chart from the mobile I can’t see the thumb of the prodocut and modify the quantity
    What should I do?

    Plus with the Slider Revolution plug in I’m unable to see the arrows to scroll the pics.

    Can you help me please?
    Thanks

    Camilla

    Attachments:
    You must be logged in to view attached files.
    #305100
    David Martin – Support
    Moderator
    Post count: 20834

    Please install and activate the supplied child theme, inside the child theme functions.php file paste this:

    // Remove each style one by one
    add_filter( 'woocommerce_enqueue_styles', 'sf_dequeue_styles' );
    function sf_dequeue_styles( $enqueue_styles ) {
       if( is_checkout() || is_cart() ) {
          unset( $enqueue_styles['woocommerce-smallscreen'] );	// Remove the smallscreen optimisation
       }
       return $enqueue_styles;
    }

    Please add this to Theme Options => Custom CSS:

    @media (max-width: 767px) {
    body {
        padding-right: 0;
        padding-left: 0;
    }
    }
    #305287
    CamillaChimay
    Member
    Post count: 3

    Hello,

    I tried to modify the files as you told me but it says: “http Error 500”
    what should i do?

    Thanks

    #305289
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    That is an internal server error, we will need ftp credentials to have a look.
    Was it after you did the change?

    -Rui

    #305292
    CamillaChimay
    Member
    Post count: 3
    This reply has been marked as private.
    #305298
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I don’t see any child theme and the server doesn’t have any error atm.

    Like David told you, first you need to install the child theme and later edit the child theme functions.php and not the one from the parent theme.

    Try again.

    -Rui

    #306254
    CamillaChimay
    Member
    Post count: 3

    Hello, I’m still not seeing the thumb and quantity box in my chart 🙁
    can you please take a look.

    Cami

    #306562
    David Martin – Support
    Moderator
    Post count: 20834

    Cami the above modifications need to be within a child theme, not the parent theme.

    Thanks.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register