Trying to figure out how to use widget logic to display only taxonomy values created within that plugin. E.g. created taxonomy “status” with values of ‘Sold Properties’ and ‘For Sale’. Not sure what to place in widget logic field to display only ‘active’ listings.
]]>I have noticed that Agent Press Listings has not been updated for 9 months, and it does not show compatibility with the latest WordPress versions 4.9.7. Is it actually compatible with WordPress 4.9.7?
Are you keeping this plugin up to date, or is it no longer supported?
Regards
Nicola
This is nothing to do with Facebook as I checked the link with the Facebook debugging tool.
How do I fix this? Either by identifying the reason for the default homepage view, or by getting the site to display the desktop homepage rather than the mobile version.
Thanks,
Alex
]]>I’ve searched for this answer a lot across multiple sites and I cannot put together the answer properly. All I want to do is add a filter to the AgentPress Pro child theme so I can stop modifying this Agentpress-Listing plugin.
This is an example of a similar filter that should work:
add_filter(‘woocommerce_get_catalog_ordering_args’, ‘am_woocommerce_catalog_orderby’);
function am_woocommerce_catalog_orderby( $args ) {
$args[‘meta_key’] = ”;
$args[‘orderby’] = ‘name’;
$args[‘order’] = ‘ASC’;
return $args;
}
What I need to do is have this re-written to make the orderby and order changes, but for the Genesis AgentPress Pro and Agentpress-Listings plugin instead of this Woocommerce stuff.
Currently, I am modifying the plugin directly (as shown below) to get it to do what I want on my site. Obviously, if the plugin is updated, I will have to go back in and fix it again…
$terms = get_terms( $tax, array( ‘orderby’ => ‘name’, ‘order’ => ‘ASC’, ‘number’ => 100, ‘hierarchical’ => false ) );
if ( empty( $terms ) )
continue;
Can someone help me out?
Thanks!
B
https://1-main.com/propertytype/office/
]]>Client does not use an ESP like MailChimp, etc and just wants the form info emailed direct to him. We placed <form action=”mailto:[email protected]” method=”post” enctype=”text/plain”> in the FORM ACTION field.
On submit we get a 404 error page. This happens whether or not the open confirmation page in same window field is checked or left empty.
Found many other 404 error posts in the support forum but looks like they all have been resolved without providing any insight as to how.
Any help is appreciated.
]]>I’m building these sites in the Genesis framework, using AgentPress and AgentPress Listings. I really don’t want to use Multisite because the three sites will be managed independently. Also, it seems to be a bit overkill, though I’m willing to be convinced.
So what’s the best practice for something like this?
Thanks in advance!
]]>I have a new listing drafted up and when i go to view it i get a error message and the page is unable to load.
Here’s the LINK: https://agentredefinedmedia.com/properties/8748-south-mozart-avenue-evergreen-park-illinois/
https://www.ads-software.com/plugins/wp-listings/
]]>I did try to rewrite a functions.php for make another field on Property Details section on Single page as bellow,
$details['col2'] = array(
__( 'URL:', 'agentpress' ) => '_listing_url',
It looked nice, but it only showed a plain field without link(it means unclickable).
What I want to do is making this _listing_url field clickable as same as I inputed a url on this field then a href attribute url with target blank code.
I’ve noticed that it must be very difficult, but I just need to have someone’s kindly help to get over this.
Best regards,
https://www.ads-software.com/plugins/agentpress-listings/
]]>