Hello Ciaran,
I came across two other issues at Vitality template:
1. For the typography, from my experience from your them central, the code <div class="page-header"> <h2> </h2> </div> should give a title that has this image ("../images/typo/hr.png" as underlining element. This does not happen for vitality? The hr.png image is in the template's installation
2. The picture for the Header Background seems NOT to reside inside the <div id="header"> .Thus the picture extends beyond the header and does not scale correctly. Is that the issue or am I doing something wrong?
Thank you again,
Ach
- Tompakidf2
-
- Commercial Templates
- Friday, 25 September 2015
- Subscribe via email
Hi Ach
1. By default our the article titles of our Vitality template does not include any any underlying graphics. An example of the article header of our Vitality template can be seen here.. http://demo.joomla51.com/0123/index.php/j-stuff/singlearticle
2. Would you have a URL to an example of this issue?
Ciarán
1. By default our the article titles of our Vitality template does not include any any underlying graphics. An example of the article header of our Vitality template can be seen here.. http://demo.joomla51.com/0123/index.php/j-stuff/singlearticle
2. Would you have a URL to an example of this issue?
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hello Ciaran
1. I asked you because I saw this picture on the templates installation http://taxinicosia.com/templates/j51_vitality/images/hr.png
Also underline is included in other templates from Joomla51 e.g Central
2. The header issue is here: http://taxinicosia.com
Many thanks. I am almost done with the website. I will not bother you much from now on
Many Thanks,
Achilleas
1. I asked you because I saw this picture on the templates installation http://taxinicosia.com/templates/j51_vitality/images/hr.png
Also underline is included in other templates from Joomla51 e.g Central
2. The header issue is here: http://taxinicosia.com
Many thanks. I am almost done with the website. I will not bother you much from now on
Many Thanks,
Achilleas
- more than a month ago
- Commercial Templates
- # 2
Hi Ach
To resolve try adding the following to the Custom CSS field of your templates parameters...
The above CSS will effect your full screen header option so ensure to only add it to styles where this option is disabled.
Ciarán
To resolve try adding the following to the Custom CSS field of your templates parameters...
.vegas-slide {
height: 240px !important;
}
The above CSS will effect your full screen header option so ensure to only add it to styles where this option is disabled.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hello Ciaran
1. I asked you because I saw this picture on the templates installation http://taxinicosia.com/templates/j51_vitality/images/hr.png
Also underline is included in other templates from Joomla51 e.g Central
2. The header issue is here: http://taxinicosia.com
Many thanks. I am almost done with the website. I will not bother you much from now on
Many Thanks,
Achilleas
Hello Ciaran,
Regarding question 1, Is it easy to add some lines of code to get the same functionality and Central
Many Thanks,
Achilleas
- more than a month ago
- Commercial Templates
- # 4
Hello
I you wish you can experiment with some custom CSS and the .page-header class. Maybe something like the following...
Ciarán
I you wish you can experiment with some custom CSS and the .page-header class. Maybe something like the following...
.page-header {
border-bottom: 3px solid #aaa;
margin-bottom: 10px;
padding-bottom: 10px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Hello Ciaran,
I used this
.page-header h2 {
text-align:center;
}
.page-header:after, hr {
background: url("../templates/j51_vitality/images/hr1.png" no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
content: "";
display: block;
height: 30px;
margin: 0px auto;
position: relative;
top: 20px;
width: 100%;
z-index: 0;
border: none;
}
Works pretty fine.
I used this
.page-header h2 {
text-align:center;
}
.page-header:after, hr {
background: url("../templates/j51_vitality/images/hr1.png" no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
content: "";
display: block;
height: 30px;
margin: 0px auto;
position: relative;
top: 20px;
width: 100%;
z-index: 0;
border: none;
}
Works pretty fine.
- more than a month ago
- Commercial Templates
- # 6
Hello Ciaran,
I still have the problem with the header background. The picture for the Header Background seems NOT to reside inside the <div id="header"> .The picture extends beyond the header. That is very obvious on mobile where the page scrolls slowly to the left and then the gap at right is visible. The website is http://taxinicosia.com/. I attach a screen shot. The gap is at right side (red circled)
I also did a fresh installation of the template without custom css and the issue is still there.
Many thanks
Achilleas
I still have the problem with the header background. The picture for the Header Background seems NOT to reside inside the <div id="header"> .The picture extends beyond the header. That is very obvious on mobile where the page scrolls slowly to the left and then the gap at right is visible. The website is http://taxinicosia.com/. I attach a screen shot. The gap is at right side (red circled)
I also did a fresh installation of the template without custom css and the issue is still there.
Many thanks
Achilleas
- more than a month ago
- Commercial Templates
- # 8
Hi Achilleas
To resolve try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To resolve try adding the following to the Custom CSS field of your templates parameters...
@media only screen and (max-width: 767px) {
html, body {
max-width: 100%;
overflow-x: hidden;
}
}
Ciarán
- more than a month ago
- Commercial Templates
- # 9
- 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 »