Dat Hoang
Forum Replies Created
-
Hi,
Looking at your site HTML source code, you’re using this plugin https://wordpress.org/plugins/cookie-notice/?
If so, please contact this plugin support at https://wordpress.org/support/plugin/cookie-notice
If you’d like to use the “EU Cookie Law Widget” widget by Jetpack, please deactivate the plugin above and follow this guide:
https://jetpack.com/support/extra-sidebar-widgets/eu-cookie-law-widget/#the-widget
Cheers,
Hi,
For cisforcrate.com, before I disabled the monitor, the reference number was 138294609. I have not received any mails for that domain which is as expected.
Yes, on our system, Jetpack Monitor is disabled for this site.
Thanks for the reply. I am not getting the notification emails but my host says that the monitor is still pinging the site as shown in the logs. The server serves a 404 but my host says better to stop them as it consumes resources.
Yes, we will check this.
192.0.102.40 – – [23/Jan/2018:15:55:37 +0800] “HEAD /box HTTP/1.1” 404 – “-” “jetmon/1.0 (Jetpack Site Uptime Monitor by WordPress.com)”It seems that the site is tutr.my/box.
I’ve made some changes on our end to stop pining this site from Jetpack Monitor. Please double check with your hosting provider.
Let me know if you have any questions or if we can help further.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack has locked me outHi,
We usually the REMOTE_ADDR header to determine the visitor IP, since, you’re using the Cloudflare that might interrupt our process.
Currently, in our log, it looks like this. I am using
same-ip-addressdue to the privacy concern.[HTTP_CF_CONNECTING_IP] => same-ip-address
[HTTP_X_FORWARDED_FOR] => same-ip-address
[REMOTE_ADDR] => same-ip-addressWith this, we can not modify our system for your site as well.
At this point, I’d like to ask for more info with you on your site to try to figure out what’s happening. Could you contact us via this contact form and mention this thread?
Cheers,
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] This site cannot be accessedHi,
Great! I got the request from the hosting provider.
I’ve sent a reply cc’ed your email as well.
Please follow up with us in that ticket/email.
Hi,
That makes sense.
I do see a setting “WordPress.com login” and it’s turned on. It’s forcing me to login with my WP.com account. I will try turning that off or deactivating that module.
After this, does the issue persist? If not, we’d like to hear what’s going on and continue to help.
Cheers, Dat
Hi Steve,
Sorry for the late response. I somehow missed your question.
We simply resize images rather than crop them for Tiled Mosaic.
Can you give us an example that we crop images?Cheers,
Hi,
This is the message from our log regarding the Facebook connection on your site.
Error 401 (Error validating access token: The session has been invalidated because the user changed their password or Facebook has changed the session for security reasons.)
To resolve this issue, please try to reset your Publicize connection to Facebook and see if that fixes the problem? Here’s how:
http://jetpack.com/support/publicize/facebook/#reconnecting-facebook
NOTE: Please make sure you follow the instructions to delete the app association on Facebook. This is *required* to fully disable the existing application token prior to reconnecting.
Let me know if you still have this problem after this and I’ll be happy to take a closer look! 🙂
Hi,
We’ve removed them. Please let us know in the case you need any further help!
In the future, I suggest changing these image filenames 🙂
- This reply was modified 8 years, 3 months ago by Dat Hoang.
Hi,
It’s the
WordPress.com toolbaroption under WP Admin -> Jetpack -> Settings -> Writing.Otherwise, you can access a list of all Jetpack modules by following this guide:
https://jetpack.com/support/control-jetpacks-modules-on-one-page/
Once you’re there, you can activate/deactivate any modules you wish. In this case, it’s
WordPress.com Toolbar🙂Hi,
I have removed tutr.my and staging.tutr.my from my hosting and disconnected Jetpack.
On our system, both sites are not in the Jetpack Monitor list.
—
Do you get the email related to this issue?
I can make sure we turn off Monitor for the correct site, can you send us the reference number that follows the text “If you need to contact support, please include this reference:” in the bottom of that email?
Once I have that information, I’ll be able to find the site in our system and stop those notices for you. 🙂
Hi,
We do not recommend to delete the images on your site.
Jetpack Photon only caches the images and makes them accessible at a faster speed from around the world. It’s not an image storage service.
In this case, please increase your server space or use one of these image optimization plugins:
https://wordpress.org/plugins/tags/compress/
Cheers,
Hi,
At this point, I’d like to run some more tests with you on your site to try to figure out what’s happening.
Could you contact us via this contact form and mention this thread?
Hi @kwizzy,
You should get your stats back.
2. Is it possible to export this data and import in another account
=> This is not possible.
3. or is it possible to switch wordpress account attached and change to another one
What do you mean “change” here? You can change your WordPress.com account email of the Jetpack connection owner as well.
Hi,
We’d like to ask for more information to try to figure out what’s happening.
Please follow the guide below, send us a support request via this contact form and mention this thread?
Could you add the following code to your site’s
wp-config.phpfile?define('WP_DEBUG', true); if ( WP_DEBUG ) { @error_reporting( E_ALL ); @ini_set( 'log_errors', true ); @ini_set( 'log_errors_max_len', '0' ); define( 'WP_DEBUG_LOG', true ); define('WP_DEBUG_DISPLAY', false); define( 'CONCATENATE_SCRIPTS', false ); define( 'SAVEQUERIES', true ); }Once you’ve done that, navigate to your site, try loading a few pages, and then check the
wp-content/debug.logfile for error messages.Send us the resulting log file, and then replace:
define('WP_DEBUG', true);… with this:
define('WP_DEBUG', false);… in your
wp-config.phpfile.Hi,
Thanks for your kind words.
I’ve gone over here https://developer.jetpack.com/?search_for=wpapi-hook&s=infinite_scroll
And it seems we do not have any option for that.
I am double checking with our team and updating this post later.