Several odd tweaks

This topic contains 9 replies, has 2 voices, and was last updated by  Kor 7 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #268499

    mstopa
    Buyer
    Post count: 212

    Hello hello.

    1. I somehow have duplicates in the Sort options box. See attached screenshot. Please advise.

    2. On the listings page, what size header (H2, H3 etc.)is used by GeoDir for the listing name? I’m trying to change the color and font size but can’t find the corresponding header in Design Palette Pro. See attached screenshot. Please advise.

    3. The CPT categories widget is pulling from the Genesis theme the color of the lines between categories. See attached screenshot. How do I change that?

    4. From where is GeoDir pulling the color for the border on top of the page tabs on the detail page? See attached screenshot. I’m only using that color in the theme header, so can’t figure out where it’s coming from. Please advise.

    5. Where do I shorten the excerpt of the listing text that appears on the listing page grid? It has escaped me, though I’ve done it previously.

    I will add my login details in a private message to follow.

    Apologies in advance for anything obvious I’ve missed.
    Many thanks for your help, as always!!

    Marsha

    #268504

    mstopa
    Buyer
    Post count: 212
    This reply has been marked as private.
    #268515

    Kor
    Moderator
    Post count: 16516

    Hi there,

    I’ll try to answer your questions accordingly.

    #1 That isn’t really a duplicate, since you’ve chosen to display both ascending and descending, give the title a name to differentiate it.

    #2 Use the custom CSS code below to target the H3 texts

    
    
    .geodir-gridview h3 a{
        font-size: 20px;
        color:blue;
    }

    #3 Sorry, I can’t see any categories on the sidebar, do you have a link for that? Or you have changed your mind?

    #4 Use the custom CSS below to overwrite that.

    
    
    dl.geodir-tab-head dd.geodir-tab-active a {
        border-top: 1px #45B8F2 solid;
    }

    #5 To shorten the excerpts, go to GD > Design > Listing > Description word limit

    Let us know how it goes.

    #268705

    mstopa
    Buyer
    Post count: 212

    Thanks Kor!

    #1. Aha. Will adjust. Thank you.

    #2. Will try. Thank you.

    #3. Sorry, it’s on the location page sidebar. http://adventurebrevard.com/location/ Also in that related posts widget headline, can you see how the headline is narrowed to two lines? Where can I adjust that?

    #4 and #5. Thank you!

    Will let you know how it goes shortly.

    #268733

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Use this custom CSS below to adjust the red line in the widget section.

    
    
    .gd-cptcat-row .gd-cptcat-title {
        border-bottom: 1px solid #f01d4f;
    }

    Thanks!

    #269134

    mstopa
    Buyer
    Post count: 212

    Kor,

    Many thanks for your help.

    Almost there! This is weird.

    The length of all the listings adjusted except one category, Waterfalls. See the attached screenshot. Have I set the settings in a way to override the description word limit?

    One last question I forgot to ask please:

    How do I adjust the width of the header in the CPT category widget? See attached screenshot. See how it’s narrowed considerably from the sidebar column width?

    Many thanks again!

    Marsha

    #269156

    mstopa
    Buyer
    Post count: 212

    Apologies for the duplicate screenshot above.

    Also, I’ve changed the color of the star rating icon on the reviews to #ff4422 but it’s not showing as changed. (Yes, cleared my browser history and cache.) I’m also wondering if it’s working correctly? See attached screenshot.

    Sorry for all the nit-picky questions. I’m trying to get this baby done!

    Many thanks for your patient help.

    Best,
    Marsha

    #269221

    Kor
    Moderator
    Post count: 16516

    Hi there,

    I’ve just checked your Website and that section you are referring to is a custom text field called “Highlights”. Unfortunately, we do not have the option to limit the amount of texts being shown in a custom text field but we can try using the custom CSS code below to limit the area being displayed.

    
    
    .geodir_more_info.geodir_Highlights {
        height:110px;
        overflow:hidden;
    }

    Use this custom CSS to resize the width of the category header

    
    
    .geodir_list_heading h3 {
        width: 100%;
    }

    As for the rating issue. I’ve enabled the “Font Awesome” icons and it looks a lot better now. Could you please check on it? http://prntscr.com/ck3wvk

    Thanks!

    #269472

    mstopa
    Buyer
    Post count: 212

    Hi Kor,

    Thanks for checking.

    The ‘Highlights’ area is the default ‘Profile’ tab on the CPT that was renamed. Other than that it’s a typical business listing, except I’m using it for a natural feature and not a business. 😉

    The Waterfall CPT was the first category I created when starting to work with GeoDir, and it’s the only one displaying differently. Not sure why, but I’ll go back and compare and doublecheck and try your code. I have to redo many listings since I added the Business Hours plugin and have to remove the HTML custom field I created to display variable hours.

    Simple fix on the font awesome icons! Doh. Sorry I missed that.

    Thanks for all your great help on these issues. Very much appreciated!

    You rock!

    Marsha

    #269546

    Kor
    Moderator
    Post count: 16516

    Hi Marsha,

    You’re Welcome. Let us know if you need anything else.

Viewing 10 posts - 1 through 10 (of 10 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket