0
Welcome Guest! Login
0 items Join Now

SOLVED Quasar remove rocket logo

    • Andrew Boyce's Avatar
    • Andrew Boyce
    • Sr. Rocketeer
    • Posts: 237
    • Thanks: 0
    • Systems Engineer

    SOLVED Quasar remove rocket logo

    Posted 14 years 11 months ago
    • how to remove rocket logo on bottom of template ?
    • Last Edit: 12 years 6 months ago by Andrew Boyce.
    • There are only 10 types of people. those that understand binary and those that do not.
    • Robert W's Avatar
    • Robert W
    • Elite Rocketeer
    • Posts: 815
    • Thanks: 0
    • IT

    Re: SOLVED Quasar remove rocket logo

    Posted 14 years 11 months ago
    • look in the template's index.php file down towards the bottom OR you can edit the templates 'template_css.css' file instead. I'm guessing the CSS has the word 'rocket' in it somewhere.
  • Re: SOLVED Quasar remove rocket logo

    Posted 14 years 9 months ago
    • Can you explain how to do that?
      i have to remove thos lines?
      Thanks in advance
      mike
    • LiEs's Avatar
    • LiEs
    • Sr. Rocketeer
    • Posts: 238
    • Thanks: 0

    Re: SOLVED Quasar remove rocket logo

    Posted 14 years 9 months ago
    • it's not located in the index.php anymore.

      templates>>Quaser>>features>>copyright.php You can see gantry and rocket theme links there. Just delete.
  • Re: SOLVED Quasar remove rocket logo

    Posted 14 years 9 months ago
    • Thanks a lot. It works! :)
  • Re: SOLVED Quasar remove rocket logo

    Posted 14 years 3 months ago
    • Add this line to your template.css file:

      #powered-by {display:none;}
  • Re: SOLVED Quasar remove rocket logo

    Posted 12 years 7 months ago
    • Following up on Foothill's note ... as tested on MAY 26th, 2012 you need to
      change [#developed-by {overflow: hidden;}] to [#developed-by {display:none;}].

      <InstallationPath>/templates/<YourTemplate>/css/template.css
      Scroll down to find the "Branding" Section

      EXAMPLE
      /* Branding */
      #developed-by {display:none;}
      #rocket {display: block;width: 120px;height: 18px;vertical-align: middle;margin: 0;float: right;}
  • Re: SOLVED Quasar remove rocket logo

    Posted 12 years 7 months ago
    • Furthermore IF you would like to CHANGE the logo you can do the following:

      EDIT THIS FILE
      <InstallationPath>/templates/<YourTemplate>/features/branding.php

      EDIT THIS IMAGE
      <InstallationPath>/libraries/grantry/images/rocket.png

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

    Re: SOLVED Quasar remove rocket logo

    Posted 12 years 7 months ago
    • wonder why you dont disable that in settings of the template?
      brading/copyright feature?
    • The following users have thanked you: LetSsprl

    • TangoChef's Avatar
    • TangoChef
    • Sr. Rocketeer
    • Posts: 102
    • Thanks: 2

    Re: SOLVED Quasar remove rocket logo

    Posted 12 years 4 months ago
    • Daniel,
      Thank you for writing such a clear step by step approach. I get so tired of terse, vague, assumptive answers in forums. I'm using Reflex and had no problem getting results with your instructions. :D
    • Joomla 2.5.28, Reflex 1.10, Gantry Template v3.2.22, Gantry v4.1.27, PHP 5.4.36 , VirtueMart 3.0.6, MoWebSo cart template 3.2.19

Time to create page: 0.061 seconds