Forum Replies Created
-
AuthorPosts
-
sujapati
Keymaster@Glen: You can remove the entry-title ‘home’ by adding the following CSS.
.home .site .site-main header.entry-header .section-title { display: none; background: red; }
sujapati
Keymaster@Glen: Do you want to remove ‘Home’ from your menu? Please kindly post your URL so that I can check on your site.
sujapati
Keymaster@Glen: No you won’t get any problems by adding max-width property. Let me know if there are any issues.
sujapati
Keymaster@liberating-maestry: I don’t think you should have issues using Elementor with the theme. You can use our Page Builder Companion plugin. Please feel free to reach us if there are any issues.
sujapati
Keymaster@alexandregaeta: Sorry for the inconvenience. Please kindly provide the exact shortcode name and code you want to implement in your theme so I can provide you with the required code.
sujapati
Keymaster@liuyict: Please post in your site URL so that I can check for issues on your site and provide you with the required fix.
sujapati
KeymasterHello Liuyct,
Sorry for the difficulty. Our team is researching it and will get back to you shortly.
Thanks
Sujapatisujapati
KeymasterHello Alexandregaeta,
If your shortcode is not working in excerpts, it might be due to the fact that WordPress, by default, doesn’t execute shortcodes in excerpts. You can enable shortcode execution in excerpts by adding a filter to your theme’s functions.php file.
Here’s an example of how you can enable shortcode execution in excerpts:// Enable shortcodes in excerpts function enable_shortcodes_in_excerpt() { add_filter('the_excerpt', 'do_shortcode'); } add_action('init', 'enable_shortcodes_in_excerpt');
You can add this code to your child theme’s functions.php file. This code adds a filter to the excerpt, applying the do_shortcode function, which allows shortcodes to be executed in the excerpt.
Please be cautious when adding code to your theme’s files, and ensure you have a backup before making changes.Thanks
Sujapatisujapati
KeymasterHello Sylvie,
If you want something like a Toggle function(ie. show more or show less), you will need extra js snippets or you can use any other available plugins. Otherwise, if you only want to minimize the lines of code, there is an excerpt block available. You can try that.
Thanks
Sujapatisujapati
Keymaster@jessica: I’m happy to hear that and thank you for using Catch Shop Pro. I hope you have a productive day.
sujapati
Keymaster@jessica: I’m sorry to ask but have you installed pro version? Please kindly check your theme once. Its only available fro pro themes.
sujapati
Keymaster@meditaliaservi: Yes it is compatible with all WordPress Versions.
sujapati
KeymasterHello Jessica,
Thank you for the query. Please kindly consider the following options.
- Footer Issue: In your admin panel, go to Appearance -> Customize – > Theme Options -> Footer Editor Options
- Licence Issue: In your admin panel, go to Appearance -> About Theme . You can see the licence tab where you can easily paste your licence key.
Please keep me in the loop incase of any further confusion.
Thanks
sujapati
KeymasterHello Nancy,
Please contact your hosting server and ask them to increase the upload_max_filesize.
Let me know if you have any other theme related issues.
Regards,
SujapatiFebruary 19, 2024 at 7:17 am in reply to: Cannot utilize full width with No Sidebar – Full width template #333060sujapati
Keymaster@ozgur: Sorry for the inconvenience. There were some issues on our theme, which will be fixed in the theme update. You will get notified very soon.
February 19, 2024 at 4:27 am in reply to: Cannot utilize full width with No Sidebar – Full width template #333056sujapati
Keymaster@ozgur: I will contact you shortly.
February 19, 2024 at 1:48 am in reply to: Cannot utilize full width with No Sidebar – Full width template #333050sujapati
KeymasterHello Ozgur,
I’ve checked the URL that you’ve sent. There are some alignment issues.
- For the buttons remove the alignfull and set it to align none
- For the wp-block-columns remove alignwide and set it to none.
- Lastly for the third pricing column you should set background color, right now its default dark so the text is not seen.
If you encounter any further issues or have any confusions, feel free to reach out.
Thanks
February 18, 2024 at 11:34 pm in reply to: Cannot utilize full width with No Sidebar – Full width template #333044sujapati
KeymasterHello Ozgur,
Thank you for the query.
While I checked on the theme there were no any issues on the ‘No Sidebar Full Width’ template. Please kindly send me the URL you’ve posted on that template so that I can directly test on your site.
Regards,
Sujapati
-
AuthorPosts