Tagged: catchshop
- This topic has 11 replies, 2 voices, and was last updated 2 years, 4 months ago by
Skandha.
-
AuthorPosts
-
July 16, 2021 at 4:31 pm #286506
Mukalazi
Participantthe slider is not working on the free version, what could be the problem.
July 17, 2021 at 2:14 am #286524Skandha
Participant@mukalazi: Hello there,
This seems to be a bug in the theme. The bug has been fixed and a theme update will be released soon. I will let you know when the update is released.Kind Regards,
SkandhaJuly 17, 2021 at 3:11 am #286526Skandha
Participant@mukalazi: Hello there,
The theme update has been released. Please update the theme to the latest version and let me know if the issue is resolved.Kind Regards,
SkandhaJuly 17, 2021 at 12:38 pm #286549Mukalazi
ParticipantThank you very much for the job well done, it’s working fine now.
July 17, 2021 at 11:33 pm #286569Skandha
Participant@mukalazi: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/catch-shop/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.Kind Regards,
SkandhaJuly 18, 2021 at 2:28 am #286589Mukalazi
Participantis there a way I can reduce the height of the slider. Thank you
July 18, 2021 at 11:00 pm #286593Mukalazi
ParticipantAlso, the blog posts/section is not appearing on the front page. That said it’s a lovely theme I have already given it Five Star. Thanks for the work
July 19, 2021 at 12:58 am #286617Skandha
Participant@mukalazi: Hello there,
To reduce the height of the slider
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#feature-slider-section .slider-content-wrapper { padding: 100px; }
You can change the padding according to your choice.
To display the blog on homepage
Go to => Appearance => Customize => Homepage Settings => Your homepage displays => Select Latest Posts and Publish.Let me know if this helps you out and also thank your for the wonderful review you left. 🙂
Kind Regards,
SkandhaJuly 25, 2021 at 4:39 am #286913Mukalazi
ParticipantThank you very much, it worked, also apologies for the late response, now one more thing how do I make my product/shop to show 2 columns in mobile potriat
Thank you
July 25, 2021 at 11:28 pm #286934Skandha
Participant@mukalazi: Hello there,
Can you please post in your site URL so that I can look into the issue?Kind Regards,
SkandhaJuly 27, 2021 at 12:00 am #286993Mukalazi
ParticipantJuly 27, 2021 at 12:22 am #287004Skandha
Participant@mukalazi: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (min-width: 35.5em) { ul.products.columns-3 li.product { width: 50%; } ul.products.columns-3 li.product:nth-child(2n+1) { clear: both; } } @media screen and (min-width: 64em) { ul.products.columns-3 li.product { width: 33.33%; } ul.products.columns-3 li.product:nth-child(2n+1) { clear: none; } ul.products.columns-3 li.product:nth-child(3n+1) { clear: both; } }
Let me know if this works out!
Kind Regards,
Skandha -
AuthorPosts
- The topic ‘catchShop slider not working on free version’ is closed to new replies.