Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#1 2013-05-29 21:29:17

phucq24
Member
From: Florida, USA
Registered: 2013-04-07
Posts: 11
Website

Hosted video thumbnails slightly larger than embedded video thumbnails

Can someone tell me how to fix this issue...
When a hosted video thumbnail is add next to an embedded thumbnail is causes the whole table to get offset...
I tried to change video thumbnail settings but doesn't seem to do anything

Thanks
DT

Offline

#2 2013-05-30 08:51:53

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Hosted video thumbnails slightly larger than embedded video thumbnails

Please post a url. Probably will be fixed via CSS.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#3 2013-05-30 20:45:02

phucq24
Member
From: Florida, USA
Registered: 2013-04-07
Posts: 11
Website

Re: Hosted video thumbnails slightly larger than embedded video thumbnails

www.ifookyu.com

Page 11 at the bottom

Offline

#4 2013-05-31 07:25:03

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Hosted video thumbnails slightly larger than embedded video thumbnails

Hmmm...can you please make a screenshot? For me everything is ok.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#5 2013-06-02 00:07:48

phucq24
Member
From: Florida, USA
Registered: 2013-04-07
Posts: 11
Website

Re: Hosted video thumbnails slightly larger than embedded video thumbnails

Seems to have disappeared....very strange
I'll send a screenshot if it happens again
Thanks
DT

Offline

#6 2013-06-02 03:33:12

phucq24
Member
From: Florida, USA
Registered: 2013-04-07
Posts: 11
Website

Re: Hosted video thumbnails slightly larger than embedded video thumbnails

Ok I was able to recreate the issue when I do a Mass CSV Import using embed code import method
Importing from JAVHD website


It seems as though the thumbnail and video size settings are not being used during this import since I also have to manually edit the dump file and adjust the video play size to the setting I want to display when video is selected before using import tool within ASP.

I'm not sure how to get a screenshot to you since this message window is not letting me paste my screenshot
So I guess just look at the first page again....I wont add anything new until you reply

Thanks
DT

Offline

#7 2013-06-02 05:50:03

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Hosted video thumbnails slightly larger than embedded video thumbnails

I got it. Please edit templates/your-template/css/style-large.css and find:

.span3 {width: 284px;}

add after:

.span3 > img {width: 280px; height: height: 210px;}

This will make sure its fixed from CSS. I can also add resizing from php when you import with CSV in the next version.


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#8 2013-06-02 14:44:14

phucq24
Member
From: Florida, USA
Registered: 2013-04-07
Posts: 11
Website

Re: Hosted video thumbnails slightly larger than embedded video thumbnails

Ok here's the block of code i'm using according to above instructions...
I took out the extra "height:" (Doesnt seem to change result and looked like a mis-type YES/NO?)
So it looks alittle cleaning but still has the offset...
I changed some of the values around to see if I could get a different output but nothing worth keeping...
And other ideas????

Thanks

................................................................
.span12 {width: 1250px;}
.span8 {width: 876px;}
.span4 {width: 320px;}
.span3 {width: 284px;}                                     <--
.span3 > img {width: 280px; height: 110px;}     <--
.span2 {width: 184px;}

.related .span1 {width: 90px; }

................................................................

Offline

#9 2013-06-03 06:49:52

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: Hosted video thumbnails slightly larger than embedded video thumbnails

It should work only with the .span3 > img line. Are you sure you put this in the right file?Also you have a lot of repeating lines in header.tpl.php (you use some css files 3 times).


Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds

Offline

#10 2013-06-03 23:49:28

phucq24
Member
From: Florida, USA
Registered: 2013-04-07
Posts: 11
Website

Re: Hosted video thumbnails slightly larger than embedded video thumbnails

Yes I added to the file you specified...
Actually there was only one that was a repeat style.css, The other one was from a different path and holds details about the template I'm using...I renamed it and moved it to the css directory...But still no luck so for now I suspended them....

Offline

Board footer

Powered by FluxBB