Forum Replies Created
-
AuthorPosts
-
December 9, 2022 at 11:10 pm in reply to: Theme not updating. Error “Update failed: Download failed. Unauthorized” #313493
Sakin
KeymasterYes, you can just purchase the theme and add the new license key on your site and then the update will work fine.
December 8, 2022 at 5:23 pm in reply to: Theme not updating. Error “Update failed: Download failed. Unauthorized” #313412Sakin
KeymasterPlease check the updated instructions at https://catchthemes.com/faq/how-do-i-upgrade-to-a-new-theme-version-if-i-have-modified-my-theme/. Looks like you haven’t activated the license key or your license key has expired. So, check your account at https://catchthemes.com/my-account/
Sakin
KeymasterHello Knud,
The width of the site is 1200px width for desktop. So, you can add the following CSS in the “Appearance => Customize => Additional CSS” box to increase the width. In the following CSS, you can increase the 1400px to your desired width.
@media screen and (min-width: 1280px ) { /* Width for overall site */ .site { max-width: 92%; width: 1400px; } /* Width of the slider */ #feature-slider .cycle-slideshow { max-width: 100%; } #feature-slider .cycle-slideshow img { width: 100%; } /* Width of the content */ .two-columns #main { width: 70%; } /* Width of the sidebar */ .two-columns .sidebar-primary { width: 30%; } /* Width of the Footer Widgets */ #supplementary.four .widget-area { width: 25%; } }Regards,
SakinSakin
KeymasterHi Glen,
You can remove that Slider Overlay, go to “Appearance => Customize => Theme Options => Featured Slider” and in the “Slider Overlay” option, just type 0 and publish it.
Regards,
SakinSakin
Keymaster@kegweb6: It is showing a generic icon as there is no predefined icon for xiaohongshu. So, if you have a small square png image then you can upload it using “Media => Add New” from your WordPress dashboard. After that copy that image link and paste it here and we will send you Custom CSS to add that.
Sakin
Keymaster@mikulski : It’s a little strange why it’s not working on your site. We tested on our server and it’s working fine. So, for quick fix, please add the following CSS in “Appearance => Customize => Additional CSS” box:
body .is-layout-flex { display: flex; flex-wrap: wrap; } figure.wp-block-gallery.has-nested-images { align-items: normal; }Note: Also, I see one issue in your Custom CSS code which you currently have. Please search for this CSS in your Custom CSS box:
.singular-content-wrap .entry-header { padding: 0 0 10px; /*background-image: url(https://mikulski.rocks/wp-content/uploads/2022/07/headerbgmoface.webp)*/; }There you can see that you have commented out the background image but the closing comment tag is before the semicolon. It should be after the semicolon like below:
.singular-content-wrap .entry-header { padding: 0 0 10px; /*background-image: url(https://mikulski.rocks/wp-content/uploads/2022/07/headerbgmoface.webp);*/ }December 2, 2022 at 12:52 am in reply to: Removing the search box on every page and location #313195Sakin
KeymasterThanks for your appreciation and saying with Us. Glad to hear that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/catch-shop/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.
Sakin
KeymasterOk, I will check it and will confirm with you. Thanks
Sakin
KeymasterI just check your site and see that there is an issue with the Custom CSS. I have optimized and fixed it. Please replace all your CSS in the “Appearance => Customize => Additional CSS” with the following CSS:
/* To have the logo on the left on screen width over 1200px */ @media screen and (min-width: 1200px) { .custom-logo-link { position: absolute; left: 0; } } #site-header-right-menu, .mobile-search { display: none; } body.page-id-8, body.page-id-60, body.page-id-66 { background: #dddddd; }Sakin
KeymasterHi Tim,
It looks like a js cache issue, we have updated the theme to version 1.6.3, please update and check it.
Regards,
SakinDecember 1, 2022 at 12:32 am in reply to: Removing the search box on every page and location #313128Sakin
Keymastercan you post your site URL and then I can check it.
Sakin
Keymaster@carr7bar: Gridalicious free theme is not WooCommerce ready, you need to upgrade to pro theme. Gridalicious Pro is WooCommerce-ready. You can check the compare table at https://catchthemes.com/themes/gridalicious-pro/#compare
November 30, 2022 at 6:46 pm in reply to: Removing the search box on every page and location #313120Sakin
KeymasterHi @astro2002,
You can add the following CSS in the “Appearance => Customize => Additional CSS” box to hide the search inside the menu item on an iPhone:
.mobile-search { display: none; }Regards,
SakinSakin
KeymasterHello Serzh,
You can go to “Appearance => Customize => Site Identity” and upload images on “Site Icon”.
If your site hasn’t enabled Customizer then please install any one of our plugins like To Top https://wordpress.org/plugins/to-top/ and it will enable customizer.Regards,
SakinSakin
KeymasterHi Tim,
We have updated the theme to fix this issue. Please update to the latest version and check it.
Regards,
SakinNovember 30, 2022 at 2:30 am in reply to: The text “undefined” appears below contact form tags #313091Sakin
KeymasterHi Daniel,
We have updated the theme to fix this issue. Please update to the latest version and check it.
Regards,
SakinNovember 29, 2022 at 10:34 pm in reply to: Social Icon layout broken since updating to WP 6.1.1 #313071Sakin
KeymasterHello Anna,
It’s good to know that CSS works for you. Also, on your site when I check the CSS it’s not from our CSS. But when I check the Social Block in my local it’s working fine.
Regards,
SakinSakin
KeymasterHi Tim,
Thanks for reporting and we will update to you soon.
Regards,
SakinSakin
KeymasterHi Thorsten,
So, after that CSS if the Sub-menu is also rounded off and want to remove rounded for sub-menu then you can add additional CSS as:
.catchresponsive-nav-menu .sub-menu a { border-radius: 0; }Regards,
SakinNovember 27, 2022 at 9:50 pm in reply to: Social Icon layout broken since updating to WP 6.1.1 #312977Sakin
KeymasterHello Anna,
Which social plugin are you using? I am not sure how you added that social link to provide you appropriate answer. When I check, there is a style from the WordPress core which is making your social icons block to full width.
For quick fix, you can add the following CSS in “Appearance => Customize => Additional CSS” box:
.entry-content .wp-block-social-link { display: inline-block; }Regards,
Sakin -
AuthorPosts
