Home Forums WoodMart support forum Single category page category description not show all pages

Single category page category description not show all pages

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #524337

    696.kishanmakwana
    Participant

    Single category page category description show only page one i change page 2 , 3, 4 ect then now show means not show in pagination
    Page: 1 https://nimb.ws/8wxNWG
    On Pagination: https://nimb.ws/cR8UBp

    #524429

    Hello,

    Can you please share the WP admin login details of your site so I will check and give you the possible solution. Also share the page url where the issue is situated.

    Best Regards.

    #524441

    696.kishanmakwana
    Participant

    Sure please update with solutions

    #524575

    Hello,

    Sorry to say but your provided WP-ADMIN Login details aren’t working. Can you please share valid WP-ADMIN Login details of your Site so that we can proceed further and check the issue on your Site and assist you accordingly.

    Best Regards

    #524610

    696.kishanmakwana
    Participant

    Updated

    #524659

    Hello,

    I have confirmed with the lead developer and he confirms that it is how it is supposed to work. Pagination is a page continuation and every next page would not have a description. Unfortunately, it is not possible to change.

    You can test the category default description mechanism with the default WordPress theme.

    Best Regards.

    #525130

    696.kishanmakwana
    Participant

    so Woodmart theme this option is worst useless.

    #525209

    Hello,

    Sorry for the inconvenience. But it is the way it works with WooCommerce too and if you want you can create a custom layout for each category to place its text that will be shown on all pages:
    https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/

    Best Regards.

    #526082

    696.kishanmakwana
    Participant

    How to get category additional description using function.
    how to access this data show i have create custom.
    please say which we have used taxonomy, post meta, meta ect ?

    so i have get category additional description any way please explain.

    #526338

    Hello,

    Sorry but there is no option in Theme Settings available for that.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios

    #527116

    696.kishanmakwana
    Participant

    You have not provide this option but i have using products id get products category all data and show single category description in all page with pagination.

    “Without Xtemos support”

    Example link: https://goedmedicine.com/product-category/sildenafil-citrate/kamagra/

    #527245

    Hello,

    Sounds Great! that you have done my yourself.

    If you do not mind, can you please tell me how did you do that? It will be helpful for the other users as well. Please share the complete solution with us as well.

    Best Regards.

    #532644

    696.kishanmakwana
    Participant

    I have fixed this issue using custome code:
    Example link: https://goedmedicine.com/product-category/sildenafil-citrate/kamagra/

    // Function to display category_extra_description_text on category pages

    function display_category_extra_description_text() {
        $term_id = get_queried_object_id();
        $category_extra_description_text = get_term_meta($term_id, 'category_extra_description_text', true);
    
        if (!empty($category_extra_description_text)) {
            echo '<div class="category-extra-description">' . wp_kses_post($category_extra_description_text) . '</div>';
        }
    }

    Pleaser close ticket

    #532701

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 14 posts - 1 through 14 (of 14 total)

The topic ‘Single category page category description not show all pages’ is closed to new replies.