trouille2
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightbox Gallery] Multiple galleries in the code? no shortcodePlease?
Forum: Plugins
In reply to: [WP Most Popular] Does not pick up poststhe same for me. Still digging
Forum: Fixing WordPress
In reply to: IE 8 displays Parent settings ignores Child Theme CSS and PHPI’m re-writing the ie.css in the child theme following the article sent before, it seems to work.
Forum: Fixing WordPress
In reply to: IE 8 displays Parent settings ignores Child Theme CSS and PHPhttps://www.arielledhauterives.be/wordpress/
the navigation is not well rendered for exampleForum: Fixing WordPress
In reply to: IE 8 displays Parent settings ignores Child Theme CSS and PHPForum: Fixing WordPress
In reply to: IE 8 displays Parent settings ignores Child Theme CSS and PHPBy the way I have the same issue.
Forum: Fixing WordPress
In reply to: IE 8 displays Parent settings ignores Child Theme CSS and PHPHello, I don’t understand the logic.
I validated my css, all errors comes from twentytwelve. What I don’t understand is why a big part of my css is read on explorer 8 and some not.Forum: Plugins
In reply to: [Exifography] Quotation marks in the exif fieldOk, it was easy.
In the code, while calling the exif field, use str_replace to remove replace the quotation marks by "
str_replace(‘”‘, ‘"’, $string)Forum: Plugins
In reply to: [Lightbox Gallery] fit to windowHi spiritdreaming,
In your FTP folder (folders names are given following my remembering, names can be a bit different), follow wp-content>plugin>lightbox>js>jquery.colorbox.js.
Try to find max-width and max-height and set them to the percentage you need.Again, in the admin, you should have set lightbox to use the colorbox option.
Forum: Plugins
In reply to: [Lightbox Gallery] fit to windowActually, if you go to the js folder of the plugin, open the jquery.colorbox.js file (if you checked the “colorbox” option in the admin).
at line 18 you should find this :maxHeight: "100%",
replace it with :maxHeight: "90%",
the same for line 14 :maxWidth: "90%",
(or whatever percentage you need.Forum: Plugins
In reply to: [Lightbox Gallery] Responsive ColorboxThanks for that, it was quite easy to change it but why the author put “false” originally? a percentage should be set by default.
Forum: Themes and Templates
In reply to: web font on my ipad (iOS 5.1) is chunkyok I found the problem. It’s the ‘text-rendering: optimizeLegibility;’ parameter that cause the issue. (body line 484) tag in the style.css of twentytwelve. In my theme I duplicated this part of the css.
if I replace it with ‘text-rendering: auto;’, it looks fine.
Thks EsmiI found the bug,
I didn’t check the iframe option in the admin > settings >media > fancybox. Now I checked it and it works fine.
many thanks for this solution.
ChrisHi RavanH,
I’m going to turn meself crazy, since this morning I try to make the pdf readable, I found some fix from JFK or others from you on different forum, but your third link here seems to work on every browser I have. Atleast on your test page. I’m trying to make it work on my mine with no success. Could you just have a look at https://www.bonzai-fashion.be/newsite_wp/presse-2/ maybe you can tell me what’s wrong with my page. I get the lightbox, but the embedded google viewer doesn’t appear.
Thanks you for this.
Chris