BOX template - Remove user name on articles

25 April, 2016
GK User
Wed Feb 08, 2017 1:45 pm
I would like to remove the line of copy that indicates which user has created an article page, for example on my website it reads 'By Super User'

I have gone through all the Global Configurations and set everything that looks like it relates to it to 'hide' but the user name is still appearing.

Any ideas anyone?
User avatar
Fresh Boarder

teitbite
Mon Feb 13, 2017 11:32 am
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.itemAuthor {
    display: none;
}
User avatar
Moderator

GK User
Wed Feb 15, 2017 2:41 pm
Worked perfectly, thank you
User avatar
Fresh Boarder

GK User
Thu Feb 16, 2017 11:31 am
Screen Shot 2017-02-16 at 10.17.37.png
Although it removed the text, I have just realised that the 'pencil' icon my client using for frontend editing of the site was also removed.

Is there anyway of removing just the text but keep the editing icon?
User avatar
Fresh Boarder

teitbite
Thu Feb 23, 2017 9:47 am
Hi

That's strange, because this elements are not related. I will need an access to Your site and url to the page with an example.
User avatar
Moderator

GK User
Thu Feb 23, 2017 11:10 am
For example if you go to the page:

http://newtonsplace.org/box/index.php/the-possibilities

and login from the fronted using these details:

[edited by moderator]

There is no longer any way to edit from the fronted, which was there before I added the suggested code to override.css

The backend admin login (in case you need it) is:

http://newtonsplace.org/box/administrator/

[edited by moderator]

Many thanks
User avatar
Fresh Boarder

teitbite
Sun Feb 26, 2017 11:42 am
Hi

First of all, this is a public forum, so please do not post Your access here.

For the problem replace the code i gave You last time with:

Code: Select all
.itemAuthor {
    display: block;
    text-indent: -999em;
}

.itemAuthor a {
    text-indent: 980em;
}
User avatar
Moderator

GK User
Mon Feb 27, 2017 4:28 pm
Thank you, it worked perfectly
User avatar
Fresh Boarder

teitbite
Wed Mar 01, 2017 1:07 pm
Hi

Great to hear it. Closing this thread than.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.