0
Welcome Guest! Login
0 items Join Now

SOLVED Ionosphere Header images

    • Zach's Avatar
    • Zach
    • Jr. Rocketeer
    • Posts: 26
    • Thanks: 0

    SOLVED Ionosphere Header images

    Posted 11 years 1 month ago
    • I am using Ionosphere and I want to know if there is a way I can set different header images (in overrides) for specific pages.

      I know as it comes the only way to change the header images is to upload them to images folder but with only the option of light or dark, which I honestly dont even know how to specificially select these or which light and dark check box selects this.

      I wouldnt mind having different template names but am unsure how to upload additional copies of the template with a different name.

      Wouldnt mind chaning the template code to allow me upload images in the backend if at all possible, I know its possible to do this with a single image but am unsure how to do it with the two image setup in this template.

      Any help is appreciated.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Ionosphere Header images

    Posted 11 years 1 month ago
    • Please do not post extensions/template specific questions in the "General Discussion" forum. You should post in the extension forum or template forum as appropriate. Most of these forums are for members who have a current PAID membership. Our priority is always to assist paying members.

      Thank you for your understanding.

      You membership appears to have expired?

      The best way to do that would be using custom CSS. If you enable "page suffix" in template manager > advanced you can then have you CSS selectors begin body.menu-alias (where alias is menu item alias - e.g. body.menu-home).

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Zach's Avatar
    • Zach
    • Jr. Rocketeer
    • Posts: 26
    • Thanks: 0

    Re: SOLVED Ionosphere Header images

    Posted 11 years 1 month ago
    • Yes I understand how the forums work, sadely my membership has expired and thats why I posted this question here.

      I am setting up this template on a test site for a potential customer, which would be nice since I havent had work in 7 months. If I am able to make money with this template I do plan to reinstate my membership.

      Page suffix is enabled but honestly not really sure how to use that to change the header images for specific pages.
      Idealy I would like to setup template overides to do this, even if I have to make specific css styles, just not sure how to add more in.

      I understand I am not current PAID member, and any help is appreciated. I do hope to reinstate my subscription in the near future.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Ionosphere Header images

    Posted 11 years 1 month ago
    • You can't do it with a template override since there is no abilioty ot change header background image in this template.

      So, you have to do it with CSS...
      body.menu-home #rt-header {
          background-image: url("yourimageurlgoeshere");
      }
      This is how to create a custom CSS compatible with Gantry 4...

      Simply create a file called "<TEMPLATENAME>-custom.css" and put this file in the CSS folder of the template (where <TEMPLATENAME> is the name of the template as seen in template manager e.g. rt_fracture). GANTRY4 will automatically load this CSS file. If you wish, you can also have browser specific files by appending, for example, "-ie9" making the filename "<TEMPLATENAME>-custom-ie9.css"

      We have now made it even easier to join RT by lowering prices (you can now join just for a single template).

      Out priority will always be to assist paying members.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Zach's Avatar
    • Zach
    • Jr. Rocketeer
    • Posts: 26
    • Thanks: 0

    Re: SOLVED Ionosphere Header images

    Posted 11 years 1 month ago
    • Thank you for responses it gives me something to try.

      I understand your prioties are to your paying members, and I respect that.

      My issues are not with your prices (seem more than fair to me) but my lack of money, I was happy with my service during my paid period and plan to come back soon.

      Thanks again

Time to create page: 0.079 seconds