Forum Replies Created
-
AuthorPosts
-
sujeetKeymaster
Hello @cherise,
Please try adding the following css code to “Appearance => Customize => Aditional CSS”
.header-media .entry-title { word-break: keep-all; }
Please let me know if this worked. Thank you.
Regards,
SujeetsujeetKeymasterHello @cherise,
I just checked the site.
Firstly, you’ve hide the header media title in mobile view.
Please check the screenshot below, there is no such issue with the header media title – “Maverick & Delmarie”
Can you mention your client’s device name or screenshots ?
Regards,
SujeetsujeetKeymasterHello @cherise,
Thank you for the prompt response.
Please kindly add the following css code to “Appearance => Customize => Additional CSS” box:
@media screen and (max-width: 480px) { .site-header-text .more-link { display: none; } }
Thank you.
Regards,
SujeetsujeetKeymasterHello @fireflywebs,
Sorry for the inconvenienced caused.
We checked in our end, everything is fine. The sidebar is enabled by default for all posts and pages.
And I also checked your site, there you have set no sidebar full width template for all pages from the menu-bar and for the posts you have sidebar there.
Now the case is, if you create a new post and you didn’t get any sidebar although you have set default layout to right sidebar, then your sidebar widget must be empty and you need to add widgets/blocks to the sidebar widget.
And you can also set a different template for every single pages/posts from editor, for that I’ve attached an screenshot.
Hope this helped for you and please kindly let me know for the further assistance.
Thank you.
Regards,
SujeetsujeetKeymasterHello @danielbelum,
Please try adding the following css code to your site.
Dashboard >> Appearance >> Editor >> Styles >> Additional Css
.header-transparent .wp-block-main-header { border: none !important; }
If this didn’t work, please kindly share your site url so that I can check and send you required solution.
Thank you.
Regards,
SujeetsujeetKeymasterHello @cherise,
Can you please share your site url so that I can send you an exact solution to your issue ?
Thank you.
Regards,
SujeetsujeetKeymasterHello @cherise,
Can you please share your site url and mention the button you wanted to hide?
Thank you.
Regards,
SujeetsujeetKeymasterHello @danielbelum,
You can add Featured Content from “Appearance => Customize => Theme Options => Featured Content”
or check the link below:
https://catchthemes.com/frequently-asked-questions/#question-theme-options-featured-content
Please let me know if this worked for you. Thank you.
Regards,
SujeetsujeetKeymasterHello @danielbelum,
Yes you can use any pages as featured content. For that you need to go to featured content section, then choose page under type and then you will have options to choose pages to show in that section.
Please try and let me know if this helped.
Regards,
SujeetsujeetKeymasterHello @jwanamaker,
Thank you for the response.
For Pinyon script you have to import in css and for Times New Roman you can directly write css code in additional css like I have stated below. You can change .site-title and body as you preferred.
Please kindly add the following css code to Additional Css(Appearance->customize->additional css)
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap'); .site-title { font-family: "Pinyon Script", cursive; font-weight: 400; font-style: normal; } body { font-family: "Times New Roman", Times, serif; font-weight: 400; font-style: normal; }
Please kindly let me know if you face any difficulties. Thank you.
Regards,
SujeetsujeetKeymasterHi @boerenooi,
I suggest you to disable all the plugins and check your site. It might be the conflict between plugin and theme.
Please let me know once you try the option. Thank you.
Regards,
SujeetsujeetKeymastersujeetKeymastersujeetKeymasterHello @sam-lefebvrecluzo-be,
That is a border line just below any title for the section. You can see same line for other sections in your site. Like below Geplande optredens and Nieuws.
If you don’t want that line in the main image then use the following css code in your Additional Css(Appearance->customize->additional css)
.custom-header .section-title:after { border: none; }
Thank you.
Regards,
SujeetsujeetKeymasterHi @gainerwj,
You can just use our catch gallery plugin which will give you exact the same features with the gallery.
Here is the link for the gallery:
https://wordpress.org/plugins/catch-gallery/Then to add gallery to any page/post, please follow the instruction below:
Step1:
– Create a new page/postStep2:
– Add a classic blockStep3:
– click on Add Media, then click on create gallery in the leftStep4:
– Choose images and click on Create a new galleryStep:5
– You can add captions under the images if you need
– click on type under gallery settings in right side and choose tiled mosaic and insert gallery and after publishing, you will see the gallery in the page.Please let me know if you got any confusion. Thank you.
Regards,
SujeetsujeetKeymasterHello @sam-lefebvrecluzo-be,
That is a border line just below any title for the section. You can see same line for other sections in your site. Like below Geplande optredens and Nieuws.
If you don’t want that line in the main image then use the following css code in your Additional Css(Appearance->customize->additional css)
.custom-header .section-title:after { border: none; }
Thank you.
Regards,
SujeetsujeetKeymastersujeetKeymasterHello @sam-lefebvrecluzo-be,
The code margin bottom is not supposed to apply to last child. So that causes the issue. For now we have removed the code for all items.
Soon you will get an update which will solve your problem.
Regards,
SujeetsujeetKeymasterHello @david-levine,
Do you mean to have this kind of gallery?
Check here:
https://catchthemes.com/demo/fotografie-pro/style-guide/gallery/
Regards,
Sujeet -
AuthorPosts