Quantcast
Channel: WordPress.org Forums » [Jetpack - WP Security, Backup, Speed, & Growth] Support
Viewing all 36992 articles
Browse latest View live

Jetpack has locked your site’s login page.

$
0
0

Replies: 2

Hi, I cannot log in to my webpage.

“Your IP address 207.174.215.153 has been flagged for potential security violations. You can unlock your login by sending yourself a special link via email. Learn More”

My IP is 165.169.118.5

I’m trying with the email but it appears: {“error”:”Bad Request”,”message”:”Invalid input.”}

Please can help me, its few days that I cannot enter to my website.

Thanks


Secure Sign On Issue with Firefox

$
0
0

Replies: 0

I’m using Jetpack’s Secure Sign On to log in to my WordPress 5.1 wp-admin. When using Firefox 65.0.2 64-bit for Windows 10, I’m continually redirected back to the login page every time I click the “Log in with WordPress.com” button.

The only way I can get around this is by clicking on the “Log in with username and password” link and trying to log in with my username and password. Doing so returns an odd error message “ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress” even though cookies are enabled. But then, I’m able to click the “Log in with WordPress.com” button and it finally redirects me properly to my Dashboard.

I tested this using Chrome on the same computer and the SSO redirect always works properly. I see no errors in the Console or persisted Network Monitor on Firefox.

Any ideas? Seems odd it would work properly on Chrome but not Firefox.

‘jetpack_sync_cron’ has failed to run?

$
0
0

Replies: 0

I’ve setup a new website. The only thing I’ve really done so far is install and configure some plugins, namely UpdraftPlus (a website backup plugin).

I return a week later and notice the following error message under Health Check:

“A scheduled event (jetpack_sync_cron) has failed to run. Your site still works, but this may indicate that scheduling posts or automated updates may not work as intended.”

I don’t know what to do about this. It’s a new site, I shouldn’t have any problems.

Seems to be messing with UpdraftPlus too. I can’t seem to link my Dropbox anymore, I get a HTTP 500 error when I try.

locked out

$
0
0

Replies: 1

Hi, I cannot log in to my webpage.

“Your IP address 162.144.14.116 has been flagged for potential security violations. You can unlock your login by sending yourself a special link via email. Learn More”

My IP is not what the message above says.

The email links of login or reset your password are both broken.

I am able to login to wordpress.com site but unable to the whitelist my IP (the feature is either disabled, or attempting to save settings after inputing my IP address it gives an error message “an unexpected error occurred, please try again later). I am able to login to my cpanel, but not sure of the steps to take to fix the problem for cpanel.

Please HELP. Thank you.

Jetpack disappeared from my dashboard. Actually whole plugin was removed. How?

$
0
0

Replies: 1

Whole sub directories and files of Jetpack (www/wp-content/plugins/jetpack/) were removed out of sudden today. And Jetpack disappeared from my dashboard, and this is crazy. I did not delete/deactivate Jetpack. I haven’t done anything about disappearing Jetpack, even though i’ve changed function.php very minor under the Jetpack mobile theme. This change can’t be realated to the disappearance of Jetpack.

Could anybody explain to me why Jetpack disappeared suddenly?

Jetpack related posts filter for turning off related posts broken i WP 5.x

$
0
0

Replies: 0

Using the following code the related posts are no longer removed.
function jetpackme_no_related_posts( $options ) {
if ( is_single( array( 17, 19, 1, 11 ) ) ) {
$options[‘enabled’] = false;
}
return $options;
}
add_filter( ‘jetpack_relatedposts_filter_options’, ‘jetpackme_no_related_posts’ );

Even just returning $options[‘enabled’] = false; does not work.

The filter is documented here:
https://jetpack.com/support/related-posts/customize-related-posts/

How do I know which features are being used?

double related posts

$
0
0

Replies: 0

Hello
Lately I start building a store
I saw double related posts inside the products pages ,
then I saw this code :-

function exclude_jetpack_related_from_products( $options ) {
if ( is_product() ) {
$options[‘enabled’] = false;
}
return $options;
}
add_filter( ‘jetpack_relatedposts_filter_options’, ‘exclude_jetpack_related_from_products’ );

as I read it will works if I add it in my theme file functions.php , tried more than twice and its still double related posts !
after that I saw plugin called “code snippet ” and unfortunately nothing changed too !
how can I fix it please ? “urgent”

Best Regards


Transferring followers

$
0
0

Replies: 0

I built a self-hosted website for a client and connected Jetpack on the website to my WordPress.com account. The client would like to get access to the list of email followers. What are the options with this? Can I transfer the Jetpack profile in WordPress.com to another WordPress.com user, and would all the email followers transfer that way?
Or do I just need to disconnect my account from Jetpack on the site and have another user on the website make the connection and they will then see all the email followers?

Publicize options not showing up when adding new post

$
0
0

Replies: 0

The site I blog at, IND13, was updated to WordPress 5.1 recently. Ever since, I can’t seem to see the ‘Publicize’ options when adding a new post. I understand that the options are supposed to show up during the pre-publish checks.

This is what the pre-publish checks look like for me: https://screenshotscdn.firefoxusercontent.com/images/47581400-075e-4284-9ba7-fe22a9db4e3d.png

I also don’t see a green Jetpack icon as some pages suggested. This is how hat area looks: https://screenshotscdn.firefoxusercontent.com/images/3fb38a6d-9664-4ec2-b969-351c85a0a91a.png

We have tried disconnecting from social links and then reconnecting them. The post is shared on Twitter successfully, but I cannot add a custom message to the Twitter post. You can see the connection to our Twitter account here: https://screenshotscdn.firefoxusercontent.com/images/896c4b3a-0907-44d7-9e13-9782b3c4f132.png

Any ideas on how we can get custom message back?

Thanks!

  • This topic was modified 1 hour, 8 minutes ago by rahulshirke. Reason: Added URL

Lazy load not working as expected

$
0
0

Replies: 1

Hello. I am having an issue with Jetpack’s lazy load feature. I have enabled it on my site, and several images on my home page have Jetpack lazy load attributes added to their tags (e.g. class=”jetpack-lazy-image jetpack-lazy-image–handled”; screenshot). But on my home page, there is an image slider at the very top. None of the images in the slider have lazy loaded attributes in the tag (screenshot How can I troubleshoot that?

I realize that the first slider image should not be lazy loaded. But shouldn’t the remaining four?

The slider is added to the page by my theme (Spacious).

As a test, I deactivated all plugins, but the issue was still there.

In this case, I am not using a child theme–there is no custom CSS or JavaScript added to the page.

Thanks.

add values to contact form in code

$
0
0

Replies: 1

Is there a way I can add the values of the USER EMAIL and USER ID into the form in a read-only field for logged in users? And then make them readonly?

When I get the form I’d like to see the email/id for the person who sent it.

I understand I can pre-fill forms but that only works (afaik) via the URL.

At the moment a typical field looks like this:

[contact-field label="Email" type="email" required="true" /]

This code below would be ideal but it doesn’t work (the email would be taken from the user’s info):

[contact-field label="Email" type="email" value="joe@example.com" readonly /]

Thanks!

Delete an image from https://i0.wp.com ?

Locked out by Jetpack

$
0
0

Replies: 0

Hi – I have been locked out by jetpack. I clicked on the reset email to unlock but got

{"error":"Bad Request","message":"Invalid input."}

Kindly disable this for me!

Excluding a specific category of posts from Jetpack generated sitemap

$
0
0

Replies: 0

Hi,
is it possible?

Thank you


Post by email rejects images “Failed attachments for…”

$
0
0

Replies: 0

Some attachments were rejected from the following WordPress.com Post by Email:

– 1.jpg – Forbidden

Why attached images don’t appear in posts?

Thank you!

Temporarily stop sending mail to the publication of an article

$
0
0

Replies: 0

Hello,
I want to temporarily disable the sending of mail to the publication of new articles on my blog. I wish to publish articles without warning subscribers by email, but I do not find this feature. Can you point me to it.

Thank you in advance for your help,

Annoying Messeg In Admin

$
0
0

Replies: 0

I can’t get this message to disappear no matter what I do. I have made sure I am logged into the proper accounts but nothing helps. Here is the message on wordpress admin dashboard:

Jetpack has been placed into Safe mode because we noticed this is an exact copy of…

Jetpack causes pages to only download a php file

Jetpack Subscribe button stopped working

$
0
0

Replies: 0

I have used Jetpack subscribe for years. It stopped working.
Right now I placed it in the bottom of the sidebar for testing.
If you enter your email and hit ‘subscribe’ nothing happens. I tested this on multiple sites and without other plugins being used.
I tried this in multiple browsers after I cleared my cache.

Viewing all 36992 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>