Forum Replies Created
-
AuthorPosts
-
Pratik
Participanthi @nds,
When you use featured image slider, you can add links to each slide. Goto Appearance=> Customize=> Feature Slider there should be link where you can add custom link.
Let me know how it goes.
Regards,
PratikPratik
ParticipantJuly 4, 2017 at 12:01 am in reply to: Where Is The Woocommerce Shop Page Widget & How do I modify? #118558Pratik
ParticipantHi @per,
Great it worked out.
If you liked my support, it would be great if if you could leave a review at https://wordpress.org/themes/catch-box/. Your review would be a great help in supporting the free theme.
Regards,
PratikPratik
ParticipantHi @bc1235,
Corrupt database, thank god it was local installation. Great that you did not loose much work, it can be a pain.
Anyways, if you liked my support, it would be great if you could leave a review at https://wordpress.org/themes/fabulous-fluid/.
Regards,
PratikJuly 2, 2017 at 11:59 pm in reply to: Where Is The Woocommerce Shop Page Widget & How do I modify? #118481Pratik
ParticipantHi @buckinl,
I checked on my installation and it seems to be working fine. For further debugging, I will need admin access to your site. I will email you soon, please reply to that email with admin access.
Regards,
PratikJuly 2, 2017 at 11:46 pm in reply to: How Do I Disable The Website Header On Woocommerce Shop Page??.. #118480Pratik
ParticipantHi @shizforce,
Yes your site is in maintenance mode. Please let me know when its online, only then I can help you.
Regards,
PratikPratik
ParticipantHi @mmancini,
Great, if you liked my support, it would be great if you could leave a review at http://wordpress.org/themes/clean-journal
It would be a big plus for me.
Regards,
PratikPratik
ParticipantHi @per,
It looks like there is a bug in the theme. We will fix it in next update probably by tuesday if not sooner. Thank you for your patience.
Regards,
PratikPratik
ParticipantHi @bc12345,
It looks like plugin issue to me. Please check for plugin conflict following article: https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/
Also, please reinstall the theme if the problem persists. Let me know how it goes.
Regards,
PratikJuly 1, 2017 at 11:16 am in reply to: Where Is The Woocommerce Shop Page Widget & How do I modify? #118424Pratik
ParticipantHi @buckinl,
You can set layout of WooCommerce Page at Appearance=> Customize=> Theme Options=> Layout Options=> WooCommerce Layout. Then, set it as no sidebar options, this should disable it.
Let me know how it goes.
Regards,
PratikPratik
ParticipantJuly 1, 2017 at 11:13 am in reply to: How Do I Disable The Website Header On Woocommerce Shop Page??.. #118422July 1, 2017 at 11:11 am in reply to: Verity Free version not resizing correctly on cell phone (possibly others also) #118421Pratik
ParticipantHi Angel,
Can you check if the problem persists in our demo at https://catchthemes.com/demo/verity?
Regards,
PratikPratik
ParticipantCan you check if the problem persists in our demo at https://catchthemes.com/demo/full-frame ?
Regards,
PratikPratik
ParticipantHi @mmancini,
If you want to remove posts from home page, try following CSS code:
.home #content { display: none; }
Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @aphdescmcast-net,
I checked your site and this page: https://design.aph-design.com/services/ has table if I am not mistaken.
So, yo remove table border from this page’s table only, add following code in Appearance=> Customize=> Additional CSS box:
.page-id-26 table, .page-id-26 td { border: none; }
If you want it removed from everywhere, try following code:
table, td { border: none; }
Regards,
PratikPratik
ParticipantHi @wordaz,
I checked your site and you have made mistake in copying and pasting the code. The code you have pasted is
ns.adsbygoogle { background-color: #ffffff; text-align: center; }
,
please make sure you have i.
full code:
ins.adsbygoogle { background-color: #ffffff; text-align: center; }
-
AuthorPosts