bigs38
Forum Replies Created
-
@photocrati – Thanks,it works for me with the modification of the functions.php file as you suggest.
Hi, I have exactely the same problem :
“When I clear the image cache (in the Gallery menu >> “Other Options” >>”Miscellaneous”), it works again, but only once.”
But for 2 pictures with short names, thumbnails stay https://www.haettel.fr/portfolio/
Hi, I have the same issu…. But I can see one picture and one thumbnail, the only one without space and accentued characters in it’s name !!!
Forum: Plugins
In reply to: [Shortcodes Pro] Shortcodes with Select attribute no longer working with 3.9?Thank you very much dazboy for your help.
Like you I really don’t understand cdoo …….Forum: Plugins
In reply to: [Shortcodes Pro] Shortcodes with Select attribute no longer working with 3.9?Hi,
I have the same error when I try to use Shortcodes Pro on wordpress 3.9If someone could help us …..
It’s perfect, I have worked on your exemple to adapt it to my needs and it works very well now.
A short exemple, if someone need to add a link to a gallery on to the Featured image:
global $post_id; $exemple = '<a href="https://www.mysite.com/galerie/'.$atts[id].'">'; $exemple .= get_the_post_thumbnail( $post_id, 'medium' ); $exemple .= '</a><test>'; return $exemple;
Thank for your help and for the Subscribe2 plugin !!!
Bigs38Same result with return before the function call.
I have made a lots of tests, for the moment my configuration is :
For the Shortcode:
In php I have only : return the_post_thumbnail(‘medium’);For the file class-shortcoespro-type.php
I have add $this->_register_shortcode(); like you saidFor the templates in Subscribe2:
in “New Post email” I have only write {POST} and I don’t include css file in email.Do you have a similar configuration ? and it works for you ?
If I add an image directly in the post I receive it by email.
echo is not necessary (I made a mistake…) the result is still the same for posts, I have images inside, and for the email notifications without images.
Thanks again for your help and have an HAPPY NEW YEAR !!!!!
For exemple, if you use “Featured Image” you can create a shortcode with Shortcodes Pro like this :
Select language : PHP
with the code:
echo the_post_thumbnail('medium');
Now, when you use the shortcode in your post you have the featured image in it, but if you try to send email you dont have the featured image inside.
Yes I know, I speak about HTML/PHP option in “Shortcodes Pro” plugin.
When I use shortcodes, images aren’t included in the HTML emails…I try your suggestion, it works now for the HTML option in “shortcodes pro” plugin, but it dont work with the php option.
I use the Shortcodes Pro plugin because it have this option…
For exemple I use the the_post_thumbnail(‘medium’) fonction to add the “Featured image” in my post with a special link to a gallery.I would really like to thank you for your help and to take the time to have a look on an other plugin.
Yes for all 4 email it’s the same result.
I try to change the ‘strip_shortcodes’ to ‘do_shortcode’ in classes-class-s2-core.php but it’s the same result …
Do you have another idea.
Thanks for your help.
Forum: Plugins
In reply to: [SimpleModal Login] Redirect link problemThanks for the answer. But in my case the redirect link is always different. I can’t write a hard link directly in the code because it depend on my posts, or I don’t understand what I can write in windows.location.
I use some regexp to change links in my posts (when you are not logged) like this:
https://www.mysite.com/albums?g2_itemId=1234 to class="simplemodal-login" https://www.mysite.com/wp-login.php?redirect_to=https://www.mysite.com/albums?g2_itemId=1234
All seems to work when I use the plugin, the only bug is the truncated link, it remove the =1234 at the end.