Joy
Forum Replies Created
-
AuthorPosts
-
October 2, 2017 at 10:31 pm in reply to: Multilocation: Button Menu instead of Dropdown Menu #398567
I believe you would just create the menu/drop down options yourself. In your dashboard see: Appearance > Menus
Then in your GD settings, disable the location switcher from your menu.
Hi, if you could add a filter to disable tags, that would be excellent.
Thank you.
Hi Stiofan, I am adding a tag to the place listing, then I am making a blog post and placing a listing widget that shows that particular listing using a shortcode with the tag name,since I am not able to call listings in the widgets by Id number, this seemed like my only option.
Thank you.
Hi, sorry to bump this but the topic is marked as resolved but it is not.
Thank you.
Sorry to bump this, but the topic is marked as resolved but it is not.
Thank you.
Darn it. I did not resolve it. Adding this css removes additional content from my sidebar, not only the tags.
Can you please tell me how to target only the tags and remove it from the detail listing page? Thank you.
Also, just to clarify, my title is incorrect. I need to know how to remove tags from my detail listing page, not my categories.
You have to go to the claim listing settings and enable the options for the post types.
I am trying to use tags to link blog entries to certain listings. That’s why I don’t want tags to appear in the search. Unless you have another idea? On the blog page I show the listing, and since I cannot show specific listings by name or ID number, I call the listing to the blog entry by tag. So its an internal tag and not meant to be utilized by users.
Can this be customized at all or will it break the functionality of the search?
Please have a look.
luckywelivehere.com
lucky
weliveadmin
6761WailukuThank you.
Prefect! Thank you so much. You guys are great!
Figured it out.
.geodir-company_info .geodir_more_info { display:none;}
Sorry to keep doing that. O.o
If anyone is looking to implement this, I’ve figured it out. Adding the following code snippet will allow a reviewer and a post author to reply to one another. I have limited to 3 levels(initial comment, reply from post author, and follow up comment). You limit the levels in the threaded(nested) comments settings under “Discussions” in your WordPress settings.
/* Reply comment only allowed by post author */ add_filter( 'comment_reply_link', 'author_comment_reply', 10, 4 ); function author_comment_reply( $link, $args, $comment, $post ) { if ( isset( $post->post_author ) && $post->post_author ) { $user_ID = get_current_user_id(); if ( $user_ID == $post->post_author ) { return $link; } // reviewer can reply to post author's reply if($comment->comment_parent) { $parent_comment = get_comment($comment->comment_parent); if ($user_ID == $parent_comment->user_id) { return $link; } } } return ''; }
This reply has been marked as private.On the detail page in the Supreme theme, I would like the phone number icon and the phone number to be placed on its own line, below the social media icons if possible.
On mobile view i have increased the size of the icons and the padding so they can be easily clicked. But this pushes half of the phone number onto the next line. That’s why I am requesting help on this.
Thank you.
Oh I see! But shouldn’t the search only return listings? How can I remove tags or any other content from appearing in the search?
Thank you.
-
AuthorPosts