Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • gemeon Friend
    #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 Friend
    #243701

    I 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)?

    gemeon Friend
    #243709

    Sorry, 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 Friend
    #243710

    Can 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?

    gemeon Friend
    #243716

    In the ja-tab1 and ja-tab2 positions?

    Menalto Friend
    #243717

    Yes, unpublish all modules you have there now and use some original joomla modules.

    gemeon Friend
    #243719

    Done. You can see it now on my site.

    Menalto Friend
    #243723

    Try to unpublish all add ons you have published such as the core design mambot etc, even the ja-news module

    gemeon Friend
    #243725

    Okay. 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 Friend
    #243727

    Hi 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.

    gemeon Friend
    #243728

    No, I’m using J! 1.0.15…

    Khanh Le Moderator
    #243729

    This 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, '.', '');

    gemeon Friend
    #243730

    That was the problem!

    Thank you!!!

    davilico Friend
    #245428

    We 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.
    David

    watchstevedrum Friend
    #442363

    Dear 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……….!!!

Viewing 15 posts - 1 through 15 (of 15 total)

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