TerrasIOI Posted November 13, 2007 Share Posted November 13, 2007 Hello, When I use Joomla rendered source and copy to header.tpl file, it works with minor security problem. However, if I use Joomla source code from template and put into header.tpl, fcss format is gone and at the top I'm getting those signs: "id ) { initEditor(); } ?> " ; ?> " ; ?>" Any clue on what can be wrong? 0 Quote Link to comment Share on other sites More sharing options...
locofede Posted November 14, 2007 Share Posted November 14, 2007 Hi, Why don't use the Joomla wrapper(with full width)? works fine for me. I have WHMCS on a subdomain and my main page on the root domain. when you click on billing goes into the wrapper. Looks great and consistant 0 Quote Link to comment Share on other sites More sharing options...
TerrasIOI Posted November 14, 2007 Author Share Posted November 14, 2007 Hi, Why don't use the Joomla wrapper(with full width)? works fine for me.I have WHMCS on a subdomain and my main page on the root domain. when you click on billing goes into the wrapper. Looks great and consistant That is a solution I admit. However, it is hard to link proper to different sections within support area then. For example I'm linking from welcome mail directly into some knowledge base topics and so. Even SSL is not working as well. If you found a way, please tell 0 Quote Link to comment Share on other sites More sharing options...
Roger Posted November 14, 2007 Share Posted November 14, 2007 Would hidden <div> 's work for you instead of the wrapper iframe? 0 Quote Link to comment Share on other sites More sharing options...
TerrasIOI Posted November 14, 2007 Author Share Posted November 14, 2007 Would hidden <div> 's work for you instead of the wrapper iframe? Man, what do you mean with this? Please explain. 0 Quote Link to comment Share on other sites More sharing options...
Roger Posted November 14, 2007 Share Posted November 14, 2007 the code between the div tags is not displayed until until a link is clicked. Now that sounds pretty dumb I know. But, using a pretty common piece of C# code or jscript. The div and it's contents are actually in place but not seen until the code is activated via a link. Looks like a frame but isn't. this page http://smallbusinessnetworks.biz/tutorials.html on my site is not active anymore but it uses hidden <div> 's. Yes, I know the text is too big but thats because the style is not being applied anymore. Again because the page is no longer used. Click the tutorial links on the side to see the effect. edit: You can google for hidden <div> and find out all you want. 0 Quote Link to comment Share on other sites More sharing options...
TerrasIOI Posted November 14, 2007 Author Share Posted November 14, 2007 Roger, OK thanks, I will check it out. 0 Quote Link to comment Share on other sites More sharing options...
TerrasIOI Posted November 27, 2007 Author Share Posted November 27, 2007 the code between the div tags is not displayed until until a link is clicked. Now that sounds pretty dumb I know. But, using a pretty common piece of C# code or jscript. The div and it's contents are actually in place but not seen until the code is activated via a link. Looks like a frame but isn't. this page http://smallbusinessnetworks.biz/tutorials.html on my site is not active anymore but it uses hidden <div> 's. Yes, I know the text is too big but thats because the style is not being applied anymore. Again because the page is no longer used. Click the tutorial links on the side to see the effect. edit: You can google for hidden <div> and find out all you want. Yes, I found the problem, it was a div related. Thanks. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.