I am using Artisan for a photographer's website ( http://www.ashwoodphotography.co.uk ), and have set up one style for the front page and a second for all other pages. I have done this because it did not seem possible to turn off the header slideshow for all pages except the front page. If there is a way to do this please tell me.
One outcome is that the pages format differently, specifically the Site name and Slogan are in different positions, so could you tell me how to change the front page site name and slogan to be in the same place as the others?
I have also slimmed down the left side and would like to move everything in the main area more to the left on both styles.
The final question is what is the optimal size for images for the front page?
Many thanks
Peter
- bibbp
- Commercial Templates
- Saturday, 10 September 2016
- Subscribe via email
Hi Peter
When creating a second style of your template ensure to make a copy of your current template style. This will ensure that the same settings are used within each style. For more details on creating multiple template styles may I suggest the following article.. http://joomla51.com/tutorials/item/creating-multiple-template-styles
Ciarán
When creating a second style of your template ensure to make a copy of your current template style. This will ensure that the same settings are used within each style. For more details on creating multiple template styles may I suggest the following article.. http://joomla51.com/tutorials/item/creating-multiple-template-styles
Ciarán
- more than a month ago
- Commercial Templates
- # 1
I did that, but the problem is that one style has the Header full screen set to Yes, and the other No. As a consequence the header is placed on different places on the screen.
- more than a month ago
- Commercial Templates
- # 2
Hello
Presuming I understand you correctly try adding the following to the Custom CSS field of your templates parameters...
Ciarán
Presuming I understand you correctly try adding the following to the Custom CSS field of your templates parameters...
#logo-outside {
position: absolute;
top: 60px;
} Ciarán
- more than a month ago
- Commercial Templates
- # 4
The site now has the Artisan template active, please compare the site titles in:
https://www.ashwoodphotography.co.uk/index.php
with
https://www.ashwoodphotography.co.uk/index.php/portfolios/portraiture .
Just in case here is the full Custom CSS I have in both template styles:
p.site-slogan {
font-size: 12px;
}
h1.logo-text {
font-size: 36px;
}
.sidebar_wrapper {
width: 200px;
}
#logo-outside {
position: absolute;
top: 60px;
}
https://www.ashwoodphotography.co.uk/index.php
with
https://www.ashwoodphotography.co.uk/index.php/portfolios/portraiture .
Just in case here is the full Custom CSS I have in both template styles:
p.site-slogan {
font-size: 12px;
}
h1.logo-text {
font-size: 36px;
}
.sidebar_wrapper {
width: 200px;
}
#logo-outside {
position: absolute;
top: 60px;
}
- more than a month ago
- Commercial Templates
- # 5
Thank you
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
.scroll-button {
display: none;
} Ciarán
- more than a month ago
- Commercial Templates
- # 6
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »