- This topic has 5 replies, 3 voices, and was last updated 14 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › When displaying all products for a category via shortcode, fancy links break
I use a theme that uses shortcodes options like fancy links.
When i use estore shortcodes to display all products for a category, these links get broken
A bracket get’s removed from the link short code. Instead of [fancylink] i get [fancylink
This doesn’t happen when i use esroe shortcode to display just one product fancy
Can you tell which shortcode causes this? share the exact shortcode that you are using so I can investigate the code.
The short code of the them looks like this
[fancy_link link=”http://yourdomain” target=”blank”]yourtext[/fancy_link]
The estore short code i used was
[wp_eStore_category_products:category_id:1:end]
whoch seems to have removed the ]
from
[fancy_link link=”http://yourdomain” target=”blank”]
This is a minor issue.
What i noticed today is that tyour shortcode also displays unreleased products, i.e. that are just drafts. So a list of products to display or not to display would come in handy
Try using this shortcode from the extra eStore shortcodes plugin:
[wp_eStore_category_products_fancy id=1 style=1 order=1]
You can get the extra shortcode plugin from here:
http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460
“shortcode also displays unreleased products” – This is where category comes in handy… just place the released product in a particular category then display all products from that category.
Thanks a lot.
Is there an overview somewhere ho many different fancy / display styles there are and what they do (look like)?
List of all “standard” eStore shortcodes:
http://www.tipsandtricks-hq.com/ecommerce/wp-content/uploads/wp-estore-shortcodes.pdf
List of “extra” eStore shortcodes:
http://www.tipsandtricks-hq.com/ecommerce/wp-content/uploads/extra-eStore-shortcodes.pdf
eStore Demo pages:
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-plugin-demo-175
http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-list-of-all-products-display-demo-240