Forum Replies Created

Viewing 20 posts - 261 through 280 (of 14,494 total)
  • Author
    Posts
  • 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.

    in reply to: fewer executions from the characters #329067
    Sakin
    Keymaster

    @francesco: Sorry, I don’t get it what you men by fewer execution. Can you explain in referce with your Site URL and screenshot.

    in reply to: Site Logo (Identity) #329004
    Sakin
    Keymaster

    @yemyth007 & @bdp_garage : WordPress has changed the template and template part sections. So, now you have to edit the Header Elements from Template Parts.
    1. Go to “Appearance => Editor => Patterns”
    2. Here you need to Click on “Header” in Template Parts and then click on “Header (With Centered Nav – Default)”
    3. Then click on “Site Logo” and then you can Add or Replace the logo as per your need.
    4. Save your changes and you can have a site logo on your site.

    in reply to: Why my all pages showing same content ? #328681
    Sakin
    Keymaster

    @prayagnao and @langleyint: Looks like you have edited the Page template instead of editing the page content for your page content. Now, you need to clear the customization on the page template. For that, go to “Appearance => Editor => Templates” and click on “Pages”. Now you are in the Page Template Editor section. So, from here click on the Action button (3 Vertical Dotted line), once you click on the Action button, the clear customization button will show, and click on it to clear the template customization. See this screenshot https://cldup.com/tKZhf8ljQN.jpg.

    Note: To edit the page content, please edit the page either from the “Edit Page” button from the Admin Bar or from the Dashboard go to “Pages => All Pages” and click on the page that you want to edit.
    Template editing is just for the design and layouts and not for the content editing.

    in reply to: My Support History #328567
    Sakin
    Keymaster

    Hi Brian,

    Did you mean this https://catchthemes.com/support-forum/topic/search-form/ ?

    YOu can check your support archive at https://catchthemes.com/support-forum/users/bjbarker/

    Regards,
    Sakin

    in reply to: PHP version? #328469
    Sakin
    Keymaster

    @emilya : If you have already paid for the theme then you can download the theme zip file from your account at https://catchthemes.com/my-account/.

    If you have issue with the account or purchase then please contact our sales at https://catchthemes.com/my-account/

    in reply to: Is there a way for customize categories page? #328468
    Sakin
    Keymaster

    @staipa: Yes, you can copy the archive.php file on your child theme and edit that template. Or if you want to edit just the category then you need to create a category.php file. See this Template Hierarchy https://developer.wordpress.org/themes/basics/template-hierarchy/

    in reply to: footer menu #327781
    Sakin
    Keymaster

    Hi Marga,

    We have released an update. Please update the theme to latest version and check it.

    Regards,
    Sakin

    in reply to: PHP version? #327596
    Sakin
    Keymaster

    @emilyanaymark: Then you need to update the theme using the Hosting Control Panel or sFTP, you can check this for updating the theme using FTP https://www.webfulcreations.com/update-wordpress-theme-manually-via-ftp/.
    Also, if you ask your hosting server support then they can help you on update as well.

    in reply to: Theme-updater Error – Site Crashing #327284
    Sakin
    Keymaster

    Hi Glen,

    If your subscription for the theme has expired then you need to purchase and renew it.

    Regards,
    Sakin

    in reply to: Annoying message since 4.3 update! #327164
    Sakin
    Keymaster

    @rodeboy: Sorry, That is an added Updater script update. So, we have just added an option to disable that in version 4.3.1. Go TO “Appearance => Customize => License Options”

    in reply to: Hamburger menu and callout button disappear in mobile #327163
    Sakin
    Keymaster

    @adam-kraft: Can you replace the previous CSS with the following CSS:

    .wp-site-blocks .wp-block-navigation__responsive-container-open,
    .wp-site-blocks .wp-block-navigation__responsive-container-open:hover,
    .wp-site-blocks .wp-block-navigation__responsive-container-open:focus {
      color: #000;
    }
    in reply to: Hamburger menu and callout button disappear in mobile #327057
    Sakin
    Keymaster

    @adam-kraft:
    1. Mobile hamburger is due to a color issue as that color is white and now your background is also white. So, it has an issue. You can add the following CSS in “Appearance => Customize => Additional CSS”

    .wp-block-navigation__responsive-container-open,
    .wp-block-navigation__responsive-container-open:hover,
    .wp-block-navigation__responsive-container-open:focus {
      color: #000;
    }

    2. The Shop Now button issue on mobile devices is there because of the Bluehost WordPress Plugin. Please check and deactivate that. It’s coming form your site file page

    wp-content/plugins/bluehost-wordpress-plugin/vendor/newfold-labs/wp-module-patterns/assets/styles/utilities.css?ver=0.1.4
    in reply to: PHP version? #327013
    Sakin
    Keymaster

    @emilya : Please update to the latest version Catch FullScreen Pro 4.2

    in reply to: Hamburger menu and callout button disappear in mobile #327007
    Sakin
    Keymaster

    @adam-kraft: Can you post your site URL so that we can check it?

Viewing 20 posts - 261 through 280 (of 14,494 total)