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
2 answers

How to use link to Viber in Wordpress?

I need to put link to chat in Viber on this site. This link looks like this: Link But it doesn't work! If I use code above on site, eventually it gives this link:
0
votes
1 answer

Query Jetpack Wordpress Stats List

I want to show the most viewed post from the week in a widget. '" . date('Y-m-d', strtotime('-30 days')) . "'"; return…
user8880106
0
votes
0 answers

Reload a javascript after jetpack infnity scroll load

i hav a javascript for autoplay a youtube a javascript ist in file1.js and Jetpack infninity scroll file2.js the file 1 work only in the posts thej ar not from infinity scroll and at the posts thej ar loaded from jetpack infinity scroll don't…
d00nn1234
  • 27
  • 5
0
votes
0 answers

after Jetpack Infinity Scroll js don't work

i have a wordpress page with jetpack infinity scroll and at all my posts is a youtubevideo at the first page befor the infinity scroll load page 2 and 3 work all great autoplay work for youtube and all this but when the infinity scroll work and…
0
votes
0 answers

How to stop JetPack from spilling script on browser

I'm trying to use jet-pack for comments but every time I activate it, it spills scrips on my page. Something like below and a lot more on the footer. img#wpstats{display:none} /*
Dz.slick
  • 433
  • 1
  • 5
  • 19
0
votes
1 answer

Jetpack Sharing label how to customize it from functions

Hello Everyone, I am trying to edit the Sharing label text of Jetpack plugin but having a problem to target specific text for example in jetpack sharing settings there is an option with input field called Sharing label to add text…
0
votes
1 answer

Change JetPack Load More HTML MarkUp

I want to know how to change Jetpack infinite-handle HTML markup. I found the default markup in infinity.js in /wp-content/plugins/jetpack/modules/infinite-scroll/ like the following code : Scroller = function( settings ) { var self =…
Peter Chimp
  • 137
  • 2
  • 9
0
votes
1 answer

Resizing WordPress Jetpack Tiled Gallery with JS

On my WordPress theme I have a hidden div with a Jetpack gallery inside of it. I have a button that when clicked makes the div appear using jquery's .slideDown(). The jetpack gallery inside the div is only showing at 100px wide and will not fill the…
xslibx
  • 4,249
  • 9
  • 35
  • 52
0
votes
0 answers

First row only has one column in Tiled Gallery

I am using Jetpack tiled-gallery in wordpress. I don't want the first image to be full size. I can see from the markup that when it is generating the columns and rows for the images in the gallery that it only does one image for the first row. I…
Popo
  • 2,402
  • 5
  • 33
  • 55
0
votes
1 answer

Infinite scroll jetpack WordPress: Click works fine, scroll hangs

I am using jetpacks infinite scroll and it not fully works: When using type="click" instead of type="scroll", then all works fine. A button is placed under the posts and when clicking further posts are loaded by infinite scroll. When using…
nimo23
  • 5,170
  • 10
  • 46
  • 75
0
votes
1 answer

Jetpack share buttons don't show on home page with custom theme

I use Jetpack share buttons with a custom theme (Tyler theme from ShowThemes). The share buttons appears on all pages except the home page. If I set the homepage to static (theme options) the share buttons work. But I need to put the homepage in the…
0
votes
0 answers

Wordpress template file for custom post type category (type) and tag pages?

I'm working with the Jetpack Portfolio module. I have a custom archive (archive-jetpack-portfolio.php) which works great when going to mysite.com/portfolio. But, when I go to mysite.com/project-type/thisthing or mysite.com/project-tag/thatthing it…
0
votes
1 answer

add_action('init') in WordPress functions.php extension seems to be breaking Jetpack activation?

I've been having issues with this plugin another developer made to inject code into the function.php file in WordPress without manipulating the one in the theme. I added the if (!is_admin()) { line which solved a few issues with dashboard controls…
kma1289
  • 109
  • 1
  • 8
0
votes
1 answer

Wordpress theme, testing if page is JetPack Portfolio archive page

My site uses JetPack to include infinite scroll on archive pages and to create a portfolio CPT. This is causing problems on the portfolio archive page, so I want to turn off infinite scroll on this page Here is what I am trying (including an alert…
0
votes
2 answers

Yammer and Jetpack for Wordpress

I would like to create a share button on my Wordpress blog with Jetpack plugin. This service is not included by default. So, what is the Yammer sharing url or link to documentation?
W.L
  • 1