0
Welcome Guest! Login
0 items Join Now

Where does Gantry store Style changes?

    • D.Bell's Avatar
    • D.Bell
    • Sr. Rocketeer
    • Posts: 127
    • Thanks: 2

    Where does Gantry store Style changes?

    Posted 12 years 3 weeks ago
    • So if you click on the Style tab in the back end of Joomla when changing a template and then change a color, where do these get stored file wise? I need to edit that file so that the color doesn't over ride all of the classes and ids associated with it.
  • Re: Where does Gantry store Style changes?

    Posted 12 years 3 weeks ago
    • Hi,

      The template params are not stored in file but in the '#__template_styles' db table.

      There's one line per template style and the settings are stored as JSON format in the 'params' column.

      Hope this helps.

      Olivier
    • Some useful links :

      Some tips for an efficient process :
      1. When possible, post URL of your website, it's always better to see the problem in REAL
      2. Only one problem per thread please
      3. When problem is solved, just edit your...
    • D.Bell's Avatar
    • D.Bell
    • Sr. Rocketeer
    • Posts: 127
    • Thanks: 2

    Re: Where does Gantry store Style changes?

    Posted 12 years 3 weeks ago
    • Olivier Nolbert wrote:
      Hi,

      The template params are not stored in file but in the '#__template_styles' db table.

      There's one line per template style and the settings are stored as JSON format in the 'params' column.

      Hope this helps.

      Olivier

      Thanks, how would I go about making changes to this db table?
  • Re: Where does Gantry store Style changes?

    Posted 12 years 3 weeks ago
    • Hi,

      Sorry, i don't understand why you need ot updated this table.

      As soon as you're going to update the template configuration, your updates will be lost.

      Could you explain what you want to achieve exactly?

      Olivier
    • Some useful links :

      Some tips for an efficient process :
      1. When possible, post URL of your website, it's always better to see the problem in REAL
      2. Only one problem per thread please
      3. When problem is solved, just edit your...
    • D.Bell's Avatar
    • D.Bell
    • Sr. Rocketeer
    • Posts: 127
    • Thanks: 2

    Re: Where does Gantry store Style changes?

    Posted 12 years 2 weeks ago
    • Alright, I've got this website - dbelldesign.com.au/steveway/

      I'm trying to make it so that the logo starting at the top of the page has a transparent background and not the orange background. If I change this in the style area of the template within Joomla Administration, it changes that background, but everything else as well. I want to be able to remove that background without effecting anything else.
  • Re: Where does Gantry store Style changes?

    Posted 12 years 1 week ago
    • Hi,

      Sorry for the late reply.

      If i understand what you want, this css code in a custom css file should help you :
      #rt-feature {background: transparent;}

      Olivier
    • Some useful links :

      Some tips for an efficient process :
      1. When possible, post URL of your website, it's always better to see the problem in REAL
      2. Only one problem per thread please
      3. When problem is solved, just edit your...

Time to create page: 0.107 seconds