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: question about comment icon above a blog post
April 6, 2014 at 12:32 am #7121Hey.
1. The mouse over is how the home page is set up, makes all the meta data show on tooltip. If you don’t like it or want to change it would have have to change the template file. How comfortable are you with editing code?2. meaning make it larger? you can add this:
.postcommentscount i { font-size: 18px; }3. not without some adding code, back to the first question how comfortable are you with code? do you know how a child theme works?
Ben
In forum: Virtue ThemeIn reply to: costumize menus virtue
In forum: Virtue ThemeIn reply to: costumize menus virtue
April 4, 2014 at 8:45 pm #7099This kind of customization isn’t really a line of code, you need a child theme, override the header-style-two.php file and add a 6th menu to the wordpress admin with the correct calls in the header-style-two.php file.
Do you know how to use a child theme?
Ben
In forum: Virtue ThemeIn reply to: Email layout
April 4, 2014 at 7:42 pm #7093Well I’ve seen plugins out there that help with this, nothing coming to mind so you will need to do some searching.
You can create a child theme and copy the woocommerce email templates over and edit them. The theme doesn’t edit the email templates.
Ben
In forum: Virtue ThemeIn reply to: Mobile View
April 2, 2014 at 8:26 am #6984Yeah if you are using a child theme you can copy the head.php file over.
Ben
In forum: Virtue ThemeIn reply to: Support for https
April 1, 2014 at 9:37 am #6938Hello Ben,
You can show me some way to call the Google Fonts via HTTPS?
I managed to make this work by modifying theme files, but lose the changes when I update.
Is there any way to solve this using a child theme?
Thank you.
In forum: Virtue ThemeHi there,
I’m having a issue with the “Sold” label that isn’t showing on out-of-stock products.
The “Show Sold tag if product out of stock” option is switched on in the Shop Settings.
I’ve also tried a custom “Product Sold Text” in the Language Settings.
The label/badge just doesn’t show when a product is out of stock.The “Sale” label on the other hand works just fine.
I’m using Virtue Premium version 2.1.6 with a child theme and WordPress version is 3.8.1
The webshop is still under construction with Dutch language: *Login to see link
The product “TEST – SOLD OUT” is the out-of-stock product that should have the “Sold” label.
Could you help me out here? Thanks!Kind regards,
Stefan
In forum: Virtue ThemeIn reply to: Placing slider over primary menu
March 31, 2014 at 8:47 am #6886Hey Milla, Can you post a link?
1. what do you mean by over? like on top of or above?
2. any change like this is possible but will require some changing in the code are you familiar with coding and child themes?Ben
In forum: Virtue ThemeIn reply to: Is it possible to move the home widget area
March 30, 2014 at 9:41 pm #6848Ok well a child theme is explained here: https://codex.wordpress.org/Child_Themes
But for what you want to do you would need to be able to do a little coding. So send me a link to your site with admin access and I’ll look into setting this up for you.
Ben
In forum: Virtue ThemeIn reply to: Is it possible to move the home widget area
In forum: Virtue ThemeIn reply to: Header Style Sticky+Shrink in boxed layout
March 28, 2014 at 8:36 am #6755if you want to put it in the child theme you just have to add body before it so it overrides the theme settings:
body .headerclass { background: rgba(255,255,255,.9); }Ben
In forum: Virtue ThemeIn reply to: Header Style Sticky+Shrink in boxed layout
In forum: Virtue ThemeIn reply to: Slider Revolution – FullPage
March 26, 2014 at 9:53 am #6658Yea the mobile is more tricky because of the way the header is set up. This is where the theme isn’t a perfect set up for the slider like this. If you were using a child theme is quite possible to add the slider above the header.
Is this on your home page or a subpage?
I can email you an export of the slider, I just used the full screen options, I added #topbar to the list of offset containers and I added this css to the custom css box:
@media (min-width: 992px) { .page-id-416 .wrap.contentclass { padding-top:34px !important; } .page-id-416 .headerclass { background: rgba(255,255,255,.6); } }Ben
In forum: Virtue ThemeIn reply to: Is it possible to move the home widget area
March 25, 2014 at 10:43 am #6600It would require some coding. Have you installed a child theme?
Ben
In forum: Virtue ThemeHi Ben,
This may not be a theme issue but my Google Analytics account was not seeing the tracking code on my site – even though it appeared in the source code?
Within GA it reported Tracking Code not installed. I entered my account code in the Virtue Theme Settings and if I then viewed the source code for my webpages the account code showed up.
The code generated by your theme differs from the example Google give for pasting into each webpage but I assume if this was an issue you or someone else would have spotted it before now? As a test I removed the code from the theme settings and added the GA code into the head.php (Child). GA now reports tracking as installed and is working.
No idea why it didn’t pick up the theme setting GA code. I’m still using the original GA not the Universal Analytics if that makes any difference.
I’m running VP 2.2.6 at the moment with a Child Theme.
Thought I’d post this encase it crops up for anyone else.
cheers
Steve
Site: http://www.pixelution.co.ukIn forum: Virtue ThemeIn reply to: Main Nav Menu in demo "Site Style Three"
March 23, 2014 at 11:31 pm #6545You can either do it with css or use the citrus skin as your base instead of default in the theme options basic settings:
Here is the css:
#nav-main ul.sf-menu > li { border-right: 1px solid #eee; } #nav-main ul.sf-menu > li:last-child{ border: none; }Ben
In forum: Virtue ThemeMarch 23, 2014 at 12:04 am #6522Do you mean adding a slider? You can use the revolution slider or cyclone slider and copy the shortcode then go to the category you are working with and click to edit it, on that page there is a place to put the shortcode.
If you are talking about just changing some styles you can use the child theme style sheet but you shouldn’t need to touch the virtue.css file. If you make a child theme you don’t copy that file or anything in it you just write your own styles. The parent theme will always load the parent virtue.css
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: Virtue_Premium_Child theme issue
Hi Ben,
Thanks for that. That worked and I should have thought of that – silly me. But just on the matter of child themes, my real objective is the remove the sorting function drop down on the shop page. I created another functions.php file in the child theme and added the code:
<?php
remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 30 );?>
When I refreshed the shop page however, the default sorting drop down is still there?? Again have I omitted to do something? Any suggestions would be appreciated.
Jas
In forum: Virtue ThemeIn reply to: Virtue_Premium_Child theme issue
March 22, 2014 at 9:12 am #6489No menus are saved in the databased based on theme folder names, so if you use a child theme you have to reset you menus and widgets for that “theme”.
The nice thing is the theme options stay but menus just get unassigned when you activate a new theme and wordpress considers a child theme as a new theme.
Shouldn’t be too much trouble as your menus will still be there you will just have to assign them again.
Ben
-
AuthorSearch Results


