Questions tagged [jetpack]

Jetpack is a WordPress plugin that enables self-hosted WordPress installs to connect to WordPress.com to get additional features, powered by its cloud infrastructure.

Jetpack is a WordPress plugin that enables self-hosted WordPress installs to connect to WordPress.com to get additional features, powered by its cloud infrastructure.

445 questions
0
votes
0 answers

Remove (Or) Empty Duplicate OpenGraph Induced By Unknown Plugin/Theme

I am trying to use Yoast SEO fully. But my theme or some unknown plugins are introducing another opengraph tag section overwriting Yoast's metadata. How do I eliminate the second duplicate set? Here is the list of plugins that are currently…
j smith
  • 45
  • 1
  • 11
0
votes
1 answer

What edits are needed so Jetpack Top-Posts shows the top post of all time, not just the last 2 days?

I want to add a widget to my site that shows the most-viewed posts of all time. Every plugin I've tried so far seems to use its own database that initializes upon installation, rather than using internal statistics. Jetpack seems to keep those…
AstroBen
  • 813
  • 2
  • 9
  • 20
0
votes
1 answer

Applying infinite scroll upon wooocmmerece site isn't working as expected

I'm trying to implement jetpack's infinite scroll. my website has ?currency_switch=EUR and ?orderby=width-desc these kinds of custom URL parameters, which are successfully implemented without any ajax and for search I am using relevanssi. I am…
YeshDev
  • 63
  • 13
0
votes
0 answers

How to fix wordpress error in wp-admin created by jetpack

I recently uncounted an error on my wordpress site which prevents me from accessing the admin panel. However the main site is not affected by it. Warning: require_once(/var/sites/s/stlukesnorwich.org.uk/public_html/wp- …
Matthew
  • 163
  • 1
  • 10
0
votes
1 answer

Wordpress Jetpack video hosting

Hope someone can help me. I have purchases Jetpack for wordpress which includes the video hosting package. On my the site im currently building i want to have the ability to display a video at the top of a post but not actually in the post. From…
stephen
  • 1
  • 1
  • 4
0
votes
1 answer

GTMetrix ignores Jetpack CDN

I am using Jetpack with WordPress. I'm using the new image and assets CDN service they provide, but when I test the site in GTMetrix, I score a 0 for CDN. It gives a link to add the CDN in my account if it's not recognized, but I'd rather not make…
Jordan Carter
  • 1,276
  • 3
  • 19
  • 43
0
votes
1 answer

Jetpack keeps loading forever on one of my blogs

Jetpack keeps loading forever on one of my blogs as shown below: It works fine on another blog, same setting but not sure what is going wrong with this blog, anyone faced this issue before
SMH
  • 1,276
  • 3
  • 20
  • 40
0
votes
0 answers

Reinitialise Magnific Popup jetpack infinite scroll

I am have a single page Wordpress website using Jetpack Infinite scroll to load one post at a time. I am trying to get Magnific Popup to work after the ajax from the infinite scroll loads the posts after the first call. I assume the best way to do…
R-G
  • 105
  • 2
  • 14
0
votes
1 answer

Wordpress Jetpack Plugin simple_payments issue

I just updated the jetpack wordpress plugin, and this error happened: Fatal Error (E_ERROR): Call to undefined method Jetpack_Simple_Payments::is_enabled_jetpack_simple_payments() occurred in…
Kenneth Bregat
  • 359
  • 3
  • 14
0
votes
0 answers

Jetpack Infinite Scroll not working in Front page

I am working on a theme which has post types - 'tour'. I am using JetPack's infinite scroll to render new posts: function.php function tweakjp_custom_is_support() { $supported = current_theme_supports( 'infinite-scroll'…
0
votes
1 answer

Jetpack share buttons double when i`m tryin to relocate them

I`m trying to relocate jetpack share buttons with this code in functions.php in child theme: function move_sharing() { if ( function_exists( 'sharing_display' ) ) { remove_filter( 'the_content', 'sharing_display', 19 ); remove_filter(…
kh1
  • 120
  • 1
  • 10
0
votes
0 answers

Custom placement in DOM for multiple facebook plugins

I'm developing a WordPress theme that has a sidebar and in it I've added the jetpack Facebook page widget. I want to also add the Facebook customer chat plugin to the site. The issue I'm having is that the rendered HTML for the customer chat plugin…
0
votes
1 answer

WordPress - import email subscriptions from *.csv file

How do we import email addresses for Jetpack subscriptions into WP from CSV file?
Top-Master
  • 7,611
  • 5
  • 39
  • 71
0
votes
1 answer

resolve in_array() parameter warning in Wordpress

I'm seeing this error message at the top of my website: Warning: in_array() expects parameter 2 to be array, null given in /home1/santikac/public_html/wp-content/plugins/jetpack/class.jetpack.php on line 1518 How do I resolve this warning?
0
votes
1 answer

Reinitialize JetPack Lazy Load

I am using JetPack on my WordPress site, and have lazy loading enabled. However, in my site I update some content with AJAX, and this results in loading the 1x1 placeholder of images, rather than the true image, which the lazy load would handle. How…
Jordan Carter
  • 1,276
  • 3
  • 19
  • 43