Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › NextGen Gallery Integration – eStore not showing add to cart button below images
- This topic has 8 replies, 2 voices, and was last updated 11 years, 7 months ago by
admin.
-
AuthorPosts
-
July 20, 2013 at 10:52 pm #9365
dapnepep
MemberI have the following in one of my pages:
[wp_eStore_cart_when_not_empty]
[nggallery id=10 template=wp-eStore]
It can be seen at: [http://musclebeautyx.com/images/bw-1-2/]
I have tried entering the button in the alt text as well but I get a missing image thus the blank space.
This shortcode included in the page was working previously I don’t know what happened?
All help is appreciated.
Thanks in advance. I have searched Google endlessly so this is my last resort.
Guide I was using: http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-and-nextgen-gallery-integration-to-create-digital-photo-store-method-1-1232
July 21, 2013 at 12:37 am #56722admin
KeymasterDo you have the eStore NextGen gallery addon active on this site? To me it looks like you don’t have that addon active.
July 21, 2013 at 1:32 am #56723dapnepep
MemberI’m not sure I know what you are talking about, I have the NextGen Gallery plugin if thats what you mean?
July 21, 2013 at 4:57 am #56724admin
KeymasterYou also need our addon called “eStore NextGen Gallery Addon”
Please go to the following documentation and read the “What Plugins do You Need for This Integration” section again and you will see what I mean:
Basically, follow the above documentation from top to bottom and do everything it says and you should be good.
July 21, 2013 at 11:53 am #56725dapnepep
MemberOkay I’ve got that and my captions came back and no buttons
July 21, 2013 at 7:22 pm #56726dapnepep
MemberI’ve even configured the NGG eStore Addon with a template for [http://musclebeautyx.com/images/bw-1-2/]
and just the prices come out.
July 22, 2013 at 12:09 am #56727admin
Keymasterokay I will jump on your site and check it out. I sent you an email to get access to the site. Please reply to the email.
July 22, 2013 at 10:58 pm #56728dapnepep
MemberI have filled out the form any idea on whats going on?
July 23, 2013 at 12:34 am #56729admin
KeymasterIt turns out that the buttons where there but you have a little CSS issue which was settings a fixed height on the image box and hiding the button. I have added the following CSS code in eStore’s custom CSS file (wp_eStore_custom_style) to make the height “auto” so that it shows everything and doesn’t hide the button:
.ngg-gallery-thumbnail-box {
height: auto !important;
} -
AuthorPosts
- You must be logged in to reply to this topic.