Shape 5

Joomla Templates => No1 Shopping - Club => : redhat44 April 10, 2014, 12:41:46 PM



: Front Page Images Module?
: redhat44 April 10, 2014, 12:41:46 PM
Hi,

I'm using the construction template and am looking for a solution to show images on the front page that can be clicked on to get to other pages. The wordpress portfolio such as here: http://mpsystems-online.com/MPS/portfolio/# is a nice option but I haven't found anything similar in joomla. Is there a module with shape5 that I can download to show the smaller clickable box images that tilt such as on the front page of the no1 shopping template?

Thank you!


: Re: Front Page Images Module?
: jonahh April 10, 2014, 02:15:29 PM
Hello,

We don't have any module that does this, unless you just want to manually add them like on the No1 Shopping template, you could always do that.


: Re: Front Page Images Module?
: redhat44 April 10, 2014, 02:25:00 PM
Hello,

We don't have any module that does this, unless you just want to manually add them like on the No1 Shopping template, you could always do that.

I could manually put them on the construction template? How would I do this?

Thank you!


: Re: Front Page Images Module?
: mikenicoll April 10, 2014, 09:53:37 PM
Hello,

When you add the image just wrap it with an onclick url in the HTML that points to any other page URL on the site. Here is an example from another site I was working on.

:
<div class="promotional" onclick="window.document.location.href='http://yoursiteurl.ca/services/personal-training'">
<h3>Personal Training - $45.00 / HR</h3>
<ul>
<li>Free Consultation</li>
<li>Free Fitness Assessment</li>
<li>Customized Workout Plans</li>
<li>Nutritional Advice</li>
<li>Money Back Guarantee</li>
</ul>
</div>

-Mike