Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHi David,
We need to check in detail about this issue. Also, we do have Pro theme installation support.
Regards,
SakinSakin
KeymasterHi David,
Can you post your site URL and then I can check it on iPad for issues?
Regards,
SakinSakin
KeymasterHi Glen,
Yes, you can increase the maximum width in the following CSS and then add it in “Appearance => Customize => Additional CSS”
.custom-logo-link { max-width: 180px; }
Regards,
SakinNovember 26, 2023 at 12:12 am in reply to: Homepage duplicates image in column to left or right at full height #330489Sakin
KeymasterHello Gary,
Looks like on “Appearance => Customize => Theme Options => Hero Content”, you have Enabled Homepage and Selected the page “Homepage”. Then again in your Homepage setting on “Appearance => Customize => Homepage Settings”, you enabled “A static page” and selected the page “Homepage”.
So, in both Homepage Settings and Hero Content, you have selected Homepage and that is why it’s repeating. So, you need to either select different pages on these settings or you need to disable one of those sections “Hero Content” or “Homepage”.
If you want to disable the Static page on the homepage then you can go to “Appearance => Customize => Theme Options => Homepage / Frontpage Options” and disable “Recent Posts/Content on homepage”.
If you want to disable the Hero Content then you can go to “Appearance => Customize => Theme Options => Hero Content” and select “Disabled” on Enable on option.
Regards,
SakinNovember 23, 2023 at 10:39 am in reply to: Homepage duplicates image in column to left or right at full height #330456Sakin
KeymasterHi Gary,
Yes, please upload the screenshot on your website/dropbox/drive and add your screenshot URL here.
Regards,
SakinSakin
Keymaster@onsta: You just need to add in Website editor. I have updated the CSS. Please try now.
Sakin
Keymaster@marcel_h : You can also download the demo zip file from the Theme Instructions tab in Theme Page at https://catchthemes.com/themes/personal-trainer/#theme-instructions
Sakin
KeymasterTry adding the following CSS.
a:hover, a:focus, .wp-block-widget a:hover, .wp-block-widget a:focus, .wp-block-button.is-style-VisionArt-button .wp-block-button__link:hover:hover, .wp-block-button.is-style-VisionArt-button .wp-block-button__link:hover:focus, .wp-block-button.is-style-VisionArt-button .wp-block-button__link:focus:hover, .wp-block-button.is-style-VisionArt-button .wp-block-button__link:focus:focus, .wp-block-post-comments.is-style-VisionArt-pro-post-comments .comment-metadata a:hover, .wp-block-post-comments.is-style-VisionArt-pro-post-comments .comment-metadata a:focus, .wp-block-post-comments.is-style-VisionArt-post-comments .comment-metadata a:hover, .wp-block-post-comments.is-style-VisionArt-post-comments .comment-metadata a:focus, .wp-block-navigation__responsive-container-open:hover, .wp-block-navigation__responsive-container-open:focus, .wp-block-navigation__responsive-container-close:hover, .wp-block-navigation__responsive-container-close:focus, .wp-block-post-comments .comment-metadata a:hover, .wp-block-post-comments .comment-metadata a:focus, form .wpcf7-submit:hover, form .wpcf7-submit:focus, .ect-section.style-three .entry-meta a:hover, .ect-section.style-three .entry-meta a:focus, .price ins:hover, .price ins:focus, .event-section #ect-section.ect-event.style-two .events-content-wrapper a:hover, .event-section #ect-section.ect-event.style-two .events-content-wrapper a:focus, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:focus, .wp-block-post-navigation-link a:hover, .wp-block-post-navigation-link a:focus, a.comment-reply-link:hover, a.comment-reply-link:focus, .wp-block-post-title a:hover, .wp-block-post-title a:focus, .wp-block-site-title a:hover, .wp-block-site-title a:focus, .post-navigation-link__label:hover, .post-navigation-link__label:focus, .wp-block-site-generator p a:hover, .wp-block-site-generator p a:focus, ins:hover, ins:focus, .wp-block-widget-area .wp-block-latest-posts__list > li > a:hover, .wp-block-widget-area .wp-block-latest-posts__list > li > a:focus, .single .taxonomy-category.wp-block-post-terms > a:hover, .single .taxonomy-category.wp-block-post-terms > a:focus, .entry-breadcrumbs span.breadcrumb a:hover, .entry-breadcrumbs span.breadcrumb a:focus, .wc-block-mini-cart__button:hover, .wc-block-mini-cart__button:focus, .footer-title + p a:hover, .footer-title + p a:focus, .events-section #ect-section.ect-section.style-two .content-wrapper h2 a:hover, .events-section #ect-section.ect-section.style-two .content-wrapper h2 a:focus, .wc-block-components-product-title a:hover, .wc-block-components-product-title a:focus, .woocommerce .woocommerce-breadcrumb a:hover, .woocommerce .woocommerce-breadcrumb a:focus, .events-content-wrapper .entry-header .entry-title a:hover, .events-content-wrapper .entry-header .entry-title a:focus, td.product-name a:hover, td.product-name a:focus, .featured-content .wp-block-post-excerpt__more-link:hover, .featured-content .wp-block-post-excerpt__more-link:focus, .single .taxonomy-post_tag.wp-block-post-terms > a:hover, .single .taxonomy-post_tag.wp-block-post-terms > a:focus, .bottom-footer .wp-block-navigation ul:not(.wp-block-navigation__submenu-container) > li > a:hover, .bottom-footer .wp-block-navigation ul:not(.wp-block-navigation__submenu-container) > li > a:focus { color: #f39419; }
Sakin
Keymaster@onsta: For the blog button color and hover color, you can change the color code in the following CSS and add it in Additional CSS.
/* Blog Button Color */ .wp-block-post-excerpt .wp-block-post-excerpt__more-link { background-color: 2a7aac; color: #fff; } /* Blog Button Hover Color */ .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover, .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus { background-color: 05a394; color: #fff; }
Sakin
KeymasterHi Isha,
Have you added any new scripts or plugins to your site? The mobile menu is working fine in our theme but it’s not working on your site. So, it must be some plugin or script conflict.
If you have added any script, then try removing that and check it. If you have added new plugin or updated plugin then try disabling that and check it.
Regards,
SakinSakin
KeymasterHi Ulrich,
Yes, then it must be a plugin issue.
Regards,
SakinSakin
Keymaster@jessicamorante : It’s because of the Gutentor plugin, this plugin uses Font Awesome Free 5.12.0 whereas the latest version of the theme is version 6.4.2, which has the latest version of Twitter icon X. So, it’s showing the issue. Try disabling that plugin and check it.
Sakin
KeymasterHi Ulrich,
We haven’t changed anything in the header.php in Adventurous Pro theme version 4.5.3. So, it must be your child theme header.php issue. Can you compare that file with the parent theme header.php file.
<html <?php language_attributes(); ?>>
Regards,
SakinSakin
Keymaster@bluef: We have fixed the order of the Event Category, please update to the latest version.
About the plugin, we will check it thanks.November 6, 2023 at 11:59 am in reply to: Fotografie Pro – different Header Slider for Pages on top of the menue #330162Sakin
Keymaster@apicula: So, it depends on the plugin and how they have added it. Also, you can build a child theme and customize
header.php
file to add the plugin function.Sakin
KeymasterHi Biagio,
We have updated the theme to version 3.7.4 which will fix this issue.
Regards,
SakinSakin
KeymasterHi Andrew,
If you don’t find the Additional CSS in “Appearance => Theme”, then you can also add it from the Site Editor. To add Additional CSS from Site Editor check this FAQ at https://catchthemes.com/fse-faq/#question-fse-basics-how-to-add-custom-css-in-block-themes
Regards,
SakinNovember 3, 2023 at 1:08 pm in reply to: Fotografie Pro – different Header Slider for Pages on top of the menue #330122Sakin
Keymaster@apicula: Sorry we don’t have the option to use different sliders on each page. So, try searching for plugin at https://wordpress.org/plugins/
November 3, 2023 at 5:22 am in reply to: Sizing and Positioning of Classic Block off on Page #330113Sakin
Keymaster@rabbicorey: It’s coming from the plugin itself. Plugin used iframe code which is not controllable from the theme. So, you need to contact the plugin support team.
November 3, 2023 at 5:19 am in reply to: Catch Evolution Pro – Problem by displaying on Tablet #330112Sakin
KeymasterHello Ernesto,
Ok, will check your site for details.
Regards,
Sakin -
AuthorPosts