Forum Replies Created

Viewing 15 replies - 1 through 15 (of 36 total)
  • Andrea — I tried using the beta UM version. The problem now is they don’t seem to have the hooks for WooCommerce done yet. I decided to revert back to Profile Builder and their subscription module. They use the standard wp_user_ role table meta data for their member roles function. Their directory display provides a fair amount of customization and I am using Stripe gateway. In fact UM removed their Sync feature in the beta version! Should work but however you still need a way to sync between UM meta data and WP role data if your directory output is using wp roles. By the way…. the direct communication and response from UM has been very poor dispite several support tickets. No response.

    Ironically I am struggling with the same issue but in reverse. I need the features of WooCommerce subscription / membership interfaced with UM… HOWEVER I am using Profile Builder PRO which as schulz indicates uses the wp_roles. The SYNC function in the Ultimate Member WooCommerce site does work perfectly HOWEVER its manual. Meaning there is not an AUTO SYNC between UM Roles data field with the WP Roles field.

    There must be a way to sync the UM Community Role with the WP User Role that can be automated and two directional if needed.

    ANY IDEAS from the UM folks as they are working on UM v2.0 ???

    I tried this and made sure that the corresponding role between the two tables were selected in the User –> Sync with WordPress Roles. Still does not seem to update when a paid for UM membership level subscription is made or renewed! Only synced when manually clicking the sync button by hand.

    Please…. anyone have any idea on how to have perhaps a chron job run that would run these “sync” jobs ??? I left a ticket for the UM Support team. Crossing fingers!

    Hello PigNeedle ! I am wondering if this change is still working for you. I just deployed it. Looks like the primary change was to change ‘add_role’ to ‘set_role’

    I am stunned there is no option to automatically sync these two role tables!! Say you are using Profile Builder which uses the WP User Roles for displaying User Lists in a directory, changing only the UM Community Role will not show any change in status if you have filtered via the USER TABLE. Sure clicking on Sync will fix it but if you have multiple user levels and PAID SUBSCRTPTIONS in WooCommerce using UM… There is a REAL NEED to have the Sync happen automatically on any change to the UM community role change.

    I will be testing using the following plugins — WooCommerce + UM + Profile Builder ( for user directory listing — its the most powerful I could fine to build a custom membership directory — relies on WP User Role also creates a user directory in the user table with any default user role in WP Users) Syncing these two tables for special applications on an automated basis is essential.

    Did the simple code change above really make this automatic ??

    • This reply was modified 7 years, 4 months ago by zzb.

    Since the last WP 4.5.1 update and your update I have had to completely remove the Prettylink plugin code from my site. The code is clearly creating an issue with the backend. 503 and server time out errors. I had to use FTP and delete the plugin from the plugins folder to restore access.

    This has happened so far on two of my monetized websites! Totally unacceptable! I am sure I am not the only one searching for a new alternative since all key links are now broken and generating 404 errors for my visitors!

    What gives? There are NO error messages. Once when the server finally was able to list my plugins the list actually stopped after the Pretty Link plugin. Clearly coding issue.

    zzb

    (@zzb)

    Great info… I am wondering jankp and macs if any of you are using PRO version with Prefetching when doing the analysis vs. standard (free) options. Prefetching should also make a big difference and it would be good to know if we are all comparing apples with apples with respect to Cloudflare.

    I also have been doing some testing using Cloudflare and without W3TC seems to be the way to go on some sites but on others, with quite a bit of js and overhead, W3TC seems to improve it. I am skeptical if there are any benefits from also using another CDN like Cloudfront at the same time. It seems redundant with the Cloudflare CDN and my gut tells me it can be source of problems / conflicts… but then again, what does my gut know??

    Great thread…. very helpful !!

    What is the answer to this question. I am having the same issues with HostGator. They would like to know the specific ModSecurity RULES that need to be white listed. Can you give us some information with more details Katz as to which rules need to be enabled in ModSecurity ???

    Thanks in advance….hopefully !

    Trac updated as requested…

    Found a solution…

    wp-includes/functions.php lines 1458 to 1469

    Replace this:

    function add_magic_quotes( $array ) {
        	global $wpdb;
    
        	foreach ( (array) $array as $k => $v ) {
        		if ( is_array( $v ) ) {
        			$array[$k] = add_magic_quotes( $v );
        		} else {
        			$array[$k] = $wpdb->escape( $v );
        		}
        	}
        	return $array;
        }

    With this:

    function add_magic_quotes( $array ) {
        	global $wpdb;
    
        	if ( is_array($array) ) {
        		foreach ( $array as $k => $v ) {
        			$array[$k] = add_magic_quotes( $v );
        		}
         	} elseif ( is_string($array) ) {
         		$array = $wpdb->escape( $array );
         	}
        	return $array;
        }

    Don’t know why this was not done in the latest version 3.1.2 If it was it was not updated on my auto upgrade. The patch takes care of the problem on my install…

    I am also having this same issue discovered today. I have been trying to isolate to any plugin but so far no luck.

    Hi Lee… A few questions about the product export to CSV of your plugin for WP eCommerce.

    1. Do you have a general ETA for compatibility with 3.8 ?
    2. Will it export all the product details and info or just sales order? Not sure from the threads I have been reading.

    I also would like to do a major store export and import and it would be great to have this process automated via a plugin rather than duplicating SQL tables if possible.

    Thanks for info and update…
    John D.
    https://RockbridgeDesigns.com

    Thread Starter zzb

    (@zzb)

    I think I have this one figured out.

    Set up a new “custom” menu in the Menu area under Appearance — Select all pages then rearrange them the way you want in any order.
    Go to Widget area and move the Navigation Menu image into the Sidebar area but be sure to select “Custom” then the drop should show the new menu you just created with the custom page ordering. That should do it.

    You can also use sub items by moving the page as a child under the parent by indenting it to the right under the parent heading.

    Thread Starter zzb

    (@zzb)

    Thanks for the feedback alchymyth, I should have explained I am using the vertical Navigation Menu Widget for this since it is nicer looking. I was aware about the pages widget… I believe it came standard in the new v.3.0 WP.

    I will look into plugins but they will need to be 3.0 compliant and work with the new menu features that come standard. Not many of them are yet… ??

    zzb

    (@zzb)

    Same here… Has anyone found a resolution to this issue / problem?

    Posts are in the server intray…. I can see them with webmail.

    Has anyone isolated it to any plug-in conflicts??

    Any update on this thread? I would like to use Admin SSL to secure a special contact page on a client’s site, but from the Googling I have been doing it appears to be problematic with WP 2.8.4 +

    Any further information from anyone who has subscribed to this thread ??

Viewing 15 replies - 1 through 15 (of 36 total)