-
AuthorPosts
-
zorroh Friend
zorroh
- Join date:
- November 2006
- Posts:
- 422
- Downloads:
- 20
- Uploads:
- 43
- Thanks:
- 88
- Thanked:
- 80 times in 1 posts
December 20, 2013 at 1:07 am #193115i 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…
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
December 20, 2013 at 11:42 am #516078Yes, please upgrade T3 v2.0.2
Or, you can overwrite pluginsystemt3basehtmlmod_searchdefault.php
in your templates/[your template]/html/mod_search/default.phpif ($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
AuthorPostsViewing 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
search div with zero
Viewing 2 posts - 1 through 2 (of 2 total)