Mixed Issues
This topic contains 7 replies, has 2 voices, and was last updated by Kor 7 years, 10 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
April 19, 2017 at 12:37 pm #374218
Hi Guys, Sorry just a few more issues before going live.
1. Is it possible to remove the “view invoices” from the login/logout widget?
2. How do customers get back into their listing if they need to edit it?
3. Can the favourite option be removed from the details page on the listing?
4. On the details on the right hand side of the listing it shows the listing review, can the image below it be removed as it is also shown on the profile.
5. When leaving a review it asks for the person leaving the review for their website, is it possible to do away with this?
6. Can the map and “set address on map” button be removed from the address option on the listing?
7. Can the “view” drop down box be removed from the search results page?
8. When testing the reviews the published review is shown outside the text box display, can this be constrained?
I realise a lot of this probably requires custom CSS so if anyone can help out with this code that would be great. The site is chooseyourdrivinginstructor.com. All help is massively appreciated.
Thanks,
Sean
April 19, 2017 at 4:49 pm #374286Hi Sean,
Let me try to answer your questions accordingly.
#1 Could you share a page where I can see the link? I can provide you the custom CSS to remove it.
#2 Insert the “GD > Loginbox” on the sidebar and your customer can use “My Listings” link.
#3 Yes, with custom CSS or using this option as shown in this screenshot http://prntscr.com/eycxs4
#4 Please share a link to the page and I’ll provide you the custom CSS
#5 Do you mean you want to prevent users to leave a review?
#6 Do you mean on the “Add listing” page?
#7 Yes, with custom CSS. Share a sample page too.
#8 Not sure what you mean by this, could you provide a screenshot and pinpoint it?
Please review https://wpgeodirectory.com/docs/customizing-your-style/ to learn more about the basics.
Thanks!
April 20, 2017 at 7:25 am #374369Hi Kor,
Thanks for getting back to me. The link to the page is:
This should show most of the issues on this page.
With the maps yes I mean on the add listing page.
I have attached screen shots related to the above questions.
Thanks so much!
April 20, 2017 at 5:41 pm #374484Hi Sean,
#1 I need WP temp admin login to see the “View Invoice” link
#3 Use this custom CSS
.geodir-company_info.geodir-details-sidebar-user-links { display: none!important; }
#4 Use this
.average-review img { display:none!important; }
#5 Use this
p.comment-form-url { display:none!important; }
#6 Please provide URL and screenshot
#7 Please provide URL and screenshot
#8 Use this
#reviewsTab .comments-area .comment-content { width: auto!important; }
Thanks!
April 20, 2017 at 6:56 pm #374490This reply has been marked as private.April 21, 2017 at 7:18 am #374540Hi Sean ,
Here you go.
#1 Use this CSS,
ul.geodir-loginbox-list li:nth-child(2) { display:none!important; }
#6 Use this
input#post_set_address_button { display: none!important; }
#7 Use this
.geodir-list-view-select { display:none!important; }
April 21, 2017 at 11:59 am #374564Thank you very much Kor. Sorry to ask you more questions but i’ve re-tested the site and there are still a few issues.
1. The search results are ordered by distance, is there away to sort them by rating?
– https://www.chooseyourdrivinginstructor.com/?geodir_search=1&stype=gd_place&s=+&snear=l9+0jt&sgeo_lat=53.4697772&sgeo_lon=-2.95240599999999632. On the listings the “profile” and “reviews” are hyperlinked, how can i remove this?
– https://www.chooseyourdrivinginstructor.com/driving-instructor/liverpool/driving-instructor/fred-jones/3. Is the info page used for anything?
4. Before publishing a listing it asks to accept the terms and conditions can i link this to a page?
5. There is no “my listings” link appearing in the dashboard.
– https://www.chooseyourdrivinginstructor.com/April 21, 2017 at 2:09 pm #374603Hi Sean,
#1 Please refer to this answer from a developer https://wpgeodirectory.com/support/topic/no-sorting-for-search-results/#post-351251
#2 use this to remove it.
#geodir-wrapper .entry-content a { color: #333!important; text-decoration: none!important; pointer-events: none!important; }
#3 Review this https://wpgeodirectory.com/docs/layout/#info
#4 You can create your own T&C page and change the permalink here. https://wpgeodirectory.com/docs/core-permalinks/
#5 I’ve removed this custom CSS below and could you please update all GD plugins?
ul.geodir-loginbox-list li:nth-child(2) { display:none!important; }
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket