Shape 5

Joomla Templates => Velocity - Club => : dsgmonkey December 02, 2015, 02:58:52 PM



: How to make sure to get Arrow Buttons on Images?
: dsgmonkey December 02, 2015, 02:58:52 PM
On my shaper install of Velocity I'm able to see the arrow buttons show up on the bottom right of images, for example shown on the spotlight area attached.
However on my fresh install I'm unable to get them to show up despite having the template being assigned to Velocity and copied over examples of the Spotlight custom html modules.
Does any certain thing need to be done to turn these arrow buttons on images?
Thanks


: Re: How to make sure to get Arrow Buttons on Images?
: mikek December 03, 2015, 09:31:38 AM
Hello,

As long as your html looks like this, that is all you will need:

<div class="title_image">
   <img alt="" src="/demo/velocity/images/spotlight1.jpg">
   <span class="title_image_text">Julian Marco Going
Pro In 2014</span>
   <a class="title_image_arrow" href="/demo/velocity/index.php/features-mainmenu-47/template-features/responsive-layout">[/url]
</div>

And then just change your link and src as needed.


: Re: How to make sure to get Arrow Buttons on Images?
: dsgmonkey December 03, 2015, 11:58:08 PM
Thanks for the reply!
I gave it a try, but the placement went pretty crazy (attached) Good news is arrow icon at least showed up somewhere

Perhaps anything else I should look out for?


: Re: How to make sure to get Arrow Buttons on Images?
: mikek December 04, 2015, 08:20:01 AM
Hello,

That placement is where it's supposed to be, your image it just too small. Items are placed by the wrapping element, not the size of the image.