Forum Replies Created
-
AuthorPosts
-
sujapati
KeymasterApologies for the inconvenience. In themes like this, the homepage is built using a dedicated ‘Front Page Template,’ which doesn’t offer the flexibility to directly select a static page for the homepage display. To make changes to the homepage, you’ll need to manually edit the front page template.
This is a WordPress limitation for themes with custom front page templates.
Kind Regards,
Sujapatisujapati
Keymaster@russel2:You can refer to the Theme documentation for detailed guidance on theme features, setup, and troubleshooting. In case of plugin conflicts, try temporarily deactivating all plugins to determine if a specific plugin is causing the issue. Reactivate them one by one to identify the problematic plugin. If the issue persists, feel free to reach out to our Catch Themes Support team for further assistance.
Kind Refards
Sujapatisujapati
Keymaster@Juanjo: Sorry for the inconvenience. Please add the below CSS.
body .wp-block-sticky-playlist .simple-audio-player .simp-player, body .wp-block-sticky-playlist, body .wp-block-sticky-playlist .wp-block-fse-pro-playlist, body .wp-block-sticky-playlist > div, body .wp-block-sticky-playlist > div > div, body .wp-block-sticky-playlist .simple-audio-player { background-color: transparent; }
To receive email notifications, please check the “Notify me of follow-up replies via email” option below when submitting your query.
Regards,
Sujapatisujapati
Keymaster@Juanjo: Please add the CSS below to make your changes.
For enlarging the title zone:
@media screen and (min-width: 992px) { body .simple-audio-player .simp-display { overflow: inherit; } .simple-audio-player .simp-display .simp-album .simp-title { white-space: nowrap; width: 100px; overflow: hidden; text-overflow: ellipsis; } }
For making the playlist transparent:
body .wp-block-sticky-playlist > div { background-color: transparent; } body .wp-block-section.wp-block-sticky-playlist { background-color: rgb(21 21 21 / 50%); }
Please add this CSS to
Note: Please adjust the playlist bg color percentage ratio per your requirement.
Kind Regards,
SujapatiNovember 28, 2024 at 11:37 pm in reply to: Menu on live site is different that in admin view #338305sujapati
Keymaster@Evitucci: The menu on your site is now aligned horizontally, as per your request. Please clear your cache and check again.
Let us know if the issue has been resolved, or if you have any further questions or concerns. We’re happy to assist!
Kind Regards,
Sujapati-
This reply was modified 10 months ago by
Sakin.
November 28, 2024 at 12:43 am in reply to: Fotographie Blocks: WooCommerce Product drop down window blank unless scrolling #338292sujapati
Keymaster@Greenway: Thank you for choosing our theme and for bringing this issue to our attention. To resolve the color issue with the select dropdown, please add the following CSS.
.woocommerce .woocommerce-ordering select option { color: #000; }
Kind Regards,
Sujapatisujapati
Keymaster@SwiftyRox: Glad to know the issue has been fixed. Please feel free anytime to reach out if you have any theme-related queries.
Kind Regards,
Sujapatisujapati
Keymaster@Juanjo: If your license has expired, you will need to renew your subscription to continue receiving updates and support. For more information about renewing or extending your license key, please refer to the link below:
https://catchthemes.com/faq/how-to-renew-extend-license-key/
If you encounter any issues with the renewal process, feel free to reach out. We’ll be happy to assist.
Kind Regards,
Sujapatisujapati
Keymaster@SwiftyRox: Apologies for the inconvenience caused. Please add the following CSS to resolve the issue.
.woocommerce div.product form.cart .variations select { color: #fff; } .woocommerce div.product form.cart .variations select option { color: #000; }
Kind Regards
Sujapatisujapati
Keymastersujapati
Keymaster@Barbarossa: Glad to hear that! My apologies for the trouble earlier, and please feel free to reach out anytime you need assistance with the theme.
Kind Regards,
Sujapatisujapati
Keymaster@Barbarossa: Apologies for the trouble. It seems there might have been changes you made to the search result template. Would you please kindly reset the search result template and see if that resolves the issue? This reset wont affect your home page patterns.
Thank you for having patience.
Kind Regards,
Sujapatisujapati
Keymaster@Annan: You can change the submenu alignment from left to right by adding following CSS to your site.
@media screen and (min-width: 75em) { .navigation-classic .main-navigation ul li:hover > ul, .navigation-classic .main-navigation ul li.focus > ul { left: 0; right: auto; } .navigation-classic .main-navigation ul ul li:hover > ul, .navigation-classic .main-navigation ul ul li.focus > ul { left: 100%; right: auto; } }
Please feel free if you need any further assistance.
Kind Regards,
Sujapatisujapati
KeymasterGenerally, a ‘critical error’ message in WordPress indicates issues with plugins, themes, or PHP settings. Since we’ve verified the theme is not causing issues, please try the following steps:
- Plugin Check: Go to the Plugins area and temporarily deactivate all plugins. If the error disappears, try reactivating them one by one to identify any conflicts.
- PHP Version Check: Please also check the PHP version on your hosting. WordPress recommends PHP 7.4 or higher, so updating it may help if you’re on an older version.
Kind Regards,
Sujapatisujapati
Keymaster@janine:
I’m sorry to hear you’re still experiencing issues. As mentioned, we’ve carefully tested everything on our end and didn’t encounter this problem. These types of errors can sometimes happen when JavaScript loads slowly, image sizes are too large or there could be a hosting server issue.
Looking at the screenshot you shared, we noticed that the slider navigation and controls are extending beyond their container. You can prevent this by adding the following CSS, which hides any overflow outside the parent div.
#main-slider { overflow: hidden; } #slider-nav,#controllers { top: auto; }
Kind Regards,
Sujapatisujapati
Keymaster@Tatyana1981: Yes, we’ll need access to your site to investigate further. We’ll be reaching out to you via email shortly.
Kind Regards,
Sujapatisujapati
Keymaster@janine: We have thoroughly checked your website, and everything appears to be functioning properly. Additionally, we conducted tests on our server and found no issues. All images and navigation buttons are working as expected. If the issue occurs again on your site, we recommend clearing the cache and trying again.
Kind Regards,
Sujapatisujapati
Keymaster@Tatyana: Would you please send us screenshot of the general settings and the settings of the page where you changed the layout options because we found article content is out of the primary div on the page where the sidebar is selected. Also please can you try deactivating plugins and check it.
Kind Regards,
Sujapatisujapati
Keymaster@Maria: In that case, we will need to conduct a more detailed investigation of your site. We’ll reach out via email shortly to proceed with the next steps.
Kind Regards,
Sujapatisujapati
Keymaster@Maria: Have you tried deactivating the plugins you’ve recently added? In most cases, plugin conflicts can cause issues. If the problem persists and it’s not related to a plugin, we may need temporary site admin access to investigate further which we will send you through an email.
Kind Regards,
Sujapati -
This reply was modified 10 months ago by
-
AuthorPosts