Shape 5

Joomla Templates => Hexicon Gamer - Club => : adgilcan October 25, 2014, 02:41:46 PM



: How do I alter these modules
: adgilcan October 25, 2014, 02:41:46 PM
Hi

I am trying to find a way to insert pictures and video into the siteshaper template I downloaded.  I have tried for some time to find the css file to alter but to no avail.  I attach a screenshot of the hexicon modules in question.  I believe they are the "S5 Image and Content Fader v2" and "S5 Tab Show" modules respectively.

How do I add content to these modules, please?  I have marked therm 1 & 2 respectively and the URL is "trigonalsc.eu".

Many thanks

D


: Re: How do I alter these modules
: mikenicoll October 26, 2014, 02:46:35 PM
Hello,

You can alter the content within these modules via the Module Manager and you are correct in which modules they are. For the Image and Content Fader there are input boxes for the H2 Text, P Text and images that appear. You can swap out the images paths in the module directly with your own images.

For the Tab Show the modules should be in the s5_tab1, s5_tab2 and s5_tab3 positions respectively. You can modify the Custom HTML content within these boxes and the image paths to suit your needs.


: Re: How do I alter these modules
: adgilcan October 26, 2014, 03:23:03 PM
Thanks a million, Mike.  And on a Sunday, too!

One last question for the moment:

I have been trying to find the source of the code that displays the copyright information on the home page.

I have unpublished and disabled absolutely everything on a separate installation but I am left with a couple of items that just seem to be embedded into the template.

I have located the code using firebug but, of course, I have no way of knowing where that code resides in the multitude of files belonging to the installation.

I am not particularly interested in changing the code itself but I would like to be able, if I wished, to display, or hide anything and everything on the page.

I am left with some code that I simply cannot find.  I wonder if you would be able to point me in the right direction?  Also, are there any protocols which would help me to find code in the future?

The following is a paste of the code taken from the HTML tab of firebug and references the last remaining items that I cannot unpublish or disable.  It is not indented but is a cut & paste of the code displayed in Firebug.

Very many thanks



Duncan



<!DOCTYPE html>
<html lang="en-gb" dir="ltr" xml:lang="en-gb" xmlns="http://www.w3.org/1999/xhtml">
<head>
<body class="site com_content view-featured no-layout no-task itemid-102">
<div class="body">
<div class="container">
<header class="header" role="banner">
<div class="header-inner clearfix">
<a class="brand pull-left" href="/">
<span class="site-title" title="hexicon">hexicon</span>
[/url]
<div class="header-search pull-right"> </div>
</div>
</header>
<div class="row-fluid">
</div>
</div>
<footer class="footer" role="contentinfo">
<div class="container">

<p class="pull-right">
<a id="back-top" href="#top"> Back to Top [/url]
</p>
<p> ? 2014 hexicon </p>
</div>
</footer>
</body>
</html>


: Re: How do I alter these modules
: mikenicoll October 26, 2014, 06:16:42 PM
Hello,

That code can be found and modified in the vertex > footer.php file on the server via FTP/File Manager.