Modify widgets
This topic contains 10 replies, has 2 voices, and was last updated by mstopa 8 years ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
July 3, 2017 at 1:25 am #385451
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
July 3, 2017 at 6:04 am #385459Hi 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!
July 4, 2017 at 11:08 am #385659Thank 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
July 5, 2017 at 8:46 am #385759Hi 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!
July 5, 2017 at 12:13 pm #385778This reply has been marked as private.July 6, 2017 at 5:11 am #385871Hi 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!
July 6, 2017 at 10:32 pm #385951Thanks 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,
MarshaJuly 7, 2017 at 10:06 am #385980Hi Marsha,
You can give this widget a try, it’s called the “GD > Best of widget” https://wpgeodirectory.com/docs/widgets/#bestofwidget
Thanks!
July 8, 2017 at 1:50 am #386089Kor,
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
July 8, 2017 at 9:39 am #386110Hi 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; }
July 9, 2017 at 3:21 pm #386283Worked!
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
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket