Forum Replies Created
-
AuthorPosts
-
November 23, 2023 at 10:39 am in reply to: Homepage duplicates image in column to left or right at full height #330456
Sakin
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,
SakinNovember 2, 2023 at 11:42 am in reply to: Sizing and Positioning of Classic Block off on Page #330094Sakin
Keymaster@rabbicorey: I don’t see any chart on your site and everything looks fine when I check it.
November 2, 2023 at 11:10 am in reply to: Catch Evolution Pro – Problem by displaying on Tablet #330092Sakin
KeymasterDear Ernesto,
Can you try to add the following CSS in the “Appearance => Customize => Additional CSS” box:
@media screen and (max-width: 1060px) { #site-header-menu-primary .wrapper { width: 100%; } }
Regards,
SakinNovember 1, 2023 at 12:23 pm in reply to: My Music Band Pro Change Testimonial section title #330073Sakin
KeymasterHi Dg,
1. For the testimonial Section Heading: Go to “Appearance => Customize => Theme Options => Testimonials” and change the Heading from “In the News” to “Testimonials” and click on the “Publish” button.
2. That archive title is from the WordPress core and not from the theme. You can remove that from the plugin. This function is already there in most of the SEO plugins like Yoast SEO and all. Also, you can add plugin like “WP Remove Category from Archive title”.Regards,
SakinSakin
KeymasterHi Mikel,
That is not from the theme, it’s from the WordPress core as now WordPress is moving to Block Editor. If you want to use the classic widgets then please active the Classic Widgets plugin https://wordpress.org/plugins/classic-widgets/.
Regards,
Sakin -
AuthorPosts