Mystery gap on video site in Jomsocial
Community fouces Joomla template to build a music magazine website with JomSocial support.
- GK User
- Tue Sep 03, 2013 3:12 pm
Hi,
see picture below - this has just happened minutes ago when i was re-sorting the videos on our site, also creating new video categories and deleting empty ones.
the gap was there before, but much smaller (the height of one row). What could be the reason for that? (Gap ends where modules in side column end - coincidence?)
Also, the layout of the videos listed has changed somehow. Not sure how this happened, but it'd be great if you could tell me where to change/customize this. (grunge-backround, bold font etc..)
hope you know what to do!
best wishes
see picture below - this has just happened minutes ago when i was re-sorting the videos on our site, also creating new video categories and deleting empty ones.
the gap was there before, but much smaller (the height of one row). What could be the reason for that? (Gap ends where modules in side column end - coincidence?)
Also, the layout of the videos listed has changed somehow. Not sure how this happened, but it'd be great if you could tell me where to change/customize this. (grunge-backround, bold font etc..)
hope you know what to do!
best wishes
-
- Expert Boarder
- GK User
- Tue Sep 03, 2013 3:37 pm
Could You please post an url to your site?
-
- Moderator
- GK User
- Tue Sep 03, 2013 10:07 pm
This is more 3rd party plugin problem, but You could try edit: /templates/gk_style/css/override.css and add at its end:
Remember to enable "CSS override" in template settings - advanced section.
- Code: Select all
.cMedia-ThumbList .clearfull {
display: block;
width: 100%;
clear: left;
}
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Wed Sep 04, 2013 8:49 am
Morning, this does NOT work. Nothing changed ... http://kanoon-music.com/index.php/user-menue/videos
Is it right that the code starts with o dot (.)?!
Is it right that the code starts with o dot (.)?!
-
- Expert Boarder
- GK User
- Wed Sep 04, 2013 8:57 am
Cyberek wrote:This is more 3rd party plugin problem
*******************************************
3rd Party Plugin ??
*******************************************
, but You could try edit: /templates/gk_style/css/override.css and add at its end:
- Code: Select all
.cMedia-ThumbList .clearfull {
display: block;
width: 100%;
clear: left;
}
Remember to enable "CSS override" in template settings - advanced section.
-
- Expert Boarder
- GK User
- Wed Sep 04, 2013 9:23 am
You might try to force those settings:
- Code: Select all
.cMedia-ThumbList .clearfull {
display: block !important;
width: 100% !important;
clear: left !important;
}
-
- Moderator
- GK User
- Wed Sep 04, 2013 9:53 am
This works!!
Great service!!
Nice day!
Great service!!
Nice day!
-
- Expert Boarder
- GK User
- Wed Sep 04, 2013 7:24 pm
Great .
If You will have any other questions, feel free to post new forum threads.
If You will have any other questions, feel free to post new forum threads.
-
- Moderator
9 posts
• Page 1 of 1