1. mediamagnate
  2. Commercial Templates
  3. Tuesday, 10 May 2016
  4.  Subscribe via email
Hi,

Can you tell me how to disable the non-module positioned Header Image so I can use a third party slider instead?

Pete
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pete

Options for your header slideshow are available within the styling tab of your templates parameters. Simply removing all images from the header image option will disable the slideshow.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I've done that but there still is Header appearing above the slider?

I still can't get the Blue area to disappear?





Any suggestions?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Sent you details as an email through Joomla51.

Pete
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Pete

Am I correct in assuming you do not have need for the header area of the template and instead wish to place the logo within a slideshow module? If so the best option may be to remove the header area entirely. To do so remove the following from your templates index.php (../templates/j51_caitlin/index.php - LINE 31-43)...


<div id="vegas-slideshow"></div>
<div id="container_header" class="j51container">
<div id="header">
<?php require("php/layouts/header.php"); ?>
<?php require("php/layouts/social_icons.php"); ?>
<?php if ($this->countModules( 'header-1' )) : ?>
<div class="header-1">
<jdoc:include type="modules" name="header-1" style="none" />
</div>
<?php endif; ?>

</div>
</div>


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you very much. Exactly what the doctor ordered! Please consider this ticket closed.

Pete
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!