Home › Forums › WoodMart support forum › Single category page category description not show all pages
Single category page category description not show all pages
- This topic has 13 replies, 2 voices, and was last updated 10 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
December 24, 2023 at 5:38 pm #524337
696.kishanmakwanaParticipantSingle 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/cR8UBpDecember 25, 2023 at 12:17 pm #524429
Aizaz Imtiaz AwanKeymasterHello,
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.
December 25, 2023 at 1:25 pm #524441
696.kishanmakwanaParticipantSure please update with solutions
December 26, 2023 at 8:35 am #524575
Aizaz Imtiaz AwanKeymasterHello,
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
December 26, 2023 at 12:03 pm #524610
696.kishanmakwanaParticipantUpdated
December 26, 2023 at 4:11 pm #524659
Aizaz Imtiaz AwanKeymasterHello,
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.
December 28, 2023 at 12:12 pm #525130
696.kishanmakwanaParticipantso Woodmart theme this option is worst useless.
December 28, 2023 at 3:53 pm #525209
Aizaz Imtiaz AwanKeymasterHello,
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.
January 2, 2024 at 3:15 pm #526082
696.kishanmakwanaParticipantHow 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.
January 3, 2024 at 11:19 am #526338
Aizaz Imtiaz AwanKeymasterHello,
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 StudiosJanuary 5, 2024 at 10:33 am #527116
696.kishanmakwanaParticipantYou 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/
- This reply was modified 10 months, 2 weeks ago by 696.kishanmakwana.
- This reply was modified 10 months, 2 weeks ago by 696.kishanmakwana.
January 5, 2024 at 2:30 pm #527245
Aizaz Imtiaz AwanKeymasterHello,
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.
January 23, 2024 at 1:55 pm #532644
696.kishanmakwanaParticipantI 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
January 23, 2024 at 3:39 pm #532701
Aizaz Imtiaz AwanKeymasterMost 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. -
AuthorPosts
Tagged: category description
The topic ‘Single category page category description not show all pages’ is closed to new replies.
- You must be logged in to create new topics. Login / Register