I liked this plugin. I have installed in the local / test site and explored it as well. One of the important feature seems to be missing or might be I am missing some configuration due to which we are not able to take this plugin live to our production website.
We have noticed that internal links get associated only when post is published but when I schedule a post for the later date or if I preview the post, I fail to see any of the internal links in it. We have tried by purging the URL cache as well but still no luck.
Can you please assist us on the same.
Thanks in advance.
Best of Luck!
]]>This seems to be related to using the new Gutenberg editor as it doesn’t happen on sites using the classic editor.
Is there a way to stop this as once the page refreshes, it doesn’t take me back to where I was, but back to the top of the page.
Thanks
]]>Is this possible to achieve, please?
Thanks in advance
]]>I will try just making a new carousel and see if that does the trick.
Here is a pic of what it is doing. https://photos.app.goo.gl/2DFLPSE9Yf4r7SzF9
]]>I’m having a problem with page-scroll-to-id only when previewing changes to a post. Otherwise it works fine.
But when previewing changes to a post, my browser (Chrome) gets extremely sluggish when this plugin is activated. Chrome CPU usage is around 20%. When javascript is paused at any time, page-scroll-to-id is in the call stack (the _setup function).
What’s going on here?
Here you can get a .zip of an example page with the problem. It can be reproduced without an internet connection.
Thanks for any help you can provide, I’m aware this is a free plugin.
]]>single.php
is loaded. This would take place when the user clicks the Preview button when writing a post. It currently works when I modify single.php
directly, but ideally I would like to place all this code in a plugin.
my-plugin-php
add_action('template_redirect', 'single_page_action', 9);
function single_page_action() {
wp_redirect('https://www.example.com/custom-post-preview');
die();
}
As far as I can tell so far my single_page_action
function is not being called at all. Does anyone know of any hook I can use when the preview for a post is loaded? Thanks
your plugin is great. But on the post preview the secandary title is to large. How can I fix it?
Thanks for your help.
]]>