Hello - Really need your help since the upgrade the following no longer work.
None of the drop down menus on the Joomsocial Menu work
Tabbed Bars are not working
User cannot like / share or alter their profile picture - buttons not working
Upload buttons photos do not work
The registration page background colours are black so is the text where do I change that?
Cannot change the write a comment colour in the stream also the box overshoots the right hand side.
Videos don't play in the stream
Modules that were published on the right for Jomsocial no longer work correctly.
I am so sorry but can you take a look for me? I cannot seem to get any of the above to work. :-(
Appreciated
Byron
Hi, Byron.
First of all:
Please provide us working administrator credentials.
I can't login to your site backend.
Please, edit your first post and add credentials to corresponding fields.
Disable js script compression in template. This damages our scripts...
OK the script compression has been turned off and the dropdowns now work! Thank you for that one still not sure on the others. The colours were all good previously - the registration one is the key as no one can read it...... Thank you for your support!
Tabbed Bars are not working
The registration page background colours are black so is the text where do I change that?
Cannot change the write a comment colour in the stream also the box overshoots the right hand side.
Modules that were published on the right for Jomsocial no longer work correctly.
The my videos drop downs are in colours that I cannot seen to change ... cannot read them - obviously screwed something up
Is there anyway to add the Jomsocial menu onto my events and documents pages?
Hi, Byron.
I work just like NASA - one problem at a time :)
I do over-hours now... My shift ended 6 hours ago.
I'll take a rest now and will pick up your issue report at first thing in the morning... that is 8;00 CET.
Thank you that would be awesome - I have probably screwed something up! I managed to get the hello me back in - but I don't understand the tabs and I cannot seem to make them work. I basically want to user mods down the right with no tabs?
Tabbed Bars are not working
The registration page background colours are black so is the text where do I change that?
Cannot change the write a comment colour in the stream also the box overshoots the right hand side.
Modules that were published on the right for Jomsocial no longer work correctly tabs not working correctly
The my videos drop downs are in colours that I cannot seen to change ... cannot read them - obviously screwed something up
Is there anyway to add the Jomsocial menu onto my events and documents pages?
I have managed to sort the majority of my reported issues but the following are still issues on my site
The registration page background colours in the boxes where users register are now showing incorrectly no one can register.
The in stream comments are not working correctly there is no send button and it spills out of the frame.
The my videos drop downs are in colours that I cannot seen to change ... cannot read them - obviously screwed something up
Is there anyway to add the Jomsocial menu onto my events and documents pages?[/quote]
Hi, Byron.
1. This is caused by your template bootstrap. Change this code:
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
background: none repeat scroll 0 0 #31383e;
border-color: #31383e;
box-shadow: none;
color: #fff;
outline: 0 none;
}
By adding bolded line. You'll find it in this file:
www.domain.uk/templates/yoo_nite/css/bootstrap.css
line 7176.
2. This is not a issue but a new feature. Post buttons are gone for good in comments. Now just like on Facebook you need to hit enter to post :D
Out of frame issue is caused by your template again:
button, input, textarea {
box-sizing: content-box !important;
}
.joms-icon--add {
right: 35px;
top: 24px;
}
.joms-comment__reply .joms-textarea {
box-sizing: border-box !important;
height: 55px;
margin: 0;
min-height: 35px;
}
Hi Michal,
Sorry to bother you again - I made the 1st change on Bootstrap CSS and it made no difference - I still cannot see the background on registration. I am not sure where to put the other suggestion. Is this something you can help with further - just want to get 4 working for me.
Hi, Byron.
1. Right file, right line... but wrong value. you typed just fff, should be #fff and closed with ;.
Fixed.
4. As for now any customizations request have low priority (they are courtesy anyway) as forum is very crowded after releasing JomSocial 4. Try to ask developer from list I posted...
Hi Michal,
Just wanted to express my thanks for your help on this ticket. I applied your fixes and all is working well now. Your "awesome" support is well deserved - Thank you