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 ThemeJune 19, 2014 at 12:13 pm #11155
The page content is set to show at the top, I didn’t realized you wanted it at the bottom. For what your wanting you either need to create a custom page template. or use a child theme and edit the blog page template.
BenIn forum: Virtue ThemeIn reply to: 2 separate portfolios?
June 19, 2014 at 10:25 am #11125Yes you can do this, you just need to create two main types. Like photography and art then have child types inside those two.
In the portfolio gird page settings make sure to select one of the two types in the “portfolio work types” metabox.
http://docs.kadencethemes.com/virtue/#portfoliogridpage
Ben
In forum: Virtue ThemeBen,
Can you take a look at the following page. *Login to see link , I have two items showing up at the bottom of the page that I can’t seem to how to remove. if you you look at the bottom right of page you will see the word “all”, and if you hover over the space below the bottom left photo you will see a link that says cerakote projects. These showed up after I installed the Child theme. Can’t find how to remove them. Also, can you give your email. I need to send you something kind of important.
In forum: Virtue ThemeJune 18, 2014 at 3:41 pm #11067Yeah you can’t child theme plugin functions.. aS for clearing the cache have you tried going into the woocommerce system status > tools and recounting terms?
Else you might try woocommerce support. I assume your not using a caching plugin?
Ben
In forum: Virtue ThemeIn reply to: Issue with Childe theme
June 18, 2014 at 3:31 pm #11066Whats in your child theme? Is this happening on the home page or all pages?
BenIn forum: Virtue ThemeThanks Ben,
It doesn’t appear to be theme related, I’ve tracked down the issue to these few lines of ‘wc_get_product_ids_on_sale‘ function which are causing the failure:
// Load from cache $product_ids_on_sale = get_transient( 'wc_products_onsale' ); // Valid cache found if ( false !== $product_ids_on_sale ) return $product_ids_on_sale;It appears that it thinks I have a valid cache even though I do not, how do I clear out this cache.
I could just comment out the if and return lines, but I couldn’t figure out how to make a local copy of this function in my child theme that would override the one included in the woocommerce plugin.I tried copying the plugins/woocommerce/includes/wc-product-functions.php file to /woocommerce/includes/wc-product-functions.php in my child theme dir, and making the changes in that copy, but it didn’t seem to make any difference, and doesn’t appear to be using my copy of the file.
In forum: Virtue ThemeTopic: Issue with Childe theme
Hi Ben,
I have an issue with my child theme. When I activate the virtu premium, the sidbar is shown. When I activate the child theme the sidebar is gone.
Any solution on this?
URL is: http://www.bewusst-fuer-mich.de
Regards Josef
In forum: Virtue ThemeIn reply to: position breadcrump
June 18, 2014 at 10:44 am #11041ok the issue is your hiding the page title… with this css:
.page-header { border-top: none; border-bottom: none; display: none; }It’s in your custom css box.
So what you want to do is create a child theme where you edit the templates/page-header.php
and you remove this:
<div class="page-header"> <h1> <?php echo kadence_title(); ?> <?php if(kadence_display_page_breadcrumbs()) { kadence_breadcrumbs(); } ?> </h1> <?php global $post; if(is_page()) {$bsub = get_post_meta( $post->ID, '_kad_subtitle', true ); if(!empty($bsub)) echo '<p class="subtitle"> '.__($bsub).' </p>'; } else if(is_category()) { echo '<p class="subtitle">'.__(category_description()).' </p>';} ?> </div>and replace with this:
<div class="page-header"> <h1> <?php echo kadence_title(); ?> </h1> <?php global $post; if(is_page()) {$bsub = get_post_meta( $post->ID, '_kad_subtitle', true ); if(!empty($bsub)) echo '<p class="subtitle"> '.__($bsub).' </p>'; } else if(is_category()) { echo '<p class="subtitle">'.__(category_description()).' </p>';} ?> </div> <?php if(kadence_display_page_breadcrumbs()) { kadence_breadcrumbs(); } ?>Ben
In forum: Virtue ThemeIn reply to: position breadcrump
Regular Pages 🙂
I’ve tried to set the breadcrump with the regular Theme Settings. They are not visible…
http://web125.124.hosttech.eu/WPA/veranstaltungen-2/
Perhaps it is a problem of the font-color (same as background) or something like that.I’ve made additionally CSS-rules, but no child theme
In forum: Virtue ThemeIn reply to: position breadcrump
June 18, 2014 at 9:48 am #11033Can you post a link? Are you talking about post page, regular pages? Most anything is possible with changing some code in the template files. Are you using child theme?
Ben
In forum: Virtue ThemeTopic: Image Blurry
Hi, thumbs up for the premium versions! I just updated from free to premium version last week and have been having a problem with the images since then.
*Blurry Images: like there is extra layer*
I had re-uploaded most of products images. The images aren’t clear on both PC and mobile. Those images are clear only if viewed individually.I had tried few options, updating from 1:1 to portrait, update Woocommerce image settings (from recommended images size mentioned in tutorials to current settings catalog: 300*405, single product 456*615, product thumbnails 100*100 – all hardcrop is ticked), and some extra CSS Woocommerce I found at WordPress forum which I had removed, etc. I always regen thumbnails after each changes takes place. I tried to resize and reupload new images as well, regen thumbnails, and it remains blurry, unless it is viewed individually.
I had also disabled few plugins that I thought may cause it such as Pinterest, WPSSO, then regen thumbnails again. The current activated plugins are minimum.
http://www.midjuly.comthere is a child theme activated (used only for function.php) and blank on CSS (just some headings/descriptions).
Hope you could please help me check and advise.
Thanks a lot!In forum: Virtue ThemeIn reply to: Blog comments page
Ben, If you could take a look at the following page, http://www.baywatcharms.com/?p=499 , I am having a couple issues that I can’t fix. When I add the post, everything was centered. Shortly after installing the child theme it all moved to the left. I tried going to the actual page and changing. It worked until you updated the page. I am still having trouble with the background that is empty around the author box. I guess I messed this up some how. If you can help me with these two issue, I will try and not bother you anymore today.
In forum: Virtue ThemeIn reply to: Logo – image too small on tablet and mobile devices
I’m sorry Ben I’ve spent hours trying to work this out but nope – I am stuck !
Re changing the header.php file – I have no knowledge of php I’m afraid, so don’t think I’d be able to change that file in a child theme.
Re the retina logo area suggestion – how and where would I do that? Also what are the different ‘break points’ for the media queries used in the Virtue premium theme? (I looked at the default.css file and thought these were 480pox, 768px,992px and 1200px – is that correct? If so then I assume my smaller vesions of the logo will need to be a maximum of 480px wide for mobile devices and 768px for tablets. )
Finally re the CSS and :after code – I don’t understand what this does, and where are the IDs ‘logo’ and ‘thelogo’ defined?
Hope you can help further.
Sandra
In forum: Virtue ThemeIn reply to: Blog alignment issue
Ben, After making the change to the child theme. There is another issue that I can’t seem to resolve. The default page title is showing up again. How do I make it where it doesn’t show. I will be using a graphic instead. http://www.baywatcharms.com/?page_id=291
In forum: Virtue ThemeIn reply to: Blog alignment issue
June 16, 2014 at 7:22 pm #10886Your theme options aren’t overridden when you update, I was just making a suggestion for an easier way to manage css since you had twice missed stuff in your custom css box.
Yes you would copy wants in custom css and add that to your child theme. You still have to make that css override the theme, and the theme options so in some situations you would need to add say body to the beginning of your selector so it takes over.. Or add !important.Ben
In forum: Virtue ThemeIn reply to: Blog alignment issue
Okay, I think I getting it now. Use the child theme to modify my css. For making changes, I would go the child theme css in my ftp program. Do the same thing I am doing now, but in there. That way the changes made wouldn’t be overridden when the theme is update. If I am correct in what I am saying. I could go to the advance settings, cut the css, and paste it in the actual css file.
In forum: Virtue ThemeIn reply to: Blog alignment issue
In forum: Virtue ThemeIn reply to: Blog alignment issue
June 16, 2014 at 6:24 pm #10861Well a child theme css just allows you to not have to use the custom css box in the theme options > will make keeping track of and editing your css easier.
You will still have to prioritize the css you add to override the theme css.
Ben
In forum: Virtue ThemeIn reply to: Blog alignment issue
June 16, 2014 at 6:10 pm #10857You can use this https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zip
Then just add your css to the style.css file in the child theme.. To learn about how child themes work: http://codex.wordpress.org/Child_Themes
In forum: Virtue ThemeIn reply to: Blog alignment issue
-
AuthorSearch Results


