I added a short description on my Shop Catalog page. It works fine. There's just a small thing that bugging me. How can I make the description stays on every catalog page view?
My page is http://gammemagie.joy-kitchen.com/?post_type=product
Thanks
I added a short description on my Shop Catalog page. It works fine. There's just a small thing that bugging me. How can I make the description stays on every catalog page view?
My page is http://gammemagie.joy-kitchen.com/?post_type=product
Thanks
Hi JoyK,
That link seems to be dead. Can you explain a bit more what you are trying to do or provide a working link to an example?
Regards,
Devin
Sorry, here's the updated link http://gammemagie.grafphicsell.biz/?post_type=product
Which other catalog view is it not showing up on? Do you have an example other than the main shop page?
I think it's a bit difficult to get what I'm trying to explain when the site is not in English.
If you scroll down to the bottom of page you will see page number from 1 to 4 as my catalog has 4 pages. I was wondering how can I make my short description that I have on top of page 1 can be seen on page 2-3-4 as well.
Sawadee Krap,
So you want the 7 instruction steps you have on top of http://gammemagie.grafphicsell.biz/?post_type=product to be also visible on http://gammemagie.grafphicsell.biz/?post_type=product&paged=2 and page 3, 4.
Please open up file /plugins/woocommerce/woocommerce-template.php in the plugins folder, and look for line 256 that looks like
if ( get_query_var( 'paged' ) == 0 )
and change that line to look like
if ( get_query_var( 'paged' ) >= 0 )
That's it!
Thanks,
Nick
Hi Nick,
Thanks a lot. That works like a charm!
Khob Khun kha.
This topic has been closed to new replies.