Modify widgets

This topic contains 10 replies, has 2 voices, and was last updated by  mstopa 6 years, 10 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #385451

    mstopa
    Buyer
    Post count: 212

    Hello,

    I have three questions regarding this page: http://adventurebrevard.com/location/

    1. I am using the GD > CPT Listings widget in the primary sidebar. Where do I customize the look of this widget? I can do basic font and color modifications in Genesis Design Pro, but how do I get rid of the lines under every entry?

    2. Also on this page: This category of listings doesn’t have images with the listings at the moment. How can I exclude listing images by category, or by individual listing?

    3. Also on this page: No matter what category I click on the map, the listings below do not change and remain “Trails.” What setting did I miss?

    Thank you for your help!

    Marsha

    #385459

    Kor
    Moderator
    Post count: 16516

    Hi Marsha,

    Let me try to answer your questions accordingly.

    #1 You can customize this using custom CSS. I’ve provided some sample below and I’d like you to insert it into GD > Design > Scripts > Custom Style CSS.

    
    
    /* Title */
    .gd-cptcat-row .gd-cptcat-title {
        font-size:16px!important;
        color:#000!important;
    }
    
    /* Contents */
    body.gppro-custom .sidebar .widget a {
        font-size:16px!important;
        color:#000!important;
    }
    
    /* Remove line */
    .gd-cptcat-row .gd-cptcat-title {
        border-bottom: 0px!important;
    }

    #2 This custom CSS code should only remove feature images for “Trails” category.

    
    
    .geodir_category_list_view li.geodir-gridview.gd-post-gd_trails .geodir-post-img {
        display:none!important;
    }

    #3 Can I have screenshot for this?

    Thanks!

    #385659

    mstopa
    Buyer
    Post count: 212

    Thank you Kor!

    Will try the custom CSS shortly.

    Here are two screen shots that show two different categories, Shop and Music, displayed on the map but the Trails listings remain the same.

    Please advise.

    Thanks again.

    Marsha

    #385759

    Kor
    Moderator
    Post count: 16516

    Hi Marsha,

    Sorry for the late response. Please share both links and also a temp WP admin access and we’ll take a look at it. Feel free to use the private reply option below.

    Thanks!

    #385778

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

    Kor
    Moderator
    Post count: 16516

    Hi Marsha,

    Thanks for your reply. Sorry, I think I misunderstand your question earlier. I’d like you to know that clicking on the categories will not change the contents of the widget below. That’s how it works by default. It only changes the content on the map. I hope this clears it up.

    Thanks!

    #385951

    mstopa
    Buyer
    Post count: 212

    Thanks Kor. Appreciate that clarification.

    Is it possible to make that widget searchable by category? So users can select the category they want to display?

    Cheers,
    Marsha

    #385980

    Kor
    Moderator
    Post count: 16516

    Hi Marsha,

    You can give this widget a try, it’s called the “GD > Best of widget” https://wpgeodirectory.com/docs/widgets/#bestofwidget

    Thanks!

    #386089

    mstopa
    Buyer
    Post count: 212

    Kor,

    Thanks! This widget has potential.

    Circling back to one of the original questions, how do I get rid of the lines under every entry in the he GD > CPT Listings widget in the primary sidebar? I added the CSS code you provided above, which looks like it should remove the lines, but they are still there.

    Here: http://adventurebrevard.com/location/

    Many thanks for your support.

    Marsha

    #386110

    Kor
    Moderator
    Post count: 16516

    Hi Marsha,

    The code I’ve provided above only removes the line for the widget titles. Kindly insert this code below and see if it works.

    
    
    .sidebar li {
        border-bottom: 0px!important;
    }
    #386283

    mstopa
    Buyer
    Post count: 212

    Worked!

    What I hope is the last question regarding this:
    The category links are not displaying the hover color of orange.
    http://adventurebrevard.com/location/

    I believe I have all the hover colors set appropriately for sidebar widgets in Genesis Design Palette Pro.

    Unless the settings for this GD widget are set elsewhere?

    I appreciate your guidance.

    Thanks so much for your help, Kor.

    Marsha

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

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

Open Support Ticket