Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › NextGen Gallery tags
Tagged: NextGen Gallery, tag, tags
- This topic has 7 replies, 3 voices, and was last updated 13 years, 8 months ago by amin007.
-
AuthorPosts
-
March 25, 2011 at 8:43 pm #3034jcapMember
I do not know if they can resolve this:
What is the short code to display images with tags when using nextgen gallery with wp eStore?.
In using this nextgen gallery: [nggtags gallery=…]
but combined with wp template eStore. What would be the short code?.
I would appreciate it greatly if solve my problem. Thanks.
(pardon my English).
March 26, 2011 at 1:44 am #30708wpCommerceModeratorIt depends on what integration you are using.
For normal integration:
WordPress eStore and NextGen Gallery Integration to Create Digital Photo Store
For Alternate integration:
http://www.tipsandtricks-hq.com/ecommerce/nextgen-gallery-alternate-integration-method-805
March 26, 2011 at 12:45 pm #30709jcapMemberis for normal integration:
March 26, 2011 at 11:37 pm #30710amin007ParticipantWe don’t control nextgen gallery shortcodes so we have no idea if the shortcode
[nggtags gallery= ...
will work with a template. We provide a template “wp-eStore” for the nextgen gallery. Any gallery shortcode that work with a template option will only work.March 27, 2011 at 6:35 pm #30711jcapMemberIf no solution to display products with tags with nextgen gallery,
You have an alternative solution (using a short code) to show all the products of a particular category in a page, using wp eStore with nextgen gallery (normal integration) and using the template “wp-eStore” for nextgen gallery.
The short code (example) for the “style 3” is: [wp_eStore_category_products_fancy id=1 style=3]
but what would be the short code using the template “wp-eStore” for nextgen gallery?.
Thanks in advance.
Jcap (Spain, Europe)
March 28, 2011 at 1:12 am #30712amin007ParticipantThe eStore’s fancy product display shortcode does not require NextGen gallery plugin. Those are purely shown using the WP eStore plugin only.
March 28, 2011 at 8:31 am #30713jcapMemberSo there is no solution to display all products of a particular category or tag in a page, using wp eStore with nextgen gallery (normal integration) and using the template “wp-eStore” for nextgen gallery?.
Forgive me for insisting, but it is important to me. Thanks.
March 28, 2011 at 11:55 pm #30714amin007ParticipantYou are not understanding the NextGen gallery integration thing.
The nextgen gallery integration basically places a buy button for each of your pictures in the nextgen gallery. This is so you can sell your gallery photos. So the key point here is that each of your gallery picture acts as a product when you use this integration. So all you have to do to show all of your photos(the photos being the product) is create galleries with your photos(you can have multiple galleries if you want) and place the gallery with the buy button. The following shortcode is sufficient for this:
[ngggallery id=1 template=wp-eStore]
If you need to create 20 galleries to cover all of your photos thats fine too. You just place the following shortcodes in your products page one after another (you can alos place them in different pages… one pager per gallery):
[ngggallery id=2 template=wp-eStore]
[ngggallery id=3 template=wp-eStore]
[ngggallery id=3 template=wp-eStore]
[ngggallery id=4 template=wp-eStore]
…..
…..
Notice the galllery ID is different? Do you see how you can see all of your NextGen gallery photos using that 1 shortcode?
If you don’t want to manually configure a eStore product for each of your photos then you have another option which is explained here:
http://www.tipsandtricks-hq.com/ecommerce/nextgen-gallery-alternate-integration-method-805
So the key message to understand here is that you need to focus on showing all of your nextgen gallery photos not eStore products (the eStore products are created to support your phots). If you just want to show all of your eStore products then why are we even going to use NextGen gallery plugin? eStore itself can show all of eStore’s product via 8 different display types (you choose what display type you want to show). The eStore’s product display option are explained here:
http://www.tipsandtricks-hq.com/ecommerce/stylish-product-display-options-for-wp-estore-829
-
AuthorPosts
- You must be logged in to reply to this topic.