log in box

This topic contains 50 replies, has 4 voices, and was last updated by  minaka18 6 years ago.

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #418220

    minaka18
    Expired Member
    Post count: 59
    This reply has been marked as private.
    #418226

    Guust
    Moderator
    Post count: 29970

    They are images, that cannot be translated at this time, but you can replace the images.
    The next version of GD should have those links able to be translated.

    Thanks

    #419059

    minaka18
    Expired Member
    Post count: 59
    This reply has been marked as private.
    #419073

    Guust
    Moderator
    Post count: 29970

    Go to GD > Design > Navigation > Show listings navigation in menu > No
    See also https://wpgeodirectory.com/docs/core-design/#navigation

    Thanks

    #421942

    minaka18
    Expired Member
    Post count: 59
    This reply has been marked as private.
    #421945

    Guust
    Moderator
    Post count: 29970

    You could change the font size of the menu items, or reduce the spacing between the items, or remove or re-organise the items.
    The menu section is already at 80%, enlarging it would mean you would need to get rid of your logo.

    Thanks

    #421946

    minaka18
    Expired Member
    Post count: 59

    actually i want to get rid of my logo but only in the home page

    #421947

    minaka18
    Expired Member
    Post count: 59

    i want to translate “ajouter endroit” add listing but i couldn’t find it

    #421974

    Guust
    Moderator
    Post count: 29970

    You can just translate where you added the link?
    Or have a look at GD > Titles & Metas > ADD LISTING PAGE META SETTINGS

    Try this CSS to hide the logo on the homepage:

    
    
    .home .site-logo-wrap .site-logo {
    display:none;
    }

    And to widen the menu area on the homepage only:

    
    
    .home #primary-nav {
    width: 100%;
    }

    To fix more CSS, see https://wpgeodirectory.com/docs/customizing-your-style/

    Thanks

    #421987

    minaka18
    Expired Member
    Post count: 59

    it didn’t work but it’s ok, i have another question is there a way to use the whole page and to add bigger icons

    #422019

    Guust
    Moderator
    Post count: 29970

    What is the URL of that page please?

    #422024

    minaka18
    Expired Member
    Post count: 59
    This reply has been marked as private.
    #422037

    minaka18
    Expired Member
    Post count: 59
    This reply has been marked as private.
    #422065

    Guust
    Moderator
    Post count: 29970

    Use the full width template for that page from the sidebar options.
    Use this CSS for enlarging the icons:

    
    
    .gd-cptcat-li a img {
        height: 3em !important;
    }

    Adjust as required. To fix more CSS, see https://wpgeodirectory.com/docs/customizing-your-style/

    #422069

    minaka18
    Expired Member
    Post count: 59

    it worked thank you

Viewing 15 posts - 16 through 30 (of 51 total)

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

Open Support Ticket