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 16 Jun 2012 08:02 #455

Hi.

Is there version of JF Texturie with left position too?

  • Posts:14
  • Budrys
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Left position 18 Jun 2012 03:01 #470

no,this template supports only right position.
  • mars

Re: Left position 18 Jun 2012 14:10 #475

Is there any way to add left position?

  • Posts:14
  • Budrys
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Left position 18 Jun 2012 14:14 #476

Hi. You could edit the file
/templates/jf_texturia/css/template.css

FIND
#jf-main {
float: left;
width: 680px;
margin-right: 20px;
}

REPLACE WITH
#jf-main {
float: right;
width: 680px;
margin-left: 20px;
}

cheers!
joomfreak | cause open source rocks

  • Posts:187
  • cause open source rocks
  • joomfreak
  • Administrator
  • OFFLINE
  • Karma: 0

Re: Left position 18 Jun 2012 14:31 #477

And when i want both (left and right)

  • Posts:14
  • Budrys
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Left position 18 Jun 2012 14:38 #478

You have to create a new module position in index.php of template and reconfigure modules width and floating etc. in template.css.

Some knowledge in Joomla / PHP is required for that.
You can also try to use conditional states later if u are able to understand the basics of Joomla modules. (for example if no right / left modules activated than the content container should habe 100% width, if left modules are present than left should have width 33% with float left and content container 66% with margin-left: 20px for example etc.)

You can read this posts to understand how to add new module positions and how they work:
docs.joomla.org/How_do_you_add_a_new_module_position%3F
docs.joomla.org/Customising_the_way_modules_are_displayed

Unfortunately we cannot give free support for that.
Thank you for understanding.
joomfreak | cause open source rocks

  • Posts:187
  • cause open source rocks
  • joomfreak
  • Administrator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.95 seconds
Friday 29 March 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.