This topic has 35 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #76646
     kojungle
    Participant

    How to remove Reviews, Favorite and Related Listing elements from KLEO Business Directory?

    #76647
     kojungle
    Participant

    And it is possible to add another tab on each business listing (for example one called Products)?

    #76694
     kojungle
    Participant

    Also, 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.

    #76773
     kojungle
    Participant

    Other 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.

    #76865
     Laura
    Moderator

    Hello, 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 solution
    #76935
     kojungle
    Participant

    I want to remove reviews and the favorite button from the listing, like in the image. Thanks.

    #76940
     kojungle
    Participant

    I 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.

    #76941
     kojungle
    Participant

    I forgot the image:

    #76948
     Laura
    Moderator

    Hello, 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 solution
    #76952
     kojungle
    Participant

    I 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.

    #76957
     Laura
    Moderator

    Hello, 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 solution
    #76960
     kojungle
    Participant

    Thanks. 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?

    #76963
     Laura
    Moderator

    hello, 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 solution
    #76976
     kojungle
    Participant

    And how to remove my dashboard?

    #76989
     Laura
    Moderator

    Hello, 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 solution
    #77025
     kojungle
    Participant

    Thanks. 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.

    #77033
     kojungle
    Participant

    Regarding 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.

    #77096
     Laura
    Moderator

    Hello, 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 solution
    #77167
     kojungle
    Participant

    Hi. 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?

    #77401
     Laura
    Moderator

    Hello, pleasey try by adding this to style.css of child theme

    COPY CODE
    
    dl.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 solution
    #77402
     Laura
    Moderator

    About 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 solution
    #77514
     kojungle
    Participant

    Hi, 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.

    #77517
     kojungle
    Participant

    And how to remove add to favorites and comments button, like in the image? Thanks.

    #77601
     kojungle
    Participant

    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?

    #77840
     Laura
    Moderator

    Hello, 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 solution
    #78177
     kojungle
    Participant

    What 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?

    #78447
     Laura
    Moderator

    Hello, 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 solution
    #110318
     kojungle
    Participant

    I 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.

    #111135
     Laura
    Moderator

    Hello, 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 solution
    #113245
     kojungle
    Participant

    Thanks. 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.

    #113316
     kojungle
    Participant

    Nevermind 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.

    #113390
     kojungle
    Participant

    My 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.

    #113391
     kojungle
    Participant

    I 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.

    #113500
     kojungle
    Participant

    And 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.

    #113509
     kojungle
    Participant

    Also, 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.

    #114010
     Laura
    Moderator

    Hello, 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 > Widgets

    Theme 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
Viewing 36 posts - 1 through 36 (of 36 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?