Resource icon

[bd] Image 1.0.3

No permission to download
There seems to be a glitch. Normally there is a total of 30 thumbnails but i can only see 14 so i use the slider to see the rest of the thumbnails. Which is good

But when i shrink my brower, predtending to be a mobile. It does not dissappear. And all the thumbnails get really small. And i can see all 30 of them. But they are so small i cant see them.

I checked off "Desactivate for mobile" But it doesn't dissappear. So i went on my mobile phone to check. And it dissappears. So it is only when i shrink the brower that is does not go away.


I also checked out Thread Images Carousel. That one works well. When i shrink my brower. So it's only Threads Grid that does not work well.

I am using the
Image: Threads Grid
Limit: 25
New Replies
Threads Cutoff 2666
Colums: 25
Thumbnail Width: 100
Thumbnail Height: 100
Gap: 1
Cache 3800
Position: hook:ad_above_top_breadcrumb

(Checked)Widget is Active
(Checked) Desactivate for mobile

I tried to put this the Extra.css but it disappears but not the box surrounding the thumbnails still appears. How can i get the whole thing to disappear?

<xen:if is="@enableResponsive">
@media (max-width:800px) {
.bdImage_Widget_Slider-11 li {
display:none;
text-align: center;
}
}
</xen:if>


<xen:if is="@enableResponsive">
@media (max-width:800px) {
.bdImage_Widget_Slider-11 img {
display:none;
text-align: center;
}
}
</xen:if>
 
Last edited:
hmmmmmm I changed it to Threads Images. And its working. Now the thumbnails don't get really small. It would still be good if it disappears when the browser is shrunk.

I'm not sure what the difference between Thread Images and Threads Grids.

But i changed and now its working good. Thanks for this add-on
 
I have just installed it, but it seems not working. Nothing show up in my site. Though, I'm not sure if I have to set something for making it work.
 
Hi

I'm getting alot of server errors from this :

ErrorException: file_get_contents(.......

Mostly bandwidth exceeded from externally hosted images, or 403 forbidden etc.
I understand why, but can I disable the error reporting for this to stop it filling up my admin panel?
 
@xfrocks I have a weird issue.

Using chrome whenever an image is created the thread list shows

upload_2015-2-24_20-54-35.webp

No mater how i refresh etc, it stays like this.

Error is " Failed to load resource: the server responded with a status of 403 (Forbidden)"

If I then use Internet explorer, it works

upload_2015-2-24_20-58-56.webp

Go back to Chrome, no errors:

upload_2015-2-24_21-1-7.webp
 
@xfrocks I have a weird issue.

Using chrome whenever an image is created the thread list shows

View attachment 99417

No mater how i refresh etc, it stays like this.

Error is " Failed to load resource: the server responded with a status of 403 (Forbidden)"

If I then use Internet explorer, it works

View attachment 99418

Go back to Chrome, no errors:

View attachment 99419
Can you share link to your site please? Or when you get the "failed to load resource" message, can you copy the address?
 
Can you share link to your site please? Or when you get the "failed to load resource" message, can you copy the address?


I will do later when i get home.
Strange is that my work pc has chrome and this works fine.

I will mess more with my chrome settings on pc before I bother you again..
Could it be my ad blocker i wonder?
 
Went to "Clear browsing data" and cleared the following and all is fine now.

Sorry to have bothered you.

upload_2015-2-25_19-30-59.webp
 
Hi,
Hi

I'm getting alot of server errors from this :

ErrorException: file_get_contents(.......

Mostly bandwidth exceeded from externally hosted images, or 403 forbidden etc.
I understand why, but can I disable the error reporting for this to stop it filling up my admin panel?

here the same - how can i stop this errors? Is this only a settings problem?
 
I thought it would be a simple search of finding "logException" and commenting that out, but I can't see that used in the code anywhere, so here endeth my knowledge unfortunately!
 
Have you asked xfrocks over a PN? If not - i can do this so we can hope he take a look at this error.
 
Top Bottom