janisto
Forum Replies Created
-
Forum: Plugins
In reply to: [Polaroid Gallery] [Plugin: Polaroid Gallery] New option possible?You could try and change the code in line number 292.
Change:
$title = wptexturize(trim($attachment->post_title));
To:
$title = wptexturize(trim($attachment->post_content));
And see if it helps.
Cheers,
janistoForum: Plugins
In reply to: [Polaroid Gallery] [Plugin: Polaroid Gallery] New option possible?Hi TiCar,
displaying the image description text is not currently an option. You should add your text to “Title” or modify the plugin.Cheers,
janistoHi .sil,
this feature is not currently possible.Cheers,
janistoForum: Plugins
In reply to: [Polaroid Gallery] Polaroid Gallery plugin fails to loadHi wordrace,
this issue is fixed in the new version.Cheers,
janistoHi gotitalianice,
your theme doesn’t have enough space to fill more then 2 columns.Cheers,
janistoThanks,
janistoHi ChristiMc,
your site seems to be working properly now. What was the issue?Cheers,
janistoForum: Plugins
In reply to: [Polaroid Gallery] [Plugin: Polaroid Gallery] Cannot print 2 pdfHi ajonson,
enable “Print background images” or similar option for printing. If that doesn’t help, update your browser. Latest Firefox works properly and most likely so do most of the browsers.Cheers,
janistoForum: Plugins
In reply to: [Polaroid Gallery] [Plugin: Polaroid Gallery] Photo and facebook shareThere is no solution for this issue. Images are attached as a background image to support more browsers, so Facebook won’t recognize those as images.
Cheers,
janistoForum: Plugins
In reply to: [Polaroid Gallery] [Plugin: Polaroid Gallery] It Works… BUT!Hi,
so what is the problem?Take your UNACEPTABLE bullshit somewhere else!
Forum: Plugins
In reply to: [Polaroid Gallery] [Plugin: Polaroid Gallery] It Works… BUT!Hi,
so what is the problem?Vendor specific extensions to CSS3 do not validate, but they are still used, since it’s the only way.
So the option is to use 100% valid CSS3 that 0% of current browsers support or some validation errors that do not break anything.
See: https://www.w3.org/TR/css3-2d-transforms/
https://www.w3.org/TR/css3-syntax/#vendor-specificCheers,
janistoForum: Plugins
In reply to: [Polaroid Gallery] [Plugin: Polaroid Gallery] Problems with IE8Hi lod_design,
your theme is causing IE8 bugs.remove this style from /Melody/wp-content/themes/suffusion/style.css:
.entry img {
max-width: 99%;
}and remove this:
.page-template-no-sidebars-php .entry img {
max-width: 99%;
}or modify: /Melody/wp-content/plugins/polaroid-gallery/css/polaroid_gallery.css
Add this rule:
.polaroid-gallery a.polaroid-gallery-item img {
max-width: auto !important;
}Cheers,
janistoForum: Plugins
In reply to: [Polaroid Gallery] [Plugin: Polaroid Gallery] Polaroid not showing in postHi jazzme,
I guess your theme is causing some kind of conflict. Is it working properly with the default theme?Cheers,
janistoForum: Plugins
In reply to: [Polaroid Gallery] [Plugin: Polaroid Gallery] Clicking images don't workI think it was related to the filename. It’s actually a WordPress bug.
Forum: Plugins
In reply to: [Polaroid Gallery] [Plugin: Polaroid Gallery] Clicking images don't workHi smsulliva,
there also might be problems if your images have any letters other then a-z in the filename (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z). You should always use only period, dash, underscore, numbers and letters from a-z in the filename.If you deactivate Polaroid Gallery plugin and you still have problems loading the images, then the problem lies somewhere else.
Cheers,
janisto