Forum Replies Created
-
AuthorPosts
-
cyrjm
MemberYes, sorry for the late reply. I had a developer friend take a look and it was an error with on of the AgentPress plugin files.
Thanks!
cyrjm
MemberPaul...that should work...I didn't want an "add" button, just simply another field. I'll have to give it a shot and see how it looks.
Cheers!
February 19, 2013 at 6:50 pm in reply to: Removing "Search this website…" from Search widget? #21531cyrjm
MemberAhhh...didn't to check the snippets. Thanks Brian...much appreciated!
cyrjm
MemberOk...was able to hide parts of it:
http://64.31.38.66/~retailpl/listings/barrett-parkway/
.entry-content a, .entry-content a:visited {
display: none;
}However, the comma's still appear. I've found the code in the AgentPress Listing plugin here:
case "listing_features":
echo get_the_term_list( $post->ID, 'features', '', ', ', '' );
break;Not sure what the preferred method is for this but would love for these to not appear at all on the page yet still be attached to the post.
Cheers!
cyrjm
MemberYes, read the FAQ and it will provide you links of plugins you will need from WordPress.org. It doesn't come "out the box" with all that functionality.
January 16, 2013 at 3:24 pm in reply to: AgentPress Listing Plugin not sending text to editor #12429cyrjm
MemberIn case anyone else is having this problem, I was able to get help from this user at WordPress.org:
Hi,
I Found the problem.
The win.send_to_editor is not always there.
If you change the admin_js function on class-listing.php line: 234
to:
function admin_js() {
wp_enqueue_script( 'media-upload' );
wp_enqueue_script( 'accesspress-admin-js', APL_URL . 'includes/js/admin.js', array(), APL_VERSION, true );}
It solves the problem.Read this post on the forums: http://wordpress.org/support/topic/send-to-text-editor-not-working?replies=4#post-3733582
cyrjm
MemberSusan...thank you for your reply. Technically, that would do exactly what I want. However, with 70+ listings/posts would that be an issue?
-
AuthorPosts