0
Votes
Undo
  1. luk
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 07 November 2016
  5.  Subscribe via email
Can I, with this template, also assign a header image slideshow to the home page only ? I know how to do this (https://joomla51.com/tutorials/item/assigning-the-full-screen-header-option-to-the-homepage-only).
I know how to change the height also, f.i.
#header {
height: 400px;
}
I suppose I can use the standard logo for all other pages this way, but how can I keep all other pages the standard height ?
Really beautiful template !
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Using the mentioned method you can also apply 'Custom CSS' and edit your header slideshow differently for each of your menu items.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

As usual the solution was in front of my nose....
Thanks for your support and your beautiful templates.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

I have now a different template assigned to the homepage, with 5 images in the header-slider and high 400 px. All other pages have 1 image in the header-slider and standard height. Works fine.

Is it possible to dissable this header-slider in responsive view, but only dissabled on the homepage ?

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

Would you have a URL to an example of your slideshow?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Using the 'Custom CSS' fields in your 'Responsive Options' tab (homepage template parameters) try using the following...


#header {
height: 150px !important;
}
#vegas-slideshow {
display: none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

Works fine :-)
Thanks.
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Great... thank you for the update!)

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

Can you indicate in which css-file and line-number I can change the font-size of the logo-text as well as the slogan text ? or deliver me the custom css-code.

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

To amend you can add the following to the Custom CSS field of your templates parameters (edit to taste)...


h1.logo-text a {
font-size: 34x;
}
p.site-slogan {
font-size: 11px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 10
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

Works fine !
Thanks for your prima support.

PS. Is it a good idea to provide this possibility in the future in the template parameters ?
  1. more than a month ago
  2. Commercial Templates
  3. # 11
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you for the suggestion.

I have tagged this post and will ensure to add the feature in future template releases.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 12
  • Page :
  • 1


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