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 'page '
-
AuthorSearch Results
-
In forum: Virtue Theme
Topic: Blog alignment issue
Ben, could you take a look at the following two pages, *Login to see link and, *Login to see link I was changing some color, and etc. this morning, and I messed up my blog page. I have lost the background around the author box on the respose page, and all content was shifted to the left. Can you help, or do I need to start over in the advanced settings?
In forum: Virtue ThemeIn reply to: Buy word on Pictures & Shop Title
In forum: Virtue ThemeHello I am trying to add a specific sidebar for each category page.
I found this code<?php if (is_category(‘music’)) {
get_sidebar(‘sidebarmusic’);
} else {
get_sidebar();
} ?>I tried to add it in the sidebar.php but it doesn’t seems to work. Could you tell me where it should be added ?
I think many users are interested in changing their sidebar in the category pages.Thanks a lot
In forum: Virtue ThemeIn reply to: Homepage sale carousel issue
June 16, 2014 at 12:59 am #10782Don’t reset the theme options, that won’t be it.
My guess is a database issue. Your using the latest version of woocommerce and virtue correct?
Try repairing your database tables.
Double check that your cache is cleared for the whole site and you emptied all database caches.I’ve noticed you have two 404 errors on your page, if you right click and click inspect you will see what I mean. You might want resolve those two items just incase it’s throwing something else off.
Ben
In forum: Virtue ThemeIn reply to: Updating To New Virtue Version and WooCommerce
June 16, 2014 at 12:24 am #10777No you would have to hide with css and be page specific. In the past did you have the category images showing or were they not there? Hiding theme is pretty easy.
What you might try is editing the file content-product_cat.php line 32 replace:
else if ($product_cat_column == '3'){ $itemsize = 'tcol-md-4 tcol-sm-4 tcol-xs-6 tcol-ss-12'; $catimgwidth = 400; $md = 3; $sm = 3; $xs = 2; $ss = 1;}with like
else if ($product_cat_column == '3'){ $itemsize = 'tcol-md-4 tcol-sm-4 tcol-xs-6 tcol-ss-12'; $catimgwidth = 270; $md = 3; $sm = 3; $xs = 2; $ss = 1;}Ben
In forum: Virtue ThemeIn reply to: Updating To New Virtue Version and WooCommerce
Yes the image resize is disabled because if not all the individual products listed anywhere on the site become giant images.
Before I got all the category images to be the same size, so they rendered the same size whenever category listings were shown, now they seem to be rendering the same size as the source files (some big, some small) and they don’t align at all on the page.
I am not sure what happened to break the display. Not even sure where to look.
Here are the Woo Settings for Images:
Catalog Images 100 × 100 px – Hard Crop Selected
Single Product Image 400 × 400 px – NO Hard Crop Selected
Product Thumbnails 300 × 300 px – NO Hard Crop SelectedIs there anyway to remove the images from the category listings when using Woo shortcode to list categories?
In forum: Virtue ThemeIn reply to: Products Sizes
June 15, 2014 at 11:22 pm #10769Your wanting it that size on the grid pages? Whats the link?
Have you tried using the theme options > shop settings and turning off the theme crop? then the woocommerce image sizes would apply to the shop pages?Ben
In forum: Virtue ThemeIn reply to: Problem showing Categories on Home page
June 15, 2014 at 11:14 pm #10768You can use this shortcode:
[product_categories number="12" parent="0" columns="3"]Just add to the home page content.
Here is an example: http://themes.kadencethemes.com/virtue-premium/product-categories-grid/
BenIn forum: Virtue ThemeIn reply to: Updating To New Virtue Version and WooCommerce
Thank you, I updated the theme and now my images are all messed up again, where I had finally got all of them to be the same size and look the same on all pages, this is what I now have on the Shop page:
http://internetslayers.com/shop/
and the home page is messed up too: http://internetslayers.com/
And the Buy PLR Products By Categories on the bottom, which, is the listings by category looks the worst.
In forum: Virtue ThemeTopic: Homepage sale carousel issue
Until recently everything was working ok., but then suddenly I have lost all products on sale except 3. Which doesn’t make any sense. Three that are left are not different in any way from those which are gone. I guess it could be some plugin or changes that I have made in WordPress in the meantime, but then it would affect all of them as I didn’t changed those products separately.
Any idea what went wrong?
Website is http://www.healingtables.comIn forum: Virtue ThemeBen, I’ve done a search for this, but still cannot figure it out, I realise I should be able to… but 🙁
On the home page, under the slider I want to add all the created product categories from woocommerce.
Your home page layout has a “Featured products” setting, but not for the product categories.
I’ve hunted everywhere, but can only find the woocommerce setting that allows “shop” to be the home page, and selecting that replaces the whole home page with the categories.
Can you help me to nicely line up all the woocommerce categories with their cat image under the slider?
Thank you, JohnIn forum: Virtue ThemeDear Ben,
First of all, thank you for an excellent theme! I’ve been playing around with it for a few days now and I’m really glad that I went for it.
I would like to make the Home Page Slider available on all pages. In the Virtue theme the slider is added by adding the action in lib/custom.php. I would like to override the function revolutionslider_top() in my functions.php to remove the homepage check.
As I can’t do it by just declaring a function with the same name (function_exists is not checked in custom.php) I need to add a new action and remove the original. However, it doesn’t seem to work with remove_action( 'get_header', 'revolutionslider_top', 1 ); and I get two identical sliders on homepage. Should I use remove_action differently?
Thanks in advance!
Veikko
In forum: Virtue ThemeTopic: Blog comments page
On my blog comments page, *Login to see link , there is some text that says Follow Baywatch:, is there a way to make this an active link. And what should the link be.
In forum: Virtue ThemeIn reply to: Free to Premium / Problems
Hi Ben, Thank you very much. The codes were perfect.
I managing here slow slow to deal with the premium 🙂 but im loving it!
– all the controls on menu settings now are working.
– the products now are all the same size and looking amazing!.
– the categories now looks fabulous. it was exactly what i wanted. cheers!i’ll work now in change the home images using the widget and built as you advising.
now, the unique thing i cant find solution is how to move the primary navigation (main menu) to be closer to the logo, or at least central….
and if kindly you could give us the code to remove the ”sku” codes from the products pages (hide)
once again, super thanks!
PipIn forum: Virtue ThemeTopic: Bug on sitcky header
Hi Ben,
I have found a bug in sticky header menu. On your demo site: *Login to see link scroll down page a little for smaller menu size. Then click vimeo full screen. Then click exit full screen. Now go to the top of page. As you can see the menu background is crashed.Sebastian
In forum: Virtue ThemeIn reply to: gallery suggestions
Ben, this one worked, and I like it. .single-article #respond, .single-article #comments {
max-width: none;
}The other ones didn’t appear to change anything. If you look at the page, http://www.baywatcharms.com/?p=434#virtue_comments , and you see where there is a little rectangle where you can see the main carbono fiber background. That is what I am trying to make black.
In forum: Virtue ThemeIn reply to: Add to Cart css style
Almost there! Thanks a lot!
The top part is after your formatting, the bottom part is from the shop page. I am wondering if I can change the color of the actual price to blue and remove the underline.
Thanks!
In forum: Virtue ThemeHello,
I have a little shift when the sale price is added to the regular price.
Is there a little css trick to avoid that ?
Thanks a lot
Example : *Login to see linkIn forum: Virtue ThemeIn reply to: How to duplicate the Virtue Theme shop page
June 14, 2014 at 11:59 am #10719Hey so woocommerce automatically creates pages for categories. You can click on products > categories in the menu and see them.
If you want to add those pages to your main menu you can click on “screen options” in the top right corner of the wordpress menus page and make sure the check box for product categories is selected.
You can also use woocommerce shortcodes on any page to show products: http://docs.woothemes.com/document/woocommerce-shortcodes/
Ben
In forum: Virtue ThemeTopic: Add to Cart css style
Hi Ben,
I am trying to add a top 10 product list within a blog post and under each product add the price. For this I am using [add_to_cart id=”XXX”] which results in the grey border or if i change it to [add_to_cart id=”XXX” style=””] I get a plain looking font.
I am trying to get the same look as the one generated on the shop pages.Is there any way I get only the prices to appear with the same font style that shows up under the shop pages?
Thanks!
-
AuthorSearch Results


