-
Author
-
September 8, 2015 at 22:32 #76646
kojungle
ParticipantHow to remove Reviews, Favorite and Related Listing elements from KLEO Business Directory?
September 8, 2015 at 22:32 #76647kojungle
ParticipantAnd it is possible to add another tab on each business listing (for example one called Products)?
September 9, 2015 at 15:41 #76694kojungle
ParticipantAlso, how to translate “Filter Categories” on the map on the homepage? I have translated everything, including “Filter” and “Categories” and it still appears in English.
September 9, 2015 at 18:41 #76773kojungle
ParticipantOther question, how to create a full width blog? I mean, a blog in which I can see the articles in full instead of what it is now, a square with the title and an excerpt of the article and the “Read more” button.
Also, the blog now appears on the domain (www.domain.com). How to make it appear on a folder (www.domain.com/blog)? I tried to create a blog page but there is no option to create a blog page.
September 10, 2015 at 09:32 #76865Laura
ModeratorHello, could you share some screenshots and explain a bit more the other issues please? 🙂 If you could share a link and an user it would help
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 10, 2015 at 12:23 #76935kojungle
ParticipantI want to remove reviews and the favorite button from the listing, like in the image. Thanks.
September 10, 2015 at 12:28 #76940kojungle
ParticipantI want to remove reviews and favorite button from the entire site, so I also want to remove those fields in all listings, like in the image. I also would like to remove the “Related listing” field, also like in the image.
September 10, 2015 at 12:32 #76948Laura
ModeratorHello, please share a link with me so i can give you a code
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 10, 2015 at 12:35 #76952kojungle
ParticipantI can’t share a link yet because I am building the website locally. But what I am using is just your default demo (http://seventhqueen.com/themes/kleo/business-directory/), so giving the code for your demo or for my website is the same thing.
September 10, 2015 at 12:43 #76957Laura
ModeratorHello, yes you are right, please try by adding this to style.css of child theme
COPY CODE.geodir_category_list_view li.geodir-gridview .geodir-addinfo a { display: none; } .geodir_category_list_view li .geodir-addinfo a.geodir-pcomments, .geodir_category_list_view li .geodir-addinfo span { display: none !important; } dl.geodir-tab-head dd:nth-child(5n) { display: none; } dl.geodir-tab-head dd:nth-child(8n) { display: none; } .geodir-company_info.geodir-details-sidebar-user-links { display: none; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 10, 2015 at 12:51 #76960kojungle
ParticipantThanks. But I don’t have child theme installed. What do I need to do? I need to unzip kleo-child to wp-content/themes/ and then activate KLEO child or I just need to have that theme on there?
September 10, 2015 at 13:02 #76963Laura
Moderatorhello, you should use the child theme yes, activate it instead of main theme and add that to style.css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 10, 2015 at 14:19 #76989Laura
ModeratorHello, go to Appearance > Widgets and delete that widget 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 10, 2015 at 15:30 #77025kojungle
ParticipantThanks. There is something broken not only on my website but also on your demo. How can I fix that? The title is on top of the line.
September 10, 2015 at 15:54 #77033kojungle
ParticipantRegarding the code you sent me to remove the elements, on the reviews it didn’t remove the stars rating, like in the image. Please give me a code to also remove that. Thanks.
September 10, 2015 at 21:28 #77096Laura
ModeratorHello, here to remove the starts:
COPY CODE.gd_rating_show { display: none; }And about the titles, that looks like a cached version of a site, you should clean your browser cache and test again 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 11, 2015 at 12:26 #77167kojungle
ParticipantHi. About the titles, that happens not only on my website but also on your demo. I have tried in other computers in which I have never gone, and also on websites that take screenshots of websites, to my website or your demo and I have the same problem. Shouldn’t the “Our clients” and “Testimonials” text be above the line:
Our clients
_____________________Testimonials
_____________________Regarding the code to remove the fields from each listing, that worked but there is a line of the. Isn’t there another code that doens’t remove that line, like in the image?
September 13, 2015 at 19:08 #77401Laura
ModeratorHello, pleasey try by adding this to style.css of child theme
COPY CODEdl.geodir-tab-head dd a { border: 1px solid #e1e1e1; border-right: 1px; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 13, 2015 at 19:20 #77402Laura
ModeratorAbout the lines, could you share a link?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 14, 2015 at 12:58 #77514kojungle
ParticipantHi, about adding the missing line to the tab, that code didn’t do anything. Don’t you have another code?
About the lines on testemonials and clients I don’t have a link but it happens even in your demo. Here you can see that happening in your demo: http://www.responsinator.com/?url=seventhqueen.com%2Fthemes%2Fkleo%2Fbusiness-directory%2F
By the way, how to update your theme? Can I just replace my current theme folder on wp-content/themes for the new version?
Thanks.
September 14, 2015 at 14:10 #77517kojungle
ParticipantAnd how to remove add to favorites and comments button, like in the image? Thanks.
September 14, 2015 at 19:03 #77601kojungle
ParticipantAnd about the translation, I already translated “Categories” and in other places of the site it appears translated, but on the map on the homepage I still see it untranlated. The same about filter. Is there any other way to change that text or at least to remove it?
September 15, 2015 at 17:19 #77840Laura
ModeratorHello, maybe try adding this:
COPY CODE.geodir-bubble-meta-bottom .geodir-addtofav a i { display: none; } span.geodir-bubble-reviews { display: none; } .geodir_Star { display: none; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 17, 2015 at 12:23 #78177kojungle
ParticipantWhat about the other questions? You didn’t answer:
1. About the lines on testemonials and clients I don’t have a link but it happens even in your demo. Here you can see that happening in your demo: http://www.responsinator.com/?url=seventhqueen.com%2Fthemes%2Fkleo%2Fbusiness-directory%2F
2. And about the translation, I already translated “Categories” and in other places of the site it appears translated, but on the map on the homepage I still see it untranlated. The same about filter. Is there any other way to change that text or at least to remove it?
September 18, 2015 at 23:31 #78447Laura
ModeratorHello, about the lines, please add this:
COPY CODE.hr-title abbr { top: -20px; }Abotu the translation have yu tried translating the plugin?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 14, 2016 at 14:15 #110318kojungle
ParticipantI still have the translation problem. On the homepage, even if I translate the field “Filter” and “Categories” on Geodirectory plugin files, it still appears in english. How can I translate the “Filter categories” field or at least remove it field from the map on the homepage?
I already edited directly the language file, I even used various translation plugins and nothing, “Filter Categories” is always in english. Can you tell me how to remove the “Filter Categories” field at least from the map on the homepage? Thanks.
March 17, 2016 at 01:27 #111135Laura
ModeratorHello, please try adding this to style.css of child theme
COPY CODE.map_category>.toggle { display: none !important; }🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 29, 2016 at 13:47 #113245kojungle
ParticipantThanks. I added that to style.css but it is still appearing “Filter categories” and the categories. Can you give me another code to try?
Also, how to remove category and tags from directory listings?
Thanks.
March 29, 2016 at 18:00 #113316kojungle
ParticipantNevermind all my last questions. Now the code worked, probably it was a cache problem or something like that. Just tell me where to translate the “Category” on the previous image because I translated and it always appears in english? Also the following I translate and it always in english, like I send in the attached image. How can I translate that? Thanks. “No Records Found. Sorry, no record were found. Please adjust your search criteria and try again.” I translate but this is always in english.
March 29, 2016 at 20:22 #113390kojungle
ParticipantMy last ticket was a little confusing. Let me rephrase it. How can I translate “No Records Found. Sorry, no record were found. Please adjust your search criteria and try again.” when I search for a company but no results are found, like in the image I sent in the previous ticket?
Also, how to remove the field where the second “New York” is like the image I send in attachment?
Thanks.
March 29, 2016 at 20:23 #113391kojungle
ParticipantI forgot the attachment. Here it is.
How to remove the field where the second “New York” is like the image I send in attachment?
Thanks.
March 30, 2016 at 14:14 #113500kojungle
ParticipantAnd how to remove the share button and the pop up that appears when we hover over the share button, like in the image?
Also, how to add more than one phone number on the “Phone” field on listings? I can add more than one number like this “Number 1 / Number 2 / Number 3” but I wanted to add one number in each line, so every number has a link (tel:number).
Thanks.
March 30, 2016 at 14:56 #113509kojungle
ParticipantAlso, how to remove “Latest places” from listings so my website is like your demo? Because your demo doesn’t have “Latest places” on individual listings but it has on the homepage. I want to maintain that widget on the homepage but remove it from individual listings, like in the image.
Also, on your demo there isn’t a map but on my website there. How to remove the map on the sidebar from individual listings?
Thanks.
April 1, 2016 at 11:53 #114010Laura
ModeratorHello, about sharing, please check geodirectory options, it should allow you to delete it, or check Appearance > Widgets
If not working let me know and i will give you the proper css code 🙂
About the new york issue, please try by contacting geodirectory team about this issue.
For the sidebar, you can manage att widgets from Appearance > WidgetsTheme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/
A small introduction on how translations work
Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.
Follow these steps to get you started:- Install Loco Translate plugin
- Go to the plugin dashboard: WP Admin – Tools – Manage translations
- Find the theme or plugin in the list.
- If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
- Press SYNC button to synchronise your translation with the provided .pot file
- Search for the string you want to translate and add your translated string.
- Press Save when you finished your translation.
Note: You will have to set the language for your blog from WP-admin – Settings – General -Site Language – Choose your language
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.