Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
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?
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;
}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.
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.Thank you Rui, is there a changlog for Neighborhood theme so I can see which files have been updated?
Thank you
I changed this by editing the file: wp-content/languages/plugins/woocommerce-en_GB.po
I also have same issue:
‘Not able to remove from Wishlist by clicking X icon’ -
Posted in: We hit Power Elite.