Hi there, for the images I would like for them to open up in the same tab in the browswer instead of a new tab. How do I implement this? I am using βLinkβ option for my images.
Hi, the link post type is created for external links. At the moment there is no option in the plugin to change that (will add a way to change it in the next update).
But you can edit file with that parameter, so the file is “class-amo-team-showcase-shortcodes.php”, line 154, delete the target=”_blank”, or change _blank to _self.
(Of course your change will be overwritten on next plugin update.)
Thank you for this information, it worked!
Appreciate the help π
Hi there,
I added “Id” to the shortcode on my page and separated them by comma they are still not showing in this order that I want.
I also changed the item-width=”50″ and added item-height=”300″ that did not work, any thoughts, solutions? I have 5 thumbnails I need all on the same row.
k I was able to figure out how to order the items. I still need to resize them as I have 5 items/thumbnails to display in a row, right now it’s only displaying 4 in a row with the 5th one going to the next row.
Hi achohanc6,
You would need to create new topic for new question.
Shortcode parameters are described in the plugin documentation, you need to refer to it.
For example there is no such parameter as “item-height” and minimum item width is 200.