Forum Replies Created
-
AuthorPosts
-
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,
SakinSakin
Keymaster@febriarta : You can also download the demo zip file from the Theme Instructions tab on theme page at https://catchthemes.com/themes/clean-fotografie/#theme-instructions
Sakin
KeymasterHi Thorsten,
You need to add a border-radius on the image, not the class. So, add the following CSS in “Appearance => Customize => Additional CSS” box:
.excerpt-image-left .archive-post-wrap img { border-radius: 10px; }
Sakin
KeymasterHi Tim,
If you want to make it as 3Columns then you need to go to “Appearance => Customize => Theme Options => Featured Category” and then in Layout, you need to select “3 columns”.
Which icon that you are talking about? Can you explain?
Regards,
SakinSakin
KeymasterHi Tim,
I just check your site and now it’s showing in columns. You have selected 4 columns layout but only added 3 categories. So, you need to add 1 more category and then it will show the 4.
Regards,
SakinSakin
Keymaster@leon8847: This is your server configuration issue. As this update uses a New package to allow locally hosting webfonts due to
GDPR issue as mentioned here https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts/.So, it’s better to ask your hosting server to fix this folder permission issue.
Sakin
KeymasterHi Tim,
I just check your site and the CSS that you have added is not the same CSS given by Tikaram. When I check the source of your site your CSS is like below:
@media only screen and (min-width: 35.5em) {   .layout-four article {     width: 50%;     float: left;     padding: 0 20px;   } } @media only screen and (min-width: 64em) {   .layout-four article {     width: 25%;   } }
So, you need to remove that and add the clean CSS as below:
@media only screen and (min-width: 35.5em) { .layout-four article { width: 50%; float: left; padding: 0 20px; } } @media only screen and (min-width: 64em) { .layout-four article { width: 25%; } }
Sakin
KeymasterHi Kristinn,
Looks like there is an issue with FitFitvids js. So, can you go to “Appearance => Customize => Theme Options => Responsive Design” and then check “Check to Disable Fitvids Js” and publish it?
Regards,
SakinNovember 14, 2022 at 9:32 pm in reply to: center title texts in cell size without _ word separation #312650Sakin
Keymaster@bequercm: So for which section are you trying to change the text alignment? Can you explain with reference to your site URL?
Sakin
KeymasterHi Villa,
For the Bold Photography theme demo file, go to the theme page and click on the Theme Instructions tab at https://catchthemes.com/themes/bold-photography/, and then you can download the zip file from there.
Regards,
SakinSakin
KeymasterHi Glen,
Yes, I see that you have already updated the theme to 1.2.5 and the Scroll to Top is working fine on your website.
Yes, if you have added the license key then you can do one click update but if you haven’t activate the license key then you need to do manual zip file update. Please check update instructions at https://catchthemes.com/faq/how-do-i-upgrade-to-a-new-theme-version-if-i-have-modified-my-theme/Regards,
SakinNovember 8, 2022 at 6:23 pm in reply to: Axton Theme: Does Navigation Blocks require FSE Pro? #312492 -
AuthorPosts