urshadow
Forum Replies Created
-
Forum: Plugins
In reply to: [Update Comment Count] Didn’t Correct Counts CompletelyI manually edited DB to correct the values, I don’t have the incorrect values now.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] ssl=1 error 400@lucamc Reloading doesn’t help in the long term coz previously working images break randomly
Hi @kokkieh
I contacted jetpack support and only received 1 response in a week thus I am asking the following query here, in case you can provide any guidance:
This link is not accessible to me, giving me error codes 400 and 520: https://i0.wp.com/theclearevidence.org/wp-content/uploads/2019/03/Featured-Image-Video-Musalmaan-Namaz-Kaisey-Chor-Sakta-Hai-Maulana-Tariq-Jameel-Urdu.jpg?resize=150%2C150&ssl=1
I checked this link from various countries via 2 different VPN services and this is what I found:
Accessible:
? Japan
? Australia
? Singapore
? Canada
? USNot Accessible:
? KSA
? France
? Netherlands
? Poland
? Germany
? Sweden
? India
? Japan
? Australia
? Singapore
? Canada
? United Kingdom
? Russia
? Italy
? Switzerland
? Czech Republic
? United States
? Ukraine
? AustriaCan you guide on what can make this link accessible from selective countries and blocked from other countries?
Forum: Plugins
In reply to: [DCO Comment Attachment] Position of the attachment sectionPerfect!
Thanks @denisco for the great support!
My hosting server is in Sweden, I have opened a ticket, hopefully a solution can be found as I have been using Site Accelerator for more than a year and now all of a sudden I have to stop using it and we can’t even pinpoint the issue which can be resolved.
Thanks @kokkieh for your support!
Thanks @lapzor!
Forum: Plugins
In reply to: [DCO Comment Attachment] Position of the attachment sectionThanks @denisco
This positioned the attachment section above the cookies consent but an unanticipated issue happened. As the cookies consent is not visible to the logged-in user thus the attachment section disappeared for the logged-in user:
Screenshot: https://www.screencast.com/t/1DiVoppYY1Y
As the comments box is visible to both logged-in and non-logged-in users thus I tried the following code:
function dco_init() { $dco_ca = dco_ca(); remove_action( 'comment_form_submit_field', array( $dco_ca, 'add_attachment_field' ) ); add_filter( 'comment_form_field_comment', array( $dco_ca, 'add_attachment_field' ) ); } add_action( 'init', 'dco_init' );
The attachment section appears for all but it displays above the comments box.
Screenshot: https://www.screencast.com/t/3X6P6LxVQIf
Can we move it down the comments box, I think that would be the ideal position for the attachment section.
Thanks for the comment, I have made this video to show what is happening with the gallery, while making this video the Site Accelerator was off thus this issue has nothing to do with the CDN servers.
Video: https://www.screencast.com/t/I00s0ihhiec
I have been using Site Accelerator for more than a year with the same hosting, this issue is recent, can you plz provide some technical proof which I can share with my hosting company and can try to get the blocking, throttling, or rate-limiting removed?
I am using option 2, I create the post, add tiled gallery block and upload the images using “upload image” option in the tiled gallery block. It seems very similar to the reported bug.
The single images are not in a tiled gallery, those are featured image and single image in the post body. As initially, we were suspecting that gallery images were not displayed due to Site Accelerator cashing issue thus I reported that issue here. If you like then I can report it in a separate thread.
With Site Accelerator on, the post looks like: https://www.screencast.com/t/W38cJGC9urz
Images links:
I renamed them, reloaded them, tried 5 to 6 times but the images never appeared thus I had to disable Site Accelerator, the images load fine after that.
Forum: Plugins
In reply to: [DCO Comment Attachment] Position of the attachment sectionThanks @denisco
The above code has placed it under cookie consent. If it’s easily possible to go above cookie consent then plz share, else this is fine as well.
Screenshot: https://www.screencast.com/t/3LLLt83b
Thanks once again.
Hi @hchouhan
I slightly modified the code provided by you to position the checkbox as per my liking, I just wanted to get it checked by you if you believe this can create any problems?
add_action( 'template_redirect', function() { // make sure mc4wp is activated if( ! function_exists( 'mc4wp' ) ) { return; } // get integration manager $integrations = mc4wp('integrations'); if( ! $integrations instanceof MC4WP_Integration_Manager ) { return; } // get comment form integration $comment_form_integration = $integrations->get('wp-comment-form'); remove_filter( 'comment_form_submit_field', array( $comment_form_integration, 'add_checkbox_before_submit_button' ), 90 ); add_action( 'comment_form_submit_field', array( $comment_form_integration, 'add_checkbox_before_submit_button' ), 9 ); } );
It seems unlikely because when I created this post in 2019, all images were displaying fine, I noticed the issue just recently.
Secondly, here is another post, which is displaying the same amount of images in a single gallery block and all are working fine: https://theclearevidence.org/charity-projects/request-for-donations-for-ration-packs-distribution-among-daily-wagers-families-affected-by-the-lockdown-in-rawalpindi-and-islamabad/
But as you mentioned to divide the images among posts, this led me to divide the images among multiple gallery blocks, and that has fixed the issue, thus it still seems to be a bug in the gallery block, and maybe it has appeared in some of the recent updates of Jetpack as I did not face this issue previously.
Now what should I do about the following images, those are single images and not in gallery blocks:
I am not able to turn on the site accelerator due to this issue.
- This reply was modified 4 years, 5 months ago by urshadow.
Thanks @hchouhan
Hi @kokkieh , @supernovia
I am still running the site without site accelerator and the images gallery is not working properly as well, plz guide, thanks.
Forum: Plugins
In reply to: [DCO Comment Attachment] Import from Comment Attachment PluginHi @denisco
Thanks, that has fixed my issue!