Forum Replies Created
-
AuthorPosts
-
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,
SakinSakin
KeymasterHi Dan,
It’s not the second post page. But yes, from the Pro version, you can use specific categories in Featured Content. You can purchase the pro version and try it. If you don’t like it then you can request for refund from https://catchthemes.com/contact-us/, as we have a 30-day refund policy.
Regards,
SakinSakin
KeymasterHi Dan,
In the Fotografie Free theme, you can only use one Latest Post.
But if you upgrade to the Pro version, then you can use modules like “Featured Content” and select type as “Category”.Regards,
SakinSakin
KeymasterHello Tanja,
You can adjust the padding top and bottom on the following CSS and then add it in the “Appearance => Customize => Additional CSS” box:
/* Section Spacing - Screen Size 1366px and above */ @media only screen and (min-width: 85.375em) { .section, .section.no-section-heading { padding-top: 77px; padding-bottom: 35px; } }
Regards,
SakinSakin
Keymaster@francesco: We don’t use excessive test character executions in our theme. Maybe when you added the theme and content, there was an issue. So, you need to ask for more details from the support team from Siteground.
It’s strange as Kids Camp theme is used by 1000+ sites https://wordpress.org/themes/kids-camp/ and never heard of this issue.October 19, 2023 at 3:07 am in reply to: Divin theme color changes, top menu, teal hover and red line under current page #329081Sakin
Keymaster@rygar : You can adjust the following CSS as per your need and then add it in “Appearance => Customize => Additional CSS” box.
@media screen and (min-width: 56.625em) { /* Header Padding - Spacing Adjustment */ .site-header { padding-top: 35px; padding-bottom: 35px; } /* Menu Item Hover border color */ .site-navigation a:hover, .site-navigation a:focus { border-color: #0fc; } /* Menu Current Item border color */ .site-navigation .current_page_item > a, .site-navigation .current-menu-item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-ancestor > a { border-color: #d81b60; } /* Site Tagline Font Size */ .site-description { font-size: 60px; } }
Note: For more details color options and settings, you can upgrade to Pro version.
-
AuthorPosts