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: Virtue Theme
In reply to: where to apply HTML code before in Virtue
In forum: Virtue ThemeIn reply to: where to apply HTML code before in Virtue
In forum: Virtue ThemeTopic: Product columns and more..
I apologise but I just can’t resolve these things below, even with hours of searching and a lot of trial and error. I appreciate your support and I only come here when I’m absolutely stuck; now I’ve got my questions and answers in the forum to look back on in the future.
1/ I need the product columns (without side bar) to be 50%/50% because of how all the images were handed to me., and as a very temporary solution have added content-single-product.php to the virtue child theme and changed the if statement to 6 | 6.
Is there a correct way that I can achieve this?
2/ I’ve read *Login to see link carefully, but can’t arrive at a solution.
I have one parent category, with eventually 5 sub-categories in it and I don’t want the parent on the home page or in the shop page, just the sub-cats.
I put this on the home page page.. [product_categories parent=”104″] it didn’t seem to work, but now 12 hrs later it seems to be working (new ISP seems to have an aggressive cache that I just can’t beat).
If that shortcode is correct, then now, I just need to display the sub-cats on the shop page without the parent, followed by products.
3/ I’m trying to make the text overlay on the sub-cats to be a specific color (same as hover) but I just can’t do it. Inspect says it’s:
.product-category.grid_item a h5 { color: #ce0000; background-color: #ce0000; } but that doesn’t work.
4/ The Best Selling Products carousel?, home page on a mobile is cluttered by the bottom product detail, is there any way to show this sliding as a one whole image at a time on a mobile?Thank you, John
In forum: Ascend ThemeIn reply to: Limit shop excerpt output
In forum: Ascend ThemeIn reply to: Limit shop excerpt output
In forum: Ascend ThemeIn reply to: Plugin and Issue with Theme?
March 19, 2020 at 10:27 am #246424Hey,
If you have outdated template files that wouldn’t be from the theme. Are you using a child theme?Can you check your php error logs? Your host can help if you don’t know how to access.
Ben
In forum: Virtue ThemeTopic: Default font size
March 19, 2020 at 9:55 am #246420Hi, I am new to Kadence – two days hehe 🙂
So I here is my question: I changed the header fonts and the “body font” in the theme settings to make them larger than the default. Headers work fine but the body font cascades to the paragraphs. However there are a lot of fonts that now are too tiny in comparison – see screenshot.
So I tried to paste this CSS in (advanced settings – no child theme):
html { font-size: 100% !important; }
body {
font-size: 1.25em !important;
line-height: 1.2!important;
}But it doesnt solve the problem.
I am looking for a solution to increase the font size over the whole site. It’s very tedious to go through page by page and function by function..
The below CSS took me 20+ minutes and its just the blog and a couple of widgets in the footer.
.author-profile.vcard .author-follow span.followtext,
.subhead span.postedintop,
.subhead span.postedintop a,
.subhead span.postcommentscount a {
font-size: 16px;
}
.postmeta .postdate {
font-size: .75em;
}
input#submit.submit {
font-size: 1em !important;
}
form#commentform.comment-form p.comment-form-comment label {
font-size: 1.25em;
}
.kad-testimonial-carousel .testimonialbox {
font-size: 1em;
}
.testimonialbottom p {
font-size: .8em;
}
.footercredits p {
font-size: .85em !important;
}Thank you!!
Björn GranbergIn forum: Virtue ThemeIn reply to: testimonials image size
Sorry, did some more reasearch and I actually think your best solution is to add a custom function into a child theme. Are you currently using child theme? You just need to paste this into your functions.php file:
add_action('init', 'child_init'); function child_init() { add_filter('kt_testimonial_grid_image_width', 'my_custom_tesimonial_image_size'); add_filter('kt_testimonial_grid_image_height', 'my_custom_tesimonial_image_size'); function my_custom_tesimonial_image_size() { return 100; } }Hope that helps!
Hannah
In forum: Pinnacle ThemeIn reply to: Pinnacle polish translation
March 17, 2020 at 2:15 pm #246300If you use loco translate you can control without a child theme.
If you don’t want to use loco translate then you should use a child theme and override the language files.
What will be the easiest method to serve you with better polish translation
If you want to provide a polish translation you can by using loco translate and then sending me your updated translation files.
A polish pinnacle user who has translated other plugins and themes on WordPress was the user that sent in the current translation files. He’s actually sent in updates 3 times over the last year.
Also as a note on that, there has been a polish translation for quite some time.
Ben
In forum: Pinnacle ThemeIn reply to: Pinnacle polish translation
Thank you for your reply.
Am I right that without a child theme, polish translation files will come back after actualisation?
What will be the easiest method to serve you with better polish translation? It’s very important for me – I have WP course with Pinnacle as a key theme.
The current translation can confuse our studentsIn forum: Membership ForumsIn reply to: Kadence WooCommerce Email Designer
March 16, 2020 at 2:02 pm #246246Hey,
First, it appears you’ve copied several email templates into the theme folders. You wouldn’t ever do this, if you have to edit template you should do it through a child theme.I suggest you reinstall the Ascend Theme or manually remove the templates you’ve added so that you are not interfering.
Ben
In forum: Virtue ThemeIn reply to: Need sidebar on right on product page
In forum: Virtue ThemeIn reply to: Need sidebar on right on product page
Can you tell me what all is in your child theme? Your Facebook for woocommerce plugin has really poor reviews. I suggest deactivating that to test if any of this resolves.
On your product-test-1 page I’m seeing a slider displaying and sliding without issue. What browser are you using?Hannah
In forum: Ascend ThemeHi,
Today is the first time in several months that I have needed to install the Ascend Premium theme. I am working with a fresh install of WordPress 5.3.2 and a fresh install of Ascend Premium 1.9.9 which I just downloaded from the downloads area of my account. I was successfully able to activate the license and have been able to successfully install and activate the Page Builder by SiteOrigin. I have also been able to successfully install the wpforms and Yoast SEO plugins. When I go to the Bundled Plugins page to install Kadence Slider Pro, Kadence Blocks Pro and Kadence reCAPTCHA it shows Installing then Activating then just shows Error in the button. The same thing happens when I try to install the Importer from the Dashboard tab. I need to be able to import one of the demo sites to start off this website. I have enabled Debugging and the Debug Log in WordPress, but no error is displayed on the screen and no debug.log file is created so I can’t get any indication of what is causing the error. Any assistance in getting these plugins installed, and the imported installed so I can import demo content would be greatly appreciated.
Here is the System Status report from WordPress:
System Status
WordPress Environment
Home URL: *Login to see link
Site URL: *Login to see link
WP Content URL: *Login to see link
WP Version: 5.3.2
WP Multisite: –
Permalink Structure: /%year%/%monthnum%/%day%/%postname%/
Front Page Display: posts
WP Memory Limit: 40 MB
Database Table Prefix: Length: 3 – Status: Acceptable
WP Debug Mode: ✔
Language: en_CA
Server Environment
Server Info: Apache
PHP Version: 7.3.15
ABSPATH: /home/soya/public_html/
PHP Memory Limit: 256 MB
PHP Post Max Size: 256 MB
PHP Time Limit: 30
PHP Max Input Vars: 1000
PHP Display Errors: ✔
SUHOSIN Installed: –
MySQL Version: 5.6.45
Max Upload Size: 255 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔ 7.68.0
Active Plugins (5)
Classic Editor by WordPress Contributors – 1.5
Kadence Blocks – Gutenberg Page Builder Toolkit by Kadence WP – 1.7.18
Page Builder by SiteOrigin by SiteOrigin – 2.10.14
Yoast SEO by Team Yoast – 13.2
WPForms Lite by WPForms – 1.5.9.1
Theme
Name: Ascend – Premium
Version: 1.9.9
Author URL: *Login to see link
Child Theme: ✕In forum: Virtue ThemeHI
I am using virtue premium with a child theme,
the issue is since the last update, there is an inline style for the shrink header which I cant change. I am sure this used to be an option in the panel.
This produces the following inline CSS In the header:
@media (max-width: 991px)
.stickyheader #kad-banner #logo a, .stickyheader #kad-banner #logo a #thelogo, .stickyheader #kad-banner #kad-shrinkheader {
height: 60px !important;
line-height: 60px !important;
}I have tried to write CSS override for it, it works fine above the breakpoint, but anything below that I cant change and its messed up the design.
website here: *Login to see link
if you look the social icons are now stretched and I cant seem to override this, its a line height problemTHanks
J
In forum: Ascend ThemeIn reply to: Blog Category Page
March 9, 2020 at 3:27 pm #245896Hi Hannah, sorry for the delay. Yes, I am using a child theme.
In forum: Ascend ThemeHello Team Kadence!
I have some theme extension dependencies that I added to our child them for the staff (extra fields that can be turned on/off as needed but only if ‘staff’ is turned on). It works as expected, except it adds these dependenciess to the end of the page for Theme Extensions, and I’d like them to be part of the ‘staff’ section since it goes to the staff.
Is there a way to make the theme extensions (or any page options really) load in a certain order? For example:
I tried removing the staff section and re-adding it (I used the same code to adjust labels and that works), but it loaded in the same spot (under ‘Portfolio Options’). I’m able to order anything I add but not what’s built in (portfolio, staff, testimonials, etc).
Thanks for the help.
In forum: Virtue ThemeIn reply to: Why the content of my portfolio no more appear?
This reply has been marked as private.March 7, 2020 at 5:23 pm #245832In forum: Membership ForumsIn reply to: ACF Slider?
March 7, 2020 at 4:52 pm #245826Hey,
There isn’t any way to do this with our blocks the workaround is simply to create a gallery and assign the images you want without having to go through ACF. If you have to assign the images somewhere why not directly in the gallery you want to output.(It wouldn’t make sense for the Kadence slider to be a part here as it’s not in the scope).
My suggestion is to talk with ACF support about what options they would recommend.
In terms of getting the slider javascript to work you need to enqueue the scripts through a child theme.
https://developer.wordpress.org/reference/functions/wp_enqueue_script/Ben
In forum: Virtue ThemeMarch 7, 2020 at 10:34 am #245816HI
hope you could solve it;
my config is : WordPress 5.3.2 running Virtue – Premium theme. No child premium..
the probleme is to be seen on that page : a portfolio page created as a portfolio grid.
*Login to see linkI have asked to you ( ben as given a solution) to NOt display the items portfolios at loading .
I have done some manip I do not remmeber and the page porfolio do not work well anymore;it seems like a part of the code of ben is still active but not really well ; ( I have resintalled WP and the theme premium.. ) I tested onto other browser ;. nothing help …
I have tried a to create a new page portfolio and that’s the same ..
when on the page of the portfolio if you choose a type onthe filter menu you see behind appearing the items box excerpts…. strange …many thanks marc
-
AuthorSearch Results



