VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me
  • Page:
  • 1

TOPIC: Left Position

Left Position 13 Oct 2015 16:10 #7574

I am trying to publish modules in the "Left" position but it is not showing although the position is available. I don't want to show the Title (vertically) in the Left position, but rather want to publish something else, like a menu, shopping cart...

Can anyone help please.

See attachment
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.

  • Posts:2
  • bahakh
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Left Position 15 Oct 2015 02:22 #7578

Can you please send me your website url and the super admin access via private message system?

joomfreak
The following user(s) said Thank You: bahakh

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: Left Position 15 Oct 2015 06:22 #7583

Never mind, I did the following and it worked ("Left" was static):

In index.php I replaces this:

<div id="left">
<div class="rotate">
<h1></h1>
</div>
</div>


WITH THIS:

<?php if ($this->countModules( 'left' )) : ?>
<div id="left">
<div class="left">

</div>
</div>
<?php else : ?>
<div id="left">
<div class="rotate">
<h1></h1>
</div>
</div>
<?php endif; ?>

  • Posts:2
  • bahakh
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.65 seconds
Friday 10 May 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.