Greg Barr

Forum Replies Created

Viewing 13 posts - 166 through 178 (of 178 total)
  • Author
    Posts
  • in reply to: New User Form Not Appearing on Add Listing Page #459908

    Greg Barr
    Full Member
    Post count: 182

    Hmm. I’m seeing both forms now on my phone. Hopefully/surely when I get back to PC it’ll be all good. Musta been some cache-shizzle tying things up. Ill be back if its still problematic. Thanks for the help.

    in reply to: New User Form Not Appearing on Add Listing Page #459906

    Greg Barr
    Full Member
    Post count: 182
    This reply has been marked as private.
    in reply to: New User Form Not Appearing on Add Listing Page #459905

    Greg Barr
    Full Member
    Post count: 182

    Yes to the WP anyone-can-reg setting,
    and no on UsersWP or BuddyPress.
    Will share deets in private.

    in reply to: Reduce width of navigation #459761

    Greg Barr
    Full Member
    Post count: 182

    Oops I guess I didn’t really mean width of “navigation” but “header.” Duh. Pictures should make my objective clear.

    in reply to: Change Icon of Web Site Link on Listing Page #459261

    Greg Barr
    Full Member
    Post count: 182

    Thanks. I found what seems like the appropriate instructions, and get the general idea.

    
    
     = 'CATEGORY ICON URL';
             $terms_icons['946'] = 'http://mysite.com/wp-content/uploads/2018/01/my-other-icon.png';
        }
        return $terms_icons;
    }
    add_filter( 'geodir_get_term_icons', '_gd_custom_detail_page_category_icon', 10, 2 );

    But I’m hoping you can help a teensy bit more.
    Here is the CSS that currently defines that icon.

    It’s not clear to me where the two things overlap, i.e. which elements of the current CSS are elements I need to set in that suggested code. Like where in the code am I indicating that I want this other image to replace the icon for website, instead of for Facebook. Does that make sense?

    Seems like maybe it’s the “946” up front, but I dont see any 3-digit codes in the CSS/HTML for that icon. Or, more accurately, I see way to MANY 3-digit numbers. Could also be the “10,2” at the end, but again, I don’t see any obviously apparent equivalents.

    in reply to: Can't Get Sorting Alphabetical #457573

    Greg Barr
    Full Member
    Post count: 182

    Awesome, thanks. Worked like a charm.

    For the record, that wasn’t intuitive to me as I thiought that flag was meant to include or not include listings that are active vs. inactive. I now think it means “is this sort option active or not.”

    in reply to: Advice on Structuring Categories / Custom Post Types #436283

    Greg Barr
    Full Member
    Post count: 182

    Thanks guys. Alex yo said two things that spoke to me:
    “You could also start out with one post type and use categories to differentiate them. I recommend that folks new to managing sites keep it simple.” and “It helps us if you have a specific question or concern. My concern is usually complexity, but, what is yours?”

    Bingo — unnecessary complexity is my growing concern. I’d like end users to be able to search for everything in a given city. And for me to be able to provide that search result as a dynamically generated “page” of my site.

    I am afraid that by breaking everything via Custom Post Types, instead of by Category, I won’t be able to let them do that.

    I think you’ve provided the right path. I kinda see “vendors” as a different animal from the other stuff. Venues, clubs and events are all “places and times to play” and I don’t anticipate charging for those. Vendors I see an opportunity to make money via premium/sponsored listings, affiliate program sales, etc. So maybe I should have one CPT for vendors and one CPT for everything else, then within the everything else CPT I could have categories for venues, clubs, leagues and tournaments.

    I reckon I’ll read the stuff Guust provided to see if that is the right approach, and see if I can figure out how to most easily change things up here, while I’m live but not yet aggressively right.

    in reply to: "My Account" Taking Users (and me) to Home Page #426098

    Greg Barr
    Full Member
    Post count: 182

    “My Account” link in nav is taking users (and me) to home page, instead of any kind of page where I can do something. In reading docs and other support threads about My Account behavior, this isn’t right, but frankly I’m not sure what I’m supposed to be expecting/getting.

    My site is at http://cornholecentral.com
    Experience screencapped at https://www.screencast.com/t/z3Y0RYLe

    in reply to: Create Custom "Listing Page" #420076

    Greg Barr
    Full Member
    Post count: 182
    This reply has been marked as private.
    in reply to: Create Custom "Listing Page" #420075

    Greg Barr
    Full Member
    Post count: 182

    Great, thanks. Figured out the shortcode, placed listings and map where I want them, as seen here:

    Two issues/questions:

    1) Is there a setting to turn off the bigass image/page title thing? Y’all did such a nice job on the actual Listings page, what with it full screen to the top of the page. I could display:none; it away with with CSS, but sure would be nice to be able to configure it away.

    2) I’m struggling to make the page full width like the actual Listings pages. I’m using Beaver Builder which I gather you guys recommend, and setting the width of the row and content to “full width” but it’s like y’all’s page template locks it down to the width of content. Here’s the settings I’d EXPECT to make my row span the width of the page.

    Sure hope there’s easy ways to overcome these issues; thanks in advance for your help!

    in reply to: How do I let people add events? #420057

    Greg Barr
    Full Member
    Post count: 182

    You are an excellent guesser, Guust!!! Thanks for your help!

    in reply to: Custom Post Type –> All Entries 404 #419986

    Greg Barr
    Full Member
    Post count: 182
    This reply has been marked as private.
    in reply to: Custom Post Type –> All Entries 404 #419983

    Greg Barr
    Full Member
    Post count: 182

    I hadn’t even created a category, let alone assigned one. Did that and it worked.

    But since then I added the Event Manager Addon, and I’m running into the same problem with my first event. This time setting up a category, and assigning the event to that category, and making sure I’d published the vent in the backend…none of that helped.

    I’ll provide admin deets as private reply.

Viewing 13 posts - 166 through 178 (of 178 total)