I am fighting with the Iframe Wrapper in my new site, based on this theme.
Website page is to be found on: http://reliable.ae/sime/index.php/careers-zoho
The page to wrap can be found here: https://recruit.zoho.com/recruit/Portal.na?iframe=false&digest=cfzAZLIuu0BdUXfo2TsU24uMLNtreGdahWI3Z1OTSIM-_
What I try to do is integrate a zoho page under the menu item careers and it only partly works. Whatever I do with the parameters for the Iframe wrapper, I only see part of the wrapped page.
I would like to have the full page visible
I have been fighting now with it for half a day, can you give me any hints where the solution to this puzzle can be found?
Appreciate your help!
AS Templates
POSTED: 2015-07-08
Hello JOUKEHAG,
In the tmpl.default.css file please find the following class (line 1547):
.wrapper {
height: auto !important;
margin: 0 auto;
}
and remove '!important' declaration from height property.
Regards, AS Team.
joukehag
POSTED: 2015-07-11
Hi AS team, still fighting with the wrapper....
followed your advise, it now reads:
.wrapper
{
height: auto;
height: 100%;
margin: 0px auto;
}
#top_header .wrapper
{
padding-bottom: 0px;
}
#push
{
height: 180px;
}
But result is still the same, have a look at:http://reliable.ae/sime/index.php/careers-zoho
What to do?
AS Templates
POSTED: 2015-07-11
Hello JOUKEHAG,
Try to delete the height: 100% property.
Regards, AS Team.
joukehag
POSTED: 2015-07-11
Tried, still the same....
joukehag
POSTED: 2015-07-11
Help?
joukehag
POSTED: 2015-07-12
ok.. do not know what did the job, but it works!
joukehag
POSTED: 2015-07-12
and, guess what... not working again... driving me crazy!
joukehag
POSTED: 2015-07-13
Hi AS team, really would appreciate your help with this...
AS Templates
POSTED: 2015-07-14
Hello JOUKEHAG,
We do not see the page you provided to us, it is broken:
http://reliable.ae/sime/index.php/careers-zoho
Regards, AS Team.
joukehag
POSTED: 2015-07-14
That is correct, we went life with the site and since I could not get it working properly, I had to block the link. I have made it working again, so if you go to http://sime.ae/index.php/careers you will find it again.
For one short moment it was working properly. I did not change anything after that but it went back to its old, wrong, behavior.
I am getting in desperate mode by now, I really need this feature to work properly so your help, hints or whatever to overcome this hurdle is highly appreciated!
AS Templates
POSTED: 2015-07-14
Hello JOUKEHAG,
In the tmpl.default.css file (line1546):
.wrapper {
height: 100%;
margin: 0 auto;
}
You have to delete 'height' property, it should looks like the following:
.wrapper {
margin: 0 auto;
}
Regards, AS Team.
joukehag
POSTED: 2015-07-14
Done that, works!
You are 200% !
joukehag
POSTED: 2015-08-06
Good day AS team!
I have a little issue on our site sime.ae
The top bar, where the logo is, is grey. The problem is that our logo is grey to, so we placed it in a white background and that does not look nice.
So, I was thinking of changing the top bar from grey to white, looks clean, problem solved.... If I could find where to change it from grey to white.....
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I am fighting with the Iframe Wrapper in my new site, based on this theme.
Website page is to be found on: http://reliable.ae/sime/index.php/careers-zoho
The page to wrap can be found here: https://recruit.zoho.com/recruit/Portal.na?iframe=false&digest=cfzAZLIuu0BdUXfo2TsU24uMLNtreGdahWI3Z1OTSIM-_
What I try to do is integrate a zoho page under the menu item careers and it only partly works. Whatever I do with the parameters for the Iframe wrapper, I only see part of the wrapped page.
I would like to have the full page visible
I have been fighting now with it for half a day, can you give me any hints where the solution to this puzzle can be found?
Appreciate your help!
In the tmpl.default.css file please find the following class (line 1547):
.wrapper {
height: auto !important;
margin: 0 auto;
}
and remove '!important' declaration from height property.
Regards, AS Team.
followed your advise, it now reads:
.wrapper
{
height: auto;
height: 100%;
margin: 0px auto;
}
#top_header .wrapper
{
padding-bottom: 0px;
}
#push
{
height: 180px;
}
But result is still the same, have a look at:http://reliable.ae/sime/index.php/careers-zoho
What to do?
Try to delete the height: 100% property.
Regards, AS Team.
We do not see the page you provided to us, it is broken:
http://reliable.ae/sime/index.php/careers-zoho
Regards, AS Team.
For one short moment it was working properly. I did not change anything after that but it went back to its old, wrong, behavior.
I am getting in desperate mode by now, I really need this feature to work properly so your help, hints or whatever to overcome this hurdle is highly appreciated!
In the tmpl.default.css file (line1546):
.wrapper {
height: 100%;
margin: 0 auto;
}
You have to delete 'height' property, it should looks like the following:
.wrapper {
margin: 0 auto;
}
Regards, AS Team.
You are 200% !
I have a little issue on our site sime.ae
The top bar, where the logo is, is grey. The problem is that our logo is grey to, so we placed it in a white background and that does not look nice.
So, I was thinking of changing the top bar from grey to white, looks clean, problem solved.... If I could find where to change it from grey to white.....
Can you please help me with that?
You can edit it in tmpl.fefault.css file
#header-top-row
{
background-color: #ffffff;
background-image: none;
...
}
#header-row
{
background-color: #ffffff;
background-image: none;
...
}
Regards, AS Team.
Next question: on my sime.ae site I want to get more text in my main menu.
There is plenty of space, but for one or the other reason I cannot get it to utilize the full width.
Can you please help me to get the right setting?
You have to change the bootstrap column size parameter from 9 to to 12 under the extension advanced options tab.
http://www.astemplates.com/joomla-template-documentation/228-151-modules-configuration#maintopmenu
Regards, AS Team.