Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

language dropdown looks weird

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Please have a look at www.dev.kite-and-windsurfing-guide.com/de/ at the main nav. The language dropdown does not fit the general BS3 style of the template. How can I change that? thx
  • ubunti's Avatar
  • ubunti
  • LIfetime Developer - Big Bamboo
  • 371 posts
  • Karma: -3
The administrator has disabled public write access.
Hi

Can you clarify what you expect it to look like?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
If you create a template override for the language switcher and remove the lines:
if ($params->get('dropdown', 1) && !$params->get('dropdownimage', 0))
{
	JHtml::_('formbehavior.chosen');
}

That will stop the chosen javascript file loading that styles the dropdowns.

Regards,

Rob
  • Robert Went's Avatar
  • Robert Went
  • Moderator
  • 2210 posts
  • 196 Thanks
  • Karma: 90
The administrator has disabled public write access.
That works, thanks.
  • ubunti's Avatar
  • ubunti
  • LIfetime Developer - Big Bamboo
  • 371 posts
  • Karma: -3
The administrator has disabled public write access.
Thanks for the update

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Another problem with the JHtml::_('formbehavior.chosen', 'select'); appeared. All selects with that behavior look off. Why does buildr not style these selects? Do I need to apply an additional class?
  • ubunti's Avatar
  • ubunti
  • LIfetime Developer - Big Bamboo
  • 371 posts
  • Karma: -3
The administrator has disabled public write access.
Hi There,

Do you have an example - I can't seem to see an example on this page
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
You do currently have an issue

$_SERVER["REQUEST_URI"]: /de/
JRouter::getVars() and buildQuery: /index.php?option=com_content&view=featured&Itemid=103
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers