Security bug discovered in all previous Joomla 1.5 versions. UPDATE NOW!
This will not affect your template layouts or features

More info  

Or fast upgrade

You are here:Templates Club arrow Help and Support arrow Support Forums
Youjoomla Support
Welcome, Guest
Please Login or Register.    Lost Password?
Re:TAB Title not showing up (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:TAB Title not showing up
#2315
mclanea
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Re:TAB Title not showing up 5 Months, 2 Weeks ago Karma: 0  
I created an admin account for you. (test account anyway...)

EIDTED
 
Logged Logged  
 
Last Edit: 2008/03/27 17:26 By neo.
  The administrator has disabled public write access.
#2316
neo
Admin
Posts: 2618
graph
User Offline Click here to see the profile of this user
Re:TAB Title not showing up 5 Months, 2 Weeks ago Karma: 65  
ok it is server buffer limit , it is loading first line coming down , your php.ini has buffer limit set
here is solution not to poke around php.ini

open index.php , place this code before </head> ending tag

Code:

<link rel='stylesheet' type='text/css' href='modules/mod_myfp_slider/mod_myfp_slider_style.css'/> <script type='text/javascript' src='modules/mod_myfp_slider/mootools.js'></script> <script type='text/javascript' src='modules/mod_myfp_slider/slide.js'></script>
and place this in your layout.css
Code:

.moduletablemyfps_ a.myfps_newstitle_c { display: block; font-weight: bold; margin-bottom:5px; border: none; font: bold 125%/normal Cambria, "Times New Roman", Times, serif; text-decoration: none; color: #cc0202; } .moduletablemyfps_ a.myfps_newstitle_c:hover { border-bottom: none; color: #28579A; } .moduletablemyfps_ a.myfps_rm_c { color: #cc0202; border: none; text-decoration: none; } .moduletablemyfps_ a.myfps_rm_c:hover { color: #28579A; } .moduletablemyfps_ a.myfps_al_c { color:#28579A; text-decoration: none; } .moduletablemyfps_ a.myfps_al_c:hover { color:#cc0202; text-decoration: none; }
 
Logged Logged  
 
Last Edit: 2008/03/27 16:05 By neo.
 
Please mark your post as SOLVED if your issue is resolved. Thank you. To mark the post as solved , edit your first post title : NOTE FOR UNANSWERED POST: IF YOUR POST IS NOT ANSWERED WITHIN 48H PLEASE SEND ME AN EMAIL TROUGH OUR CONTACT FORM WITH SUBJECT UNANSWERED POST
  The administrator has disabled public write access.
#2317
neo
Admin
Posts: 2618
graph
User Offline Click here to see the profile of this user
Re:TAB Title not showing up 5 Months, 2 Weeks ago Karma: 65  
the only thing now is that you will have to edit link colors manually , as you see in code above all coclors in green , you need to change the manually ,
 
Logged Logged  
 
Please mark your post as SOLVED if your issue is resolved. Thank you. To mark the post as solved , edit your first post title : NOTE FOR UNANSWERED POST: IF YOUR POST IS NOT ANSWERED WITHIN 48H PLEASE SEND ME AN EMAIL TROUGH OUR CONTACT FORM WITH SUBJECT UNANSWERED POST
  The administrator has disabled public write access.
#2318
neo
Admin
Posts: 2618
graph
User Offline Click here to see the profile of this user
Re:TAB Title not showing up 5 Months, 2 Weeks ago Karma: 65  
and here is same solution if tabs are not showing

place this in index.php before </head> ending tag

Code:

<link rel="stylesheet" type="text/css" href="modules/mod_tab_news/mod_tab_news_style.css" /> <script src="modules/mod_tab_news/server_tab_news.js" type="text/javascript"> </script>
and this in layout.css
Code:

a.tnews_newstitle_c { display: block; font-weight: bold; margin-bottom:5px; border: none; font: bold 125%/normal Cambria, "Times New Roman", Times, serif; text-decoration: none; color: #ff6600; } a.tnews_newstitle_c:hover { border-bottom: none; color: #ff6600; } a.tnews_rm_c { color: #28579A; border: none; text-decoration: none; } a.tnews_rm_c:hover { color: #cc0202; } .moduletabletnews_ a.tnews_al_c { color:#28579A; text-decoration: none; text-align:left; width:50%; float:left; margin-top:5px; } .moduletabletnews_ a.tnews_al_c:hover { color:#cc0202; text-decoration: none; } .more a{ font-weight:bold; color:#28579A; float:right; padding:8px 3px; } .more a:hover{ color:#cc0202; }
 
Logged Logged  
 
Last Edit: 2008/03/27 16:05 By neo.
 
Please mark your post as SOLVED if your issue is resolved. Thank you. To mark the post as solved , edit your first post title : NOTE FOR UNANSWERED POST: IF YOUR POST IS NOT ANSWERED WITHIN 48H PLEASE SEND ME AN EMAIL TROUGH OUR CONTACT FORM WITH SUBJECT UNANSWERED POST
  The administrator has disabled public write access.
#2320
mclanea
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Re:TAB Title not showing up 5 Months, 2 Weeks ago Karma: 0  
I'm not going to go through all of that. From what you are saying there is some reason why both modules can't run concurrently. If it's overloading stuff in test, it is only going to get less manageable when I put it into production. That's a major disappointment.

I've spent a lot of time trying to get this template to work, I had hoped it would look as good as what is in the demo. What else can I put there that will look nice and won't need to be modified?

I'm just being honest... there is only so much tweaking I'm willing to do before I just buy a different template.
 
Logged Logged  
  The administrator has disabled public write access.
#2325
neo
Admin
Posts: 2618
graph
User Offline Click here to see the profile of this user
Re:TAB Title not showing up 5 Months, 2 Weeks ago Karma: 65  
reason why our demo looks fine is our php.ini has no limits , but your server does, going trou this issue is not a big deal it is same as demo , I can help you if you decide to go with editing the files , trust me it is 1min fix and will not change anything on your existing layout
 
Logged Logged  
 
Please mark your post as SOLVED if your issue is resolved. Thank you. To mark the post as solved , edit your first post title : NOTE FOR UNANSWERED POST: IF YOUR POST IS NOT ANSWERED WITHIN 48H PLEASE SEND ME AN EMAIL TROUGH OUR CONTACT FORM WITH SUBJECT UNANSWERED POST
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop