gk_style for jomsocial not showing remove post button from wall

GK User
Thu Jun 02, 2011 11:47 am
Hello i have search everything but i got this problem when i load the gk_style template in jomsocial the remove post buttons (the right x one with hover )getting lost and i cannot delete a post in the profile wall. this button is hover but it doesent show up if i load the template. On the default templates of jomsocial the buttons working and showing right.

Can you pls take a look at this because its a crittical button for the wall.

Btw on your site demo template its not working too!!

regards
john
User avatar
Fresh Boarder

GK User
Thu Jun 02, 2011 6:46 pm
I literally just posted the same question today! This is a must have!!
User avatar
Senior Boarder

GK User
Fri Jun 03, 2011 1:15 pm
Can you send some screnshot?
I don't see any missing button.
User avatar
Platinum Boarder

GK User
Fri Jun 03, 2011 1:19 pm
Well, I could not show it without changing to the default jomsocial template as it doesn't work in gk_style. The 'Remove' button appears only in the activity stream for replys or comments. The 'remove' button does not appear for statuses. How can we fix?


Screen Shot 2011-06-03 at 10.17.23 AM.png
User avatar
Senior Boarder

GK User
Fri Jun 03, 2011 1:21 pm
also, as you can see, the spacing is a bit off in the activity stream. Notice the '17 hours' is right up against the reply message. sorry, just noticed this...don't mean to make another request within a request.

Thnx!
User avatar
Senior Boarder

GK User
Fri Jun 03, 2011 7:59 pm
Any ideas?
User avatar
Senior Boarder

GK User
Sun Jun 05, 2011 2:16 pm
Does anyone know how to fix this. This is a core function of Jomsocial that is missing from gk_style. Without this, jomsocial users are unable to remove their status updates...

Anyone?
User avatar
Senior Boarder

GK User
Mon Jun 06, 2011 12:41 pm
Just trying to find a fix for this. Does anyone know why this is missing from gk_style and how to get it back? This is a core function of Jomsocial.
User avatar
Senior Boarder

teitbite
Tue Jun 07, 2011 11:58 am
Hi

This is because the style is made for an older version of JS. Please downgrade the version while waiting for the style update.
User avatar
Moderator

GK User
Tue Jun 07, 2011 12:06 pm
I have Joomla 1.5...not 1.6. I posted here because it is the same problem.
User avatar
Senior Boarder

teitbite
Tue Jun 07, 2011 1:25 pm
Hi

I'm talking about Jomsocial version not a Joomla. It's not the matter in this case.

Please downgrade to the working version while waiting for the update to the JomSocial style.
User avatar
Moderator

GK User
Tue Jun 07, 2011 1:35 pm
Its not that easy...I cannot downgrade. I have a site that is about to go live and many modules only work with Jomsocial 2.2

Can you please provide a temporary fix?
User avatar
Senior Boarder

teitbite
Tue Jun 07, 2011 3:27 pm
Hi

I may try. Please show me the exact page and place where this button should appeares. Send me some dummy user access if it may be needed to see the problem.
User avatar
Moderator

GK User
Tue Jun 07, 2011 4:23 pm
I just emailed it to you. Thank you!
User avatar
Senior Boarder

GK User
Tue Jun 07, 2011 4:30 pm
after you login, click on Profile at the top. Once on your main Jomsocial profile, you will notice that you cannot delete statuses in the activity stream, only replies...
User avatar
Senior Boarder

GK User
Wed Jun 08, 2011 2:52 pm
teitbite wrote:Hi

I may try. Please show me the exact page and place where this button should appeares. Send me some dummy user access if it may be needed to see the problem.


Hello Teitbite, just following up. were you able to look into this?
User avatar
Senior Boarder

teitbite
Thu Jun 09, 2011 12:10 pm
Hi

I cannot log to see Your page. Thought it was because of my mobile internet, but it's not even showing me the message of a wrong login, so I believe it can be a server issue. Can You please check it for me ?
User avatar
Moderator

GK User
Thu Jun 09, 2011 9:31 pm
teitbite wrote:Hi

I cannot log to see Your page. Thought it was because of my mobile internet, but it's not even showing me the message of a wrong login, so I believe it can be a server issue. Can You please check it for me ?


Yes it works for me...I will check the email I sent you again and verify...
User avatar
Senior Boarder

teitbite
Sat Jun 11, 2011 11:06 am
Hi

Sorry. Still nothing. Sorry for delays. I'm on a vacations and cannot be online as often as normaly :(
User avatar
Moderator

teitbite
Tue Jun 14, 2011 8:05 pm
Hi

I'm back at home befor vacations now.

I can see Your site now. Please show me where this button should be. I'm not familiar with Jomsocial much :(
User avatar
Moderator

GK User
Tue Jun 14, 2011 8:12 pm
Notice to the far right in the image. There is a button to remove the status...

To test, login to your account on my site, go to your jomsocial profile, post a new status update.

Then, try to delete it by hovering over it. The delete button does not appear. The image I took is from the Jomsocial demo site, not mine. Thats why it looks different than gk_style theme...


Screen Shot 2011-06-14 at 5.09.57 PM.png
User avatar
Senior Boarder

GK User
Tue Jun 14, 2011 10:08 pm
What version of jomsocial should we use, im using Joomla1.6.. ;)
User avatar
Junior Boarder

GK User
Wed Jun 15, 2011 2:19 pm
Teitbite, have you been able to look into this?

Please let me know. Thanks!
User avatar
Senior Boarder

GK User
Wed Jun 15, 2011 3:09 pm
Hi again

I see what you mean now.
Let me get back to you and i will bring a solution.
User avatar
Platinum Boarder

GK User
Wed Jun 15, 2011 3:28 pm
Thanks Seichinha! Looking forward to it. I desperately need a fix.
User avatar
Senior Boarder

GK User
Wed Jun 15, 2011 4:21 pm
ok here's the solution:

Open ../components/com_community/templates/gk_style/css/style.css and find this lines:

Code: Select all
#community-wrap .joms-newsfeed-item .newsfeed-remove { display: none; position: absolute; right: 0; top: 7px; }
#community-wrap div.joms-newsfeed-item:hover .newsfeed-remove { display: block; }


replace with:

Code: Select all
#community-wrap .joms-newsfeed-item .newsfeed-remove {visibility: hidden;position: absolute; right: 0; top: 7px;background: transparent url(../images/icons/delete.png) no-repeat 0;width: 16px; height: 16px;}
#community-wrap .joms-newsfeed-item .newsfeed-remove a,
#community-wrap .joms-newsfeed-item .newsfeed-remove a:hover {background: none;}
#community-wrap .joms-newsfeed-item:hover .newsfeed-remove {visibility: visible;}
#community-wrap div.joms-newsfeed-item:hover .newsfeed-remove { display: block;}


Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Jun 16, 2011 7:26 pm
Thank you very much!! That was it! Any idea if/when a new gk_style template will be released for Jomsocial 2.x?
User avatar
Senior Boarder

GK User
Thu Jun 16, 2011 10:41 pm
Musicity J!1.5 v1.0.4 already have JomSocial 2.2 theme support updated.
Now we must check changes on JomSocial 2.2.2 version and if necessary release an update.

EDIT:
Ups... Sorry i thought we were talking about J1.5 version :blink: (too much things in my head :S )
I must check on project server and i will get back to you.
User avatar
Platinum Boarder

GK User
Fri Jun 17, 2011 4:27 pm
Do any of the other Gavick themes have a Jomsocial template that is up-to-date for Jomsocial 2.2.2?

I just need to splice the working code in. I've been struggling with this for weeks now.

Your help is greatly appreciated and will help not only me, but the rest of the Gavick community!
User avatar
Senior Boarder

GK User
Tue Jun 21, 2011 1:32 pm
Any updates on the compatibility/status of gk_style and Jomsocial 2.2.2? I am using it with Jomsocial 2.2.2 and Joomla 1.5x and am having numerous issues. Most seem to be caused by missing css.
User avatar
Senior Boarder

GK User
Thu Jun 23, 2011 4:49 pm
Any help out there? its been two days and no response from gavick moderators...
User avatar
Senior Boarder

GK User
Thu Jun 23, 2011 4:59 pm
same here i'm waiting for this too .. come on guys
User avatar
Junior Boarder

GK User
Fri Jun 24, 2011 1:54 am
still waiting for a response from gavick moderators on this. this is clearly a issue that other users are having as well...please help us out.
User avatar
Senior Boarder

GK User
Fri Jun 24, 2011 5:28 pm
Another 16 hours have passed and no response. I feel as though i have been patient. It has been almost 3 weeks since opening up these tickets for css issues that need to be resolved. Please help fix.
User avatar
Senior Boarder

GK User
Thu Jul 28, 2011 3:08 pm
I face this problem as well.

I am using Joomla 1.7 and Jomsocial 2.2.3

I installed the quick start package. I cant see the remove button.

After I read this post, I fixed the style.css. Now, i can see the remove button.


But, it seems that the user can delete any post no matter it is belonged to the user or not.


Help!!
User avatar
Fresh Boarder


cron