Forum Replies Created
-
AuthorPosts
-
Sakin
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,
SakinSakin
KeymasterHi Rudy,
Can you update to the latest version and check? There is an update to the layout. Please clear your cache after the update and if you still have issues then do let me know about them.
Regards,
SakinSakin
KeymasterHi @vladocz,
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/lensation/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,
SakinSeptember 26, 2022 at 2:39 pm in reply to: plugin generate child theme doesn’t function well #311358Sakin
KeymasterHi Hans,
Thanks for reporting the issue, we will check and update the plugin accordingly.
Regards,
SakinSeptember 25, 2022 at 10:59 pm in reply to: site credit link is correct but the text is wrong #311320Sakin
Keymaster@catwingz: The upper one should be from Footer Widget. Go to the “Appearance => Widgets” and check for the widgets in “Footer 1” or others like “Footer 2 / Footer 3” and then remove the widget from there.
Sakin
Keymaster@vladocz: Yes, it’s disabled my default on mobile devices when you have Logo Enabled. So, if you want to show the logo then please add the following CSS in the “Appearance => Customize => Additional CSS” box:
/* Enable Site Title on Mobile Devices */ @media screen and (max-width: 599px) { .wp-block-site-logo + .main-site-title { display: block; clear: both; } }
Sakin
KeymasterHi Rebecca,
I am a little confused. Are you talking about the Header Image? If so, then you can add the following CSS in “Appearance => Customize => Additional CSS” box:
.has-header-image .custom-header-media, .has-header-video .custom-header-media, .has-header-text .custom-header-media { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -webkit-justify-content: center; -ms-flex-pack: end; justify-content: center; height: 100%; height: 100vh; width: 100%; }
Regards,
SakinSakin
KeymasterHi Catherine,
Yes, as this theme only has 2 templates only Lensation Pro theme has more templates. But if you want to create your own custom template, then you need to click on “New” in the above screenshot template section. Then you can use those templates.
Regards,
SakinSakin
KeymasterHello @cathreimers:
Can you explain in more detail? You should see your page/post template in the Editor Sidebar panel in the Template like this:
Regards,
SakinSakin
KeymasterHi Darren,
Please update the theme to the latest version and it should be fixed.
Regards,
SakinSakin
KeymasterHi Darren,
It looks like Fitvid script issue which is conflicting with the latest version of WordPress as now they have built responsive video code in the core. We will update the theme as soon as possible.
Regards,
SakinSeptember 21, 2022 at 12:24 am in reply to: site credit link is correct but the text is wrong #311166Sakin
Keymaster@catwingz: The lower one is called Footer Credit and can be editing from the “Appearance => Customize => Theme Options => Footer Editor” but sorry this option is there only in the Pro version. Please use the Catch Fullscreen Pro theme https://catchthemes.com/themes/catch-fullscreen-pro/.
Sakin
KeymasterHi Rebecca,
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
KeymasterHi Rebecca,
It’s not working on your site because of your existing CSS code issue. In your Custom CSS, there is missing closing bracket
}
in.sidebar-header-right { display: none;
. Also, you don’t need that code. If you need that then add it like.sidebar-header-right { display: none; }
Next, there are no spaces between
.home
and.custom-logo
. So, please add space and it should be like.home .custom-logo { margin-top: 30px; }
Regards,
SakinSakin
KeymasterHi Rebecca,
Please add the following CSS in “Appearance => Customize => Additional CSS” box:
.home .custom-logo { margin-top: 30px; }
September 18, 2022 at 9:49 pm in reply to: Suddenly page is different color and top nav is gone #311033Sakin
Keymaster@summerfoote: Sorry, there is no quick way to restore it. So, the best way to replace is through FTP. You need to download the zip file from https://wordpress.org/themes/cleanportfolio/ and upload it through FTP. Or you can simply activate any other theme and then delete the Clean Portfolio theme and then re-upload it back.
Note: If you havne’t edited the theme files then it must be a plugin issue. So first I recommend you to try deactivating the plugin one by one and check your site.
-
AuthorPosts