So you are probably aware, for example, here are two popular paid directory wp plugin/themes available on codecanyon… it would be nice to see how your devs thinks Hivepress compares to these. A feature comparison chart with feature check-boxes would be useful. It can become quickly overwhelming for newbies trying to sift through all the various features and possible limitations for scaling a site.
]]>Reason is a bug in includes/core/um-actions-form.php
line 927:
} elseif ( 'profile' === $mode && $email_exists && $email_exists !== $submitted_data['user_id'] ) {
UM()->form()->add_error( $key, __( 'The email you entered is incorrect', 'ultimate-member' ) );
Variable type of $email_exists
is integer
Variable type of $submitted_data['user_id']
is string
So the !==
comparison including type fails and the profile can not be saved.
This is a serious bug which was introduced with 2.8.3, the comparison in 2.8.2 was !=
so saving profile worked there.
Ultimate Member 2.8.5, WordPress 6.4.4
]]>Can you add the Free plan to the Features Comparison table provided here so we can make a more informed decision?
Also, adding the Features Comparison table to your main website (not just via blog) would be very helpful.
Thank you!
]]>I would like to make a dynamic rules show or hide the element depending on the date time from and date time to.
In ACF I have 2 date time fields “From” and “To” then in Elementor editor, I have configured to show the button by comparing date time “From” is not greater than date time “To”.
But it does not work as expected, the value to make comparison is not choosable and have to be manually entered.
How can I make it dynamically and get field data from date time “To”?
]]>Having scoured the world wide web and spoken direct with plugin developers, I have been struggling to find a solution to the following query.
I am in the process of compiling a comparison site which will ultimately contain 100’s of thousands of products (long term). I have successfully been accepted onto a number of affiliate programmes which is great. From each of these affiliates, I am able to download the csv product data feeds for all products. I can then also import all these products onto my website no problem at all. The issue comes when I want to include a price comparison table as part of the mass product import which will also compare prices against the other merchants/affiliates I am registered with which sell the same products.
I have tried Content Egg, Datafeedr, WP all import etc. all to no avail.
Now, before I engage on the long and prosperous journey of manually adding each individual product together with the comparison table, I just wanted to enquire whether anyone has come across a solution to this? Or do they have the same issue?
Any help/information/reading you can assist with would be greatly appreciated.
]]>Testing the page:
– shows on mobile (iOS)
– shows after refresh on (other) Macs running Safari or Firefox
– never shows on Chrome
Turned off some other plugins that I don’t really use.
I’m working with SiteOrigin PageBuilder.
All plugins, themes and wordpress are up to date…
Example
Teams with players and scores:
Team1: T1-150, T2-150, T3-350, Total 650
Team2: U1-200, U2-200, U3-200, TOtal 600
Result should be a tie, because point go to U1, U2, T3 and to Team1 for Total score.
Is there a way to alocate points to teams by comparing the score of players in coresponding positions? Or do I have to fill the opponent score as a column of each player?
Thanks a lot
]]>