0
Welcome Guest! Login
0 items Join Now

Template-width-changer for 12-column-layout of gantry

    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Template-width-changer for 12-column-layout of gantry

    Posted 13 years 2 weeks ago
    • I dont know that myself ... I guess it will take a longer time.
  • Re: Template-width-changer for 12-column-layout of gantry

    Posted 13 years 2 weeks ago
    • Thanks all of you. Exactly what I was looking for. Works exactly as described. (for my Clarion 2.5) :cheesy:
    • Does PHP stand for: Permanent Headache Provided -or- Psychiatric Health Problem ?

      PHP (5.3.13) Joomla (3.3.x)
  • Re: Template-width-changer for 12-column-layout of gantry

    Posted 12 years 11 months ago
  • Re: Template-width-changer for 12-column-layout of gantry

    Posted 12 years 10 months ago
    • This is awesome! Thank you for the solution, works well!
    • vnl's Avatar
    • vnl
    • Newbie
    • Posts: 3
    • Thanks: 0

    Re: Template-width-changer for 12-column-layout of gantry

    Posted 12 years 10 months ago
    • David Goode wrote:
      I know Henning is mega busy this month so I will try and live up to his high standards for you all. :cheesy:

      I have just tested this step by step and it works for me on rt_tachyon_j16

      Download the attached zip file. Unzip it and then upload the file - mywidth.php - to your features directory in the template. For most people this will be via ftp to /public_html/your.domain/templates/rt_tachyon_j16/features

      Now open the /templates/rt_tachyon_j16/template-options.xml file and look for the code at line 117....
      <fieldset name="features" label="FEATURES">
          <field name="viewswitcher-priority" type="hidden" default="1"/>
          <field name="logo-priority" type="hidden" default="2"/>
          <field name="copyright-priority" type="hidden" default="3"/>
          <field name="styledeclaration-priority" type="hidden" default="4"/>
       
      ...and insert this code - <field name="dyngrid" default="60" type="text" class="text-short" label="mywidth"/> - so the file should now look like this...
      <fieldset name="features" label="FEATURES">
           <field name="dyngrid" default="60" type="text" class="text-short" label="mywidth"/>    
           <field name="viewswitcher-priority" type="hidden" default="1"/>
          <field name="logo-priority" type="hidden" default="2"/>
          <field name="copyright-priority" type="hidden" default="3"/>
          <field name="styledeclaration-priority" type="hidden" default="4"/>
       
      Please note that the default is set to 60px, which is the same setting as the current template.
      Upload the amended file to replace the original.

      Now go to Joomla admin and select the rt_tachyon_j16 template and go to template admin. In the features tab you should now have an option called mywidth and it should be displaying the 60 width.
      This image is hidden for guests.
      Please log in or register to see it.

      Just change the width to suit your needs and then apply. Remember that there are 12 columns so if you set the column width to 100 then you will deliver a screen width of 1200px.

      Hope this helps 8)
      Hi, I`ve followed this instruction - everything is ok, but the colors of header looks very strange. I`m using rt zephyr 2.5. Can somebody help me?

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

      P.S. Sorry for my english.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Template-width-changer for 12-column-layout of gantry

    Posted 12 years 10 months ago
    • we need a link to check that ...
      you need to add some lines in the css to get some backgrounds repeating
    • vnl's Avatar
    • vnl
    • Newbie
    • Posts: 3
    • Thanks: 0

    Re: Template-width-changer for 12-column-layout of gantry

    Posted 12 years 10 months ago
    • Henning,
      Can you check it, please!
    • Last Edit: 12 years 10 months ago by vnl.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Template-width-changer for 12-column-layout of gantry

    Posted 12 years 10 months ago
    • add this to your css and clear your cache ...

      div#rt-navigation, div.rt-main-inner {
      background-repeat: repeat-x;
      }
    • vnl's Avatar
    • vnl
    • Newbie
    • Posts: 3
    • Thanks: 0

    Re: Template-width-changer for 12-column-layout of gantry

    Posted 12 years 10 months ago
    • Henning,
      very big thanks!
  • Re: Template-width-changer for 12-column-layout of gantry

    Posted 12 years 10 months ago
    • THIS IS AWESOME! And resolves so many issues I have with being able to iFrame successfully. Thank you thank you thank you!

Time to create page: 0.076 seconds