0
Welcome Guest! Login
0 items Join Now

Quasar - Disable front end editing

    • antonsev's Avatar
    • antonsev
    • Rocketeer
    • Posts: 53
    • Thanks: 0

    Quasar - Disable front end editing

    Posted 15 years 2 weeks ago
    • does anyone know how to disable front end editing in quasar?

      tks
      :cheesy:
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Quasar - Disable front end editing

    Posted 15 years 2 weeks ago
    • antonsev's Avatar
    • antonsev
    • Rocketeer
    • Posts: 53
    • Thanks: 0

    Re: Quasar - Disable front end editing

    Posted 15 years 2 weeks ago
    • hi kat

      thanks for your answer 8) however i think i need to explain better :)

      i'm building a website and i want to give restricted access only to people i want. so i set it at the backend on maintenance. so for the client to see what's going on i created a manager account (since pub/author/member cannot go through the maintenance barrier). however i do not want the client to see those edit icons on the front-end.

      is there some workaround not to display those edit icons on quasar?? on other templates (even rt ones) i have found a fix in joomla.org but on quasar the fix does not work.

      any ideas pls??

      a :oops:
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Quasar - Disable front end editing

    Posted 15 years 2 weeks ago
    • hi again,

      what is the other fix you found?

      kat :)
    • Kat05 / QA Lead & Support / Germany
    • antonsev's Avatar
    • antonsev
    • Rocketeer
    • Posts: 53
    • Thanks: 0

    Re: Quasar - Disable front end editing

    Posted 15 years 1 week ago
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Quasar - Disable front end editing

    Posted 15 years 1 week ago
    • hi again,

      do you have a link and login details so i can check?
      you may want to use firebug to find the reference to the edit icon and add display: none;

      kat :)
    • Kat05 / QA Lead & Support / Germany
    • antonsev's Avatar
    • antonsev
    • Rocketeer
    • Posts: 53
    • Thanks: 0

    Re: Quasar - Disable front end editing

    Posted 15 years 1 week ago
    • sent u pm...

      cos site is locked :D
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Quasar - Disable front end editing

    Posted 15 years 1 week ago
    • hi again,

      in .../templates/rt_quasar_j15/css/joomla.css find
      .rt-joomla .edit {
      background-position:-52px 1px;
      background-repeat:no-repeat;
      margin:0;
      position:absolute;
      right:0;
      top:0;
      }
      and change to
      .rt-joomla .edit {
      background-position:-52px 1px;
      background-repeat:no-repeat;
      display:none;
      margin:0;
      position:absolute;
      right:0;
      top:0;
      }
      kat :)
    • Kat05 / QA Lead & Support / Germany
    • antonsev's Avatar
    • antonsev
    • Rocketeer
    • Posts: 53
    • Thanks: 0

    Re: Quasar - Disable front end editing

    Posted 15 years 1 week ago
    • BANG ON Kat!! :mrgreen:

      It works!! :P

      Thanks Loads!! :cheesy:
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Quasar - Disable front end editing

    Posted 15 years 1 week ago
    • antonsev wrote:
      BANG ON Kat!! :mrgreen:

      It works!! :P

      Thanks Loads!! :cheesy:
      you're welcome. :)
    • Kat05 / QA Lead & Support / Germany

Time to create page: 0.066 seconds