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
Hello Ben,
I’ve tried to create a style.css file and a functions.php file in my virtue_premium_child folder as indicated in codex.wordpress.org/Child_Themes.
I don’t know if I have to change something in functions.php
I zipped both files and tried to upload the zipped file via WP.
But it doesn’t work.
It also says that my parent theme is missing !?
My tree structure is wp-content/themes/virtue_premium_v1_7_4/virtue_premiumI have written @import url(“../virtue_premium_v1_7_4/virtue_premium/style.css”);
Thanks.
Flora
In forum: Virtue ThemeIn reply to: There is no picture in product page
May 31, 2014 at 3:07 pm #9848Child theme problem
Thanks anyway BenIn forum: Virtue ThemeIn reply to: Widgets in the sidebar when on mobile
May 24, 2014 at 11:35 am #9519so to remove the responsive nature to the theme is really not recommended. it will mean that your mobile viewers will have to zoom in and out. and is not what the design of this theme was built for. but here are the steps to do it:
you will need a child theme and will need to copy templates/head.php into it.
then you will need to remove the line:<meta name="viewport" content="width=device-width, initial-scale=1.0">then add this to your custom css box:
.container {width:1140px !important;}ben
In forum: Virtue ThemeIn reply to: Required fields at checkout
May 23, 2014 at 7:38 am #9456Hey so these are woocommerce settings. The theme doesn’t override or do anything with the the checkout. so You can create a child theme and add functions to alter the woocommerce checkout. There is some info here about that: http://docs.woothemes.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/
Or use a plugin.
The login should be created using the email so you might have something going wrong with your settings. You would have to contact woocommerce though for guesses on what that might be.
Ben
In forum: Virtue ThemeTopic: Custom page template
What is the best way to create a page template that doesn’t show anything below the menu? I want to have a page that shows only the menu with a plugin below. No title, content, footer, etc. I have created a child theme, but what files should I modify to only remove this from one page template?
In forum: Virtue ThemeIn reply to: skin styles
Hi Ben,
I’ve ve got the same problem again : white space of 2 cm high on top of rev slider on home page. I don’t undertsand why, i am working locally (wamp) on a theme child. suddenly the white space appeared again. thanks for your fast support ! if you need a printscreen, please tell me how to do, i am a beginner…
In forum: Virtue ThemeIn reply to: Adding the Featured image to the post and Summery
May 20, 2014 at 11:06 pm #9305Then you would need to edit the theme files. This isn’t how the design was coded so it’s not really a built in possibility. You know how to use a child theme and edit theme files?
Ben
In forum: Virtue ThemeYup, that worked. I actually modified this a bit. Your tip clued me in as to where to find the ‘Available’ text in the child theme functions.php file (did I put that there??) and just backed out the text. This way I can keep the “In-store only . . . ” text for those items set to No Stock in Woo, while the variation pull down selections work very nicely for those items with stock, w/out the “Available” text showing up above the Add to Cart button. I also decided to combine Color & Size into one attribute instead of two, (i.e. “Black 43”, “Black 44”, “Blue 44”, “Blue 45”, etc.) Figure it’s simpler and less error prone for the customer to have to make one selection instead of two. The results can be seen here: http://www.outdoornj.com/product-category/clearance/
Much thanks (once again)!In forum: Virtue ThemeIn reply to: How to move secondary navigation below slider images
May 18, 2014 at 8:46 am #9169So in your child theme, templates > header.php add this above your secondary menu.
<?php if(is_page_template('page-feature.php') || is_front_page() ) { global $post; $height = get_post_meta( $post->ID, '_kad_posthead_height', true ); if (!empty($height)) $slideheight = $height; else $slideheight = 400; $swidth = get_post_meta( $post->ID, '_kad_posthead_width', true ); if (!empty($swidth)) $slidewidth = $swidth; else $slidewidth = 1170; $uselightbox = get_post_meta( $post->ID, '_kad_feature_img_lightbox', true ); if (!empty($uselightbox)) $lightbox = $uselightbox; else $lightbox = 'yes'; $thumb = get_post_thumbnail_id(); $img_url = wp_get_attachment_url( $thumb,'full' ); $image = aq_resize( $img_url, $slidewidth, $slideheight, true ); //resize & crop the image ?> <?php if($image == "") { $image = $img_url; } ?> <div class="container"><div class="imghoverclass img-margin-center"> <?php if($lightbox == 'yes') {?><a href="<?php echo $img_url ?>" rel="lightbox" class="lightboxhover"><?php } ?> <img src="<?php echo $image ?>" alt="<?php the_title(); ?>" /> <?php if($lightbox == 'yes') {?></a><?php } ?> </div></div> <?php } ?>Then in your child theme, page-feature. remove lines 7-45
Ben
In forum: Virtue ThemeIn reply to: Problem with script
Finally. Is it better to create a child theme or just change things with the theme options nothing will be changed to update the topic?
I have decided that while only problems in the theme options will leave it as is. I hes impossible to fix.
Damn, who would send me hosting contract for a year … very bad attention.
In forum: Virtue ThemeHi, I am trying to change the “hover mode” color of the upper square nav buttons on the portfolio page. Right now they change to a dark blue when mouse hovers over. I’m using a child theme and I just can’t find the class name to edit this. Please help! Thanks, Sharon
In forum: Virtue ThemeI enjoy working with your theme, but I’d like to have the navigation bar below my feature pictures. I use the secondary menu.
I guess I have to change the order of some code in the header.php??
I want to display in order from the top: logo, feature image, secondary menu,
I am using a child theme, but so far I have not added anything to it.
I hope you can help!
/Bente
In forum: Virtue ThemeIn reply to: Problem with script
Ups! Sorry… My url…
No child theme. Virtue Premium 2.3.8
Thanks.
In forum: Virtue ThemeMay 16, 2014 at 9:24 am #9063Hey, Well you can switch the layout and have the cart and menu (which is how you add the my account) to the right. But that would move all your menu items to the right. For the exact customization you want it would be best done with a child theme. I’ll work on this and send you an email.
Ben
In forum: Virtue ThemeI have achieved our desired layout for our BLOG PAGE, using the Page Template: Blog Grid.
There is, however, a default that I cannot get rid of. Above the content there is a 4-post blog grid that displays a repeat of the desired grid directly below. This is using css class=”home_blog kad-animation”, whereas the desired grid below is using id=”kad-blog-grid”.
The home_blog class is also the default style for the home page layout, however I would LOVE to have the kad-blog-grid there instead, as it displays the featured images better. Is there a way to swap these out without messing with the code. I’m not against creating a childtheme if need be.
I have sent the login credentials to Ben in a private message.
In forum: Virtue ThemeI am trying to remove the padding/margins from a few elements while using a child theme and custom css box, but I cannot get it to work:
Basically, I’m trying to remove the left and right padding/margins so that the logo/nav/etc all adjusts to be flush to the edges of the site.
In my live tester, these values work, but refuse to apply when I use them in the Custom CSS Box. Can you advise? This isn’t the first item that has been stubborn.
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .col2-set .col-1, .col2-set .col-2, .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11, .col-ss-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-25, .col-md-25, .col-sm-25, .col-xm-25
{
position: relative;
min-height: 1px;
padding-left: 0px;
padding-right: 0px;
}.boxed .contentclass, .boxed .headerclass, .boxed .footerclass, .boxed .navcontainer, .boxed .featclass {
margin-left: 0px;
margin-right: 0px;
}In forum: Virtue ThemeIn reply to: Show captions for featured images
May 14, 2014 at 6:24 pm #8979Its more complicated then that. There isn’t a caption being hidden. You would need to create a child theme, copy template files over then write in a function to get a caption if there is one for the image. Then have the caption output. Then add the css to show the caption over the image or wherever.
How comfortable are you with creating a child theme?
Ben
In forum: Virtue ThemeI have set my images to the recommended sizing in Woocommerce. Regenerated thumbnails.
As soon as I set the image for the category, the entire box disappears and just leaves the category button.
Any ideas?
I am using the latest version of WP, with a child theme of Virtue Premium (though I have not made any modifications so far).
The link is here:
*Login to see link
You will note that there is no thumbnail for Antennas, or two of the subcategories within it.
I have only uploaded one image of a product which appears fine and can be seen here:
*Login to see link
(Although, it didn’t seem to resize the image as I would have thought).The images appear on my old theme (Colorway).
As I am still in the development phase with this web-site, I will only have the Virtue Theme activated in non-business trading hours in Australia GMT+8.
It will be activated all weekend for you.Thank you.
PS. I love the premium theme. Well worth the price!!In forum: Virtue ThemeIn reply to: Attributes Display
May 3, 2014 at 10:10 pm #83931. Can’t move the tabs without a child theme and some editing. If you are wanting to go that route let me know and let me know what you know for code. As for a easy way to show content next to the Image thats all done with the short description.
2. You can change the tab title in the theme options > language settings.
3. You can change the font by adjusting the h1 tag in the theme options > typography setting. This will effect all your page titles though so if you just want to effect the product title use this css:
div.product .product_title { font-size: 20px; }Ben
In forum: Virtue ThemeIn reply to: Blog Page Template No Sidebar
May 3, 2014 at 10:03 pm #8392Hey,
1. email me and I’ll send you an export of the slider. [email protected]
2. You can make the skin citrus and it will add the lines or add this css to your custom css box in the theme options:#nav-main ul.sf-menu > li { border-right: 1px solid #eee; } #nav-main ul.sf-menu > li:last-child{ border: none; }If you want to adjust the dropdown font size add this css:
#nav-main ul.sf-menu ul li a { font-size: 14px; }Ben
-
AuthorSearch Results


