Pepe Huerta
Forum Replies Created
-
Already done Greg, thank you.
Same Problem here!! For weeks now
Forum: Plugins
In reply to: [Jetpack Feedback Exporter] Feedback Exporter not showing all the formsbump!
Forum: Plugins
In reply to: [Jetpack Feedback Exporter] Feedback Exporter not showing all the formsbtw: the form I want to export have 50+ entries.
If you are comfortable with adding new stuff to your theme, add this to your theme’s functions.php:
// // changes email from default "[email protected]" // function change_from_email() { $message = '[email protected]'; return $message; } add_filter('wp_mail_from', 'change_from_email');
That will change the “from” address when sending emails from your WordPress, including the contact forms.
Be aware that using as sender an IP (webserver) that is not approved in your domain’s SPF record and DKIM policy, could lead to your emails being flagged as spam by the email providers.
For example, if you set up “[email protected]” as sender, obviously your webserver will not be listed in gmail’s approved sender ips to send emails on behalf of gmail.com, so every single message will be delivered directly into spam folders.
But, if your blog is using gmail’s SMTP servers to deliver emails, you are clear of problems since it’s actually gmail the one that will send the messages for you.
It is not as easy as it looks ??
Yes, I do. It is a random event, difficult to reproduce, but if I load the same page 10 times in a row, at least 1 time some image is missing, some times all of them.
Hello,
Im having the same problem: some images will not load on the tiled mosaic gallery.
It’s solved by reloading the page and I’m pretty sure every single image is on the wp.com backend, since when the post got published everything worked fine:
https://montenbaik.com/2014/04/fotos-montenbaik-enduro-la-parva-en-imagenes/
Even the single images in the post body are inserted as a tiled gallery to make use of the carousel feature.
An example of the problem: https://www.dropbox.com/s/uklt9rl6241vkx0/Captura%20de%20pantalla%202014-04-15%2015.35.17.png
The white space in the screenshot should be filled with images, as this other screenshot shows (the correct behavior of the gallery):
https://www.dropbox.com/s/886835cnhvi6nh2/Captura%20de%20pantalla%202014-04-15%2015.36.36.pngAny help will be appreciated.
It does work with the plugin. Thank you.
Changed status to not resolved.
I added the filter, but it still doesnt generate the tags
PD: Thank you for the quick response ??
Hi Jeremy, that feature of AIOSEO is deactivated in my site, I dont have any other plugin that handles OG tags atm. I do have some hardcoded (directly on index.php) OG info for Facebook and a custom default image for index.
What can I do about it?
Richard, I’ve read in the past in FB’s documentation that the page info is pulled from the scrap process (can’t find the doc atm)… maybe just adding a delay on jetpack’s publishing action could solve the problem.
Kind Regards.
I’m having the same problem. Publicize does not post the correct image in FB.
This post:
https://www.lagzero.net/2013/09/valve-anuncia-steamos-su-propio-sistema-operativo-para-jugar-chao-windows/ (with a featured image selected)
Posted this on Facebook:
That image is not even in the post!
The OpenGraph tags are OK, and if you share the post using a share button, it works as intended.
My guess, is that facebook needs to scrap the post first to get the OG tags, since the post is not published at the time that Jetpack submits it, facebook grabs whatever it can find… sometimes, it take several minutes to get facebook scrap the posts … so, that could be a problem when using publicize… but well, it’s just a guess.