Forum Replies Created
-
AuthorPosts
-
victor1972
Participant@vfontjr Thanks for the link, I have submitted the ticket
@andrea-rennick I am using latest WP and Genesis version, php 7.6.xI found the problem, it conflict with plugin famethemes-demo-importer
I disable all plugins and then I can install and active the child theme, after that, I active plugin one by one and found this unuse plugin make conflict with Kreativ Pro.Thanks everyone for your help!
Best regards,
victor1972
Participantthe archive-listing.php is copy exactly from Agentpress child theme.
All the css codes are same but the child theme Studio Pro working well, please see here
Not sure what is the problem, my coder from India unable to fix it too. 🙁
Please help!
victor1972
ParticipantThanks for your answer. The problem is Litespeed caching, I deleted the minify and clear the cache and it works well.
Regards,
July 17, 2017 at 7:35 am in reply to: Cities only display when State has been selected in AgentPress Pro, How? #209213victor1972
ParticipantPlease remove post above, that's sex service link, not related to my topic
I didn't see the report button
June 7, 2017 at 4:40 am in reply to: How to display entry meta for listing in Agentpress theme? #207421victor1972
ParticipantThanks sir Victor,
I got it.
June 6, 2017 at 3:32 pm in reply to: [Help] Output the listing ID at properties field for Agentpress pro theme #207402victor1972
Participant$details['col1'] = array( __( 'Post ID:', 'agentpress' ) => 'thepostid_func', __( 'Price:', 'agentpress' ) => '_listing_price', __( 'Address:', 'agentpress' ) => '_listing_address', __( 'City:', 'agentpress' ) => '_listing_city', __( 'State:', 'agentpress' ) => '_listing_state', __( 'ZIP:', 'agentpress' ) => '_listing_zip', ); $details['col2'] = array( __( 'MLS #:', 'agentpress' ) => '_listing_mls', __( 'Square Feet:', 'agentpress' ) => '_listing_sqft', __( 'Bedrooms:', 'agentpress' ) => '_listing_bedrooms', __( 'Bathrooms:', 'agentpress' ) => '_listing_bathrooms', __( 'Basement:', 'agentpress' ) => '_listing_basement', ); return $details; }
So the code should look like above? Sorry I am not a PHP programmer
June 6, 2017 at 3:21 pm in reply to: How to output all chosen taxonomies in Agentpress Pro theme? #207401victor1972
ParticipantThanks for replied,
I mean, how to output the chosen terms? not taxonomies
-
AuthorPosts