Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Problem with Product carosel
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Problem with Product carosel
- This topic has 13 replies, 5 voices, and was last updated 10 years by Mohammad – SUPPORT.
-
Posted in: Neighborhood
-
November 8, 2014 at 10:22 pm #126677
Hi Guys,
I’m experiencing some trouble while using the carosel slider on the homepage.
It looks like it doesn’t show the bottom 30px of the image for some kind of reason…See this image here: http://monosnap.com/image/ItsbLYEhfHubKaS5FUmdxW3waroJDS#
When you view the product in the normal shop page. The image is shown as normal (and with that I mean + the last 30px of the image).
One other issue I encountered; I notice that I really improved the loading time of the site, but when a visitor clicks on a catagory; the images load quite quick but the last approx. 30px of the image will always take longer to load (but the whole image is already loaded…) Any idea how to fix this and to upgrade UX?
Thanks again.
JoostNovember 10, 2014 at 8:15 am #126848Hi,
If you change the catalog image size, then try to recreate the thumbnails https://wordpress.org/plugins/regenerate-thumbnails/ if that still exists make sure you are on the latest theme version.
Let us know,
Thanks,
laranz.November 10, 2014 at 10:30 pm #127158This reply has been marked as private.November 11, 2014 at 8:30 am #127210Hi,
Try adding this Custom CSS.
.woocommerce ul.products li.product figure { padding-bottom: 404px; }
Let us know,
Thanks,
laranz.November 12, 2014 at 5:27 pm #127731Hi Larans,
Your Custom Css worked like a charm. Thanks for the suggestion!
Any idea why this was causing problems?It also seems to load the last few 30px from the images much quicker so perfect.
This topic is resolved!
November 13, 2014 at 7:42 am #127877Hi,
You most welcome. I’m glad that issue resolved.
Thanks 🙂
With Best Regards
MohammadNovember 13, 2014 at 9:33 am #127929Hi, Mohammad/Laranz,
Sorry to bother you again but when I check on mobile (iOS/Safari) I see the homepage products are doing wierd. Do I also need to change Custom CSS for Mobile?
Other product images are working fine, it’s just the carosel
See link for screen: http://take.ms/BOqtW
Let me know,
JoostNovember 13, 2014 at 12:12 pm #128002Hi,
Do you have any other custom css that can be causing this?
Can you provide us admin access to check?-Rui
November 13, 2014 at 12:20 pm #128006This reply has been marked as private.November 13, 2014 at 2:50 pm #128053Hi,
Add this Custom CSS.
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { .woocommerce ul.products li.product figure { padding-bottom: 289px; } }
Let us know,
Thanks,
laranz.November 13, 2014 at 6:41 pm #128165Hi Laranz,
Thanks for the quick follow up
This gives the following output on mobile: http://take.ms/WWxpdLet me know.
Best,
JoostNovember 17, 2014 at 2:58 am #128656Looks like you are using an outdated version of the theme? We’ve since changed the way the product images are setup – to prevent incorrect heights.
Are you able to update?
– Ed
November 17, 2014 at 8:51 am #128671Hi Guys,
Thanks for taking the time to take a look! Really appreciate it.
I’m indeed using an older version of the theme. I did a few of customizations (in Custom CSS) and core PHP to change the way it looks. But now I’m “scared” to update because I’m not sure if I can replicate those changes in the newer version.
I’m thinking of buying extra hosting for a development surrounding where I can copy our current database and files to so I can replicate the exact same site and update with the new theme and make it perfect so I can then upload it to our live hosting.
If I make customizations in the code PHP files I do need to re-upload the main theme folder (I can’t just use the child folder) right?
Thanks again,
JoostNovember 18, 2014 at 8:24 am #129053Hi,
You should make changes through child theme because you can update main theme without any problem and your changes will not lost after update. Now you have to take backup of changed files, upgrade theme automatically and re-upload your changed backup files again through FTP software. One more thing also, please make css changes through Admin -> Theme Options -> General Options -> Custom CSS.Thanks
Mohammad -
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.