Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Questions about product thumbnails and single product pages
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Questions about product thumbnails and single product pages
- This topic has 10 replies, 4 voices, and was last updated 11 years by Melanie – SUPPORT.
-
Posted in: Neighborhood
-
August 8, 2013 at 10:49 pm #15363
Hello everyone!
Loving the theme so far but I’m having trouble with a few things… maybe you can help me with them? π
THUMBNAIL QUESTIONS
1 – My product thumbnails are stuck and won’t have any rollover effect with the solid grey info area and the second product image. They just show at the bottom of the first image thumbnail an extra portion of the second product image. How can I make this work?
2 – Is there a way that I could hide the text that says “Showing 1-24 of 48 products / View 24/48/All” and show all the products in thumbnails at the same time?
SINGLE PRODUCT PAGE QUESTIONS
1 – The + and – buttons on the product pages are one on top of the other instead of being side by side. Any suggestions at how can I rearrange properly this?
2 – The product name on the single product page is very far away from the price and the rest of the info. Is there a way that I could place it on the right, just above the rest of the product info?
Thanks so much in advance for sharing your wisdom. Look forward hearing from you.
Best,
Ana.
August 9, 2013 at 10:13 pm #15589Hi, can you post up your website URL so we can check the issues you’re having out? Thanks!
August 9, 2013 at 10:16 pm #15591Sure. It’s http://store.anamontiel.com
Thanks in advance π
August 12, 2013 at 11:00 am #15807Hi, something is completely off on your site, it takes around 3 minutes to load for me initially, after that I cannot inspect anything with my webdevelopment tool to troubleshoot. Do you have any heavy plugin or malicious content running on your site maybe?
August 12, 2013 at 11:23 am #15821This reply has been marked as private.August 21, 2013 at 4:08 pm #17531Hi there,
Something on your site is causing jQuery issues. Please disable any plugins you have that are active and could be causing issues.
– Ed
August 21, 2013 at 4:22 pm #17538Hi Ed,
Thanks for your answer and tip about the jQuery issues. Indeed there was a plugin causing the trouble I had with the thumbnails. So that first question is solved π
I still have doubts about how to fix the other three issues though. Could you be so kind to help me with them? They are below, thanks a lot in advance.
THUMBNAIL QUESTION
1 β Is there a way that I could hide the text that says βShowing 1-24 of 48 products / View 24/48/Allβ and show all the products in thumbnails at the same time?SINGLE PRODUCT PAGE QUESTIONS
1 β The + and β buttons on the product pages are one on top of the other instead of being side by side. Any suggestions at how can I rearrange properly this?2 β The product name on the single product page is very far away from the price and the rest of the info. Is there a way that I could place it on the right, just above the rest of the product info?
August 22, 2013 at 11:50 am #176561
go to result-count.php and change
$per_page = $wp_query->get( 'posts_per_page' );
to
$per_page = -1;
and then add this custom css
.woocommerce-count-wrap {
display: none;
}
2did you activate the woocommerce css via the woocommerce settings?
3
we could center it
.single-product .heading-text {
float: none;
text-align: center;
}August 22, 2013 at 1:25 pm #177001 – all ok now, thanks!
2 – it’s activated. I tried deactivating it to see if it looked better but no luck. Any suggestions?
3 – Aligned to centre or right should be fine, thanks. I’m trying to make the font bigger with no luck (adding ” font-size: 40px; ” on the custom css manager). Could you give me a hint on how to make the title bigger, please?
Thanks for your help! π
August 22, 2013 at 1:52 pm #17712I’m also trying to set Show All to default and remove the options but got a little stuck on the custom CSS. Where should I input the code?
August 23, 2013 at 11:57 am #17906Hey there, if you need more dedicated help please hire a developer of your trust to modify the theme according to your liking. We can only give guides. Thanks!
-
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.