allurewebsolutions
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Post Popup] Remove admin notices impossibleDo you mind reaching out on our website to schedule a working session so we can see what happens in real time: https://allurewebsolutions.com/contact
Forum: Plugins
In reply to: [WP Post Popup] Remove admin notices impossibleWhat happens when you click the “x”?
Forum: Plugins
In reply to: [WP Post Popup] Broken Modal, HTML Showing on Every PageThis should be resolved now in 3.7.1
Forum: Plugins
In reply to: [WP Post Popup] Broken PluginI just released 3.7.1. Thanks for your patience. Life is busy. And the WordPress security review people forced me implement 3.7.0. I was in a rush and didn’t have a chance to test it.
Let me know if anyone is still having an issue.
@cambofrizz Thanks for the solution
Everyone, this is an open source plugin, if you ever want to get a fix out to anything, feel free to make a PR: https://github.com/mikedoubintchik/wordpress-post-modal
This may be fixed in the latest 3.6.3 release
Forum: Plugins
In reply to: [WP Post Popup] Error register_rest_routeI just released version 3.6.3, hopefully it fixes it
Forum: Plugins
In reply to: [WP Post Popup] Tabs (among others) not work in modalThis is very case specific. But I’m guessing you need to add the CSS/JS from the tabs functionality inside the content that’s loaded in the modal (by putting it into the modal-ready div).
@birtakimseyler As far as I can tell, it should work with a CPT slug too. For example: https://wp-post-modal.allureprojects.com/wp-json/wp-post-modal/v1/any-post-type?slug=custom-post-type
Forum: Plugins
In reply to: [WP Post Popup] Unable to contact via websiteThis has been fixed. Sorry about that!
Forum: Plugins
In reply to: [WP Post Popup] Breaks wp-adminI’ve never heard of this before. Are you sure it’s because of this plugin? Does it still happen after you’ve deactivated teh plugin?
Forum: Plugins
In reply to: [WP Post Popup] How to integrate post_status?You could modify this function and add an if statement to check for the post status and modify the content as needed: https://github.com/mikedoubintchik/wordpress-post-modal/blob/master/public/class-wp-post-modal-public.php#L210
Forum: Plugins
In reply to: [WP Post Popup] Trigger popup from wp navNeed to see an example
Hmm, please check out this debugging article and let me know if you’re able to reach a route: https://wp-post-modal.allureprojects.com/documentation/#debugging
First you can add the modal-link class like this: https://css-tricks.com/snippets/wordpress/add-class-to-links-generated-by-next_posts_link-and-previous_posts_link/
Then you can modify the link to be only the slug, something like this: https://learncodeweb.com/wordpress/next-and-previous-post-links-customize-in-wordpress/
Forum: Plugins
In reply to: [WP Post Popup] Doesn’t work in elements !You’ve confirmed that you’ve added the modal-link class?