Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • in reply to: Change height sticky menu comes in #222660
    PopcornLondon
    Member
    Post count: 7

    I managed to change the height the mini-header came in/out by editing this bit of code in: neighborhood/garden/js/functions.js

    jQuery(window).scroll(function() { 
    				if ((jQuery(this).scrollTop() > 150) && !body.hasClass('has-mini-header')) {
    					SF.header.miniHeaderShow();
    				} else if ((jQuery(this).scrollTop() < 151) && body.hasClass('has-mini-header')) {
    					SF.header.miniHeaderHide();
    				}
    			});

    But how can I disable the animation of the mini-header coming in/out?

    http://www.gardenofbabylon.com/

    in reply to: Product images not visable on product pages #207620
    PopcornLondon
    Member
    Post count: 7

    This ‘display: none;’ line in style.css was making it not display, line 504. I have removed this.

    .flexslider .slides > li {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 0;
    display: none;
    -webkit-backface-visibility: hidden;
    }

    in reply to: Product images not visable on product pages #207616
    PopcornLondon
    Member
    Post count: 7

    Hi, I have deactivated all plugins except woocommerce and maintenance mode.

    The problem still persists.

    As I mentioned, if I switch back to the previous version of Neighborhood it works.

    in reply to: Wishlist errors #160437
    PopcornLondon
    Member
    Post count: 7

    Hi Rui, I have updated theme and now ‘remove item from wishlist’ is working. However in the header it shows 1 item left in wishlist. When I go into the wishlist there are no items there.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Wishlist errors #159786
    PopcornLondon
    Member
    Post count: 7

    Thank you Rui, is there a changlog for Neighborhood theme so I can see which files have been updated?

    Thank you

    in reply to: Change basket to 'shopping bag' #158163
    PopcornLondon
    Member
    Post count: 7

    I changed this by editing the file: wp-content/languages/plugins/woocommerce-en_GB.po

    in reply to: Wishlist issues #151399
    PopcornLondon
    Member
    Post count: 7

    I also have same issue:
    ‘Not able to remove from Wishlist by clicking X icon’

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