how do I change the z-index and the top-margin-top module 2 of the template "RENOVTE", which file I have to edit?
thank you
- giuseppe12345
-
- Commercial Templates
- Saturday, 07 March 2015
- Subscribe via email
you, that problem was solved thanks.
Now I have the problem that I can not configure any language, because if I go in management extensions, then the language management page is blank ...
what do i do?
Now I have the problem that I can not configure any language, because if I go in management extensions, then the language management page is blank ...
what do i do?
- more than a month ago
- Commercial Templates
- # 1
Hello
Have you since resolved this issue? Checking your homepage, all booking form dropdowns including your calendar appear to be displaying above all content?
CiarĂ¡n
Have you since resolved this issue? Checking your homepage, all booking form dropdowns including your calendar appear to be displaying above all content?
CiarĂ¡n
- more than a month ago
- Commercial Templates
- # 2
Right, what you'll want to do is hide the one on the bottom for desktop by using the "hidden-desktop" module class, and add "hidden-phone hidden-tablet" to the new code in the index.php.
This should make it suitable for all devices because the one on the top won't display properly on smaller screens.
This is the best I can do, I tried all kinds of different things and this was the best case scenario, maybe someone else knows a better way.
This should make it suitable for all devices because the one on the top won't display properly on smaller screens.
This is the best I can do, I tried all kinds of different things and this was the best case scenario, maybe someone else knows a better way.
- more than a month ago
- Commercial Templates
- # 5
Okay, this was a lot more difficult than I thought, lol, but try this:
1) The code needs to be entered directly into the Template PHP File, so go to the file /templates/J51_Renovate/index.php and look for the line that shows this:
2) Place this code directly above that line:
You can play with the position of it my modifying the margin-top: 10%;margin-left: 60%; portion of the code.
Also, I'm not sure if this is cross-browser compatible or responsive, if you make the changes I'll take another look.
1) The code needs to be entered directly into the Template PHP File, so go to the file /templates/J51_Renovate/index.php and look for the line that shows this:
<div id="container_slideshow" class="container">
2) Place this code directly above that line:
<div width="50%" height="293" scrolling="no" frameborder="0" class="wrapper" style="position:absolute;z-index:2000!important;margin-top: 10%;margin-left: 60%;">
<iframe onload="iFrameHeight()" id="blockrandom" name="" src="http://www.topwebsitetest.eu/booking/prenotazione.html" width="100%" height="293" scrolling="no" frameborder="0" class="wrapper">
</iframe></div>
You can play with the position of it my modifying the margin-top: 10%;margin-left: 60%; portion of the code.
Also, I'm not sure if this is cross-browser compatible or responsive, if you make the changes I'll take another look.
- 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 »