Replies: 1
Tried many times but BUG and cannot be activated with recommended feaures.
Give up!
Replies: 1
Tried many times but BUG and cannot be activated with recommended feaures.
Give up!
Replies: 1
Hello. I have analyzed that when the new post is published and when I receive email through jetpack about that post. at the end of email, there is a jetpack short URL. but that URL is not a friendly URL. URL is like Mydoamin/p=1234
How to fix that? Screenshot is attached.
https://imgur.com/a/AM0P1FD
Replies: 1
Hi,
I’m using Lazy Load Images and I’ve been told by my ad publisher that it conflicts with Jetpack Lazy Load Images.
Is there a way to exclude any iframes from Jetpack Lady Load Images? Thank you!
Jenn
Replies: 3
A problem arose last evening:
Fatal error: Cannot find a library with slug debugger. in /home/…/public_html/wp/wp-content/plugins/jetpack/require-lib.php on line 34
I deleted the Jetpack plugin and reinstalled (ver 3.7.1) and then reinstalled WordPress (ver 5.2.1).
The problem occurs when I access Appearance/Edit CSS from the WordPress dashboard.
Replies: 0
When I go in my “posts” section to write a new post, I get this message
Failed to load plugin url: https://www.mynewdanishlife.com/wp-content/plugins/jetpack/_inc/build/contact-form/js/tinymce-plugin-form-button.min.js.
What does this mean and how do I fix it?
Thanks,
Kelly
Replies: 0
Hi I’m wondering if its possible to add the excerpt field to related posts? They show up on posts without images, if I add the image option, but if I just want a list with the excerpts and no images I’m without the means to expose this. I’ve given it a go myself but can’t seem to figure this out myself.
Also my categories on my site are called ‘authors’ so when the category text says ‘In “Category”‘ it’d be great if I could instead list it as ‘By “Category”‘ is this easily done without editing the plugin code itself? Is there also a way to expose tags? Can we make these categories and tags links?
Thanks!
Replies: 2
Hi everyone,
Does any one know how to change position of related posts to the sidebar?
I added to my post template .php file the following code:
<?php echo do_shortcode([jetpack-related-posts]); ?>
and also added to functions.php the code:
function jetpackme_remove_rp() {
if ( class_exists( 'Jetpack_RelatedPosts' ) ) {
$jprp = Jetpack_RelatedPosts::init();
$callback = array( $jprp, 'filter_add_target_to_dom' );
remove_filter( 'the_content', $callback, 40 );
}
}
add_filter( 'wp', 'jetpackme_remove_rp', 20 );
But the page instead of showing the Related Posts on the sidebar, just says “Array”.
I’m not sure why.
Any help is really appreciated! Thanks
Replies: 1
I just used ShortPixel to optimized images. (about 2,000 images)
and after Photon optimized (again), it looks like too much optimized.
All the images are too distorted, so I decide to stop using that plugin
Then I restoring all the image to original files.
Just want to know
1. how long is that Photon going to get the new files?
2. Is it any way to clear all images that cached on my site?
Thanks.
Replies: 1
Hi,
It’s mine first post on the forum well hello everybody!
I’m using WordPress on my site mikroprzygoda.com
I really like Jetpack visual and editor plus I would like to use WordPress iOS App but I have stable problem with access to my blog.
iOS App usually cannot refresh posts and show information: “transport error – HTTP status code was not 200 (400) [-32300]” but Stats are visible and refreshable.
On the desktop version, usually I can do almost everything via the wordpress.com like creating new post and saved but when I try to edit some older draft/post then platform inform me it cannot be found. I have to back to classic wp-admin and there change the same thing. It’s a bit annoying.
Here we have replies from Jetpack Debuggers:
http://mikroprzygoda.com/wp-admin/admin.php?page=jetpack-debugger
– Mikroprzygoda is not connected: 200
https://jetpack.com/support/debug/
– 1st try: Could not fetch your site data
– 2nd try: XML-RPC is not responding correctly ( 400 )
– but http://mikroprzygoda.com/xmlrpc.php looks fine and give classic reply: XML-RPC server accepts POST requests only.
I have no idea currently which way should I go.
Can I ask you to find any solution of these issues?
Thanks in advance
Replies: 0
Hi there, after two years, jetpack doesn’t auto-post on Facebook. Other social modules works fine.
Replies: 0
Transfered my site to ICDSoft instead of Bluehost. Being told that the site isn’t connected.
I have redone connection, and the images appear to be loading of the Photon CDN. However, when I click on auto update plugins it says the site is not connected. However, I can managed performance settings from WordPress.com.
Could this be a conflict with Wordfence? It appears as if Jetpack is connected fine as everything else works well…
Thanks!
Replies: 0
Greetings,
Updated Jetpack. Past few days had a chance to go into the website to do some cleaning. The dashboard is scrolling, with the options selected several pages down. Wp.com has connectivity problems as well. I deactivated all plugins. It was JP that was related to the issue. I deleted JP yesterday which fixed the issue. Reinstalled today to run a few more tests, with the above results.
Deactivated now, and the dashboard is back to normal. Is anyone else reporting this issue?
Thanks.
Replies: 0
Hi,
I noticed a page in the Top Pages and Posts list that appeared to have no title and (subsequently) had no link to view it. On inspection (developer tool bar) it turned out to be the home page itself.
The weird thing: the home page is already present in the list with the name “Page d’accueil / Archives” with exactly the same number of visits. Only difference: the one with title is on HTTP while the other on HTTPS
https://premium.status301.com/wp-content/uploads/2019/05/Schermafdruk-van-2019-05-27-00-50-00.png
The site is configured to run on HTTPS (Options > General) and there is an automatic redirect from HTTP to HTTPS in the .htaccess file. There should be no visits to the home page over HTTP possible at all…
Replies: 1
Hello!
I schedule posts often and Jetpack is sending out emails for blog posts that have not yet published. For example, I’ll create a post like this one: https://taahp.org/kcg-development/ – I schedule to post to publish in 24 hours (in this case at 8:15 a.m. on May 28 – Note today is May 27th) but Jetpack still sends out an email to subscribers minutes after I schedule the post – so when the user clicks on it, it says “post cannot be found” – which of course this is the case, because it’s not scheduled to post until tomorrow.
How can I set up Jetpack to only send emails after the scheduled post publishes?
Replies: 1
Hi There
I’m using Jetpack also the “send email to subscibers” feature. Now i wanted to restrict emails only sent out when a specific category is chosen. Let’s call the category “email”. I’ve added those lines of code into my child theme’s function.php:
add_filter( 'jetpack_subscriptions_exclude_all_categories_except', 'exclude_all_except' );
function exclude_all_except( $categories ) {
$categories = array( 'email', 'category-slug-2');
return $categories;
}
For whatever reason, it still always sending out emails regardless if i set a category or not.
Any thoughts?
thanks
martin
Replies: 1
This is just to let you know that the slider on my homepage had disapeared and I could not understand why.
I found out because, as I tried to recreate the page, I realized that the slider appeared as long as the page was not published.
That’s how I realized the difference between the published and the draft page was the “jetpack-lazy-images-js-enabled” class applied to the page
So as soon as I disabled it, the slider came back….
Brrr….
Replies: 0
Hello,
I have two sites with jetpack. They are almost identical, only with different posts (one has corporate news, the other has consumer ones).
I can’t seem to make the jetpack stats work on the corporate one. Here’s a video showing the error: https://www.loom.com/share/9b73a8e199d246ee88db49e73dc96862
Can you help?
Replies: 1
Good morning Jetpack support,
I recently moved my website and domain, TheAutomationBlog.com, to a new server, and now for some reason my previous 6 years of stats are missing from https://wordpress.com/stats/day/theautomationblog.com, and it is only showing stats from the day of the move forward.
Could you please help,
Sincerely,
Shawn Tierney
Replies: 1
Hi,
I’ve got this fatal error:
[24-May-2019 23:04:21 UTC] PHP Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 65536 bytes) in ***/wp-content/plugins/jetpack/sync/class.jetpack-sync-json-deflate-array-codec.php on line 17
what does this mean?
Replies: 0
Hello
I found a Jetpack error in the Health Information of the site. It tells me to go to the plugin debug but I get an Error 500 and I can not access it.
Any solution, please?