When I insert a gallery the sidebar goes away. is there a method to keep the sidebar when inserting a gallery onto a page?
Sidebar in Gallery
(6 posts)
(2 voices)
-
Posted 1 year ago #
-
Hello mikepallas,
You might be interested in our fancy_images shortcode. http://themes.mysitemyway.com/awake/shortcodes/galleries-image-shortcodes/
This will let you mimic the portfolio gallery with a sidebar page. Let us know if this works for you mikepallas.
Posted 1 year ago # -
That does work thanks, is there a way to link the images used to a page or post?
Posted 1 year ago # -
Yes you would do something like this,
[fancy_images link = "http://www.google.com"] http://www.yoursite.com/images/1.jpg [/fancy_images]You can also add alt and title text, change the dimensions and the target with the following options like so,
[fancy_images link = "http://www.google.com" target = "_blank" width = "100" height = "200" alt = "alt text" title = "title text"] http://www.yoursite.com/images/1.jpg [/fancy_images]Let us know if you need anything else mikepallas.
Posted 1 year ago # -
When I do this it links properly, but wont allow for the images to be placed horizontally, they stack vertically instead.
Posted 1 year ago # -
You'll need to use one image with each shortcode. You can also get creative and put them inside column shortcodes,
[one_half] [fancy_images link = "http://www.google.com"] http://www.yoursite.com/images/1.jpg [/fancy_images] [/one_half] [one_half_last] [fancy_images link = "http://www.google.com"] http://www.yoursite.com/images/2.jpg [/fancy_images] [/one_half_last]Posted 1 year ago #
Reply
You must log in to post.













