minutepapillon
Forum Replies Created
-
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] [password] placeholder ?Thanks Eventualo !
Forum: Networking WordPress
In reply to: Multi Domain Network : Domain mapping not working (yet)Thanks Mika for this precise answer.
I have to solve this VHost mystery. I try that soon (as soon as my customers let me breathe …), and I’ll give here some feed back.Forum: Networking WordPress
In reply to: Multi Domain Network : Domain mapping not working (yet)Thanks for your answer Mika,
Did you remember to add https://www.photolandes.com/ to your server ?
Yes, I think so (but I may be mistaking), this is here.
photolandes.com’s DNS also hosted by OVH
https://www.heberger-image.fr/images/60681_Clipboard01_dns.jpg.htmlIs it what you meant ?
Here is the mapping configuration using the plugin :
https://www.heberger-image.fr/images/71448_Clipboard02.DNS.jpg.htmlThanks
Forum: Plugins
In reply to: [W3 Total Cache] Blank home pageThanks for your answer Core,
The free web space on my server is still huge (85Go) …
Is it what you meant by “root file system” ?the problem is to see by ftp the size of this folder : www/wp-content/cache/page_enhanced/siteName
How can you check that ?Anyway I deleted the content of www/wp-content/cache/page_enhanced/siteName and reactivate WT3 … it seems to work.
So thank you again !
NicolasForum: Plugins
In reply to: [W3 Total Cache] Blank home pageReally ? … No suggestion ? … no clue ?
Forum: Fixing WordPress
In reply to: ReferenceError: jQuery is not definedWell, I found the answer :
Bullet Proof Security plugin had to be updated, and the htaccess. of the wp-admin folder had to be updated.
Note that updating the first does not update the second : You have to follow the usual procedure.The former htaccess of the wp-admin folder was causing some sort of conflict I guess.
Thanks to those who read this post …
… solved :
Just one “exclude” category is needed to do all this.Well, 5 seconds after posting this I had a simple idea : create a category called “exclude” so that I can exclude on a post by post base just by including the post in this category. My code doesn’t work. (I don’t do much PHP) Where is my error.
Thanks$paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $cat_id1 = get_cat_ID('actualite'); $cat_id2 = get_cat_ID('exclure'); query_posts("cat=-$cat_id1,-$cat_id2&paged=$paged"); ?>
Forum: Fixing WordPress
In reply to: JS conflict integrating ZenPhoto in WordPressHi,
Dealing with this problem I discovered that the simultaneous use of jquery by galleriffic and the wordpress theme causes galleriffic to fail.
… and i solved the problem by removing one of the library calls…
works well :
https://www.voirleloup.com/galerie/nuit/#!prettyPhotoForum: Plugins
In reply to: Text Widget : Content appearing Before widget tittlewell man, I gave up.
Down with the text widget, down with the shortcode.
I simply modified the footer and it took me 5 minutes …
The result is perfect although the method is not elegant …
Thanks a lot anyway for your help.
NicolasForum: Plugins
In reply to: Text Widget : Content appearing Before widget tittle… one more strange thing :
No matter what text i type before or after the [share] shortcode in the text widget, it won’t be displayed on the page …
The only thing we have is the 2 share buttons …Forum: Plugins
In reply to: Text Widget : Content appearing Before widget tittleBTW, I tried to opt in and out the ‘automatically generate paragraphers’ of the text widget
No effect …Forum: Plugins
In reply to: Text Widget : Content appearing Before widget tittleGreat ! The share buttons are there !
Cool, but there is a new issue :
Some <br.> and <p>tags appeared and the layout is messed up.
This problem appears with the ob_get_contents() solution and not with the one I used before you (kindly) helped me …
How do these appear ? … mystery (at least for me.)You still can see the footer here :
https://www.voirleloup.com/inscriptionForum: Plugins
In reply to: Text Widget : Content appearing Before widget tittleThanks Alchymyth !
I understand my mistake (that’s the first step.)
I replaced my version of the content by yours.
The shortcode appears as [share] … and is not interpreted any more …
Here is the html I get in the text widget where I put the shortcode …<br> <br> [share]
Thanks anyway … i’m closer to the solution
Forum: Plugins
In reply to: Text Widget : Content appearing Before widget tittleSorry, I made a mistake at the beginning of my post :
the title (“partager”) appears after the content of the widget (the share buttons)