Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHi Moni,
We don’t have any !important property in the theme. So, I am not sure why you are facing the issue. But if you want to control the with of that gallery section, then you can change the max-width in the following CSS and add it in the “Appearance => Customize => Additional CSS” box:
.gallery-section .wrapper { max-width: 1920px; }
Also, you can add padding-left and padding-right. So, if you want to make it like the other sections then add the following CSS instead of the above CSS:
.gallery-section .wrapper { max-width: 1500px; padding-left: 45px; padding-right: 45px; }
Sakin
Keymaster@beanboy182: 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/photofocus/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,
SakinOctober 6, 2022 at 5:31 pm in reply to: Website crashes when using DecreePro 2.3.1 and WP 6.0.2 under PHP8.1 #311668Sakin
KeymasterHi Stefan,
I see that you have already sent us the support ticket and I have replied to you there as well. We did test Decree Pro 2.3.1 on PHP 8.1 and we didn’t find any issues. So, it might be a plugin issue, please try deactivating the plugin one by one to find out the issue.
Regards,
SakinSakin
Keymaster@louay:
Can you be more specific like in which section you want to edit the font size? For example, if you want to change the default body font size then you can change the size in the following CSS and then add it in the “Appearance => Customize => Additional CSS” box:/* Default Font Size */ body, button, input, select, textarea { font-size: 15px; } /* Font Size for Screen Larger then 1024px */ @media screen and (min-width: 64em) { body, button, input, select, textarea { font-size: 17px; } } /* Font Size for Screen Larger then 1366px */ @media screen and (min-width: 85.375em) { body, button, input, select, textarea { font-size: 18px; } }
Sakin
Keymaster@heinelg: The main problem in your homepage is that you have an extra closing
</div>
after Column Block and Before Separator block. See this screenshot and I hope you understand what I mean.Sakin
KeymasterHi Dina,
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/photofocus/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
Keymaster@beanboy182: In the following CSS, you can adjust the width of the logo and then add it in “Appearance => Customize => Additional CSS” box:
@media only screen and (max-width: 768px) { .custom-logo { max-width: 125px; } }
Sakin
KeymasterHi @heinelg,
No, you don’t need to post multiple reviews for the same theme. If you are using different then you can do a review for that particular theme.In your site https://ridgeviewmennonite.org/, you have CSS for width as follows, which replaces the default 820px width for No Sidebar Content Layout Width.
.no-sidebar.content-width #main { width: 100%; }
But if your site https://hbccc.org/wp/, you have CSS as :
.no-sidebar.content-width #main { max-width: 100%; }
For the best result, you can use the code as:
.no-sidebar.content-width #main { width: 1200px; max-width: 100%; }
Sakin
Keymaster@superincio: You ca edit the footer widget from “Appearance => Widget”. I am not sure about the plugin for the menu. You will need to try plugins for that.
Sakin
KeymasterHi Dina,
I just check your site using my phone and see that there is some plugin that is replacing our responsive mobile design with a fixed mobile design. So, deactivate that plugin and it will work fine.
Regards,
SakinSakin
KeymasterHi @heinelg,
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-responsive/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 Dina,
Can you post your site URL and then we can check for issues?
Regards,
SakinSakin
Keymaster@beanboy182: Please post your site URL and then we can check for issues.
Sakin
Keymaster@superincio: Can you send me your site URL and then I will check for the issue on your site?
Sakin
Keymaster@heinelg: I see that you have added CSS in your child theme style.css which is causing the issue. So, add the following CSS in “Appearance => Customize => Additional CSS” to fix your CSS issue.
.no-sidebar.content-width #main { max-width: 100%; }
Regards,
SakinSakin
Keymaster@tomoko_y: We have just updated the theme. Please update to the latest version and it should work fine.
Sakin
KeymasterHello VladoCZ,
Oh yes sorry for the confusion. I just did a fresh install and found that one of my plugins called Essential Content Type was enabling that Customizer. So, yes the new block theme doesn’t have a customizer unless some plugin or feature adds it.
Regards,
SakinSakin
KeymasterHi Franciscom,
The Pro theme lot more blocks, patterns, templates, and template part. It also come with our premium plugin FSE Pro. Check our blog post at for Lensation Pro at https://catchthemes.com/blog/lensation-pro-photography-wordpress-block-theme-full-site-editing/ also check the compare table at https://catchthemes.com/themes/lensation-pro/#compare
Regards,
SakinSakin
KeymasterHello VladoCZ,
It’s strange, I just check and found this. Check the screenshot below,
From WordPress Dashboard, Appearance => Customize
Then, Additional CSS:
Regards,
SakinSakin
KeymasterHi Franciscom:
You should see your page/post template in the Editor Sidebar panel in the Template like this:
Regards,
Sakin -
AuthorPosts