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 '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 51,581 through 51,600 (of 53,646 total)
  • Author
    Search Results
  • #10831

    Ben, could you take a look at the following two pages, and, 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?

    #10802

    As last try my question here again…

    as I understand you, there’s no way in your shop software to show on one page my products with German descriptions and on an other page the products with English description?

    Thanks

    Martin

    #10784

    Hello 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

    #10782

    Don’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

    #10777

    No 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

    #10775

    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 Selected

    Is there anyway to remove the images from the category listings when using Woo shortcode to list categories?

    In forum: Virtue Theme

    In reply to: Products Sizes

    #10769

    Your 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

    #10768

    You 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/
    Ben

    #10765

    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.

    #10764

    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.com

    #10758

    Ben, 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, John

    #10754

    Dear 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 Theme
    #10749

    On my blog comments page, , 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 Theme
    #10736

    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!
    Pip

    #10732

    Hi Ben,
    I have found a bug in sticky header menu. On your demo site: 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 Theme

    In reply to: gallery suggestions

    #10731

    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 Theme

    In reply to: Add to Cart css style

    #10724

    Almost there! Thanks a lot!

    http://imgur.com/bdr2BmY

    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!

    #10722

    Hello,
    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 :

    #10719

    Hey 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

    #10715

    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!

Viewing 20 results - 51,581 through 51,600 (of 53,646 total)