josealvin
Forum Replies Created
-
Hi,
I see, so I can manipulate the display by css or javascript.Thanks
Hi,
This what I did and it works. I added the this code wit the shortcode.
<?php echo apply_filters( ‘the_content’, ‘[mw open=”!event-list”]’); ?>Thanks
- This reply was modified 6 years, 1 month ago by josealvin.
Hi,
Ohhh, okay, Is there any way to run it outside the content? Anyway, while waiting I do some searching.Thanks
Okay, I’ll try it. Thank You
Hi,
Thanks for the quick response. Let me try your the recommendation.Thank You
Forum: Fixing WordPress
In reply to: Update Failed: Page not foundCheck you redirect plugin. You might redirect the one of the dashboard file that’s why the plugin failed.
Forum: Fixing WordPress
In reply to: Parent Function not working on Child ThemeNot sure what your trying to say but its a child themes. I fixed the issue by duplicating the child theme, activate the it then activate the original child theme again.
Forum: Plugins
In reply to: [Contact Form 7] How to stop receiving email spam from contact form 7No, You haven’t read the issue, the website is total deleted. No website. I just don’t know where the email come from. There’s nothing to integrate because the website is removed.
Yes, I know that’s for the templates folder. I want to modify the core folder. Not the template folder/files.
Hi, I just want to modify each um_members_directory_search, um_members_directory_head, um_members_directory_display and um_members_directory_footer.
I just copied the function of the do_action.
Yes. That what I did. members.php
<?php do_action(‘um_members_directory_search’, $args ); ?>
<?php do_action(‘um_members_directory_head’, $args ); ?>
<?php do_action(‘um_members_directory_display’, $args ); ?>
<?php do_action(‘um_members_directory_footer’, $args ); ?>I tried to used:
remove_action(‘publish_post’, ‘old_action’);
add_action(‘publish_post’, ‘new_action’);But it’s not working.
So what I did is. I just copy the functions from um-actions-members.php to /theme-folder/ultimate-member/templates/members.php placed the four do_action. I’m not sure if it’s the best practices.
I follow this steps https://docs.ultimatemember.com/article/119-overriding-default-ultimate-member-profile-templates. But how can I override the core um-actions-members.php?
I have same problem the plugin, it won’t save widgets after editing. All I need to do is deactivate the plugin then activate again.
Yes. That’s what I did.
Thanks