Enej Bajgori?
Forum Replies Created
-
Hi Marco
Thanks for reporting this issue. I was able to replicate it. We don’t have a solution for it yet but we should be able to get to the bottom of this and provide a fix.
We are now tracking this issue here https://github.com/Automattic/jetpack/issues/38597
Hi Marco
I was looking into this and was confuse about the why the SEO tools were not showing up in the editor when you are editing the page/FAQ but only when you aer just about to publish the post.
It turns out that you do always have access to the SEO setting for any visible post type ( posts, pages, FAQs). They are just located in a Jetpack Plugin side panel in the editor.
See https://cldup.com/9WZ-XAl-sv.jpg screenshot.Does this answer your confusion?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Function amp_is_availableamp_is_available
() function is not part of the Jetpack plugins.
If you don’t need AMP support I would suggest disabling the AMP Plugin. The code that is generating this message can be found in the AMP Plugin – see https://github.com/ampproject/amp-wp/blob/1350e8b3d5f6dd61c0b329499f32b67a123de922/includes/amp-helper-functions.php#L375It sounds like there might be some other code that calls the function at the wrong time.
Hope this is info helpful.
Forum: Plugins
In reply to: [WP Super Cache] Call to undefined function is_utf8_charsetHi latxikadelacerveza
Sorry about this issue.
If you are able to update to the latest version of WP Super Cache (1.12.4 ) and the latest version of WordPress (6.6.1) then this issue should be resolved.Let us know how that goes.
Forum: Plugins
In reply to: [WP Super Cache] GDPRHi There
Yes, WP Super Cache is GDPR compliment. It doesn’t collect any user/visitor data. It does use user agent data to determine how a page should be cached but this data is not used to track users.
Hope that answers your question.
Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] PoorAre you referring to https://thepeoplesmovies.com?
This site has adsense ads in the footer and it also asking for donations on the https://thepeoplesmovies.com/support-us-the-peoples-movies-the-chronicle/ page and hence has been marked as a commercial site.
If that is not the site that you are referring to please let us know the URL can we can take a look.
This is how we define a commercial site.How is a commercial site defined?
We define a commercial site as one that you aim to make money from. This could be through advertising or affiliate links, selling products or services, soliciting donations or sponsorships, or any other means directly related to any business or organization. If your site has any of these, you will need a paid Jetpack Stats plan.
https://jetpack.com/support/jetpack-stats/free-or-paid/#how-is-a-commercial-site-definedBest Enej
Hi There
Thanks for your willingness to helping us with the Polish translations.Emails that are send out by Jetpack newsletter originate from WordPress.com servers. And they need to be translated there.
You can find the string that need translating here https://translate.wordpress.com/projects/wpcom/pl/default?filters%5Bterm%5D=wp-content%2Fmu-plugins%2Fhtml-emails%2Fthemes%2Fwpcom-notifications%2F&filters%5Bterm_scope%5D=scope_any&filters%5Bstatus%5D=current_or_waiting_or_fuzzy_or_untranslated&filters%5Buser_login%5D=&filters%5Bview%5D=&filter=Filter&sort%5Bby%5D=priority&sort%5Bhow%5D=desc and some instructions how to get started https://translate.wordpress.com/getting-started-with-wordpress-com-translation/.Let us know if you have any questions you will need a WordPress.com account to do it. All the translations strings need to be approved before they show up.
Thanks again!
@jfireman I am trying to debug this issue. Can you tell me more about the list of plugins that are currently in installed on your site. Also can you tell me what version of PHP are you currently running.
I am having a hard time replicationg this issue. ??
Best Enej
Hi Gulshan
One way you can fix the issue is by using a custom plugin.
The plugin would need to remove the currently enqueued js for the related posts. (related-posts.js)And then add it’s own js that does the same thing expect for removing the
?relatedposts_hit=1
So line following lines would need to be removed. https://github.com/Automattic/jetpack/blob/d3d38d0780ba9f998186cdc668e13455751b6711/modules/related-posts/related-posts.js#L238-L240Currently the query stings that we add to the urls make sure that when the user clicks on the link the post that the user came from doesn’t show up in the related post list.
Let me know if you need some help with the custom plugin above.
Forum: Plugins
In reply to: [Pet Manager] Pet administrator incompatible with jetpack.The conflict between Jetpack and this plugin is because of the following line
do_action('wp_insert_post', 'wp_insert_post');
in
inc/form-action.php
Which is being loaded on very page. I don’t know much about how the plugin works but the above action is missing the post ID, Post object.
it should look something like
do_action( 'wp_insert_post', $post->ID, $post, true );
Hi
Looking at the code of devicepx-jetpack.js it looks like devicepx-jetpack.js runs a function called ‘zoomImages’ every second. This function ensures that every image on your page looks great on retina displays.
The reason it runs every seconds is to make sure if new images are loaded to the browser, for example using the infinite scroll, will be displayed nicely on retina displays as well. The action is pretty fast and skips images that have already been resized as well as is disabled if you are not using a device with a high resolution retina display.
The graph that you are seeing I believe is not devicepx-jetpack.js being loaded every time but the inspector telling you that the browser is performing an action because of devicepx-jetpack.js, running the ‘zoomImages’ function.I have created a github issue looking to look further at optimizing the devicepx-jetpack.js script. https://github.com/Automattic/jetpack/issues/820
Let me know if you have further questions or anything else you would like me to take a look.
Forum: Plugins
In reply to: [WP Dash Message] How do i set custom dashboard message for each usersSorry There is no such functionality in this plugin you could possible change some code around to make it do that.
Forum: Plugins
In reply to: [Profile CCT] Different form for each user level?Nope you can create different tabs though.
Forum: Plugins
In reply to: [Section Widget] Error after recent update (WP 3.6)Hi Randy Grothues
Sorry about that I just updated the plugin so it doesn’t break any more.
Forum: Plugins
In reply to: [Section Widget] Widgets stopped working until this plugin was disabledArrr Sorry about that… Try the latest version 3.2.2
Cheers