Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
@ all-despaired-users
Apparently the carousel has problems with 2nd item display.
Check out this piece of code (it worked for me):.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {clear:none!important;} .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {float: left !important;}
I have disabled further theme updates and will fight with all bugs on my own.
@ kyle
Please chceck out the code above and test it. Maybe you could resolve this problem in more adequate way. Thanks.Hi,
@michklee – I’ve got the same problem. Products carousel (latest products, related products) doesn’t work as it should in mobile resolutions. All resolutions lower than 768px neither display products in correct order nor slides products correctly.@ Kyle – You should have first check out Nieghborhood demo page – cause its broken too (check out screenshot). Please check your demo page in 700 px resolution (hompage or product page).
You have to fix this issue. This is critical! It does not allow smooth expierience on any mobile divice (smartphone, tablet)!
I have an old backup of my store, with Neigborhood v1.52 – and it was ok back then.
I’ve disabled child theme and all custom css – nothing works.
I’ve tried to upload old “style.css” to Neighborhood theme folder – not working.
I’ve tried to upload old “responsive.css” to Neighborhood theme folder – not working.Wordpress 3.9.1
WooCommerce 2.1.9
Neigborhood 1.7.1Same problem here. After the latest theme update mobile menu i permanently opened for 768-1024 px resolution. Lower and higher resolution works fine.
People, please, you are meant to fix it not break it after every upadate!
Worpdress 3.9.1
WooCommerce 2.1.8
Neighborhood 1.7.1Hello,
problem still exists.
1. “Your selection (1 item)” – is ok. But more than 1 item does not translate.
2. “1 item in the shopping bag” in the cart widget is ok – but more items does not translate.
3. Show “24/48/All” on the shop page – cannot translate “All”.I’ve tranlated all .po files in neighborhood theme, woocomerce language pack.
Also i’ve replaced the cart.php for the one you have attached.Maybe there is a problem with some functions?
For example… is this code from cart.php ok
<h3 class="bag-summary"><?php echo sprintf(_n('Your selection <span>(%d item)</span>', 'Your selection <span>(%d items)</span>', $woocommerce->cart->cart_contents_count, 'swiftframework'), $woocommerce->cart->cart_contents_count) ?></h3>
Is the function in it ok?
Please check it out.
Thank You.Hello again.
I have just resolved my problem.
If header (logo + menu etc.) is displayed over your Revolution Slider (the slider is covered by it) go to: “Theme Options” > “Header Options” and set the “Enable Header Overlay” to off.
The Revolution Slider will be displayed under the main header/menu.Hello.
I have the same problem. The Revolution Slider is hiding under the top menu. Everything is set exactly as on SwiftIdeas tutorial video. Slider settings are imported from demo file.I can set the top margin in pixels for the Revolution Slider, but then it does not work correctly on mobile devices – the margin is too big.
Are there some settings I have missed and should double check?
-
Posted in: We hit Power Elite.