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
Hello
Can you advise how to fix this problem?
I use kadence with woocommerce. On the shop page i use a sidebar with woocommerce filters.
When i apply filters on a first page of the products page everything works good.
URL: *Login to see linkBut when i go to second page and do the same i get error 404.
URL: *Login to see linkThe same situation when i change permanent links to “plain”
correct work:
*Login to see linkand error 404:
*Login to see linkThe only solution i have found is to turn off sidebar and then write all the functionality right on the page.
But then I lose design options.——————–
Wordpress 5.9.5
WooCommerce 7.1.0
Kadence Blocks – Gutenberg Blocks for Page Builder Features 2.4.22
Empty child thema based on Kadence theme: 1.1.31In forum: Virtue ThemeIn reply to: Functions.php file gets overriden by every update
Hi Aamir,
We wrote a blog post about child theme here: https://www.kadencewp.com/kadence-theme/knowledge-base/advanced/what-is-a-child-theme-should-i-install-one-if-so-how/
Hope this helps.
Bonn
In forum: Kadence ThemeOctober 27, 2022 at 1:19 am #280832Hi there,
We don’t recommend putting codes directly in the parent theme’s file as they will be overwritten by an update.
Since you are using Kadence theme and not a child theme, I recommend putting the code in Appearance > Customize > Additional CSS.
Let us know how it goes.
Kind regards,
ChitoIn forum: Kadence ThemeIn reply to: Related posts not aligned to screen
Hi Anton,
Sorry for the confusion.
You need to update your child theme’s header.php https://share.getcloudapp.com/E0uZBmky
Just change the
<div id="wrapper" class="site">line to<div id="wrapper" class="site wp-site-blocks">Hope this clarifies.
Let us know how it goes.
Regards,
BonnIn forum: Kadence ThemeIn reply to: Related posts not aligned to screen
In forum: Kadence ThemeIn reply to: Related posts not aligned to screen
Hi Anton,
Thank you for the login link. I was able to figure out the issue.
You have a header.php file on your child theme, this means that the Kadence header.php is being overridden by your child theme.
We wrote a tutorial on how to fix this here: https://www.kadencewp.com/kadence-theme/knowledge-base/troubleshooting/broken-styles-after-version-1-1-15/
Let us know if that fixes the issue.
Regards,
Bonn-
This reply was modified 3 years, 6 months ago by
Bonn.
In forum: Kadence ThemeOctober 14, 2022 at 6:23 am #280606Looking through the Premium Features, I’m guessing what I’m looking for is actually in the Child Theme Builder add-on?
In forum: Virtue ThemeAfter upgrading from php 7.3 to 8.1 I see lots of PHP Deprecated warnings like
PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/html/wp-content/themes/virtue_premium/themeoptions/inc/class.redux_helpers.php on line 684
During development of my child theme I follow the WordPress best practices
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define('WP_DEBUG', true);However, now my logs are full of these Deprecated messages. Would be nice if these could be fixed in a future release.
In forum: Kadence BlocksTopic: Change “Similar Posts” text?
August 30, 2022 at 12:29 am #279917On the single post page I want to change the title of related posts.
I do not want a plugin, I just need a code snippet to add to child theme’s function.php.
I have tried a couple of old snippets I had, but they no longer work
In forum: Ascend ThemeI’m looking to add an image to my mobile menu via CSS.
I have accomplished this task with the following CSS using a child theme….div-class-name {
background-image: url('*Login to see link
background-repeat: no-repeat;
background-position: center;
background-size: contain;
padding: 25px 50px 25px 50px;
margin-bottom: 25px;
}What happens next is when accessing the mobile menu, there is a separator line through the logo. The CSS class that programs the separator (border) is .kad-mobile-nav li a. I tried z-index to place the border behind the image and it will not work. I’m using a JPG, therefore there is no transparent issue.
I tried adding the following and it did not work…
.div-class-name .kad-mobile-nav li a {
visibility: hidden;
}Note: On the WP-Admin side, in the menus area, I created a “Custom Link” for the image to display. The custom link has a CSS Classes field set to .div-class-name.
What should I do?
In forum: Kadence ThemeIn reply to: Starter Template – What to do with existing content?
July 27, 2022 at 9:00 pm #274300Hi There,
Thanks for getting in touch. As long as you are using a staging environment and your current live site is not affected, I would say you can do either, depending on what you prefer.
Option 1 would provide a cleaner install of the Theme and Starter Template since the Starter templates are intended to be what you start with on a fresh site. The primary functions of this plugin are to add the customization settings for the theme, add the pages/posts/products and media files, install and activate required plugins so that when the import is finished, it will look and function as intended. This will give you a clearer picture of what the default/initial setup of the Starter Templates should/would look like before you add any contents or other plugins that may affect its default state. If you’ll be able to successfully migrate all your contents from your current website over to this set up, this is a good option.
Option 2 would require less effort since you will be starting from a duplicate of your website and then just essentially trying or testing out a new Theme settings. You’ll be able to see how your original contents would adjust or look in a different setting.
Since you already have thousands of contents, I believe these are good options.
For the additional question. Yes, you will be able to use the Starter Templates if you are using a Kadence Child Theme.
I hope this helps answer your inquiry. If you have further questions, please let us know, and we’ll be happy to help out.
Best regards,
Teejay.In forum: Kadence ThemeIn reply to: Starter Template – What to do with existing content?
In forum: Ascend ThemeIn reply to: kad_imgmenu_widget not available
July 27, 2022 at 7:50 am #274288I recently had to delete and reinstall the Ascend theme. I’m not sure if it’s a child theme or not?
The website is http://www.skatescbc.ca
I’ve attached some screen shots as well of the missing widgets.
In forum: Ascend ThemeIn reply to: kad_imgmenu_widget not available
Hi Andrea,
Thank you for reaching out to us and apologies for the late reply.
Is your theme updated? Are you using a child theme?
Also, can you please send the screenshot of the error along with the URL of the site that you’re working on? You can send the URL privately by enabling the Set as private reply option before submitting your reply.
Thanks!
Cheers,
DaneIn forum: Kadence ThemeIn reply to: add class on scroll js
July 20, 2022 at 7:19 am #274173Hi Steven,
Thank you for writing.
“I love how you add a class to the header on scroll and want to be able to add a class to other containers such as .site or .wp-site-blocks and adjust the scroll parameters.”
I recommend using a Kadence child theme for this one.
https://www.kadencewp.com/kadence-theme/knowledge-base/advanced/what-is-a-child-theme-should-i-install-one-if-so-how/Copy the ‘header.php’ file from the parent theme and paste it within the directory of the child theme. Here’s a screen recording: https://share.getcloudapp.com/ApuXPWPz
“Are there unminified versions of the JS files where I can study what’s there? ”
You can find the theme’s JS files in this directory: /wp-content/themes/kadence/assets/js
You could use FTP or File Manager plugin to manage your WordPress files.
There’s a lot of free tools available online to unminify JavaScript files such as this one: https://unminify.com/
I hope this helps and let us know if you need further assistance.
Kind regards,
ChitoIn forum: Kadence BlocksWhen I add a form to a page in a line, for example, a signup form
Name | Email | Submit button
The Name and Email fields have a bottom margin of 16px, but not the button, so the button is not lined up.
I then look at the CSS
You can see the button has a margin set as 0, where the fields are 16px.
I have tried to use my themes child stylesheet to override, even making it !important, but it still reverts to the form stylesheet and not my child theme stylesheet.
So is there another way I can set the submit button to be the same bottom margin as the fields?
In forum: Virtue ThemeIn forum: Kadence ThemeIn reply to: Author Template Pages
Hi, Zach!
Thank you for reaching out to us.
The Kadence Theme uses a hook inside the index.php file which is the default fallback of all the template files in WordPress. For your reference, the template being used by all archive pages is the archive.php file inside the
template-parts/content/folder.If you want to create your own template for the author archive pages, you can override the archive.php file inside your child theme with the same folder path. Then, you can also add an author.php file inside the same folder. Lastly, edit the archive.php file to detect that the current page is an author archive page and display the template.
Here’s a screen recording for your reference – https://share.getcloudapp.com/NQul4jvo.
I hope this helps you with your intended customization. Please note that we recommend hiring a full-time developer if you would like to proceed with further customizations. This way, they’ll be the ones to implement and maintain the code customizations.
Otherwise, using the Kadence Hooked Elements will surely help. Do let us know if we can assist you further regarding this.
Kind Regards,
KarlaIn forum: Kadence ThemeIn reply to: Author URL
This reply has been marked as private.July 11, 2022 at 8:28 pm #274051In forum: Kadence ThemeTopic: Author Template Pages
July 8, 2022 at 1:40 pm #274029According to wordpress documentation, the lookup order for an author archive page would detect author.php before archive.php. However, if I create an author.php page in my child template it isn’t called. What would be the proper way to modify or add template within child themes? how do I call for author templates in general?
I have some custom elements hooking into author pages, but need to modify the core template separate from archive.php.
The goal here being to ensure authors still have a page even if they don’t have any articles published to their name. Currently the archive.php requires posts assigned to the archive to display it.
-
This reply was modified 3 years, 6 months ago by
-
AuthorSearch Results




