Forum Replies Created
-
AuthorPosts
-
November 5, 2022 at 1:42 am in reply to: change of site width or move the sidebar out of the content area. #312345
Sakin
KeymasterHi Ellen,
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/parallax-frame/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 Niel,
Please update to the latest version, clear your cache and check it.
Regards,
SakinSakin
Keymaster@@sazerelli: It’s been deleted.
October 27, 2022 at 7:46 pm in reply to: change of site width or move the sidebar out of the content area. #312052Sakin
KeymasterHi Ellen,
I see that you have extra CSS after the CSS above CSS in your Additional CSS box: You need to remove the following CSS otherwise it will conflict and have issue:
/*-------------------------------------------------------------- 13. Content --------------------------------------------------------------*/ #main { float: left; width: 1200px; } .sidebar-primary { float: right; width: 240px; }Regards,
SakinOctober 26, 2022 at 9:59 pm in reply to: change of site width or move the sidebar out of the content area. #312040Sakin
KeymasterHi Ellen,
If you want to make the width of the wrapper bigger on the larger screens then add the following CSS in the “Appearance => Customize => Additional CSS” box:
/* Layout to increase the wrapper size */ @media only screen and (min-width: 1281px) { .wrapper { width: 1480px; max-width: 100%; } #main { width: calc(100% - 340px); } }Sakin
KeymasterHi Marinka,
You can just active any other theme for now and then delete the “Intuitive Pro” and then again install using the zip file.
Regards,
SakinSakin
KeymasterHi Mona,
There is no option to add an external site link in the site description. It needs advanced customization where you need to create a child theme and then you need to copy catchflames_site_details function from catch-flames-pro/inc/catchflames-custom-header.php file to your child theme functions.php file and then add a link in the description.
Regards,
SakinSakin
Keymaster@matthiasw: We have already updated all our themes and removed Google Font loading from CDN and now it will load all the fonts from your own site. We have already updated to comply with GDPR as per https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts/.
For the Clean Journal theme, we have updated it to version 2.8.1.
Regards,
SakinSakin
KeymasterHi Darren,
I am not sure about the Facebook Feed block. Can you let me know where did you add the Facebook Feed block like URL?
Regards,
SakinSakin
KeymasterHi Glen,
Can you try to add the following CSS in “Appearance => Customize => Additional CSS” box:
#feature-slider-section .entry-container p:not(.more-link), #feature-slider-section .slider-logo + h2.entry-title { display: block; }Regards,
SakinSakin
KeymasterHi Rebecca,
1. For Color size, you can the color code in the following CSS as per your need and in the “Appearance => Customize => Additional CSS” box:
.header-media .section-title, body:not(.home) .header-media .section-title { color: #000; }For Font Size, you need to adjust it for Mobile and then Desktop, so adjust the following CSS font size as per your need and then add it in the “Appearance => Customize => Additional CSS” box:
/* Header Media Font Size for Mobile * .header-media .section-title, body:not(.home) .header-media .section-title { font-size: 32px; } /* Header Media Font Size for Desktop * @media screen and (min-width: 64em) { .header-media .section-title, body:not(.home) .header-media .section-title { font-size: 60px; } }Regards,
SakinSakin
KeymasterHello Hans,
Thanks for the screenshot and I got what you mean now.
Regards,
SakinSakin
KeymasterHello Hans,
Do you mean that when you generate the child theme that the theme didn’t import the settings in the Customizer?
Regards,
SakinSakin
KeymasterHi Marinka,
You can set a static front page and blog page from “Settings => Reading”, there check “A static page (select below)” and Set your blog page on “Posts page:” and the homepage on “Homepage”.
Then you can go to “Appearance => Customize => Theme Options => Homepage / Frontpage Options” and then enable “Recent Posts on Static Page”.
Regards,
SakinSakin
KeymasterHi Glen,
Thanks for reporting the issue, we have fixed the issue with an update. Please update the theme to the latest version and it should work fine.
Regards,
SakinSakin
KeymasterHi Glen,
I will check and get back to you soon.
Regards,
SakinSakin
KeymasterHi Glen,
What about making an image in the center as you have the background black and it matched the design? Try adding following CSS in “Appearance => Customize => Additional CSS” box:
@media only screen and (max-width: 768px) { #feature-slider-section .post-thumbnail img { position: relative; } }Regards,
SakinSakin
KeymasterHello Hans,
After a lot of testing, we still didn’t find any issues with the plugin. All of our testing members were able to work on the child theme. So, which theme and setting you were using it? Also, do you have that child theme zip file for reference?
Regards,
SakinSakin
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,
Sakin -
AuthorPosts
