minutepapillon
Forum Replies Created
-
Hi there !
Thanks for releasing this useful plugin.
Well I have to deal with the same problem, but I simply inserted the short code in a page (a dedicated register page) and this empty space is really annoying …
See :
https://www.voirleloup.com/inscription
Any solution ?
Thanks !Forum: Fixing WordPress
In reply to: flash AS3 navigateToURL : link changedSorry, I did not use the right markups in the last message :
Hi everyone,
I just created a small .swf for Flash where a click triggers an navigateToURL to a given url.
It is embeded on an html page in a domain where a WordPress blog is installed. The page is in :
https://www.myDomain.com/TestDirectory
On the same html page I put a classical html link with the same endpoint url. It works for the html link BUT for the navigateToURL I see something strange :
This given url (to addthis.com) :
https://api.addthis.com/oexchange/0.8/offer?url=https://www.myDomain.com/TestDirectory/testPage.html
… is replaced by :https://www.myDomain.com/TestDirectory/https://api.addthis.com/oexchange/0.8/offer?url=https://www.myDomain.com/TestDirectory/testPage.html
??
As you see, the url of the page is added at the beginning and of course, it does not work …Frankly, I don’t understand …
Any idea ? ??
THANKSForum: Fixing WordPress
In reply to: Left aligned pictures : firefox : GREAT … IE: … not that great …… Hey … I’m not so often right when talking about php :o) … let me enjoy it.
Know what ? I gave up. I finally used the Columnist plugin and it seems to work great.
Thank’s for your help Esmi.
ngForum: Fixing WordPress
In reply to: Left aligned pictures : firefox : GREAT … IE: … not that great …With a Child theme, the code given by the “conditional comment CSS” doeas not work. This does:
<!--[if lte IE 7]> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/ie7.css" media="screen" type="text/css" /> <![endif]-->
‘template_directory’ should be replaced by ‘stylesheet_directory’.
(it’s a detail but I’m proud I found it ! :o) )
But it is still hard for me to find a way to change my CSS and get the right IE layout …Forum: Fixing WordPress
In reply to: Left aligned pictures : firefox : GREAT … IE: … not that great …In conditional comment CSS The following code is suggested :
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/ie7.css" media="screen" type="text/css" /> <![endif]-->
This is the code I am supposed to add in header.php …
But Why isn’t there a <!–[if lte IE 7]> at the beginning ?
(maybe it’s just a comment … I don’t know)Then I write a ie7.css file with the modifications specific for IE ?
What modification would you suggest (If you have some more time to help me ?? ))
Forum: Fixing WordPress
In reply to: Left aligned pictures : firefox : GREAT … IE: … not that great …Hey Esmi !
Thanks for this pertinent answer(and still a little technical for me …).
I’m going to work on that tomorrow … (It’s time to go to bed down here …)
…
Wooha ! … i just clicked on your “parse error” link …
I didn’t know that css validation service… It seems pretty useful …
In fact I have a IE6 installed … ??I suppressed the flash block : no change …
Well now … to much is to much … I go to bed …
Bye !