lamday
Forum Replies Created
-
That code you added will stop any of your events from appearing in the related posts section – I would suggest keeping that code in if you don’t want to your events to show as related posts.
Can you try the below code to stop related posts from showing on your events.
function jetpackme_no_related_posts( $options ) {
if ( is_singular( ‘tribe_events’ ) ) {
$options[‘enabled’] = false;
}
return $options;
}
add_filter( ‘jetpack_relatedposts_filter_options’, ‘jetpackme_no_related_posts’ );Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Photon Image ProblemWould you be okay send through a copy of your functions.php file for your child theme? You can place it in a gist – https://gist.github.com/
If you don’t feel comfortable sharing it publicly then you can send it through to our support team directly: https://jetpack.com/contact-support/?rel=support
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Photon on attachment pagesCould you post the page URL here, so I can have a look?
If you want it to remain private, you can also contact us via this contact form:
Contact SupportIt looks like your site isn’t connected to Jetpack anymore, did you disable Jetpack altogether or just Photon? Could you please reconnect Jetpack and let me know so I can take a further look?
After network-activating Jetpack, you’ll see a new Jetpack > Settings tab in your Network Admin. From here, you can manage which Jetpack modules are activated by default for all your sites.
And from there you can follow the ‘Switching to Jetpack’ section here: https://jetpack.com/for/clef/
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Gallery MenuWhile Jetpack doesn’t include an option to allow you to change the default Gallery type, you can use the jetpack_default_gallery_type filter to change that on your site. You can find out how to use that filter here:
https://developer.jetpack.com/hooks/jetpack_default_gallery_type/Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Missing subscribersCould you post your site URL here, so I can have a look?
If you want it to remain private, you can also contact us via this contact form:
Contact SupportCould you switch your Jetpack beta option from ‘Bleeding Edge’ to ‘Latest Stable’, and see if that helps?
I just tested your subscription form and was able to get the confirmation email:
Would you be able to send us the email addresses of your readers that haven’t received the email? Please send it to us via this contact form and mention this thread URL in the body of your message
I’m unable to produce this on my end too. Would you be able to let us know what Firefox version you’re using and whether you’ve got any add-ons installed?
This error most likely happens because something on your site blocks all communication between your site and WordPress.com. This can be a security plugin, or your host may have blocked access.
I would recommend that you deactivate any security plugins that may restrict access to your site, and see if it helps. If it doesn’t, you can contact your hosting provider and ask them if they currently block access to your site’s XML-RPC file.
I’ll have to get our Photon experts to take another look into this. I’ll ask if it’s possible to switch to the resize parameter also.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack fatal error@teereasons – was this the first error you’ve seen since deactivating/reactivating all of your plugins?
It is likely due to the outdated theme. I noticed that you have switched themes, please let us know if the errors persist.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Transferring Site StatsWe can help you do this, would you mind contacting us through this form and provide your new site URL as well as your old WordPress.com URL via this contact form – Our team there will be able to assist you with merging the stats across.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Mosaic Title PostHi there,
Jetpack’s Tiled Galleries use Photon to resize each one of the gallery images on the fly, thus creating the Tiled effect with images of the right size. For this to work, the CDN has to be able to download, optimize, and cache all your images images. At the moment your site doesn’t appear to be connected to Jetpack.
Could you try disconnecting Jetpack from WordPress.com and then reconnecting, to see if that fixes the problem?
To disconnect Jetpack from WordPress.com, click on Jetpack from your site’s Dashboard and then click on the “My Jetpack” link at the top of the page. Then click the “Disconnect site from WordPress.com” button to disconnect.
To reconnect, click the green button that says “Connect to WordPress.com”.
Let me know once you’ve done that, and I’ll take another look!