juliamb
Forum Replies Created
-
Forum: Plugins
In reply to: [Unlimited Elements For Elementor] Fullscreen menu submenusOr maybe I can set the submenu to open on the parent’s hover and ensure that clicking on the parent’s links actually works as a link…would it be possible?
Thanks!Forum: Plugins
In reply to: [Contact Form 7] Make a field required in JavaScriptHi Nate, thank you so much for your answer!
I will have this solution in mind, in case I can’t find the way of properly validate the form. I would need to show a message the users when they’re missing some fields.I guess I could add custom validation for the entire form, but I wanted to avoid this (is quite a long form).
Regards!
Hi there!
I have the same problem, also with Elementor + PRO installed.Rolling back to version 10.0.0 avoids the problem….
I’ll wait for a possible future bug fix.
Hi! Thank you for your response. I’ve tested your solution but it’s not working: the generated CSV has the columns set right, but the repeater fields are lost; it only shows the first value of a repeater field.
I will reach the Ninja Forms Customer Service.
Regards!
Hi! Thanks for your response.
I’ve tried your solution @wfpeter, and when trying to clean all connection data a modal prompts with the following message:
Unable to communicate with Wordfence CentralForum: Plugins
In reply to: [BuddyPress Docs] Documents put in ‘Awaiting Moderation’ stateHi Boone, thanks for your response!
I don’t think the documents contains any link…
I will try that snippet and hopefully it works!
Regards!Hi! Sorry for my late reply but it does work.
Regards!I think the error could be that in that line, there are some ‘$’ are missing:
esc_html__('The authors data shortcode accepts field parameter such as: %1$s %2$s %3$s %4$s %5$s %6$s %7$s. You can see full details and parameters %8s in this guide %9s.', 'publishpress-authors')The last two variables, #8 and #9 are missing the ‘$’. I added them and the error disappears.
- This reply was modified 2 years, 11 months ago by juliamb.
Hi! I’m having the same issue, I’ve checked the logs and found this:
PHP Fatal error: Uncaught ValueError: Argument number specifier must be greater than zero and less than 2147483647 in …/html/wp-content/plugins/publishpress-authors/src/modules/multiple-authors/multiple-authors.php:1243Forum: Plugins
In reply to: [wpForo Forum] Is it possible to disable profile pages?That is the option I was looking for, thank you so much!
Ok, I’ll wait for future releases then.
Thanks for your response!
Hi!
Thanks for the response. I’ve tried that hook but it’s not working, I have to manually clear the cache to see the changes of a custom post type that is queried in the home page.
The home page is built with Elementor and the block that list these custom posts is a custom Elementor widget, maybe this has something do to with the issue?
Thanks, regards.
[UPDATED] I thought it was not working just on mobile but that is not true, it’s not working in general.
I’ve updated the topic.Thanks, regards.
I also tried this code but it’s not working either:
add_action('wp', function() { global $post; if ('cpt' == $post->post_type && !defined('DONOTCACHEPAGE')) { define('DONOTCACHEPAGE', true); } } );Forum: Plugins
In reply to: [Co-Authors Plus] Newest update making links appear as plain textHi!
I’ve noticed the same issue, does the plugin developers plan to solve it in next update or is there something we can do in our code to solve this, even if this is just temporary?
Thanks!