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.
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
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
Page 11 at the bottom
Offline
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
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
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
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
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
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