rmello526
Forum Replies Created
-
@jessepearson FYI, the ticket number is: #2319095
Thanks for any assistance.
Thanks for the response. Once again, in the menu builder, I don’t have the availability to add the subcategories because 90% of them don’t show up. It has nothing to do with screen settings, the product categories are there. Still not resolved.
Hi @3sonsdevelopment. Correct. I am including 3 screenshots. The first one is missing subcategories that appear in the Product->Categories (https://dev.rmellodesign.com/screenshots/1.JPG). The second one has all 5 and they correct (also, the only one that is showing correctly) (https://dev.rmellodesign.com/screenshots/2.JPG). The third capture is to demonstrate that the subs are set up properly on the category side https://dev.rmellodesign.com/screenshots/3.JPG. I’ve verified everything except the menus showing the proper categories and their corresponding subcategories.
On a side note, this seems to have occurred in other versions of WooCommerce. This is a huge deal-breaker for larger sets of products.
- This reply was modified 6 years, 9 months ago by rmello526.
Thanks @thup90 but the issue is not the screen options, it’s that the parent->child hierarchy doesn’t show up in the options to add to the menu. For example, if I have 10 child categories of 10mm, they are all showing up at the same level as the parent level, so there is no way to know which 10mm child belongs to which parent. They show up fine in the WooCommerce product categories, but NOT in the add to menu options.
Forum: Plugins
In reply to: [LeagueManager] LeagueManager and ProjectManager for RostersThanks for the info. I will do some research on your suggestion.
I’ve been messing around with both and the shortcodes are a bit quirky.
Will keep you posted on my progress.
Okay, maybe I’m asking this question wrong. I would like to post the shortcode for user with ID 2 (who does exist) and their associated properties. I thought this would be pretty straightforward, but it’s yet to work. How can I accomplish this simple task?
Please advise.
Thanks,
RonThat shortcode is not working. However, the following works for me: [wpl_profile_show tpl=”default” sf_select_user_id=”2″][WPL]
Any idea why your shortcode wouldn’t work?
That worked. Thanks!
This issue is not resolved.
I have also purchased the PRO version.
Here is what’s happening: When you create a new field in FLEX User, it is being assigned field_3000 in wp_wpl_dbst. I’ve tried using that variable name and also the variable name I called the field, using similar fields (e.g. first_name) and it still will not display the value.
I’ve even done the following:
$wpl_user_raw_data = wpl_users::get_wpl_data($user_id);
var_dump($wpl_user_raw_data);and see the variable populated with a value, but I can’t seem to get the value to display.
This is a fundamental requirement of customizing a user experience for agent_info and property_details.
Please advise.
Thanks, I have the raw user data and dumped the array values to inspect. Not sure why they are still not displaying through the agent_info activity “showprofile”.
Thanks. I had done that prior. I also cleared the cache, but the new fields are still not showing up. Doing some more digging …