flofiwp
Forum Replies Created
-
Hi @elliotvs
do you please have any news? You wrote:
“I’ll see if I have some time available either this week or next week, to take another look and I’ll let you know if there’s still difficulties integrating with Ninja Forms.”
Thanks a lot
flo
Hi @elliotvs
thanks for your fast reply. I will then wait for your reply.
( Perhaps others too… ?? )
FYI: We already tried https://bestwebsoft.com/products/wordpress/plugins/captcha/ but this had problems with the Ninja Forms Add-Ons “Ninja Forms – Layout & Styles” and “Ninja Forms – Multi-Part Forms”
Thanks in advance
flo
Hi @elliotvs
thanks for your reply. What do you mean by “I will take a look again when I get the chance”
We need a reliable answer. Till when can we expect an answer if and when you add Ninja Forms?
Thanks in advance
flo
Forum: Plugins
In reply to: [Simple Cloudflare Turnstile - CAPTCHA Alternative] NinjaFormsHi @elliotvs
one of our clients asks if there is a specific date for adding support for Ninja Forms.
Thanks in advance
flo
Hi,
sorry for my late reply. Right now with the latest update all is looking good so far.
I will get back to you if we have any further questions.Thanks again for you great support
Floalright. thanks a lot. then i will wait for you.
Have a nice weekend.
floHI,
Thanks a lot. It works now.
Is it possible to show file extension like ZIP, PDF… in search results for files uploaded throuhg download monitor like it is possible for file attachments?Thanks
FloHi,
it is not working like expected. We uploaded a zip and gave this download the category not-in-search-resultSo it is in functions.php in child theme like this:
add_action('pre_get_posts', function(&$wpq) { if ($wpq->is_search && $wpq->is_main_query()) { $wpq->set('tax_query', array( array( 'taxonomy' => 'dlm_download_category', 'field' => 'slug', // Here you need to put your category slug 'terms' => array( 'not-in-search-result' ), 'operator' => 'NOT IN', ), ), ); } });
could it be that the parent theme or woocommerce or another plugin is using pre_get_posts and this one above is not called?
Do you have an idea to do it another way or how can we debug that?Thanks
floHI,
thats really nice. GREAT SUPPORT!
We will try that.Thanks a lot and have a great weekend
floHi,
Thanks a lot. Did you already find a solution?
Flo
Hi all,
thanks a lot for your help. We will try to adjust and try out all settings.
Have a good week!
FloHi,
thank a lot.In 2. i thought about disallow certain pages by categorories or tags.
For posts that schould be possible, see screenshot https://imgur.com/a/9e0jbj3.Is it possible to add tags or categories to PAGES and custom post types and then disallow in YARPP settings in Backend this entries with defined tags or categories? Or do you have a better idea?
Thanks
FloHi Michael,
thanks a lot.1. What are the limits on weight for titles and bodies?
you wrote, we can try to set weight on titles, like 4 or 5
Are values like 100 or 1000 also possible? What is the range?2. Pages and Custom Post Types normaly does not have Categories or Tags. What can you suggest if we want to exclude some Post and Pages and Custom Post Types from showing in YARPP? Add opportunity for pages and custom post types to add tags or categories and then disallow in YARPP setting in Backend either tags or categories? Or do you have a better idea?
Thanks a lot and have a great day.
Flo
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Why recommend MyISAM ?Hi Michael,
we switched wp_posts to MyISAM only for the reason to use YARPP.
I read that InnoDB has a better performance an some other advantages compared to MyISAM.No i can read in the changelog that InnoDB is supported but 20% slower on your localhost.
1. Do you know why? Do you work on that performance problem?Right now i am not sure to switch back to InnoDB for wp_posts because of all advantages of InnoDB.
2. When do you notice that 20% in queries. On each page view? On first page view?
Thanks in advance
FloHi Michael, thanks a lot for your help
we will try that.Have a nice day
Flo