karlosdpm
Forum Replies Created
-
I have a pro licence
Hello,
Thank you for the reply. I dont want to make the page public.
I want to style the form. Where is the template of that form located?
For example, i want to make both inputs, username and password, same width.
Please help
Thank you
Forum: Plugins
In reply to: [Easy Property Listings] Search Widget not displaying the StatesI mean “as” checkboxes ….
Forum: Plugins
In reply to: [Easy Property Listings] Search Widget not displaying the StatesAlso, if in the widget the post type can be displayed ad checkboxes would be great! I think it would just a little more intuitive π
Anyway this is just a little detail and we can live with it, great plugin and great work!
Forum: Plugins
In reply to: [Easy Property Listings] Search Widget not displaying the StatesAwesome!!!
That was it, I had not highlighted the post type XDThank you very much!
There is only one comment I would like to make, now I see “CA” & “California” in the widget dropdown box state, is there a way to fix that other than going through all the posts and having to change them to either “CA” or “California”? I always try to be consistent when doing things so when I entered my initial land posts, I used “CA”, but after that, customer went ahead and created land posts using “California”…
Forum: Plugins
In reply to: [Easy Property Listings] Search Widget not displaying the StatesI have temporary hardcoded/predefined the returned array from that function $res = array( ‘CA’ ) so the state is now showing in the front end (search widget). But otherwise this function is returning empty!
Please help!
Thank you!
Forum: Plugins
In reply to: [Easy Property Listings] Search Widget not displaying the StatesHello,
I think the issue is that the following function is returning always empty for the state, city, postal_code and country:
epl_get_unique_post_meta_values( $key = ”, $type = ‘post’, $status = ‘publish’ )
It is located at easy-property-listings/lib/includes/functions.php
line 1455.It is returning always empty no matter what.
Can you check please? I really need it.
Thank you!
Yes!
What I am asking is if it is possible to display the sort box:
Price low to high
Price high to low
etc etcIn the search results, same as the /land/ page.
Thank you!
The issue is that the state does not show in the widget! I will open a different topic because this one was initially for the pricing π
Awesome thank you! I got it.
You can take a look π
Is there a way to display the sort dropdown select box same as in the archives?
http://aim4land.com/land/Thank you!
Hello!
I appreciate the support link page you provided me. Right now, I don’t think the issue is on my special case or installation.
I have installed the plugin on a fresh wp install with no other plugin:
http://diccionarioperuano.com/The widget still does not show the states even though I entered them in the listing:
http://diccionarioperuano.com/land/Please help me!
Thank you very much
Thank you for the insight.
I haven’t used do_shortcode yet in this project. I probably needed it once or twice but I managed to find and use the callback function for the given plugin shortcode instead.
But you are right, there is a risk of the plugin owner renaming or removing the function / function name.
I think as long as the function is not abused, like anything else, should be good using it.
Thank you very much for the excellent plugin!
I have already read in on a few articles that do_shortcode() function invokes a fairly large regex every time it is called.
That regex looks for all registered shortcodes within a string. For each match, it runs a replacement with a callback function, which also take the time to parse the shortcode attributes, before finally calling the actual callback function thatβs been registered with add_shortcode.
Do you think these statements are true?
Thanks you!
It worked beautifully! Thank you for all you do guys!
hello,
I added other state, Colorado, but still the state dropdown select only shows “any”. I added a 3rd state, FL, just for testing because I dont have listing in Florida, but no luck. I am not sure what can be wrong.