Forum Replies Created

Viewing 20 posts - 241 through 260 (of 14,488 total)
  • Author
    Posts
  • in reply to: Mobile Menu not Working #330291
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: doctype html lost lang=”de-DE” Tag #330287
    Sakin
    Keymaster

    Hi Ulrich,

    Yes, then it must be a plugin issue.

    Regards,
    Sakin

    in reply to: Social icons error/empty squares #330282
    Sakin
    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.

     

    in reply to: doctype html lost lang=”de-DE” Tag #330245
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Managing Events is very complicated #330242
    Sakin
    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.

    Sakin
    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.

    in reply to: Featured Content links open in new window #330161
    Sakin
    Keymaster

    Hi Biagio,

    We have updated the theme to version 3.7.4 which will fix this issue.

    Regards,
    Sakin

    in reply to: Flash effect on image #330140
    Sakin
    Keymaster

    Hi 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,
    Sakin

    Sakin
    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/

    in reply to: Sizing and Positioning of Classic Block off on Page #330113
    Sakin
    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.

    in reply to: Catch Evolution Pro – Problem by displaying on Tablet #330112
    Sakin
    Keymaster

    Hello Ernesto,

    Ok, will check your site for details.

    Regards,
    Sakin

    in reply to: Sizing and Positioning of Classic Block off on Page #330094
    Sakin
    Keymaster

    @rabbicorey: I don’t see any chart on your site and everything looks fine when I check it.

    in reply to: Catch Evolution Pro – Problem by displaying on Tablet #330092
    Sakin
    Keymaster

    Dear 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,
    Sakin

    in reply to: My Music Band Pro Change Testimonial section title #330073
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Widget page missing in dashboard #330026
    Sakin
    Keymaster

    Hi 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

    in reply to: multiple post pages possible? #330023
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: multiple post pages possible? #329857
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: reduce distance between sections #329856
    Sakin
    Keymaster

    Hello 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,
    Sakin

    in reply to: fewer executions from the characters #329094
    Sakin
    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.

    Sakin
    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.

Viewing 20 posts - 241 through 260 (of 14,488 total)