Plugin Contributor
Imagely
(@imagely)
@websprout – Have a look at the generated shortcode being used by the display; remove the [ and ] characters from the show slideshow link text parameter.
Thanks!
– Cais.
Hi Cais,
Thank you for your reply, I have removed the [ ] parameter but it is still not showing the ‘Show Slideshow’ description. The shortcode is now:
[ngg_images source="galleries" container_ids="28" display_type="photocrati-nextgen_basic_thumbnails" override_thumbnail_settings="0" thumbnail_width="120" thumbnail_height="90" thumbnail_crop="1" images_per_page="20" number_of_columns="0" ajax_pagination="0" show_all_in_lightbox="0" use_imagebrowser_effect="0" show_slideshow_link="1" slideshow_link_text="Show slideshow" order_by="sortorder" order_direction="ASC" returns="included" maximum_entity_count="500"]
Appreciate if you can further assist, thank you!
Plugin Contributor
Imagely
(@imagely)
@websprout – Although the shortcode is correct your theme has a CSS element definition that is hiding the slideshow link … see http://www.weikegaming.com/wp-content/themes/weike/style.css:76
Thanks!
– Cais.
Hi Cais,
Thank you for finding out that it is a css issue. I need another assistance from you – as you can see on the page itself – http://www.weikegaming.com/category/media/events/
Only the latest gallery does not show the ‘[Show Slideshow]’ text, for the rest of the galleries, they all have the ‘[Show Slideshow]’ text. And when I check the shortcode, of another gallery, the short code is:
<img class="ngg_displayed_gallery mceItem" src="http://www.weikegaming.com/nextgen-attach_to_post/preview/id--5025" alt="" />
So instead of changing the CSS, I want to find out how to get the id (5025) for the gallery. If I can figure out the id for this new gallery, then I can use this same short code to generate a working gallery. Do you have any idea how to find the four digit id for the gallery? I only have 28 galleries in my site.
I thank you very much if you can point me in some directions on this matter, thank you!
KC
Plugin Contributor
Imagely
(@imagely)
@websprout – Click the preview image to open the IGW; double-check the Customizations accordion panel; insert the display into the page (it will convert the only <img> tag placeholder into the new generated shortcode).
Thanks!
– Cais.
HI Cais,
Is there a way to convert the new generated shortcode to
tag instead?
Plugin Contributor
Imagely
(@imagely)
@websprout – In short, no. The generated shortcode currently used is much more cross compatible than the old <img> tag placeholder code.
– Cais.