Forum Replies Created
-
AuthorPosts
-
sujeet
KeymasterHello @effess,
For now, to display footer widget only on home page, you can add the following css:
#supplementary { display: none; } .blog #supplementary { display: block; }
Regards,
Sujeetsujeet
KeymasterHello @effess,
I got really surprised since there is everything fine in our end. I put both normal blog page and category blog in the menu and both seems to have active colors. I’ve attached both screenshots.
I am bit unsure what you have done. All other pages in the menu are fine but just a blog is having different active class “current_page_parent”. When you are in other pages, there you will find an active class “current-menu-item”.
Please try removing the current blog item from menu and add the new blog page to the menu list from menu. See screenshot.
If this didn’t help, I will contact you through email. Thank you.
Regards,
Sujeetsujeet
KeymasterHi @effess,
Did you add any styles with a class “date” in body section while creating child theme? All the contents are being centered due to the styles. Please check the screenshot. If possible you can remove that and will be fine.
Please let me know if that helped you. Thank you.
Regards,
Sujeetsujeet
KeymasterHi @effess,
Can you please try adding normal blog page in the menu along with other menu items? This will simply work the active colors as does for others. Just create a new ‘Blog’ page and add that to your menu.
And please ignore that css code that I sent you. Thank you.
Regards,
Sujeetsujeet
KeymasterHi @effess,
Please add the following css code to Dashboard > Appearance > Customizer > Additional CSS. Thank you.
.secondary-navigation .current_page_parent > a { background-color: #e2d3b1; color: #000000; }
Regards,
Sujeetsujeet
KeymasterHello @agescho,
You might have received a new theme update. Please update the theme and you will be able to add the Bluesky icon. Thank you.
Regards,
Sujeetsujeet
KeymasterHello @agescho,
We will update you soon regarding the BlueSky Social icon. Please have patience. Thank you.
Regards,
Sujeetsujeet
KeymasterHello @Antonio,
Currently there is no option to switch screen size but you can achieve by adding the following custom CSS on your system.
To add CSS kindly go to Dashboard > Appearance > Customizer > Additional CSS and paste the given CSS
@media only screen and (min-width: 64em) { .navigation-classic .main-navigation ul ul a { padding: 7px 20px; width: 262px; } .navigation-classic.menu-align-left .site-header-menu, .navigation-classic.header-right-enabled .site-header-menu { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; -ms-flex-wrap: wrap; flex-wrap: wrap; } .navigation-classic.menu-align-left #primary-menu-wrapper, .navigation-classic.header-right-enabled #primary-menu-wrapper { margin-right: auto; } .navigation-classic .dropdown-toggle, .navigation-classic .main-navigation ul .dropdown-toggle.toggled-on, .navigation-classic #primary-menu-wrapper .menu-toggle-wrapper { display: none; } .navigation-classic .main-navigation li { display: inline-block; } .navigation-classic #primary-menu-wrapper .menu-inside-wrapper { max-width: 100%; } .navigation-classic .main-navigation a { padding: 14px 20px; line-height: 2; } .navigation-classic.menu-align-left .site-header-main .site-branding, .navigation-classic.header-right-enabled .site-header-main .site-branding { margin-right: unset; padding-right: 42px; } .navigation-classic #primary-menu-wrapper .menu-inside-wrapper { border: none; position: relative; display: block; float: left; top: 0; left: 0; right: 0; visibility: visible; opacity: 1; width: auto; bottom: auto; background-color: transparent; box-shadow: none; overflow: inherit } .navigation-classic .site-header-menu .main-navigation { padding: 0; } .navigation-classic.absolute-header .site-header-menu .main-navigation a, .navigation-classic.absolute-header .dropdown-toggle { color: #ffffff; } .navigation-classic.absolute-header .site-header-menu .main-navigation a:hover, .navigation-classic.absolute-header .site-header-menu .main-navigation a:focus, .navigation-classic.absolute-header .site-header-menu .main-navigation .current_page_item>a, .navigation-classic.absolute-header .site-header-menu .main-navigation .current-menu-item>a { color: #CCCCE4; } .navigation-classic .main-navigation .sub-menu, .navigation-classic .main-navigation .children { background-color: #fafafa; } .navigation-classic .main-navigation ul ul { display: block; float: left; margin: 0; padding: 7px 0; position: absolute; top: 100%; left: -999em; z-index: 99999; } .navigation-classic .main-navigation .menu-item-has-children>a:after, .navigation-classic .main-navigation .page_item_has_children>a:after { content: "\f107"; font-size: 16px; font-size: 1rem; padding-left: 7px; } .navigation-classic .main-navigation ul li:hover>ul, .navigation-classic .main-navigation ul li.focus>ul { left: auto; right: 0; -webkit-box-shadow: 0 0 5px -3px #000; -moz-box-shadow: 0 0 5px -3px #000; box-shadow: 0 0 5px -3px #000; -webkit-animation: smoothScrollBack 0.5s forwards, fadein 0.5s; -moz-animation: smoothScrollBack 0.5s forwards, fadein 0.5s; -o-animation: smoothScrollBack 0.5s forwards, fadein 0.5s; animation: smoothScrollBack 0.5s forwards, fadein 0.5s; } .navigation-classic .main-navigation .menu>.current-menu-item>a:before, .navigation-classic .main-navigation .menu>.current-menu-ancestor>a:before { content: ""; border-bottom: 2px solid; position: absolute; left: 20px; bottom: 0; width: calc(100% - 40px); height: 1px; } .navigation-classic.menu-align-left .main-navigation ul li:hover>ul, .navigation-classic.menu-align-left .main-navigation ul li.focus>ul { left: 0; right: auto; } .navigation-classic.absolute-header .site-header-menu .main-navigation ul ul a { color: #000000; } .navigation-classic.absolute-header .site-header-menu .main-navigation ul ul a:hover, .navigation-classic.absolute-header .site-header-menu .main-navigation ul ul a:focus, .absolute-header:not(.header-top-with-bg) .top-navigation ul ul a:hover, .absolute-header:not(.header-top-with-bg) .top-navigation ul ul a:focus, .navigation-classic.absolute-header .site-header-menu .main-navigation ul ul .current_page_item>a, .navigation-classic.absolute-header .site-header-menu .main-navigation ul ul .current-page-ancestor>a, .navigation-classic.absolute-header .site-header-menu .main-navigation ul ul .current-menu-item>a, .navigation-classic.absolute-header .site-header-menu .main-navigation ul ul .current-menu-ancestor>a, .absolute-header:not(.header-top-with-bg) .top-navigation ul ul .current_page_item>a, .absolute-header:not(.header-top-with-bg) .top-navigation ul ul .current-page-ancestor>a, .absolute-header:not(.header-top-with-bg) .top-navigation ul ul .current-menu-item>a, .absolute-header:not(.header-top-with-bg) .top-navigation ul ul .current-menu-ancestor>a { color: #666666; } }
I hope it works for you, If not please add queries.
Regards,
Sujeetsujeet
KeymasterHi Edwin,
To change the woocommerce tab border color, just add the following CSS in the “Appearance => Customize => Additional CSS” box:
.woocommerce div.product .woocommerce-tabs ul.tabs:before { border-bottom-color: #dddddd; } .woocommerce div.product .woocommerce-tabs ul.tabs li { border-color: #dddddd; } .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before { border-color: transparent; }
And as for password protected design and button add the following CSS:
input[type="submit"] { background: transparent; background-color: #008080; color: #ffffff; border: none !important; box-shadow: none !important; transition: all 0.3s ease-in-out; padding: 9px 20px !important; } input[type="submit"]:hover, input[type="submit"]:focus { background: transparent; background-color: #000000; color: #ffffff; } .post-password-form label input { box-sizing: border-box; } @media screen and (max-width: 560px) { .post-password-form label input { width: 100%; margin-top: 7px; } input[type="submit"] { margin-top: 10px; } }
You can change the colors as you want. Let me know if this worked for you. Thank you.
Regards,
SujeetJanuary 29, 2025 at 12:06 am in reply to: Product tab not visible on mobile when using WooCommerce on Catch Base theme #338824sujeet
KeymasterHello @jgroot,
I’m 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/catch-base/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.
Thank you.
Regards,
Sujeetsujeet
KeymasterHello @priestofelohim,
That’s really strange.
What you can do is, please delete unwanted author from author page, there you will find two options while deleting the author, please make sure to choose the option Attribute all content to: “Choose the right author”. And you can delete that unwanted author. This will transfer all the posts/pages to right author and there won’t be issues with the old author. Check screenshot as well. Please let me know if this worked for you. Thank you.
Regards,
SujeetJanuary 27, 2025 at 1:03 am in reply to: Product tab not visible on mobile when using WooCommerce on Catch Base theme #338799sujeet
KeymasterHello @jgroot,
Please go to “Dashboard => WooComerce => Settings => Site Visibility”, there you will see Site Visibility, please choose the option to Live and save it. It will solve your problem. Currently you might have choosen comming soon option. Please try and let me know if that worked. Please check the screenshots as well. Thank you.
Regards,
Sujeetsujeet
KeymasterHello Wouter,
I’m 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/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.
Thank you.
Regards,
Sujeetsujeet
KeymasterHello @cch_webmaster,
Please try adding the following css code to “Appearance => Customize => Additional CSS”.
@media screen and (min-width: 100em) { #masthead { max-width: 250px !important; } .below-site-header { left: 250px !important; } }
It should reduce the space. Let me know if this worked. Thank you.
Regards,
Sujeetsujeet
KeymasterHello @cch_webmaster,
Can you please share your website URL so that I can give you the exact solution to reduce the space?
Regards,
Sujeetsujeet
KeymasterHello @priestofelohim,
Did you check the users in Users page in admin? There might be some issue with your User, Nickname and Display Name. Please check and let me know.
Also please share your website url to check the issue. Thank you.
Regards,
SujeetJanuary 22, 2025 at 11:40 pm in reply to: Black background indead of white when editing pages. #338766sujeet
KeymasterHello @jaapsolutions,
I just checked in our side and found everything is fine with the color while editing page. There might be some issue with your website. Please try disabling the plugins if you have any.
Let me know if disabling the plugins worked for you.
Regards,
Sujeetsujeet
KeymasterHello @tomdkat,
Yes the theme is well maintained, tested and compatible with the latest version of WordPress. All our subscription is manual renewal, so it will just send you renewal notification but will not renew it. So, you need to renew the license by yourself.
And please kindly follow the link below to know more about renewing and extending your license key.
https://catchthemes.com/frequently-asked-questions/#question-account-activation-verification-how-to-renew-extend-license-keyLet me know if you are still having issues with license renewal.
Regards,
Sujeetsujeet
KeymasterHello @w1ck,
I’m 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/elevatebiz/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.
Thank you.
Regards,
SujeetJanuary 21, 2025 at 12:35 am in reply to: remove white space below feature image on home screen static post #338746sujeet
KeymasterHello @jamieonline,
I’m 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/catch-evolution/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.
Thank you.
Regards,
Sujeet -
AuthorPosts