Directory

dmunaretto (@dmunaretto) – WordPress user profile | WordPress.org
  • Member Since: September 7th, 2019
  • Find me on:
  • Created a topic, Limit Search form to a property-type?, on the site WordPress.org Forums:
    Is there a shortcode parameter that allows you to set …

  • Posted a reply to Create form filter, on the site WordPress.org Forums:
    Just an update, I have the form working such that it filters the result set…

  • Posted a reply to Create form filter, on the site WordPress.org Forums:
    My [-if] is nested only because it is running inside of another if statement in…

  • Posted a reply to Create form filter, on the site WordPress.org Forums:
    What I'm trying to do is something that I can pass back to the form…

  • Posted a reply to Create form filter, on the site WordPress.org Forums:
    This works although it doesn't limit the results to those taxonomy terms that are in…

  • Posted a reply to Create form filter, on the site WordPress.org Forums:
    Let me add that I would REALLY LIKE to be able to only show those…

  • Created a topic, Create form filter, on the site WordPress.org Forums:
    OK next big challenge. I have a page that generates m…

  • Posted a reply to Look up taxonomy value, on the site WordPress.org Forums:
    Got it figured out -- was a simple oops - [pass vars] not pass field--…

  • Posted a reply to IF/ELSE Compare, Is Calculated Field Greater than Zero…, on the site WordPress.org Forums:
    you can also use [pass vars] [if var=dif compare=">" value='0'] Increase [else] Decrease [/pass]

  • Posted a reply to Look up taxonomy value, on the site WordPress.org Forums:
    Still no -- I also added empty=true even though i made sure there was a…

  • Posted a reply to Look up taxonomy value, on the site WordPress.org Forums:
    Thats returning the value of the current post... :-( Appreciate the suggestion though ;-) What…

  • Created a topic, Look up taxonomy value, on the site WordPress.org Forums:
    OK - I'm hoping for a tip here - I basically have a lo…

  • Created a topic, Shortcodes not working, on the site WordPress.org Forums:
    I'm running ERE (most current) and recently had wordpr…

  • Posted a reply to wpallimport support?, on the site WordPress.org Forums:
    I use it all the time. Works without flaw for me.

  • Created a topic, Issue: Features No Longer on Listing, on the site WordPress.org Forums:
    As of the last update, features are no longer appearin…

  • Created a topic, Advanced Search Doesn’t Support Hierarchical Property Features, on the site WordPress.org Forums:
    I have my features grouped hierarchically (basement ty…

  • Posted a reply to Creating Variable Price Product from Gravity, on the site WordPress.org Forums:
    Thanks everyone. Marked as resolved.

  • Posted a reply to Creating Variable Price Product from Gravity, on the site WordPress.org Forums:
    THIS IS HOW I WAS ABLE TO CREATE A DOWNLOAD FROM FRONT END USING GRAVITY…

  • Posted a reply to Creating Variable Price Product from Gravity, on the site WordPress.org Forums:
    OK my code creates the array (actually both $array and $dlarray create the correct array),…

  • Posted a reply to Creating Variable Price Product from Gravity, on the site WordPress.org Forums:
    OK so I think you are saying that because I have $array = $_POST['variableprice'] it…

  • Created a topic, Creating Variable Price Product from Gravity, on the site WordPress.org Forums:
    OK - any help would be appreciated, for some reason I'…

  • Posted a reply to Use CCS inside Gravity Forms HTML field, on the site WordPress.org Forums:
    I do it all the time. Just wrap the [gravityform id=##] inside of a custom…

  • Created a topic, Thumbnail summary on ere map shortcode are missing, on the site WordPress.org Forums:
    For some reason the thumbnail summary on the map page …

  • Created a topic, Change Password not working, on the site WordPress.org Forums:
    I have some user accounts that I have created on the a…

  • Created a topic, Bug: Properties Assigned to Author Not Agent, on the site WordPress.org Forums:
    This seems like a bug, has any one found a way to deal…

  • Posted a reply to Get the labels (not the value) for meta fields that aren’t created with ACF?, on the site WordPress.org Forums:
    did you try out=label?

  • Posted a reply to Can you calculate fields, on the site WordPress.org Forums:
    Yes you can calculate fields - Length:[field length][br] Width: [field width][br] Area:[calc][field width] * [field…

  • Created a topic, Comparing ACF Checkbox Values in a Loop, on the site WordPress.org Forums:
    First off, I really love this plugin. I have been abl…

  • Posted a reply to Ordering a Related Loop, on the site WordPress.org Forums:
    Might be able to do this with [pass query=global...

  • Posted a reply to Displaying Search Results, on the site WordPress.org Forums:
    I just added a post showing how I am doing something similar, except mine creates…

  • Created a topic, Working Example: User Selected Dropdown to Filter Results, on the site WordPress.org Forums:
    I am using this on a site, and thought that it might b…

  • Posted a reply to Displaying Search Results, on the site WordPress.org Forums:
    You may have to specify field...?

  • Posted a reply to Displaying Search Results, on the site WordPress.org Forums:
    Did you try something along the lines of: [loop type=post category=news value={S}] [field title] [/loop]…

  • Posted a reply to Loop using the current year, on the site WordPress.org Forums:
    Perfect - glad it helped!

  • Posted a reply to Loop using the current year, on the site WordPress.org Forums:
    Not sure how you want to use it within a loop but maybe this will…

  • Created a topic, Limitation of 5 nested [if]’s, on the site WordPress.org Forums:
    Any chance we can remove the limitation that you can o…

  • Posted a reply to More Complex Queries, on the site WordPress.org Forums:
    Here is my code: [if field=acf_property_type value="Farm"] [pass fields=barn_size,barn_stalls,barn_loft,barn_hay,city] [loop type=property field=acf_property_type value="Barn" field_2="x_max_barn_size" compare_2=">="…

  • Posted a reply to More Complex Queries, on the site WordPress.org Forums:
    OK I've spent all day testing this, I can get up to field_4 compare_4 value_4…

  • Posted a reply to WORKING CODE SNIPPETS, on the site WordPress.org Forums:
    I use this code to change the header based of a widget based on the…

  • Posted a reply to WORKING CODE SNIPPETS, on the site WordPress.org Forums:
    This returns the list of all items within a taxonomy - In my case it…

  • Posted a reply to WORKING CODE SNIPPETS, on the site WordPress.org Forums:
    Use: This passes an agent ID from the field property_agent on a page with post…

  • Created a topic, WORKING CODE SNIPPETS, on the site WordPress.org Forums:
    Post your working code snippets here, so that Eliot or…

  • Posted a reply to More Complex Queries, on the site WordPress.org Forums:
    Here is a sample of passing a field from the current page to query a…

  • Posted a reply to Problem product category, on the site WordPress.org Forums:
    [loop type=product field=FIELD NAME HERE value=systems.....]

  • Posted a reply to Problem product category, on the site WordPress.org Forums:
    [loop type=product value=systems paged=4 query=”pagination” count=4] Pretty sure you can't specify a value if you…

  • Created a topic, More Complex Queries, on the site WordPress.org Forums:
    I have spent a fair amount of time on the forums here,…