Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHi Glen,
I check your website https://thegloriousrevival.org/ there are a lot of custom CSS.
If you are checking on the homepage that has an issue with the header media text. It has the same color as the menu color. So, you can add background color there. For that you can add the following CSS:
@media only screen and (min-width: 64em) { .absolute-header .site-header { z-index: 999; } .absolute-header .main-navigation .sub-menu { background-color: #000; } }Sakin
Keymaster@photo-lenory: We did send you an email. Can you check if it went to the spam/junk folder on your email?
May 13, 2024 at 12:22 am in reply to: color problem in menu and footer /license by migration #335366Sakin
KeymasterHi Hans,
About moving license from one site to another. Please check FAQ at https://catchthemes.com/frequently-asked-questions/#question-installation-how-to-move-license-key-from-development-site-to-live-site
Regards,
SakinSakin
KeymasterHi Glen,
Can you let me know in which page or URL that you are having issue?
Regards,
SakinSakin
KeymasterHi bjbarker,
You can see your profile at https://catchthemes.com/support-forum/users/bjbarker/ and check all the Topics and replies.
Regards,
SakinSakin
KeymasterHello Cherise,
I have already replied to you at https://catchthemes.com/support-forum/topic/change-button-colour/ about hiding site-title on mobile devices.
Regards,
SakinSakin
KeymasterHello Cherise,
1. For the transparent button, you can use the following CSS in the “Appearance => Customize => Additional CSS” box:
.header-media .more-link .more-button, #promotion-section .more-link .more-button, #hero-section .view-all-button .button, .site-main #infinite-handle span, .view-all-button .more-link { background-color: transparent; color: #fff; border: 2px solid #fff; }2. To remove the header media title for mobile view only, add the following CSS in the “Appearance => Customize => Additional CSS” box:
@media only screen and (max-width: 768px) { .header-media .entry-title { display: none; } }3. Catch Wedding theme doesn’t have a black background. So, I am confused about this.
4. You need to ask the Elementor support team.
5. You can hide that by adding the following CSS in the “Appearance => Customize => Additional CSS” box:
#header-navigation-area .search-social-wrap .secondary-search-wrapper { display: none; }6. You can hide that Site Title on Mobile by adding the following CSS in the “Appearance => Customize => Additional CSS” box:
@media only screen and (max-width: 768px) { .site-branding .site-identity { display: none; } }Regards,
SakinSakin
KeymasterHi Cherise,
For advanced color options, you need to upgrade to the pro version. In the Catch Wedding Pro theme, you can change the color from “Appearance => Customize => Theme Options => Colors”. There are many places with pink so it will be difficult to change with CSS only.
For homescreen button color, you can change the color code in the following CSS and add it in “Appearance => Customize => Additional CSS” box:
.header-media .more-link .more-button, #promotion-section .more-link .more-button, #hero-section .view-all-button .button, .site-main #infinite-handle span, .view-all-button .more-link { background-color: #000; color: #fff; }Regards,
SakinSakin
KeymasterHi Carey,
Thanks for the update. Glad to hear that your hosting provider set the correct files and folder permission, now you will get update with ease.
Have a nice day.
Regards,
SakinSakin
KeymasterHi Ginger,
Glad to hear that it worked for you. If you like the theme and our support then I have a quick request: could you please leave a review? https://wordpress.org/support/theme/chique-music/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.
Regards,
SakinSakin
KeymasterHi Ginger,
Thanks for your appreciation.
Regards,
SakinSakin
KeymasterHi Ginger,
1. For that WooCommerce page title, there is missing CSS for the sticky playlist which is causing an issue. You can add the following CSS in “Appearance => Customize => Additional CSS”
.woocommerce .site-content { margin-top: 70px; }2. For Cart and Checkout, I have already replied you in your new topic https://catchthemes.com/support-forum/topic/woocommerce-cart-checkout-pages-running-off-the-page/?view=all
Regards,
SakinSakin
KeymasterHello Dida,
Sorry for the issue. Our support team will contact you through email. Please reply there.
Regards,
SakinSakin
KeymasterHi Ginger,
This is some CSS on your side which is causing the issue. Can you add the following CSS in the “Appearance => Customize => Additional CSS” box:
.wp-block-woocommerce-cart.alignwide, .wp-block-woocommerce-checkout.alignwide { margin: 0 auto; max-width: 94%; }Regards,
SakinSakin
KeymasterHi Glen,
Can you add the following CSS in “Appearance => Customize => Additional CSS” and check it?
.absolute-header .site-header { z-index: 999; }Regards,
SakinSakin
KeymasterHi Carey,
It looks like you have file and folder permission issues on your server. So, contact your website hosting server support to fix and update the theme. Generally, WordPress directory and folder permissions should be set to 755, and most file permissions need to be set to 644. Read more about File Permissions at https://www.malcare.com/blog/wordpress-file-permissions/
Did you try it using FTP as well?
Regards,
SakinSakin
Keymaster@gainerwj: As this is a plugin issue and is not controlled by the theme. It’s better to contact the plugin author support forum.
April 29, 2024 at 12:17 pm in reply to: Problem to manage installation BizBoost Pro & FSE Pro Plugin #335088Sakin
Keymaster@alfredodigitalepuro: You can export and import on the whole theme and update the template accordingly or you need to do it manually.
I will contact you to help you with this.
Regards,
SakinSakin
KeymasterHi Empress Creations,
I have already replied to you about the issue of editing menu and header in https://catchthemes.com/support-forum/topic/you-do-not-have-permission-to-edit-this-menu-any-changes-made-will-not-be-saved/.
Can you post your website URL and then we an check your hamburger menu issue?
Regards,
SakinApril 27, 2024 at 5:53 am in reply to: You do not have permission to edit this menu. Any changes made will not be saved #335053Sakin
KeymasterHi Empress Creation,
Can you check your user account role? You need admin access to edit the menu to change any templates. Also, there might be PHP or your server configuration issue. This is not a theme issue, so the best option is to contact your website hosting sever support and work with them. You can also check this article https://www.hostinger.com/tutorials/fix-sorry-you-are-not-allowed-to-access-this-page-wordpress
Regards,
Sakin -
AuthorPosts
