Hide the right column (position-6) by default (beez3)

Everything to do with Joomla! 3.x templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
agathe_oieau
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Mon Jul 28, 2014 2:13 pm

Hide the right column (position-6) by default (beez3)

Post by agathe_oieau » Tue Jul 29, 2014 12:05 pm

Hi,

I'm using Joomla! 3.2.3 with the beez3 template .

I put the module connexion in position-6 and I have the button "Open/Close info" which allows to show or not the right column.

By default the column is displayed:
open.PNG
But I would like the right column hidden by default:
close.PNG

Regarding the button, I figured out how to change its text in index.php by modifying:

Code: Select all

<?php echo JText::_('TPL_BEEZ3_TEXTRIGHTCLOSE'); ?>
by

Code: Select all

<?php echo JText::_('TPL_BEEZ3_TEXTRIGHTOPEN'); ?>
But I can't find how to set the column hidden by default.
Do you know how I could do ?

Thanks in advance for your answers.
You do not have the required permissions to view the files attached to this post.

Locked

Return to “Templates for Joomla! 3.x”