doublefish
Forum Replies Created
-
AuthorPosts
-
Yes,
see screenshots “search-settings.jpg and listing-settings.jpg”
Also screen shot showing the no results page no-reults-page.jpg”.AND I just checked and noticed that it’s also rendering the same if there are results… “result-page.jpg”
So it’s NOT just the no results portion it’s the results page in general.
Funny thing is that it display perfectly when you click the “view all” link for listings. Do they use the same settings as the search results page?
Thanks Paolo!!
Hey Paolo,
Sorry…probably should have clarified more…
I already have the settings in Design>> Listings set to full width and everything displays beautifully when someone clicks “view all”.
I’m trying to specifically target the “No results” portion of listing-listview.php when someone does a search for a business/industry and there is nothing to return.
I changed the verbiage and added an image and that updated fine but everything is shifted left rather spanning 100% as I designated in Designs>> Listings.
when I target…
content-sidebar .content and add width:100%; it works. But when I add the body class “search-no-results” it’s not working anymore…
.search-no-results .content-sidebar .content{ width:100%; }
That’s why I thought you may know of something specific I can target.
Thanks for any and all help you provide.
Yep it worked.
Simones original answer was correct for the highlighting the inactive tab and Paolo syntax was correct for highlighting the active tab.
I did remove…
.geodir-tabs #reviewsTab{ background: #2e4988; color: #fff; }
because that was adding a background color to the whole review section rather than the tab itself. But if someone wants that feature they can use the code I removed.
Thanks for the help Paolo and Simone! You rock.
Thank you Paolo!
1. Posted in Jobs section and got a response.
2. Added comment/question to the comment section under the post you provided a link to but I should have posted it here…here it is…
If using a shortcode from a plug-in to pull in blog posts? Is there a way to display posts from different categories depending on the detail/business page the user is on?
For example, a credit repair detail page would have a tab that says “Articles” and under that tab there would be credit repair articles. Or if it was a financial adviser detail page, under the articles tab would be financial articles…
As always thanks for the great support!
Hey Paolo,
Hope this is still open…
Can you tell me which syntax to target to make listing-listview.php full width without a sidebar?
Thank You!
Thanks Simone I appreciate your help.
Is there anyone else on the team that may know for sure whether it can be done or not?
Okay Thanks Paolo!
This reply has been marked as private.Okay I’ll play around with it and let you know.
Thanks!!
That part works perfectly… and I didn’t have to use !important.
The part that’s not working is the “active” state. The syntax you supplied targets all tabs in active state and I want to target only the reviews tab in the active state.
Thanks! Sorry if I wasn’t more clear…
Thanks Simone but that applies to all active tabs not just the reviews…
tried to use this to target just the reviews tab…
dl.geodir-tab-head dd.geodir-tab-active a > [data-tab="#reviews"]
but it didn’t work…
I appreciate your help Simone!
Whats the syntax to target the active state… when the user is actually on that tab? I changed the background color to blue and font color to white so when you click on it the text disappears into the white background.
Your Awesome,
Thanks Simone!!
Awesome! Exactly what I needed!
Thanks Paolo!
Okay Thanks for the reply Paolo.
Just in case any one else is trying to do the same thing. I found a plug in called “Post in Page” and it allows you to add posts to any page using shortcodes.
-
AuthorPosts