Remove some functionalities
This topic contains 9 replies, has 3 voices, and was last updated by Alex Rollin 7 years, 7 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: remove detail page
-
AuthorPosts
-
December 17, 2017 at 3:52 pm #409818
Hi everyone
After a long search for a good Directory Theme, I’m now trying geodirectory.
There are some changes I would liek to make and don’t know if they are possible and when it is possible, how can i manage it:1. I want to remove the detailpage. So it should not be possible to click on a Listing. It should only show the search results, but no option to click on it to get to the detailpage. How can i manage this?$
2. If I put in a text on a listing in for example green, then it don’t show it as green in the preview (search results) how can i do this?Thanks in advance.
December 17, 2017 at 5:03 pm #409819Hi ep,
Thanks for your interest in our plugin. Let me try to answer your questions accordingly.
1. This can be done with some customization and we’ll try to help where we can. Have you setup a directory using our plugin yet?
2. Not sure what do you mean by this. Could you elaborate?
Thanks!
December 19, 2017 at 7:47 pm #410060Hi Kor
Thank you for your respond.
1. Yes i’ve set it up here:
http://www.welcomedogs.ch/
If you can tell me what i have to edit/delete in the editor or in the files, then i can do it by myselfe. I just need to know what i need to remove2. If for a example i create a place and in the description enter the following text:
<span style=”color: #00ff00;”>Hunde erlaubt</span>
This text appears in a Green font. If i now look at the detailpage of this listing, then this text also appears in a green font, but if i see the same listing on the search results, than this text is black (in the preview).
I want it to be also green.Thanks in advance.
If the second point is stil unclear, then i can make some screenshots, but you can also see it on the site mentioned above on the listing “La bocca city”Best wishes
EPDecember 20, 2017 at 4:39 pm #410134Hello!
For #1, you will need custom CSS. For each link that you find, you can use something like the following. This particular CSS will remove the clickable link from the H4 heading in the map bubble. Custom CSS can be added to GD > Design > Scripts > Custom CSS
.geodir-bubble_desc h4 a { pointer-events: none!important; }
#2 This is by design, and it is not possible to do this without advanced customization. GD uses the get_the_excerpt function to which you can read more about here:
https://codex.wordpress.org/Function_Reference/get_the_excerpt
Read more about customizing your style:
December 20, 2017 at 8:22 pm #410168Hi Alex
Thank you for your fast answers.
1.
/edit:
I made it with the following code.geodir-entry-header h3 a { pointer-events: none!important; }
I would prefer to let this thread open, so if i stumble upon some links i don’t know how i can remove them, i can aks in this thread.
2.
Thank you I will have a look into it.Thanks in general for your help
December 26, 2017 at 10:19 am #410529Dear Team
For the second question, i was able to use the “preview” section. There I can put in html and it will show in the preview test.
But I’ve got some other content, which i want to remove:
You can see it on this page:
http://www.welcomedogs.ch/?geodir_search=1&stype=gd_place&s=Migros&snear=gossau&sgeo_lat=47.4155608&sgeo_lon=9.2488519999999431. I want to remove the text: “Kartenmarkeriung”. On english this would be map marker or something like this.
2. I want to remove the information regarding the distance (6.1 Miles)Thanks in advance for your help.
December 26, 2017 at 11:09 am #410530Hi EP,
Let’s try the custom CSS code below and see if it works.
.geodir-content h3.geodir-entry-title { display: block!important; } .geodir-content h3, .geodir-pinpoint, .geodir-pinpoint-link { display:none!important; }
December 26, 2017 at 3:13 pm #410553Hi Kor,
And there it is. It’s working perfectly.
Amazing support from you guys. Thanks a lot.Best wishes
December 28, 2017 at 7:37 pm #410747Hi again
I’ve got another issue regarding the preview pictures.
I don’t know how the pictures must be so that it will resize it perfectly.
For example look at: http://www.welcomedogs.ch and then belwo the search bar there is the listing called “St.Galler Kantonalbank” or “Rituals” and there the preview image is not resized so that it fits the preview window.What size must the image be, so that i can upload it and it will resize it fine.
Thanks in advance. Best wishes
December 29, 2017 at 5:20 am #410812Hello!
Recommended optimal image size is 800 x 600.
You can adjust your WP Media settings to meet your needs for file size.
Let us know how that works out for you
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket