Hi Ciáran,
please have a look at http://www.buzath-fiedler.at/joomla/index.php
I intend to build a one pager website, but the problem is, that the main navigation jumps. the home site is correct, but on the other sites the navigation jumps to the the top, it should be fixed on the position like it is on home site.
Furthermore I tried to place a picture at module sidecol c... it is not visible...of course status is public and it should be visible on every page.
Thanks again for your help.
regards, Marion
- salinger
- Commercial Templates
- Sunday, 22 January 2017
- Subscribe via email
Hello
May I suggest sending temporary 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.
Ciarán
May I suggest sending temporary 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.
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Thank you
I have removed the sticky div script included with your template which was conflicting with the script added by yourself.
Ciarán
I have removed the sticky div script included with your template which was conflicting with the script added by yourself.
Ciarán
- more than a month ago
- Commercial Templates
- # 2
Thank you Ciáran, that helped with the navigation. Great!!!
But the problem with the picture module (named "Bild Leistungen" on sidecol c is not solved...it is not visible. Thank you again,
Marion
But the problem with the picture module (named "Bild Leistungen" on sidecol c is not solved...it is not visible. Thank you again,
Marion
- more than a month ago
- Commercial Templates
- # 3
Hi Marion
Is the same module visible if placed in an alternative module position?
Ciarán
Is the same module visible if placed in an alternative module position?
Ciarán
- more than a month ago
- Commercial Templates
- # 4
Hi Marion
Apologies but could I ask you once again to send temporary 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. By default we do not store this information.
Ciarán
Apologies but could I ask you once again to send temporary 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. By default we do not store this information.
Ciarán
- more than a month ago
- Commercial Templates
- # 6
Thank you
In the Layout Options tab of your templates parameters the sidecol width was set to 0. We have changed this to 25 and your side column is now visible.
Ciarán
In the Layout Options tab of your templates parameters the sidecol width was set to 0. We have changed this to 25 and your side column is now visible.
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Thank you Ciáran for your efforts. Unfortunately one more thing... Is it possible to use this template for a one-pager? If you click on the menu buttons, the content is on the top and behind the header picture.I tried to solve it very simple by using <p></p> before the text (the content is built with modules), and I tried as well empty modules which are placed before the text content module. Both ways don't work. Is there a clean solution for this problem?
Thanks again, Marion
Thanks again, Marion
- more than a month ago
- Commercial Templates
- # 8
Hi Marion
You could try using something like the following which can be added to the Custom CSS field of your templates parameters (edit to taste where -300px is the height from the top of the viewport)...
Ciarán
You could try using something like the following which can be added to the Custom CSS field of your templates parameters (edit to taste where -300px is the height from the top of the viewport)...
.module {
position: relative;
}
#ordination, #leistungen, #spezialgebiete, #profil, #kontakt, #impressum {
position: absolute;
top: -300px;
}
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 »