Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'child theme'
-
AuthorSearch Results
-
In forum: Kadence Theme
In reply to: Page transitions
Hi, Mattia.
Apologies for the delay in getting back to you.
The implementation you want might require creating a child theme. For this customization, we would recommend posting your requirement(s) in other areas or websites such as Upwork, Freelancer, and/or on WordPress Facebook Groups to hire a developer that can help you full-time.
Kind Regards,
KarlaIn forum: Membership ForumsIn reply to: Preparing to run Child Theme Builder
Hi Oscar,
In the future please start a new topic:)1. https://www.kadencewp.com/child-themes/
2. Yes!
3&4. Sorry, I’m not sure what you’re asking. Can you please clarify?
5. You can create your own custom templates then use Kadence Cloud to store them. https://www.kadencewp.com/kadence-cloud/ Is that what you mean?
You can find documentation here: https://www.kadencewp.com/knowledge-base/help-center/
Hope that’s helpful!Best,
HannahIn forum: Kadence ThemeTopic: Child Builder issue
December 18, 2021 at 10:01 am #269500I created my theme with the child theme builder, and when I test out my theme on a test site, none of the customizations such as the header, fonts, footer, etc. do not transfer over after using my template in the Starter Templates.
Screenshots attached.
I’m not sure what I’m doing wrong? Any help/advice would be greatly appreciated.
Test site:
Child theme:
In forum: Membership ForumsIn reply to: Preparing to run Child Theme Builder
December 15, 2021 at 5:31 am #269438Greetings.
Where can i get some related info talking about how to start running Child Theme Builder with success?
Works on multisite?
What happens with the activated serial plugins?
What happen with network activated plugins?
What i need to do if i wanna build some templates with your premimum plugins?Im feeling a little bit stuck and some doc will be epic! 😛
Thanks!
In forum: Kadence ThemeIn reply to: Adding custom font using the Snippets plugin
In forum: Kadence ThemeIn reply to: Adding custom font using the Snippets plugin
Hello,
Apologies for the delay in getting back to you!
I’ve tried putting it in the _typography.scss and even the style.css files. Which css file needs the @font-face directive, and is there anything I need to do beyond that to get the theme files to recognize it?
Please make sure that you are using a child theme if you need to edit theme files such as style.css. The
.scssfile will not be recognized, you should only include files with the.cssfile type to make it work.On the other hand, if you have the full bundle/kadence membership, you can use the Kadence Custom Fonts plugin for easier implementation – https://www.kadencewp.com/knowledge-base/kadence-custom-fonts-use-custom-fonts/.
Hope this helps and let us know if we can assist you further.
Regards,
KarlaIn forum: Kadence ThemeIn reply to: adding custom field below entry-title
Hello Andrew,
Apologies for the delay in getting back to you.
Just to confirm, do you have or are you using the Kadence Theme Pro addon and Kadence Blocks Pro addon? If you are, you can make use of the Hooked Elements and Dynamic Content features to achieve this without overriding the theme templates. Here is a screen recording of how you can achieve this with the Advanced Custom Fields plugin – https://share.getcloudapp.com/E0uK0dgg.
If you still want to override the theme templates, copy the /kadence/template-parts/title/title.php file to the child theme with the same folder path. Add a conditional to detect if the current post type is a page, and echo the custom field value.
Hope this helps and let us know if we can assist you further.
Best Regards,
KarlaIn forum: Kadence ThemeDecember 2, 2021 at 7:05 am #269186Hey guys, love Kadence!
I am trying to add a ‘subtitle’ under the main h1 entry-title on pages (but not posts) I thought the best way to do this was with a Custom Field (I am trying to limit the amount of plugins I am using so do not want to use a plugin) I have created a child theme but struggling to work out which php file to copy and edit to be able to add this custom field under entry-title on pages (not posts) I only really know the very basics of php so having trouble working out which php is responsible for this part of the site.
Any help would be greatly appreciated!
thanks
Andrew
-
This topic was modified 4 years, 5 months ago by
andrew-4866.
In forum: Kadence ThemeIn reply to: custom_script.css?
Hello,
Thank you for reaching out to us and I’m sorry to hear that you’re having this issue.
The Kadence Theme does not have that file. Just to confirm, did you edit the Kadence Theme files to include that custom_script.css file? Please make sure you are not editing the theme directly as those changes will be overwritten once you update the theme. You should be using a child theme for customizations.
If you are not sure if this is the case, could you send us your website URL so we can inspect further? You can mark your reply as private so only you and the support team members will see the URL.
Kind Regards,
KarlaIn forum: Kadence ThemeIn reply to: style confirmation message on kadence forms?
Hello Carrie,
Thank you for reaching out to us and apologies for the delay in getting back to you.
There are no built-in options to customize the default email template for the Form block. You can create a child theme to override it. If you navigate to kadence-blocks/dist/templates/form-email.php, you’ll see the instruction on the comments above to override the default form email template.
If you decide to use a child theme, you can install the Kadence Starter Templates plugin so you can export the current theme Customizer settings you have and import it to your child theme once you activate it.
Hope this helps and let us know if we can assist you further.
Kind Regards,
KarlaIn forum: Kadence ThemeIn reply to: Some code snippet inside comments
In forum: Kadence ThemeHello,
Thank you for reaching out to us.
Based on your description, it seems like the demo website where your child theme is hosted is not publicly accessible.
Alternatively, you’re not permitting the public to read your wp-content or uploads folder which is why the template import was not able to download the images into the website where you’re importing the child theme. Kindly double-check your website permissions for this.Another thing to look at is whether the images used in the child theme are still present in the demo website or your demo website itself is still up and online. Please note that you should keep it online so the images can be downloaded to other websites where you’re importing the child theme – https://youtu.be/5qsPHrOd1qY?t=370.
Hope this helps and let us know if we can assist you further.
Regards,
KarlaIn forum: Ascend ThemeIn reply to: Ascend Icon Flip Box shows html code
November 17, 2021 at 6:29 pm #268974Hey,
Unfortunately, you can’t use html in the widget front description text input.That area is sanitized on output (which is why you see the HTML code instead of it rendering).
There isn’t a way to change this behavior as it’s intentional per the design of the widget/shortcode.
There isn’t a workaround using this widget, you would need to code your own through a child theme where you changed the way the input was passed from being an attribute that is sanitized to an unsanitized HTML rendered area.
Ben
In forum: Kadence ThemeNovember 17, 2021 at 6:55 am #268965Hi there,
I’m experiencing a weird phenomenon where when I tested a child theme that I created and installed it using Kadence Starter Templates, the images don’t load at all. Customizer settings and other demo content like posts and pages do still load, just without any images. But, if I go into my media folder in WordPress, it’s empty. This is really strange, I tried it both on a locally hosted site and on an externally hosted site and in both instances it doesn’t work. Yet, a couple months earlier when I tried out my child theme, the images did load. I don’t really get why it would work earlier but not now.
In forum: Pinnacle ThemeIn reply to: Font color in dropdown menu on hover
Hello,
The filter “kadence_logo_link” is only available in the Virtue theme which is why the code snippet is not working on your website. The pinnacle theme does not have the filter to change the logo URL but you can override the templates/header.php or header-center.php file in your child theme to change the URL on line 31 or line 74 respectiviely.
Hope this helps and let us know if we can assist you further.
Best Regards,
KarlaIn forum: Pinnacle ThemeIn reply to: Font color in dropdown menu on hover
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: slider not showing on mobile website
Hi Mike, thanks for contacting us!
I’m seeing a bunch of console errors on your site. This could be caused by plugins being out of date, or some conflicts. To start troubleshooting, I recommend running through the steps in the post below:
https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/After running through the post, do you see any improvement after any of the steps?
Also it appears that you’re running a child theme on your site. Do you see any improvement when you activate the parent theme? What kind of changes have you made to your child theme?
Thanks in advance for the additional information, and apologies for the delay in response.
Best regards,
KevinIn forum: Virtue ThemeI have several products that have a few variations. These variations names were displaying until I implemented a Child Theme that included the Product Category in the New Order email. This was necessary because, in our case, Category equals Artist and this way we know where to route the order. But when I did this the variation name disappeared, now only the high level product name appears.
Any thoughts on how to get this back? The site is HERE. Thanks so much as always!!
In forum: Membership ForumsIn reply to: Preparing to run Child Theme Builder
Got this answer from Support!
Marking your posts, pages, and Woo Products as draft before exporting the Child Theme would still include them as drafts on the new website when you import the started template that the Child Theme builder generates. If you do not wish to include some pages, posts, products in the started template, it would be best to delete them before exporting the Child Theme.
For the plugins, it is okay to just deactivate unnecessary plugins before exporting the Child Theme so that they will not be marked as required plugins when installing the started templates.
Generally it would be best to have a clean website and just have the initial contents and plugins you would like to be included in the starter templates before exporting the Child Theme.
-
This topic was modified 4 years, 5 months ago by
-
AuthorSearch Results


