Header (navigation?) errors

This topic contains 47 replies, has 4 voices, and was last updated by  Kenny P 9 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #25351

    Simone
    Expired Member
    Post count: 3515

    Don’t know..just activated GD…
    You can try to play with it and see if errors come up

    Have you tried switching theme? That’s maybe why you lost the widgets.

    #25352

    Kenny P
    Free User
    Post count: 29
    This reply has been marked as private.
    #25353

    Kenny P
    Free User
    Post count: 29
    This reply has been marked as private.
    #25355

    Simone
    Expired Member
    Post count: 3515

    Did you change all the “place” labels from the post type? I can see when visiting “Place” the url is /directory, so you just need to edit the strings for the “Place”

    #25356

    Kenny P
    Free User
    Post count: 29
    This reply has been marked as private.
    #25357

    Kenny P
    Free User
    Post count: 29
    This reply has been marked as private.
    #25358

    Simone
    Expired Member
    Post count: 3515

    That is strange. Going here yourdomain/wp-admin/admin.php?page=geodirectory&tab=geodir_manage_custom_posts&action=cp_addedit&posttype=gd_place and changing the label name, it should reflect your new string.

    #25359

    Kenny P
    Free User
    Post count: 29
    This reply has been marked as private.
    #25360

    Simone
    Expired Member
    Post count: 3515

    Ok, i think you can’t change this because you don’t have the custom post type addon .
    You can change it by translating the strings in the .po file.
    It will change all the occurs of “Place” in the website, but it does not change the slug, you can change it from the Permalinks settings.

    You can find the documentation for the translation/editing here.

    You can skip the step nr 5 if you’re using WordPress 4.+

    #25361

    Kenny P
    Free User
    Post count: 29
    This reply has been marked as private.
    #25363

    Simone
    Expired Member
    Post count: 3515

    The translation-thing it’s easiest than it seems, also, it will be preserved and you will not loose ay modification when a new update will be released.

    CSS depends on your theme,
    for example, I would add

    
    
    .geodir-sidebar-wrap {
    margin-right:20px; 
    }

    and

    
    
    #geodir-wrapper-content
    {
    margin-left:20px;
    }
    

    this will create a margin from both sides in the detail page.

    You might also need to change the % of width in the page, by adding, for example, width:60%; in the #geodir-wrapper-content .

    This modifications need to be added in your style.css inside your theme folder, better if you have a child theme, so this will be preserved even when your theme will be updated.

    #25390

    Kenny P
    Free User
    Post count: 29
    This reply has been marked as private.
    #25399

    Simone
    Expired Member
    Post count: 3515

    Hello, this is most likely a field set in Geodirectory / Design and then on the Navigation tab.
    It could be “Show listing link in listing navigation”.

    #25495

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    to avoid getting other warning like the one in the screenshots, just add this to your functions.php

    
    
    
    error_reporting(E_ERROR);

    They are notices and not real error and they simply shouldn’t be displayed.

    Thx

    #25677

    Kenny P
    Free User
    Post count: 29
    This reply has been marked as private.
Viewing 15 posts - 16 through 30 (of 48 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket