lechon
Forum Replies Created
-
Forum: Plugins
In reply to: [Better Find and Replace] Using Masking Feature For Existing ShortcodeHi @jenneycs
Thanks for the documentation.
It looks like you are only able to replace complete content but I am not sure if it can skip parameters.
Please see below what I am trying to do, I just want to make sure that the plugin is able to do the following before buying (since there is no other way to test).
I have this current shortcode:
[videoclip] https://www.youtube.com/watch?v=ABCD1234 [/videoclip]
And I wanted to use your masking feature to do this:
[sc name=’playclip’ https=’https://www.youtube-nocookie.com/embed/ABCD1234′ ]
Everything changes, Except for the video serial ABCD1234 which is different for each post.
How would I do this with your plugin?`
Forum: Plugins
In reply to: [Better Find and Replace] Using Masking Feature For Existing ShortcodeHi @jenneycs,
I have tried to reach your support via the contact form, when I try to send it comes with the following message:
Please wait a while..
Sending your message.But the message never sends.
I have also tried your live chat support. it comes with this message:
Sorry for keeping you waiting, we’ll get back to you as soon as possible. Thank you for your patience.
I waited for about 40 minutes.
Forum: Plugins
In reply to: [Better Find and Replace] Using Masking Feature For Existing ShortcodeHi @jenneycs,
That is fantastic!
Many thanks for doing this, this will be of great help if I can get it to work.
I will be contacting you support for more questions.
Cheers!
Forum: Plugins
In reply to: [Better Find and Replace] Using Masking Feature For Existing ShortcodeHi @jenneycs
Thank you so much for your reply.
That would be fantastic if you added this feature, I would buy in a second as I have much need for it.Cheers!
Forum: Plugins
In reply to: [Videopack] PHP Error When Updating to Latest VersionHi @kylegilman,
Running on PHP 7.4.16
The error only happens once, but I am able to recreated by reverting to the previous version of the plugin and update it again in order to trigger the PHP error.
Best Regards,
Forum: Plugins
In reply to: [LiteSpeed Cache] Google Console SharedArrayBuffersHi @qtwrk
Many thanks for the feedback.
Forum: Plugins
In reply to: [LiteSpeed Cache] Google Console SharedArrayBuffersHi @qtwrk
It seems that SharedArrayBuffer is used by React, which is used by Gutenberg, and probably other things.
React has an outstanding issue for this:
https://github.com/facebook/react/issues/20829
On our site we could not pinpoint the direct source of the SharedArrayBuffer.
After doing some reading on the subject my understanding is that this can be mitigated if we add to the site header the following:
Cross-Origin-Embedder-Policy: require-corp
Cross-Origin-Opener-Policy: same-originAnd we though about implementing this using. htaccess rule like this:
# Cross-Origin-Embedder-Policy: require-corp <IfModule mod_headers.c> Header set Cross-Origin-Embedder-Policy: "require-corp" </IfModule> # Cross-Origin-Opener-Policy: same-origin <IfModule mod_headers.c> Header set Cross-Origin-Opener-Policy: "same-origin" </IfModule>
Does implementing this affects in anyway the way Litespeed works?
Best regards,
Forum: Plugins
In reply to: [Redirection] Google Search Console Flagging Site For SharedArrayBuffersHi @johnny5
Thanks for the feedback and explanation.
Forum: Plugins
In reply to: [Redirection] Google Search Console Flagging Site For SharedArrayBuffersHi @johnny5
We assumed that it was redirection because on our site the only plugin that uses SharedArrayBuffers is Redirection (found on the file redirection.js).
We are using classic editor not Gutenberg so we are a bit at a lost in trying to find the source.
After doing some reading on the subject my understanding is that this can be mitigated if we add to the site header the following:
Cross-Origin-Embedder-Policy: require-corp
Cross-Origin-Opener-Policy: same-originAnd we though about implementing this using. htaccess rule like this:
# Cross-Origin-Embedder-Policy: require-corp <IfModule mod_headers.c> Header set Cross-Origin-Embedder-Policy: "require-corp" </IfModule> # Cross-Origin-Opener-Policy: same-origin <IfModule mod_headers.c> Header set Cross-Origin-Opener-Policy: "same-origin" </IfModule>
Does implementing this affects in anyway the way Redirection works?
Best regards,
Forum: Plugins
In reply to: [LiteSpeed Cache] Google Console SharedArrayBuffers@qtwrk
Hi, can you be more specific to which keyword you are suggesting? We have done several searches and found nothing yet.Best regards,
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Help With ImplementationHi @dcooney
Thanks for the reply and information.
The plugin works right out the bat if you are are using shortcodes, and I guess this is great for small web sites.
Trying to implement this plugin into a site that has over 10,000 posts would require to use the alm_render method, so the “Load More” button would display on every single post.
I am not a developer but I did tried my best using this method with no success.
After 10 hours of many, many, many tries, I have decided to abandon this plugin.
just gtag or gtag.js ?
Thanks for the info.
That is fantastic! thanks for the very detailed feedback.
Many thanks for taking the time to explain this, I totally understand. You really have a fantastic plugin with a bright future.
Cheers!