-
AuthorPosts
-
March 30, 2008 at 7:58 am #127079
Please, can someone help me with sovling this JA Tabs Problem: http://www.yoowine.com
You can see, that the width of the Tabs isn’t correct. But If you look here http://www.yoowine.com/index.php/component/option,com_glossary/Itemid,4/ the top tabs are displayed correctly.
I don’t know how to fix it. Perhaps can someone help me?
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
March 31, 2008 at 5:03 am #243701I spent almost an hour investigating your problem but it seems that you have so many HTML and mark up in the content.
Can you roll back to the default installation with standardized html content (good css and html markup)?
March 31, 2008 at 6:29 am #243709Sorry, but I don’t get your question. HTML and Markup-Content? In my opinion there is not much content and I didn’t change any CSS.
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
March 31, 2008 at 6:41 am #243710Can you try to put some original Joomla modules in the positions such as latest news and popular and see if you still have same problem then?
March 31, 2008 at 7:59 am #243716In the ja-tab1 and ja-tab2 positions?
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
March 31, 2008 at 8:00 am #243717Yes, unpublish all modules you have there now and use some original joomla modules.
March 31, 2008 at 8:08 am #243719Done. You can see it now on my site.
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
March 31, 2008 at 8:56 am #243723Try to unpublish all add ons you have published such as the core design mambot etc, even the ja-news module
March 31, 2008 at 8:59 am #243725Okay. I get it. When JA News is unpublished the Ja Tabs work fine. With Ja News, there is the problem again. How can i fix it?
lehoai Friendlehoai
- Join date:
- January 2007
- Posts:
- 158
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 13
- Thanked:
- 7 times in 7 posts
March 31, 2008 at 9:03 am #243727Hi GEMEON,
I think you are using J1.5 and you have to check these:
– You have file modules.php in templatesja_telinehtml folder
– Make sure in that file has function modChrome_jatab
– Make sure in that function has the follow code:
+ $tab_width = round(99.6/count(JModuleHelper::getModules($module->position)), 1);
If it hasn’t them you should download again and copy into that folder. I think you will resolved this problem.March 31, 2008 at 9:07 am #243728No, I’m using J! 1.0.15…
Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
March 31, 2008 at 9:13 am #243729This is a problem with numeric decimal point. By default, decimal point is a dot (.), but in your case, it is comma (,) which browsers cannot understand. To fix this problem, open your template index.php file, search this code:
$tab_width = round(99.6/mosCountModules('ja-tab1'), 1);
and replace to
$tab_width = number_format(99.6/mosCountModules('ja-tab1'), 1, '.', '');
Search
$tab_width = round(99.6/mosCountModules('ja-tab2'), 1);
and replace to
$tab_width = number_format(99.6/mosCountModules('ja-tab2'), 1, '.', '');
1 user says Thank You to Khanh Le for this useful post
March 31, 2008 at 9:20 am #243730That was the problem!
Thank you!!!
April 14, 2008 at 9:47 am #245428We have the same problem fixed i but the jabs length still is wrong.
Ja tabs show blank lines after content we want ja tabs to be shorter in length-
Our site is http://www.spanish-espanol.com/joom
thanks.
DavidMarch 7, 2012 at 7:51 am #442363Dear Joomla Developers,
I Have an issue for 2 weeks. and i m fed off now. joomla plugins and modules are making my hairs off. plzzzz plzzz help me out of here.Issue:
I Configure
PHP, My sql and Joomla on IIS 7.0
BY Akeeba Backup, I run it on my IIS 7.0.
Everything Works Fine. But JA TABS are not working, showing Code.JA TABS contains modules with Background image and Shadow effects modules (in my admin panel i see)
When i paste the code in Article. it works Good and show Tabs. but in modules, it shows CODE on the PAGE and effects works fine.Please help me out……….!!!
-
AuthorPosts
This topic contains 15 replies, has 7 voices, and was last updated by watchstevedrum 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum