msslrb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Calendar/Table headingsThank you so much! I didn’t know if I had come to the right place for help.
Forum: Fixing WordPress
In reply to: Calendar/Table headingsForum: Plugins
In reply to: [Contact Form 7 Database + | CFDB+] exporting imageAlternatively, is there a way to get a print friendly version of the Contactic datatable from the backend?
Forum: Plugins
In reply to: [Contact Form 7] htmlOkay. I created custom form tags. The field populates correctly. However, I’m still unable to add it to the email template and make it required.
Forum: Plugins
In reply to: [Contact Form 7] htmlThe form works fine. It just doesn’t give the validation error.
I would like to know how to add any html field submission to the email that I received when a form is submitted.
Forum: Plugins
In reply to: [Connections Business Directory] User can edit others postsThank you
Forum: Plugins
In reply to: [Connections Business Directory] User can edit others postsI only see an option to edit. Add Entry, Edit Entry, and Delete Entry are selected under Role. If I click on the Edit My Entry link, it pulls up the form to edit. I don’t see a delete option.
Forum: Plugins
In reply to: [Connections Business Directory] User can edit others postsI have it working now. Can a user only have 1 listing? If I hit View My Directory Entry, it only pulls up the first one entered.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Function RequestWe just did a test run and it is nearly impossible to add a listing because of the long list of locations. Do you have another option other than the dropdown.
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] Parent locationThank you! I got it to display the parent location. However, it displays the parent location of the post before it instead of the current post. Do you know how to correct this in my code?
$term_id = $location->parent;
if ( $has_location && $locations = wp_get_object_terms( $post->ID, ‘acadp_locations’ ) ) {
$location_links = array();
foreach ( $locations as $location ) {
$location_links[] = sprintf( ‘%s‘, esc_url(acadp_get_location_page_link( $location ) ), esc_html( $location->name ) ).”, “.$term_name = get_term( $term_id )->name;
}