Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2053942
WooCommerce Related
Closed

Comments

  • idealabs77 started the conversation

    Can i can help  on bit fast track please ?

    Wordpress Install URL : https://jacgifts.com/products/

    REFERENCE to Ticket #2052014

    Hello,

    Few Things , How to ?

    1. How to Show 'Category Description' Below Category Title and Display all Categories & Subcategories on main SHOP pages ? i tried (https://davidnash.com.au/woocommerce-category-description/) and other few methods but non worked. (Category Descriptions already created)

    2. On every URL there is '?v=c86ee0d9d7ed' displayed, how to disable or remove that.

    3. If i like a Demo Page template, How can i create a new product / category page and use the same format with all dynamics inside.

  •  7,095
    Oliver replied

    Hi,

    Replied in another ticket.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • idealabs77 replied

    Thank you Gregor,

    Yes no products as of now, Setting up.

    Got both points 2 & 3 cleared. Only having trouble in displaying 'Category Descriptions' on category page and other area if required. Below is link (screenshot) for one of the category page which has description set.

    https://paste.pics/5V339

    Note : Some trials i did. 

    Also installed TheGemChild Theme did as detailed below in trial 1 (But no luck)

    Trial 1. Used functions.php as detailed at https://www.cloudways.com/blog/display-categories-in-woocommerce/

    Trial 2. Made 'woocommerce' directory under child theme & copied 'archive-product.php' from original woocommerce plugin. Added code below h1 tag

    <?php
            //show category description
            $term_object = get_queried_object();
            ?>
            <div class="woocommerce-category-description">
                <div class="title"><?php echo $term_object->name; ?></div>
                <div class="description"><?php echo $term_object->description; ?></div>
            </div>

    -----------------------------------------------------------------

    TheGem is a wonderful Gem, And i am learning it slowly :)

  •  7,095
    Oliver replied

    Sorry, I can't understand what description you need to add. By the way, If you need to add something in the category page, you don't need to edit template, you need to use actions. All our woo actions you can see in the file:

    /wp-content/themes/thegem/inc/woocommerce.php

    For example:

    function woocommerce_taxonomy_archive_description_new() {
        echo '111111111111';
    }
    add_action( 'woocommerce_before_shop_loop', 'woocommerce_taxonomy_archive_description_new', 10 );
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • idealabs77 replied

    Sorry if i was not able to detail properly, Here again what exactly i wanted.

    Category Description manually created under Products => Categories => Some New Category Created + Description added etc etc

    This Description should be displayed below Category page => h1 title

    Since i am setting Categories page indexable to search robots, I want this 'Description' as content on page below H1.

  •  7,095
    Oliver replied

    Hi,

    in order to give you hints I need access to your site, pls. make anywhere dev copy of your site.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • idealabs77 replied

    Hello,

    OK will do the needful and reply back after same.

    Thanks

  •  7,095
    Oliver replied

    Ok, let me know.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver