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
1 answer

iOS Push Notification not sent from server (Jetpack)

I'm implementing an iOS application to manage my self-hosted website. My app make use of the many features already built for WordPress-iOS app, but it has differences and extra features. One of the problem I'm currently having is that push…
Loc Pham
  • 619
  • 1
  • 6
  • 18
0
votes
1 answer

Once I active Jetpack, I cannot open any dashboard pages any more

I have an issue when I try to install Jetpack on my wordpress site. When the installation finished, I clicked "active" to active the Jetpack plugin, but I could not open any dashboard pages anymore. I have already removed all other plugins and…
iPhrog
  • 7
  • 4
0
votes
0 answers

Wordpress Jetpack Error

My site is http://alloccasionsrochester.com/ after attempting to update Jetpack, the error below returned. Warning: require_once(/home/pattieb2/public_html/wp-content/plugins/jetpack/class.jetpack.php): failed to open stream: No such file or…
katiejallred
  • 35
  • 1
  • 8
0
votes
1 answer

ajax call to Jetpack subscribe from Magento with Fishpig wp_integration

How can I send a request to the Wordpress index.php from Magento with Fishpig Wordpress Integration? I have Magento CE set up with Fishpig Wordpress Integration. The blog is properly integrated into Magento with the Fishpig extension. Wordpress is…
Reflexorozy
  • 360
  • 2
  • 10
0
votes
0 answers

Jetpack making the Desktop website weird

I am using Jetpack alongside Woocommerce (basically for the mobile theme). I have noticed that whenever the Jetpack plugin is activated, the look and feel of the desktop website changes.For instance, the products carousel just displays a single…
vkm
  • 548
  • 7
  • 23
0
votes
1 answer

Can I mirror wordpress public REST API to my self hosted wordpress site?

I have a self hosted wordpress site, for example, www.example.com, I can access the site's posts and other data through wordpress official REST API site "https://public-api.wordpress.com" via Jetpack plugin installed and enabled. But I can not…
inix
  • 485
  • 1
  • 5
  • 12
0
votes
1 answer

Displaying project types with Wordpress Jetpack

I'm using the Jetpack plugin with Wordpress. I've got the portfolio post type working, but now I'm trying to call the project type to display in my content-jetpack-portfolio-single.php file. Apparently, project types and project tags are custom…
0
votes
1 answer

Customize Jetpack JSON API: How can I add more posts?

I'm using the Jetpack JSON API. At the moment I can get 20 posts through the JSON API. How can I get more then 20 posts? Can I change this by editing the Jetpack php files?
Foo
  • 596
  • 2
  • 5
  • 21
0
votes
1 answer

Wordpress Jetpack Plugin - Adding Jetpack's related posts support to my theme

i read the Jetpack for developers section, but i am missing information how i can integrate the related posts feature that comes with jetpack into my own theme. Does anybody know a ressource where i can find that piece of information or has the code…
Torben
  • 5,388
  • 12
  • 46
  • 78
0
votes
1 answer

Jetpack Infinite Scroll not working

I have been trying to get infinite scroll to work but can not seem to get it to work. I have three files the post loop content-post-ft.php, the functions.php and then my front page where the posts are loading frontpage.php Functions.php …
Kyon147
  • 738
  • 2
  • 11
  • 28
0
votes
1 answer

Jetpack portfolio project wordpress filter

i would like to set filters on my portfolio page. I am using jetpack portfolio project. I am now learning php so the codex link in this question Portfolio filter in Wordpress is very confusing to me. Can someone help me with what i can do to get a…
user3277641
  • 27
  • 1
  • 1
  • 5
0
votes
1 answer

openshift jetpack issue: request timed out

I can't enable Jetpack for a Wordpress site hosted on Openshift. I have installed the plugin, created an account on Wordpress.com but the plugin can't communicate properly with my application. When I click on the Jetpack Debug button, it says the…
Carmellose
  • 4,815
  • 10
  • 38
  • 56
0
votes
1 answer

Jetpack Publicize Tweet with image

I currently have Jetpack's Publicize working nicely with my WordPress posts and Twitter. I even filtered the Open Graph tags to enable Twitter Cards and they work perfectly. I'm trying to ensure that each Tweet also appears with an image in Twitter…
cfx
  • 3,311
  • 2
  • 35
  • 45
0
votes
1 answer

JetPack - Older Posts Button - Infinite Scroll - how do I change the text?

I am trying to change the text on the "Older Posts" button on a friend's Wordpress website... I found this (https://gist.github.com/jeherve/6177741) --- I just am not sure where to paste this in the functions.php file. Any help is greatly…
Liz
  • 13
  • 7
0
votes
2 answers

Wordpress Jetpack Featured Content Tag ID

I'd like to be able to call the user-selected tag ID for the Jetpack Featured Content module, but I can't find a function or an object that holds that value. I'm basically trying to filter featured posts out of a WP_Query with these arguments: $args…
RoboRob
  • 195
  • 13