match858
Forum Replies Created
-
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Checkbox SpecialitiesAwesome
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Checkbox SpecialitiesErm….. Thanks.
But now all my listings are displaying as sold. Even those not checked as sold in the specialities section.
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Checkbox SpecialitiesHi
plisting is set to 1, here is my entry for 3019
(3019, 0, 3, 'Sold', 'checkbox', 'null', 1, '1', 1, 1, 1, 0, 7.00, '', '', 1, '', '', 'wpl_properties', 'field_3019', 11, 1, 60, NULL, '1', 1, ''),
Caches are clear but no banner is displayed.
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] 2 shortcodes conflictCan it be done without short code, i.e. using hmtl or php?
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Checkbox Specialities/** Property tags **/ $features = ''; $hot_offer = ''; $open_house = ''; $forclosure = ''; $sold = ''; if(isset($wpl_properties['current']['rendered'][400]) and $wpl_properties['current']['rendered'][400]) $features = '<div class="feature">'.$wpl_properties['current']['rendered'][400]['name'].'</div>'; if(isset($wpl_properties['current']['rendered'][401]) and $wpl_properties['current']['rendered'][401]) $hot_offer = '<div class="hot_offer">'.$wpl_properties['current']['rendered'][401]['name'].'</div>'; if(isset($wpl_properties['current']['rendered'][402]) and $wpl_properties['current']['rendered'][402]) $open_house = '<div class="open_house">'.$wpl_properties['current']['rendered'][402]['name'].'</div>'; if(isset($wpl_properties['current']['rendered'][403]) and $wpl_properties['current']['rendered'][403]) $forclosure = '<div class="forclosure">'.$wpl_properties['current']['rendered'][403]['name'].'</div>'; if(isset($wpl_properties['current']['rendered'][3019]) and $wpl_properties['current']['rendered'][3019]) $sold = '<div class="sold">'.$wpl_properties['current']['rendered'][3019]['name'].'</div>'; /* Property tags */ echo $features.$hot_offer.$open_house.$forclosure.$sold;
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Checkbox SpecialitiesThank you, that ? works.
The checkbox is now in place and records to the wpl_properties table. But, despite adding amended duplicates of the required strings to wplhtml\activities\listing_gallery\default.php and created styling for the banner, no banner is added to the image.
Please help.
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Sort by optionsThank you, that works nicely.
Ah, but when called in a short code it doesn’t sort by date modified.
I see that this wasn’t part of the 1.5.4 update.
Do you have a timescale for this addition?
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Calling 2 Owl Siders ConflictAlso, when adding 2 WPL shortcodes to a page, the second duplicates the first rather than populating under its own settings.
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Calling 2 Owl Siders ConflictIs there any assistance available on this problem please?
Are you able to access the files on your server? If so you should follow the steps outlined here for changing the template https://support.realtyna.com/index.php?/Default/Knowledgebase/Article/View/549/28/developers—-how-to-override-wpl-views-on-a-theme
Then add this script to the top of the new property show default template
<script type=”text/javascript”>
wplj(document).ready(function()
{
wpl_pshow_map_init();
});
</script>Create a new listing_gallery in pshow_position2 under Activities. Then disable the existing pshow listing_gallery
Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Headers and drop down menusDo you have a release date for the theme update? How do I receive the update as the billing system download system is not functional?
Is there any chance of a pre-release download? I will report any findings to you.
The googlemap activity edits would not save, so I altered the default zoom height in the database. This has recorded in the edit section, but did not change the zoom height on the map.