Joy

Forum Replies Created

Viewing 15 posts - 511 through 525 (of 921 total)
  • Author
    Posts
  • in reply to: Multilocation: Button Menu instead of Dropdown Menu #398567

    Joy
    Buyer
    Post count: 1076

    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.

    in reply to: Exclude posts from search #398534

    Joy
    Buyer
    Post count: 1076

    Hi, if you could add a filter to disable tags, that would be excellent.

    Thank you.

    in reply to: Exclude posts from search #398522

    Joy
    Buyer
    Post count: 1076

    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.

    in reply to: Hide Categories #398416

    Joy
    Buyer
    Post count: 1076

    Hi, sorry to bump this but the topic is marked as resolved but it is not.

    Thank you.

    in reply to: Exclude posts from search #398415

    Joy
    Buyer
    Post count: 1076

    Sorry to bump this, but the topic is marked as resolved but it is not.

    Thank you.

    in reply to: Hide Categories #398338

    Joy
    Buyer
    Post count: 1076

    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.

    in reply to: claim listing #398326

    Joy
    Buyer
    Post count: 1076

    You have to go to the claim listing settings and enable the options for the post types.

    in reply to: Exclude posts from search #398314

    Joy
    Buyer
    Post count: 1076

    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?

    in reply to: Login modal/ajax reload #398312

    Joy
    Buyer
    Post count: 1076

    Please have a look.

    luckywelivehere.com
    lucky
    welive

    admin
    6761Wailuku

    Thank you.

    in reply to: Supreme Phone number in detail page #398213

    Joy
    Buyer
    Post count: 1076

    Prefect! Thank you so much. You guys are great!

    in reply to: Hide Categories #398199

    Joy
    Buyer
    Post count: 1076

    Figured it out.

    .geodir-company_info .geodir_more_info { display:none;}

    Sorry to keep doing that. O.o

    in reply to: Limit Review replies #398198

    Joy
    Buyer
    Post count: 1076

    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 '';
    }
    in reply to: Supreme Phone number in detail page #398179

    Joy
    Buyer
    Post count: 1076
    This reply has been marked as private.
    in reply to: Supreme Phone number in detail page #398178

    Joy
    Buyer
    Post count: 1076

    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.

    in reply to: Exclude posts from search #398148

    Joy
    Buyer
    Post count: 1076

    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.

Viewing 15 posts - 511 through 525 (of 921 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount