Remove user info

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Fri May 11, 2012 3:24 pm
Hi there, when i use setting K2 to remove author info, the .itemAuthorBlock seems to be keeping turning up. Other than hard coding and deleting it's code in the css file, is there a way to hide this block properly?
User avatar
Senior Boarder

Konrad M
Fri May 11, 2012 5:24 pm
Hi
Can you give us url to your site?
User avatar

GK User
Wed Oct 17, 2012 8:33 am
Konrad M wrote:Hi
Can you give us url to your site?



Hi,

I am facing problem. Is there any easy way to remove user info and "Latest from Super User". I could not find. yes. My site is local n in development phase.

plz help me out.
User avatar
Fresh Boarder

GK User
Wed Oct 17, 2012 9:51 am
also, i deleted some of the users in K2 and not getting following error..

"JUser: :_load: Unable to load user with ID: 42"
User avatar
Fresh Boarder

Konrad M
Wed Oct 17, 2012 12:21 pm
Where exactly do you have 'Latest from Super User' ?
User avatar

GK User
Wed Oct 17, 2012 6:01 pm
Hi,

This is coming by default every joomla article page and k2 items. I checked every where but could not find how to disable this? plz refer image attached.
User avatar
Fresh Boarder

Konrad M
Fri Oct 19, 2012 9:06 am
Please try add to override.css
Code: Select all
.itemView .itemAuthorBlock,
.itemView .itemAuthorContent {
    display:none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Oct 22, 2012 8:12 pm
Thanks. It worked like charm but i m still getting following error..

JUser: :_load: Unable to load user with ID: 42
User avatar
Fresh Boarder

Konrad M
Tue Oct 23, 2012 4:49 pm
Try make new user and then go to your database using phpmyadmin and change his ID to 42.
User avatar


cron