Riversatile
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] Mandatory to update manually since version 4.0.9Thanks Mike.
I will update manually, then check my WordPress/server.Manual update done. No issue.
Many thanks Mike
Hi Mike,
Strangely, the update does not happen. During the update process, after 20 seconds, I receive the message that says the download is in progress, but the message appears twice as you can see on this screenshot and nothing happen.
And I see the “si-contact-form” folder that has not changed on my file server.I will try to do a manual update.
Hi Mike,
I faced the same issue yesterday on version 4.0.9, and I was on FSF 4.0.6 before to update.
Then, I deactivate FSF, and reactivate it : same error.
So I restored FSF version 4.0.6.Many many thanks Allen !
It worked 😉Hi Allen,
Here is the URL of my page :
http://www.riversatile.fr/youtube/Here are the first 3 videos (present at the moment) :
http://www.youtube.com/watch?v=tSnfO15cAHE&feature=youtube_gdata
http://www.youtube.com/watch?v=Xy9SAi5inr4&feature=youtube_gdata
http://www.youtube.com/watch?v=2IS6oNA9M7Q&feature=youtube_gdataScreen-shots:
Here is the page rendering BEFORE update to 2.66.2
http://imagesup.org/images11/1375516612-before.jpgHere is the page rendering AFTER update to 2.66.2
http://imagesup.org/images11/1375516660-after.jpgThanks for your support.
I already followed the instructions Allen (the developper) posted here : http://wordpress.org/support/topic/read-this-before-posting-re-latest-version
Forum: Plugins
In reply to: [SEO Smart Links] Problem with SEO Smart Links and HTML element attributesThe issue is caused between the lines 107 and 108.
Hi bmackenny,
I am familiar with CSS, but not enough to create columns.
But to display post thumbnail with the thumbnail sized image, you will find help in the WordPress Codex : get_the_post_thumbnail : https://codex.wordpress.org/Function_Reference/get_the_post_thumbnail
As you can see in the get_the_post_thumbnail WordPress reference, you have to replace “full” by “thumbnail” in the line :
$pagethumb = get_the_post_thumbnail($page['ID'], 'full', array('class' => 'attachment-thumbnail','title' => trim(strip_tags( $attachment->post_title )),));Do like this :
$pagethumb = get_the_post_thumbnail($page['ID'], 'thumbnail', array('class' => 'attachment-thumbnail','title' => trim(strip_tags( $attachment->post_title )),));Cheers !
But do the change :
$strmatch2='^(.*)(<img.*src=\'.*\'\s*?\/?>)\s*(.*)$';
solved the issue for the images that have single quote source image file.Now I’m trying to find a way to do the preg_match with the OR operator (” OR ‘)
Do you know how to do that ? I know I have to use the pipe (|), but I don’t know how…
Unfortunately, this doesn’t change anything.
It’s strange.Perhaps this means I’m not in the case “$strmatch3” in the IF statement ?
Yes, settings were different, but I put the same settings as you, this changes nothing. I really don’t understand what’s the issue.
Here is an image that is not displaying (9th post image) :
<span>Posted: </span>Sat, 23 Mar 2013 09:55:07 +0000</h5> <div class="itemcontent" name="decodeable"><div><img src='http://i1.wp.com/distilleryimage1.s3.amazonaws.com/d9798020939e11e2bbaa22000a1fb198_7.jpg?resize=584%2C9999' style='max-width:600px;' /> <div>Good fun but tiring surfing 3 heats at the #margiespro today!! Photo bomb @ryanbaut via <a href="http://instagram.com/p/XMhC28M3m5/">Instagram</a></div> </div>Here is the 10th image that is displaying :
<span>Posted: </span>Sat, 23 Mar 2013 08:03:24 +0000</h5> <div class="itemcontent" name="decodeable"><div><img style="max-width: 600px;" src="http://i2.wp.com/distilleryimage6.s3.amazonaws.com/c9cd5788938e11e2a5d622000a1e94d6_7.jpg?resize=584%2C9999" alt="" /></p> <div>1ft to 10ft always some Roy at Bells! via <a href="http://instagram.com/p/XMT4ydN-gK/">Instagram</a></div> </div>It’s strange, on the image that is displaying, the TAG is starting with
<img style="max-width: 600px;" src="http://..., the image that is not displaying starts directly with<div><img src='http://...
All the image that are not displaying start with<div><img src='http://...Did you use the shortcode the first time here : http://www.wprssimporter.com/ ???
And if yes, what options did you use ?Yes I’m using the shortcode below :
[wp_rss_multi_importer category="1" mytemplate="default.php" thisfeed="20" maxperpage="20" windowstyle="0"]
I do not get the image.Using “dumpthis=1”, I got the images. So the issue doesn’t come from my website service provider.
I made the update to the version 2.63 today, and now I get 10th post image only. The other 9 post have no image. I do not see anything wrong in the source code.
It’s the same with :
[wp_rss_multi_importer category="1"]See here : http://www.riversatile.fr/instagram/