Ciaran,
I have followed the instructions to create topleftmodule and toprightmodule positions, and I can't get them to display. Can you identify what I have done incorrectly?
Thank you
Peter
- bibbp
- Commercial Templates
- Thursday, 26 June 2014
- Subscribe via email
Hello
May I suggest sending temporary FTP and administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
For your own security please do not post access details on the forum.
Ciarán
May I suggest sending temporary FTP and administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
For your own security please do not post access details on the forum.
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hello
Could I ask you to resend your email as we do not appear to have any FTP access details for your site.
Ciarán
Could I ask you to resend your email as we do not appear to have any FTP access details for your site.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Thank you
Your 2 modules appear to be displaying correctly however you have no CSS set for either. Your CSS styling should look something like the following...
Ciarán
Your 2 modules appear to be displaying correctly however you have no CSS set for either. Your CSS styling should look something like the following...
#header {
position: relative;
}
#topleftmodule {
height:50px;
margin:0;
padding:0;
position: absolute;
left:20px;
top:10px;
width:200px;
z-index:99;
}
#toprightmodule {
height:50px;
margin:0;
padding:0;
position: absolute;
right:20px;
top:10px;
width:200px;
z-index:99;
}Ciarán
- more than a month ago
- Commercial Templates
- # 4
Hi Ciaran, I had followed the instructions and did have the above in the CSS (although I did have 2 copies of the #header tag). Still no luck.
- more than a month ago
- Commercial Templates
- # 5
Are you sure you are using the correct template? You did have two versions of the template. The one set as your default was not the one which you had added the module positions.
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 6
Ciaran,
Well spotted - my style and template were not aligned. All good.
Thank you!
Peter
Well spotted - my style and template were not aligned. All good.
Thank you!
Peter
- more than a month ago
- Commercial Templates
- # 7
- 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 »