Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • zorroh Friend
    #193115

    i did update from Joomla 3.2 to 3.2.1 and i also updated template, so i dont know is it Joomla’s general problem or is it Appolio’s bug.

    Anyway… near search box is visible number 0 with some empty space.

    look explaining picture…


    1. zero-div-search-321
    Wall Crasher Developer
    #516078

    Yes, please upgrade T3 v2.0.2

    Or, you can overwrite pluginsystemt3basehtmlmod_searchdefault.php
    in your templates/[your template]/html/mod_search/default.php

    if ($button) :
    if ($imagebutton) :
    $button = ' <input type="image" value="' . $button_text . '" class="button' . $moduleclass_sfx.'" src="' . $img . '" onclick="this.form.searchword.focus();"/>';
    else :
    $button = ' <button class="button' . $moduleclass_sfx . ' btn btn-primary" onclick="this.form.searchword.focus();">' . $button_text . '</button>';
    endif;
    else :
    $button = '';
    endif;

    Regards

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

This topic contains 2 replies, has 2 voices, and was last updated by  Wall Crasher 10 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum