Forum Replies Created
-
AuthorPosts
-
Sakin
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.
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.
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.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.Sakin
KeymasterHi 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,
SakinSakin
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/
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/
Sakin
KeymasterHi Marga,
We have released an update. Please update the theme to latest version and check it.
Regards,
SakinSakin
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.Sakin
KeymasterHi Glen,
If your subscription for the theme has expired then you need to purchase and renew it.
Regards,
SakinSakin
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”
October 5, 2023 at 12:08 pm in reply to: Hamburger menu and callout button disappear in mobile #327163Sakin
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; }
October 4, 2023 at 12:19 pm in reply to: Hamburger menu and callout button disappear in mobile #327057Sakin
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
October 4, 2023 at 1:49 am in reply to: Hamburger menu and callout button disappear in mobile #327007Sakin
Keymaster@adam-kraft: Can you post your site URL so that we can check it?
-
AuthorPosts