adcdao
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Video continue playing after closing FancyboxThank you Ravan for your answer. Here’s the script that solve my problem:
jQuery(document).ready(function() {
jQuery(document).on(‘fancybox-cleanup’, function(){
jQuery(‘video,audio’).trigger(‘pause’);
})
});Regards,
André
HI found the problem,
I have to logout and login again and it’s work. But the plugin doesn’t do what I want. With categaory widget, I select my custom post type Project and I saw my categories, but when I click on any category no document is found.
Regards,
André
Forum: Plugins
In reply to: [WP Support Plus Responsive Ticket System] Custom field read-only for userThank you once again for your quick answer. I think I will go for the pro version.
Have a good day,
Regards
André
Forum: Plugins
In reply to: [WP Support Plus Responsive Ticket System] Custom field read-only for userThank you for your quick answer.
Is it possible to get list of ticket programmatically by user? Maybe I can try to create a plugin base on your ticket list to manage spent time.
Regards,
André
The second plugin is AVH Extended Categories Widgets.
To answer your question, the link is correctly redirected to MOP. But I solve my problem by replacing the Calendar and Categories default widget by two plugin: Archives Calendar Widget and AVH Extended Calendar Widget. With these widget I can choose which category post to show. So I created a public category. With these widgets only public content is shown to not logged in user. I was looking to similar plugin for Archives but I didn’t find it, so I remove Archive widget from my sidebar.
Next thing to do is showing a list of private post on the member Welcom page. I found another plugin W4 Post List, with this plugin I think it is possible to filter post by meta ( meta_query ). There is another link I found about that: https://www.s2member.com/forums/topic/list-of-custom-capabilities-postspages/. But I don’t know exactly how to do that. I create a support ticket to W4 Post list.
Regards,
André
Page not found error, but when the user is login everything works well. What I want, it if the user is not logged, the post is not visible (don’t show in calendar, neither in categories and archives. I can set the post private but in this case even the logged user can’t see the post.
Regards,
André.
Forum: Plugins
In reply to: [WP Customer Area] Web site font change after activating plug-inHI,
I found a solution directly from your support forum on your web site:https://wp-customerarea.com/support/topic/website-font-shrinks-when-wp-customer-is-installedactivated/.
SO I exlude you CSS file. But I don’t know what will be the consequence. I will explore.
Regards,
André