I would like to know if there is a way to get this plugin to work with shortcodes specifically category-shortcode for showing excerpts.
Thank you ??
]]>I have a situation with two html pages, and modal window links in both.
A link in page 1 opens a modal window which contains a link to page 2 in the text inside it. When the link is clicked, and page 2 opens either by using a “target=_top” or skipping the href, the modal window in page 2 does not work at all. I assume this is because somehow the browser thinks the first window is still open, because it wasn’t correctly closed with the close button. Is there a work around for this? Otherwise this is a very handy and reliable plug-in, no complaints!
]]>I have used PerformerJS on WordPress sites, and I like the simplicity of it, but on more than one of my sites PerformerJS is not working. It seems on those sites that none of the libraries is loading. I can get jQuery to load by using the wp_enqueue_script approach documented at:
https://codex.www.ads-software.com/Function_Reference/wp_enqueue_script
It’s just a matter of using something like this in your index.php file, I believe:
function enqueue_performer() {
wp_enqueue_script( 'jquery' );
}
add_action( 'init' , 'enqueue_performer' );
Adding these lines to that file did the trick on my site.
]]>Is there a way to get the ToggleLoader effect to retrieve the wordpress page content only?
ie. not display the header, sidebar etc… just the main content.
]]>The plugin works fine with a standard install of wordpress, but I’m wanting to implement this great plugin with buddypress installed as well and none of the effects work at all.
I’m assuming it’s some sort of jquery issue.
Any thoughts?
]]>