Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHi Marcel,
Did you assign your page “Home” template as “Front Page”, it’s mentioned in the video as well. See it at https://youtu.be/UwjBH6VO9kI?t=64
See this screenshot for page template https://catchthemes.com/wp-content/uploads/2022/05/front-page-template.jpg
Once, you set the page template as “Front Page”, you will see the site like a demo site and you can edit it accordingly.
Regards,
SakinSakin
KeymasterHi Bettina,
Nice to hear back from you and glad 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-foodmania/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. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂
Regards,
SakinSakin
KeymasterHello Anna,
There is a new version update for the Photo Journal Pro theme. Please update to the latest version 4.4, which should fix the blocks and block editor styles.
Regards,
SakinSakin
KeymasterHi Heine,
You need to get the HTML code from PayPal and then add in the widget using the Custom HTML widget. See this screenshot https://cldup.com/LUusdAZV1n.jpg
Regards,
SakinSakin
KeymasterHi BrazManitou,
You can download the zip file from the Theme Instructions tab on Theme Page at https://catchthemes.com/themes/costello/#theme-instructions
Regards,
SakinSakin
KeymasterHi Pesi,
Nice to hear back from you and glad that my support worked on your website. Thanks for using the Catch Responsive theme. 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. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂
Regards,
SakinSakin
KeymasterHi Martin,
Thanks for using the Adonis Pro theme. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/adonis/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. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Regards,
SakinSakin
KeymasterHi Hans,
Yes, that is not possible as “WooCommerce Tab” is a different section and it’s the full block element. So, the WooCommerce concept is that the description section has to be small than the image part. If you want to add more details, then you need to add them on Content which will show in the Description Tab.
Sorry, no solution for this.
Regards,
SakinSakin
KeymasterHi Martin,
For that you need to add the following CSS in “Appearance => Customize => Additional CSS” box:
#page { background-color: transparent; }Regards,
SakinSakin
Keymaster@zorograc: You can download the zip file from the Theme Instructions tab on Theme Page at https://catchthemes.com/themes/scapeshot/#theme-instructions
Sakin
KeymasterHi Hans,
Sure, I will check when you post in.
Regards,
SakinSakin
KeymasterHi Gilles,
Thanks for reporting and we will check and update if necessary:
- About the Sticky post not showing at the top: This looks like WordPress Core after Full Site Editing implementation. When we test the default theme like Twenty Twenty-Two, it also has the same issue. So, we might need to wait for the WordPress core update on this.
- About the chevron icon on the next post pagination, this looks like you did something wrong while doing Theme Translation. As you can see in our demo https://fse.catchthemes.com/catch-fse/2022/04/04/a-rose-is-a-woody-perennial/. Also, you can click on the “Preview” button from WordPress.org https://wordpress.org/themes/catch-fse/ and check it.
Regards,
SakinSakin
KeymasterHi Hans,
Sorry, I am a bit confused there. So, do you have a URL to show the example so then I can check it?
Regards,
SakinSakin
KeymasterHi Bettina,
Looks like you haven’t activated the Theme License key to get the update notification and one-click update.
Please check the FAQ below for theme license key activation and theme update:
* Active License key: https://catchthemes.com/frequently-asked-questions/#question-installation-how-to-activate-license-key
* Update Theme: https://catchthemes.com/frequently-asked-questions/#question-installation-how-do-i-upgrade-to-a-new-theme-version-if-i-have-modified-my-themeRegards,
SakinSakin
KeymasterHi Parker,
That CSS works to hide the entry meta which is on the footer. But if you want to hide the entry meta from archive pages then you need to add the following CSS in the “Appearance => Customize => Aditional CSS” box:
.archive-post-wrap .entry-meta { display: none; }Regards,
SakinSakin
Keymaster@dctowns: I have added a demo zip file in the Theme Instruction tab on ScapeShot Music theme page https://catchthemes.com/themes/scapeshot-music/#theme-instructions
Sakin
Keymaster@pesi: You have an issue with Tabel because of the video inside the table. The table cell adjusts as per the screen. So, you will have no control over the video width. Also, that table is fixed with percentage width. So, we cannot do anything with CSS. So, try using a responsive column. But if you want to overwrite the fixed style on that page, then you can add the following CSS:
@media screen and (max-width: 990px) { .page-id-896 table td { width: 100% !important; display: block; box-sizing: content-box; } }Sakin
Keymaster@belex24: The issue of the pager image on Custom Testimonials has been fixed in version 2.5.8. Please update your theme. Thanks for reporting the issue.
Sakin
KeymasterHi Parker,
Your page front page is coming as a blog which is why it’s not showing the full header image. It will only show at home. But to fix that can you add the following CSS in “Appearance => Customize => Additional CSS” box:
.has-header-image.blog .custom-header-media, .has-header-video.blog .custom-header-media, .has-header-text.blog .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 Hans,
You can add the following CSS on your thrid site to make the header right to left.
#header-content .site-branding { margin-right: 0; }Regards,
Sakin -
AuthorPosts
