daGuschtl
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Picture shown only half!Hi,
thanks for the fast reply!
I have set both suggestions and both work!Are these “intermediate” solutions, so I have to remove them for later updates? Or are these changes final?
- This reply was modified 2 years, 1 month ago by daGuschtl.
Forum: Plugins
In reply to: [Firelight Lightbox] Picture shown only half!I upgraded again to help you see it:
https://bit.ly/3rWdmRiThe complete intransparent background is on all my sites. The half-picture only on one site. I have tested “000” or “000000” as color-code.
Forum: Plugins
In reply to: [Firelight Lightbox] Picture shown only half!I can verify, the Downgrade to 1.8.19 fixed both issues (half image and background)!
Forum: Plugins
In reply to: [RSS Feed Retriever] Month names in local languageHi, thanks, great news!
Forum: Plugins
In reply to: [FancyBox for WordPress] URL with ?ssl=1 / Fancybox doesn’t open@colorlibplugins – the .jpg?ssl=1 problem is still there with v3.1.2
BRGDSForum: Plugins
In reply to: [FancyBox for WordPress] URL with ?ssl=1 / Fancybox doesn’t openI found the solution myself:
You need to edit the fancybox.php and change to follwing line (line 235):
var thumbnails = jQuery("a:has(img)").not(".nolightbox").filter( function() { return /\.(jpe?g|png|gif|bmp)$/i.test(jQuery(this).attr('href')) });
to
var thumbnails = jQuery("a:has(img)").not(".nolightbox").filter( function() { return /\.(jpe?g|png|gif|bmp)\?.+$/i.test(jQuery(this).attr('href')) });
In detail:
\.(jpe?g|png|gif|bmp)$
to\.(jpe?g|png|gif|bmp)\?.+$
Maybe the developer can fix this?
Otherwise we have to edit this after each update.BRGDS
I found the solution:
Open in wp-content/plugins/wptouch/themes/foundation/default the styles.css and serach for:
code, kbd, pre, tt { border: 1px solid #ffd478; word-wrap: break-word; background-color: #f2fdc7; padding: 5px; }
Remove “pre” from the first line and the strange yellowish brackground is removed!! ??
Still unbelievable that they did such a …. ??
BRGDS
Forum: Plugins
In reply to: [List category posts] missing spaceI reverted to version 0.39, in this version the space shows up.
Affected are 0.40 and 0.40.1.Forum: Plugins
In reply to: [Hana Flv Player] //due to the bug – IE8 does not show videothanks!