MaqsYo
Forum Replies Created
-
Wp-Property => 2.1.4
Wp-Property: Terms => 1.0.1Terrifico Theme
But it seems that you’re right.
It’s only in this theme..
How this could be ;D
Thank you anyway.Thanks.
There is an issue too with the map.
google_maps_infobox isn’t showing the currency-symbol if “price” is selected.I can’t find the tag for the currency-smybol.. so here is a solution that have to modify.
$currency = ''; if($attribute_slug == 'price') $currency = '€'; //Change to Currency_Symbol $attributes[ ] = '<li class="wpp_google_maps_attribute_row wpp_google_maps_attribute_row_' . $attribute_slug . '">'; $attributes[ ] = '<span class="attribute">' . $attribute_label . '</span>'; $attributes[ ] = '<span class="value">' . $value . ' '.$currency.'</span>'; $attributes[ ] = '</li>';
./wp_property/lib/class_functions.php
Line 3713Is there somewhere a bug-list?
Jip.
I enabled this and it didn’t worked for me.
Thank you anyway.The search-widget is working for All Meta-datas, like Price or Object-Typ.
Only the city-attribute is ignored.i dont think that there is one. but you can search on youtube. maybe there is one.
for the featured-Section you just need the [featured] shortcode.If you like to customize the look of your listings you’ll find the php files here:
./wp-content/plugins/wp-property/static/views/
Copy the file you want to edit into your theme-folder, so your edited files wont be changed on the next update from wp-propertyI’m here for your questions ;D
With a little bit broken English..Be carefull..
The Search-Query is sended by GET and not by POST…
So you have a ‘natural’ URL-Length limitation from 255 characters in old browsers an up to 2048 characters in modern browsers (IE just 1024)didn’t worked for me.
sorry :/With the free version it’s only possible for Administrators on the dashboard.
Maybe you can check out this thing:
https://www.usabilitydynamics.com/product/wp-property-feps
125 $/wp-content/plugins/wp-property/lib/shortcodes/property-search.php
Line 120$searchable_attributes = array_slice( $wp_properties[ 'searchable_attributes' ], 0, 5 );
edit the “5” to your prefered number ??
I love it to solve my problems by myself.. in the “support”-Topic.
So.. solved now..
After a COMPLETLY Reinstallation (WordPress included), all works fine now….
Should not happend anymore.. :/I need predefined Values please ??
Ask the source-code ??
To Edit the CSS
-> Design -> Editor
On The Right side at the bottom you have the stylsheets.Try a template with a bigger widget-bar or change the CSS
I hope it’ll help youyour widget-bar is too small i think.