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: Change module position

Change module position 29 Apr 2014 14:42 #4596

First of all thanks for the template!
Is it possible to change te module position? I want the "latest" above the "home-c-l & home-c-r". Is that possible?

Thanks in advance!
Mark
Last Edit: 15 May 2014 10:16 by Markk.

  • Posts:3
  • Markk
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Change module position 13 May 2014 10:05 #4644

Nobody ?

or is it so simple that I should know?

  • Posts:3
  • Markk
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Change module position 15 May 2014 09:39 #4665

Hello,
You go to: templates/jf_calla-exteriors/index.php

find countModules ('latest') (line 204)

Copy and replace images 1 To images 2

IMAGES 1
This image is hidden for guests. Please log in or register to see it.



IMAGES 2
This image is hidden for guests. Please log in or register to see it.



Code replace:

<?php if($this->countModules('latest')) : ?>
<div id="jf-latest">
<div class="main clearfix">
 
</div>
</div>
<?php endif; ?>
 
<?php if($this->countModules('home-c-l') || $this->countModules('home-c-r')) : ?>
<div id="jf-home-c">
<div class="main clearfix">
<?php if($this->countModules('home-c-l')) : ?>
<div id="home-c-l" class="colspan2">
 
</div>
<?php endif; ?>
<?php if($this->countModules('home-c-r')) : ?>
<div id="home-c-r" class="colspan2">
 
</div>
<?php endif; ?>
</div>
</div>
<?php endif; ?>
Last Edit: 15 May 2014 09:44 by isupport.

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

Re: Change module position 15 May 2014 10:15 #4668

Yes!! Great, thank you very much, it worked!!

  • Posts:3
  • Markk
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.67 seconds
Tuesday 23 April 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.