noTechup
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type Permalinks] Extra trailing slash on productsHey!
I am also experiencing the same problem on a clients page. Removing the slash does not work for me, I actually have to select “Default” and save, otherwise everytime they update the permalink page, the product goes to 404.I can’t leave it like that.
The plugin should have an option to exclude WooComemrce products. I use it for CPT, as the name of the plugin implies.It should not mess with WooCommerce unless specified.
It’s back again…
[14-Feb-2020 19:06:53 UTC] PHP Notice: Undefined index: form in /var/www/html/wp-content/plugins/mailpoet/lib/Form/Widget.php on line 193
Hi,
Nope, it has disappeared in the latest version ??
Thanks!Okay!
@gianghl1983 This fix was for the old version of UM (1.x), I have not upgraded it to version 2 so it might not be in the same location anymore. Maybe you can change it in the settings area now, since changing the core file is not a great solution.
Otherwise you have to look through the core files and search for any references to min_width and min_height.
Thanks! Works like a charm ??
Did you figure it out? Problem is that it does not mention that it needs to be 600px wide AND 600px high…
The file is located here /plugins/ultimate-member/core/um-fields.php
Search for min_width and replace the 4 instances of 600px with what you want.
Ex:
if ( $array[‘min_width’] == ” && $array[‘crop’] == 1 ) $array[‘min_width’] = 250;
if ( $array[‘min_height’] == ” && $array[‘crop’] == 1 ) $array[‘min_height’] = 250;if ( $array[‘min_width’] == ” && $array[‘crop’] == 3 ) $array[‘min_width’] = 250;
if ( $array[‘min_height’] == ” && $array[‘crop’] == 3 ) $array[‘min_height’] = 250;I am also experiencing the same issue..
Hi. I also have the same issue. It seems like the picture needs to be larger than 600px wide :/ It makes things really difficult for members, and we do need to make it easy for people to upload images.
It would be great if we can remove the limit or reduce it a lot.
Thanks, but how do you allow them upload a cover photo on registration too? do we need a similar snippet in the functions file?
Anyone else have done the same? got it working for profile photo, no problem there.
Forum: Plugins
In reply to: [WP Job Manager] Display their Jobs in their profile pageHey @freshyjon
Bit slow here to reply, however, Thanks so much for sharing the PHP! Saves me a lot of time trying to figure out that one. Will try to implement it in the coming days, hopefully it shouldn’t be too hard to adjust to my site ??Thanks again!
Kim
I am interested in the same feature, it would add a lot to the plugin for us where the user directory is an important asset. I read in their blog from October that they are working on improving the search features in the directory but not necessarily that it will be available in a sidebar :/
See here: https://ultimatemember.com/product-update-october/
IT would be great if somebody has a solution to this or if UM can include this in their next update ??
I am using it on 2 pages currently and it will probably become 3 soon, and it is a feature requested by all my clients.
Thanks!
Forum: Plugins
In reply to: [WP Job Manager] Display their Jobs in their profile pageHey @freshyjon
Glad to hear someone is trying to do the exact same thing as me, combining UM with WPJM and would like to show company-specfic job listings on their profile page.
Did you have any success trying to set it up? Would appreciate any tips you would have to share:) I have bene looking for plugins and custom solutions but haven’t found anything concrete yet.
Cheers