video boxes too big
- GK User
- Mon Jan 30, 2012 1:54 am
hi guys.
i have an issue with the grey boxes on the videos page - i need to alter the width so they fit all on one line.
I have tried altering the width of the template in the template manager but it makes no difference, they still appear as they do in the picture.
can you please advise as to where i can change the css or code?
thanks!
Rob
i have an issue with the grey boxes on the videos page - i need to alter the width so they fit all on one line.
I have tried altering the width of the template in the template manager but it makes no difference, they still appear as they do in the picture.
can you please advise as to where i can change the css or code?
thanks!
Rob
-
- Platinum Boarder
- GK User
- Mon Jan 30, 2012 2:15 pm
Hi.
Could you paste link to your site?
Could you paste link to your site?
-
- Platinum Boarder
- GK User
- Sun Feb 12, 2012 1:06 pm
-
- Platinum Boarder
- GK User
- Wed Feb 15, 2012 1:27 pm
hey guys - any help on this one?
-
- Platinum Boarder
- GK User
- Wed Feb 15, 2012 2:16 pm
Please try this code :
- Code: Select all
body #community-wrap .video-index > div > div.video-item {width: 23% !important}
-
- Platinum Boarder
- GK User
- Tue Oct 16, 2012 11:05 am
4.png
bkrztuk wrote:Please try this code :
- Code: Select all
body #community-wrap .video-index > div > div.video-item {width: 23% !important}
hijacking this
I have the exact same problem. I tried putting the code above into the overide.css but to no avail. is there any alternative methods to solving this ?
-
- Junior Boarder
- GK User
- Wed Oct 17, 2012 6:23 am
bump
-
- Junior Boarder
- GK User
- Thu Oct 18, 2012 8:50 pm
Did you enable override css option in template advanced settings ? Can I see your site ?
-
- Platinum Boarder
- GK User
- Sat Oct 20, 2012 6:18 am
bkrztuk wrote:Did you enable override css option in template advanced settings ? Can I see your site ?
Hi there,
Yes, I've enabled the override css option in template advanced settings. I'm not sure if i added the codes correctly to the .css file. Just to confirm, it's the file in the templates/gk_twn2/css/ folder right ??
I've pmed you admin access
please advice
-
- Junior Boarder
- GK User
- Sun Oct 21, 2012 11:59 am
Yes, file path is correct. I'll check your PM message and let you know.
-
- Platinum Boarder
- GK User
- Wed Oct 24, 2012 8:36 am
chrome.png
firefox.png
opera.png
-
- Junior Boarder
- GK User
- Wed Oct 24, 2012 8:54 am
Ok, code to fix view in videos section is :
I've added the code and now this area is looking fine. Before I've checked videos on home page in videos area so this is why it takes so much time
- Code: Select all
body #community-wrap ul.cVideoItems li.cVideoItem { width: 23.1% !important}
I've added the code and now this area is looking fine. Before I've checked videos on home page in videos area so this is why it takes so much time
-
- Platinum Boarder
- GK User
- Thu Oct 25, 2012 7:42 am
bkrztuk wrote:Ok, code to fix view in videos section is :
- Code: Select all
body #community-wrap ul.cVideoItems li.cVideoItem { width: 23.1% !important}
I've added the code and now this area is looking fine. Before I've checked videos on home page in videos area so this is why it takes so much time
omg you saved my site !!! LOL ! thank you yes it's solved already for the video thumbs ... thank you thank you thank you !!!
ok so this is 2 down 1 more to go !!! i have another problem you have not addressed in the url https://www.gavick.com/forums/the-world-news-2/mobile-device-detection-problems-20114.html?p=94846#p94846
it's not the mobile layout problem, its the event administration menu not appearing ...
Untitled-2.png
-
- Junior Boarder
- GK User
- Thu Oct 25, 2012 8:45 am
Please switch to default template, if the same happen probably it is JomSocial issue not our template.
-
- Platinum Boarder
- GK User
- Thu Oct 25, 2012 9:28 am
bkrztuk wrote:Please switch to default template, if the same happen probably it is JomSocial issue not our template.
hi there,
I've downloaded different jomsocial templates from the rest files package of the TWN2 template.
there's one of it that worked for events administration, but it causes other template issues.
for gk_style 2.6.1 jomsocial, the current version i'm using, it causes the events admin panel to disappear completely, with the video thumbs etc that you have solved. shown in screenshot below.
Untitled-2.png
for gk _style 2.6 jomsocial, i've attached the working admin panel and the bugs that occurred. shown below.
working events admin panel
Untitled-22.png
2.6.0 template thumb bugs, see green highlighted area, should have 4 columns not 3.
Untitled-222.png
-
- Junior Boarder
- GK User
- Thu Oct 25, 2012 9:30 am
the correct display for the thumbs are in 2.6.1, shown below, but is buggy for the 2.6.0 version. it shows 4 columns instead of 3.
Untitled-233.png
Last edited by GK User on Thu Oct 25, 2012 9:35 am, edited 1 time in total.
-
- Junior Boarder
- GK User
- Thu Oct 25, 2012 9:34 am
working event admin panel for default jomsocial template.
so here i'm not sure why it doesn't work for the 2.6.1 jomsocial template for twn2, but with 2.6.0 it works with some other bugs. with default it works, so prolly it is a bug caused by the 2.6.1 twn2 template for jomsocial.
please advise.
Untitled-2333.png
so here i'm not sure why it doesn't work for the 2.6.1 jomsocial template for twn2, but with 2.6.0 it works with some other bugs. with default it works, so prolly it is a bug caused by the 2.6.1 twn2 template for jomsocial.
please advise.
-
- Junior Boarder
- Konrad M
- Thu Oct 25, 2012 11:24 am
Hi,
please go to components/com_community/templates/gk_style/events.viewevent.php and find (line44)
and change it to:
please go to components/com_community/templates/gk_style/events.viewevent.php and find (line44)
- Code: Select all
<div class="app-box-content" style="display:none">
<ul class="event-menus clrfix">
<?php if( $isMine || $isCommunityAdmin || $isAdmin) {?>
and change it to:
- Code: Select all
<div class="app-box-content">
<ul class="event-menus clrfix">
<?php if( $isMine || $isCommunityAdmin || $isAdmin) {?>
- GK User
- Thu Oct 25, 2012 11:36 am
Konrad M wrote:Hi,
please go to components/com_community/templates/gk_style/events.viewevent.php and find (line44)
- Code: Select all
<div class="app-box-content" style="display:none">
<ul class="event-menus clrfix">
<?php if( $isMine || $isCommunityAdmin || $isAdmin) {?>
and change it to:
- Code: Select all
<div class="app-box-content">
<ul class="event-menus clrfix">
<?php if( $isMine || $isCommunityAdmin || $isAdmin) {?>
Great help ! thank you thank you thank you !!! the event bug fixed !
-
- Junior Boarder
- GK User
- Thu Oct 25, 2012 11:43 am
hi there,
tonnes of stuff solved. thank you guys very much.
there's one last minor problem. not sure if it's the bug of the template or is it a default jomsocial thingy.
entry fields in the edit profile is too small, but it is resizeable by dragging the small icons at the bottom right of the text area.
I was wondering if there's any fixes for this to make the entry fields span the width of the site or at least double or triple the width and height for easy member inputs. maybe by changing the default width and height of the text areas. they all look to be of the same widths.
with the current size it affects member making inputs at all.
please advice.
see the green highlighted areas
tonnes of stuff solved. thank you guys very much.
there's one last minor problem. not sure if it's the bug of the template or is it a default jomsocial thingy.
entry fields in the edit profile is too small, but it is resizeable by dragging the small icons at the bottom right of the text area.
I was wondering if there's any fixes for this to make the entry fields span the width of the site or at least double or triple the width and height for easy member inputs. maybe by changing the default width and height of the text areas. they all look to be of the same widths.
with the current size it affects member making inputs at all.
please advice.
Untitled-25534.png
see the green highlighted areas
-
- Junior Boarder
- Konrad M
- Thu Oct 25, 2012 1:50 pm
Please try add to override.css
and set both values to fit your needs. Remember to enable override.css option in template settings.
- Code: Select all
#community-wrap.cRegister textarea.inputbox,
#community-wrap.cProfile textarea.inputbox {
width:60% !important;
height:150px !important;
}
and set both values to fit your needs. Remember to enable override.css option in template settings.
- GK User
- Thu Oct 25, 2012 2:22 pm
Hi there,
Thank you. This code solved the problem !!!
Thank you. This code solved the problem !!!
-
- Junior Boarder
22 posts
• Page 1 of 1