Cyrille Sanson
Forum Replies Created
-
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Link to tab and go to anchorHi Cubecolour,
Thanks very much for your reply.
it seems that this bug is already reported to Firefox:
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Accent in titleHello,
Sorry to not answer I was AFK yesterday.
Thank you for the correction. It works perfectly now.
Forum: Plugins
In reply to: [WP-Polls] DocumentationNot sure I understand what you mean.
Thank you anyway.
Forum: Plugins
In reply to: [WP-Polls] DocumentationThanks,
How poll’s template can be used?
Forum: Themes and Templates
In reply to: [Customizr] static homepage no sidebarThat’s it.
It’s a bit disturbing. But after a few test I got what I wanted.
Set to a right side bar with the box “Force to all site…” checked. Then uncheck the box and set to full width. Et voilà.
Thanks a lot Mr. Rdellconsulting
Forum: Themes and Templates
In reply to: [Customizr] static homepage no sidebarHello,
Is that a question so difficult?
Forum: Themes and Templates
In reply to: [Customizr] static homepage no sidebarHello,
Thank you for your reply.
Here is the link: http://dev.efppy.fr/
No cache used. Browser’s cache deleted.
Forum: Plugins
In reply to: [Social Count Plus] Posts counter not updatingHi,
It’s OK it works as you say.
Forum: Themes and Templates
In reply to: [Customizr] Lettrine, drop capOK,
After reading: http://presscustomizr.com/support-forums/topic/dropcap-sometimes-works-sometimes-doesnt/It seems that a there is a problem with apostrophe. Eg.: L’album…
It works if you put a space between L and apostrophe.
Forum: Plugins
In reply to: [Set All First Images As Featured] All most perfectHi Pabloigrana,
Don’t worry with your English, mine is not very good. :-8
I used “Media from FTP” to put images in the library.
Finally I found a script that declare link for images used in a post.
You can find it here. https://ww.wp.xz.cn/support/topic/auto-attach-images-to-the-post-where-they-are-inserted?replies=20
This script worked for me. It can be used as a plugin. Follow instruction given.
There is just a trick. You have to edit manually the id of images. In the script it’s setted: BETWEEN 3000 AND 3500
Mine was from 4523 (or so) to 5465 (or so).
Good luck!
Forum: Plugins
In reply to: [Set All First Images As Featured] All most perfectHi Pabloigrana,
Sorry to ear that it’s not working for you.
My images are in wp-content/uploads/year/month and with the change I made it was OK.
I just discovered that I had an issue with my case. I actually have done a migration from DotClear to WordPress. Using several extension I manage to get all images and put them in the library. Then I get all post and change link to images in order to correspond to WordPress architecture. It seems to be OK (post and library are displaying images) but there is no link between post and image in the library. That’s why I was looking for a plugin to set featured image.
Actually if the link between image and post was OK I won’t need “Set All First Images As Featured”. There is another plugin “easy Add Thumbnail” that will do the trick.
I hope Lucy will help to solve your problem. May be she could also help me. I just need to link image with post in media library.
Forum: Plugins
In reply to: [Set All First Images As Featured] All most perfectHello Pabloigrana,
In set-all-first-images-as-featured/includes/class-core.php
after line 248:
$tmp = explode('/', $src);I added this:
$path = "/". $tmp[count($tmp) - 3] . "/" . $tmp[count($tmp) - 2] . "/";then in line 267:
$file = $upload_dir['basedir'] . '/' . $filename;I replace ‘/’ by $path
$file = $upload_dir['basedir'] . $path . $filename;It worked for me.
But at the moment I don’t know how to correct the issue described in my previous post.
Best,
Forum: Themes and Templates
In reply to: [Hueman] Slider arrowHi,
Sorry I get the culprit: Firefox. I don’t know why.
It works well on smartphone, Opera…
Forum: Themes and Templates
In reply to: [Hueman] Slider arrowHere it is http://wp.venerque.net/
It’s a work in progress.
Forum: Plugins
In reply to: [Import External Images] Import from one domain onlyHello,
This feature seems obvious. It’s easier to include one or two domains than to exclude a bunch.
In my case I’m doing a migration from Dotclear to WP. There are about 1300 posts from 2007 to 2015 I’m not able to read each post to look for a image link and check from which domain it comes.
Please, please, please can you do this for us?