Forum Replies Created

Viewing 15 replies - 1 through 15 (of 143 total)
  • Thread Starter acknowledged74

    (@acknowledged74)

    Are to clarify those didn’t work from the time I added them not at the end when I’d added the remainders. All very very strange.

    Thread Starter acknowledged74

    (@acknowledged74)

    Are looking back through they are not enabled, well I keep enabling them and adding a regular price but on save they revert back to no tick next to ‘enabled’ and the price field blank.

    I did use the automatic variation creator for as many as possible then did the rest manually, could it be its not showing anything I’m doing manually?

    Thread Starter acknowledged74

    (@acknowledged74)

    OK I now have the very latest versions of both Woo commerce and WordPress, and on a positive note nothing else has gone wrong, but the problem is still there.

    Even more strange is each time I revisit the website to check this its different variations that are missing, what the help?

    Thread Starter acknowledged74

    (@acknowledged74)

    Funny enough I haven’t updated to the latest version of WordPress as I did this with another site and it all went seriously wrong.

    This is one of those situations when we need the right person to read the question, so fingers crossed someone comes to our rescure.

    I have of course looked through Google for this and can’t find the right answer, which I think is simply, is there a limited number of product variations for each product?

    Thread Starter acknowledged74

    (@acknowledged74)

    Actually this is happening for quite alot of products and there variations, and I think they are checked as ‘enabled’ but still not showing?

    Oh dear please help.

    Thread Starter acknowledged74

    (@acknowledged74)

    I appreciate the reply, the colours associated with .menu-toggle and its extensions only seems to be the button itself though not the navigation I’m afraid. Stripped back it looks like;

    [CSS code moderated – please post a link to your site]

    My 1 to 4 has all been done as stated. remove_action( ‘woo_main_after’, ‘woocommerce_get_sidebar’, 10); for instance is copied and pasted directly from the page in question.

    The ‘Shop’ page which is automatically generated and doesn’t have the short codes on its edit page that say ‘checkout’ page does with [woocommerce_checkout]

    All the other pages

    Cart
    Checkout
    Checkout → Pay
    Order Received
    My Account
    Change Password
    Edit My Address
    Lost Password
    View Order
    Track your order

    Have a shortcode, and allows me to use the theme options and choose to have ‘full width’ but the ‘shop’ page doesn’t allow any control like this.

    I have read that the ‘shop’ page (which also serves as the template for the category’s pages, and single product pages) is an archive not a page?

    One thing I would say Cohesive is that on the sidebar.php which looks like

    ?*<?php
    /**
    * Sidebar
    *
    * @author WooThemes
    * @package WooCommerce/Templates
    * @version 1.6.4

    if ( ! defined( ‘ABSPATH’ ) ) exit; // Exit if accessed directly

    get_sidebar(‘shop’); */ ?>

    The <?php … ?> can’t be commented out, I can’t see why that would matter though?

    Oh something I should point out is that the theme is Woo ready, and has its own Woocommerce folder already.

    Really stuck on this one.

    Crikey I’ve tried everything I can find on this but still can’t get rid of the sidebar.

    1. Tried adding the following to the themes functions.php file

    remove_action( ‘woo_main_after’, ‘woocommerce_get_sidebar’, 10);

    2. Tried commenting out do_action(‘woocommerce_sidebar’); in archive-product.php

    3. I’ve copied the Template folder over to my theme Woocommerce folder, and in \templates\shop\sidebar.php and commented the content out.

    4. I even deleted the sidebar.php file completely

    but no change at all in my shop.

    Really don’t get this please please help, the shop just looks a mess with the sidebar.

    Crikey I’ve tried everything I can find on this but still can’t get rid of the sidebar.

    1. Tried adding the following to the themes functions.php file

    remove_action( ‘woo_main_after’, ‘woocommerce_get_sidebar’, 10);

    2. Tried commenting out do_action(‘woocommerce_sidebar’); in archive-product.php

    3. I’ve copied the Template folder over to my theme Woocommerce folder, and in \templates\shop\sidebar.php and commented the content out.

    4. I even deleted the sidebar.php file completely

    but no change at all in my shop.

    Really don’t get this please please help, the shop just looks a mess with the sidebar.

    Thread Starter acknowledged74

    (@acknowledged74)

    Sorry here’s a screenshot of what I mean.

    Link

    In the edit screen for the ‘shop’ page I have set the same as the other pages but setting it to full width etc, just doesn’t take for some reason?

    Please help.

    Thread Starter acknowledged74

    (@acknowledged74)

    I’m going to stop using this Forum no body EVER replies, ever, whats the point. I’ll have to work it out some other way I guess.

    Thread Starter acknowledged74

    (@acknowledged74)

    Actually its not a random product.

    In the case of individual product pages below the ‘Related Products’ it show the product title, image and description again.

    In the case of the shops main page it show the product title, image and description of the bottom item (i.e the product with the highest order number)

    Can anyone help me get rid of this product, I’ve tried altering every file I can think of but with no luck, getting a little desperate now, the shop is live and I just need this last thing to go???

    Please any help would be great and much appreciated.

    [No bumping. If it’s that urgent, consider hiring someone.]

    Thread Starter acknowledged74

    (@acknowledged74)

    Hi

    Not had a response to this.

    I’ve found how to get rid of the reviews and a couple of other elements but not the random product image and description that shows on the bottom of every page including the main page. I don’t even know how to describe this better, its a random product with a H1 title, thumbnail image and description.

    Please help me get rid of this.

    Regards

    Ash

    Thread Starter acknowledged74

    (@acknowledged74)

    Would someone please take the time to help with this, hopefully someone from Woo.

    Thread Starter acknowledged74

    (@acknowledged74)

    I’ve put

    add_action(‘woocommerce_before_main_content’, ‘my_theme_wrapper_start’, 10);
    add_action(‘woocommerce_after_main_content’, ‘my_theme_wrapper_end’, 10);

    function my_theme_wrapper_start() {
    echo ‘<section id=”maincontent”>’;
    }

    function my_theme_wrapper_end() {
    echo ‘</section>’;
    }

    into my function.php and literally nothing has happened.

    I am actually sitting here getting angry now, wasting my swearword expletive time.

    Woo say contact support but you can’t until you have purchased an extension, but if this won’t work with my theme I’m not going to buy an extension, complete catch 22 and the instructions,

    ” By inserting a few lines in your theme’s functions.php file, First unhook the WooCommerce wrappers;

    1.remove_action( ‘woocommerce_before_main_content’, ‘woocommerce_output_content_wrapper’, 10);
    2.remove_action( ‘woocommerce_after_main_content’, ‘woocommerce_output_content_wrapper_end’, 10); “

    just doesn’t even make sense – comma capital letter what the hell.

    argggggggggggggggggggggggggggggggggggggggggggggggggghhh WordPress is such a pain.

Viewing 15 replies - 1 through 15 (of 143 total)