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

Can’t restrict related posts to only 48 hours

$
0
0

Replies: 0

Hello,

I’ve setup JetPack related posts and limited them to only 48 hours using this code added in functions.php (following the example in the documentation):

function g4m_related_posts_past_2_days_only( $date_range ) {
	$date_range = array(
		'from' => strtotime( '-48 hours' ),
		'to' => time(),
	);
	return $date_range;
}
add_filter( 'jetpack_relatedposts_filter_date_range', 'g4m_related_posts_past_2_days_only' );

I’ve also tried with ‘-2 days’ and it still doesn’t work. Basically, it shows results which are far older than 2 days. Is there any limitation around this? This is a news site and it doesn’t make any sense showing news which are 2-3 weeks old.

Thank you!
Pedro


Can’t display today’s posts views

$
0
0

Replies: 0

Hello again,

I’ve set up my custom theme to display the post views as recorded by JetPack. While I do see them correctly in the “Site Stats” section, they only show up on the site with delay (~24 hours). You can check this here:

https://www.g4media.ro

None of today’s posts have the post views, while all yesterday’s posts do have the page views displayed. Is there any limitation around this? I’ve used this piece of code in the theme:

if (function_exists('the_jatpack_views') and the_jatpack_views(get_the_ID()) > 0) { echo the_jatpack_views(get_the_ID()); echo ' vizualizări ';}

Please let me know if I should alter the code in any way in order to be able to also display the post views for today’s posts.

Thank you!
Pedro

How can I hide the Jetpack menu from the WP backend menu

$
0
0

Replies: 0

I want to hide the jetpack menu in the WP backend from ANY othe user role then administrator. But can’t get it work. Any tips?

Woocommerce & Jetpack’s Elasticsearch

$
0
0

Replies: 0

Hi,

Does Jetpack Elasticsearch also index all woocommerce data and all its meta data?

Thank you

Jetpack Contact form and comments: no email received

$
0
0

Replies: 0

Hi there. Visitors leave comments and contact me via the jetpack form, but i don’t receive any mail.
The site was installed via Plesk, and i receive Plesk’s notifications every single day from the server, so i guess that its not a provider issue.
Installed both Check Email and Email-log plugins, and got no useful help from them: mail is sent, but never delivered, and not in the spam folder…

Any help?
Ty

Locked out of site by Jetpack

$
0
0

Replies: 0

I am trying to login to my site.

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

Couple of issues.

First… That’s not my IP address. I’m in Brazil. That one is in the US.

Second… I entered my email and got the recovery email. When I click those links I’m getting more errors. Both links; Login & Reset Your Password are returning the following error.

{“error”:”Bad Request”,”message”:”Invalid input.”}

How can I fix image issue in slider?

$
0
0

Replies: 0

Images in slider not showing because of lazy load functionality of Jetpack. Any help would be appreciated.

I am using plugin named Shortcodes Ultimate By Vladimir Anokhin and using the shortcode for the slider in this plugin.

Thank you in advance 🙂

Resetting the Protect Counter?

$
0
0

Replies: 0

Hi There,

First of all, great job with the plugin. Thank you.

Second, I was wondering whether it’s possible to reset or hide the Protect Counter (specifically the “Blocked malicious login attempts” counter).

I looked online for answers and found various threads like this one (https://github.com/Automattic/jetpack/issues/3096), which seem to suggest that it cannot be done YET.

Why would I want to do this?

I build client sites on various demo platforms (or utilise various demo platforms for testing environments). In these cases (and in the “live” environments), I use Jetpack, as I’m a big fan of all the functionality offered.

However, when I then migrate the finished build from a demo site to a “live” site, the counter doesn’t reset for some reason–even though the “live” domain is distinct from the demo domain. i.e. the hits the demo site got are transferred to the new site even when it’s a brand new domain.

I don’t understand why it doesn’t reset automatically but I would like to be able to reset (or at the least hide) the counter on the new site.

Thanks for your help.

Craig


JetPack Blocking Login Page

$
0
0

Replies: 0

JetPack keeps blocking my login page due to potential security violations. The IP address it gives me when I can login, and when it displays that it’s blocked isn’t my actual IP address… it looks to be my servers?

How to delete an image from i0.wp.com?

shipping calculation / printing no longer free?

$
0
0

Replies: 1

https://jetpack.com/support/woocommerce-services-and-jetpack/

Included features:

USPS label purchase/printing (from domestic USA addresses only)
– Automated tax calculation
– Stripe account provisioning (through WooCommerce setup wizard)
– PayPal Express Checkout payment authorization

I see this, but now seeing this on your woocommerce services page:

https://docs.woocommerce.com/document/woocommerce-services/

after finishing most of the set up and creating all the accounts and adding credit card info..it is saying live shipping rates are discontinued and you must now use one of their paid plugins….

So…is there another way to do free shipping calc and free label printing?

Thanks

EU Cookie Law widget doesn’t generate inline display style

$
0
0

Replies: 0

I have an odd issue in that if I use a very basic theme, the EU Cookie Law widget doesn’t display, yet it does when I switch to an in-built theme such as Twenty Fifteen.

The weird part is that with my basic theme it does generate the HTML code, but it doesn’t generate the inline style which displays it.

Example for my basic theme:
<div id="eu_cookie_law_widget-4" class="widget widget_eu_cookie_law_widget">

Example for the same page in Twenty Fifteen:
<aside id="eu_cookie_law_widget-4" class="widget widget_eu_cookie_law_widget" style="display: block;">

You’ll see that for Twenty Fifteen, it also adds an inline style which causes it to display. If I use the dev tools in Chrome to add the style to my active page with the basic theme, it displays.

Why does the inline style not get generated in my basic theme, and how do I fix it?

(my basic theme is one I’ve written, and I have no knowledge of how these things work, it’s just cut and pasted from the interwebs)

I’ve tried using the “Widget Visibility” feature of Jetpack so that it Shows on Post type: Pages (so it displays on all Pages, which is all that’s on the website), but it didn’t change it, so I deactivated the Widget Visibility feature, and it still didn’t display, even after I’d deleted the widget and started again.

Any help appreciated.

Latest update removed custom css button (please help?)

$
0
0

Replies: 0

Here’s the css I’ve been using to display a .png submit image for the Jetpack subscriptions widget:


#subscribe-submit input {
	background: url(images/go.png) no-repeat 0 0 !important;
	border: none;
	height: 30px;
	left: 2px;
	position: relative;
	width: 47px !important;
}

What can I do to fix?

Featured Image not showing

$
0
0

Replies: 0

I just installed Jetpack and using Publicize option, but featured image is not showing in social posts, how do I enable that ?

JS file from stats.wp.com

$
0
0

Replies: 0

Hello. On my site I have Jetpack enabled, and I see a particular JS file loaded from wp.stats.com, initiated by Jetpack (screenshot). Can I ask what exactly this JS file does?

As a test, in Jetpack–>Settings, in the “Site Stats” section, I disabled “Put a chart showing 48 hours of views in the admin bar.” But the JS file still loads.

If it is not necessary, I would like to prevent the page from loading it (if possible).

Thanks.


Site Accelerator isn’t serving images from your CDN

$
0
0

Replies: 0

I have “Speed up image load times” enabled in Site Accelerator, but when I view the rendered source of one of my Pages in Chrome, the image links are served from my Media Library. The img src starts “/wp-content/uploads/2019/03/”, they don’t start with “https://i0.wp.com/”.

Your guide says it acts on images in posts and pages, but it doesn’t appear to be doing so. The images are in the main content section of my Pages.

Migration of stats

$
0
0

Replies: 0

Hello!
In the wordpress.com page talking about migration from wordpress.com blog to self-hosted (wordpress.org), it’s mentioned that we can contat Jetpack to migrate stats, but the contact page at Jetpack says they are temporarily closing support for free plans. How to migrate stats then?

  • This topic was modified 20 minutes ago by drikodc.

AMP Issue

$
0
0

Replies: 1

Hello,

Currently I am facing AMP script issue.

I am using “accelerated mobile pages” plugin and it gives me below errors:

1. An AMP component ‘script’ tag is present, but unused.

2. A tag on this page requires an AMP component ‘script’ tag, which is missing.

How would I resolve this issue by myself? Please anyone help me?

Error screenshot: https://ibb.co/TvSjR15

Jetpack locked my account

$
0
0

Replies: 0

Hi,

I am not able to get into my wordpress. It is locked with the message Jetpack locked your account and when I try to reset it I get this:

{“error”:”Bad Request”,”message”:”Invalid input.”}

Please help

my site pinpointbooks.com

Can Publicize use template in custom message?

$
0
0

Replies: 0

So I just starting to use Publicize to automatically share to social media. I get it got custom message. But it’s quite limited in power. My post inf social media always ended with hashtag. So my format something like this.

Here is paragraph story at least 2-3 lines.
<br></br>
#hashtag
#hashtag
#hashtag
#hashtag

But Publicize doing is:

Here is paragraph story at least 2-3 lines.
#hashtag
#hashtag
#hashtag
#hashtag
text link to my site.

There is no break between paragraph and hashtag even though I using break in custom message. Man, I wish I don’t need copy paste again the hashtag again and again if there is template. Also I don’t need text link. Standard thumbnail is just work.

Any workaround for this? Thank you.

Viewing all 36995 articles
Browse latest View live


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