Change Order Of Menu Items

This topic contains 20 replies, has 3 voices, and was last updated by  Paolo 8 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #169380

    Srikanth Ramidi
    Expired Member
    Post count: 163

    Present Order of Menu Items is
    1. Home : Custom Link
    2. Profile : Buddypress
    3. Logout : Buddypress
    4. Listing
    5. Add Listing
    6. Change Location

    I want it to be in below order
    1. Home : Custom Link
    2. Profile : Buddypress
    3. Listing
    4. Add Listing
    5. Change Location
    6. Logout : Buddypress

    Is it possible to change ‘Listing’ to ‘My Listing’.

    #169436

    Paolo
    Site Admin
    Post count: 31206

    hi,

    1st part is not possible. GD adds his menu after the WP menu, so to add link after it would require a customization.

    Changing any text string can be done via translation file.
    https://wpgeodirectory.com/docs/translate-core/

    Thanks

    #170353

    Srikanth Ramidi
    Expired Member
    Post count: 163

    1. Let us know file name where changes are to be made. I will make changes.

    2. If i translate text. It will change in all places. Doesn’t that create problem.

    #170729

    Paolo
    Site Admin
    Post count: 31206

    1) we don’t provide support for customization that involve modifying core files. It’s bad practice, I asked to the developers to check if there is a filter to do this the right way.

    2) the word Listing appears only there.

    Thanks

    #170731

    Paolo
    Site Admin
    Post count: 31206

    Actually, for n1 this is impossible.

    Our custom link can only be added at the end or at the beginning of the menu. If you want to add anything after them, you will need another menu, in that case you could add a 2nd menu just for the buddyrpess logout link after the primary menu in your theme and style it accordingly.

    Thanks

    #170969

    Srikanth Ramidi
    Expired Member
    Post count: 163

    I have created separate menu for logout. i have modified header.php and functions.php of theme.

    I am facing two problems:

    1. Spacing for Logout. I tried by adding css. But it is overridden by GD css.
    2. In Mobile version only Logout(Secondary Menu) is visible. Other menus(Primary Menu) are not shown. In header.php if i paste below line above Secondary menu, Primary Menu is visible but logout(Secondary Menu) is not visible.

    wp_nav_menu( array(
    ‘container’ => false,
    ‘theme_location’ => ‘primary-menu’,
    ) );
    ?>

    #170971

    Srikanth Ramidi
    Expired Member
    Post count: 163
    This reply has been marked as private.
    #171145

    Paolo
    Site Admin
    Post count: 31206
    This reply has been marked as private.
    #180736

    Srikanth Ramidi
    Expired Member
    Post count: 163

    If i install supreme theme, are their any changes to be made? I want view like you showed in this link.
    http://wpgeo.directory/supreme-directory/

    #180818

    Kor
    Moderator
    Post count: 16516

    Hi Srikanth,

    Yes, you can achieve that layout once you’ve installed the Supreme Theme. Here’re some settings that may require your attention.

    1. Navigate to GD > Permalinks > GD Homepage, select a page to use, usually we create a page called GD Home on install.

    2. WP > Settings > reading > frontpage set it to use that page

    Let us know how it goes.

    #182556

    Srikanth Ramidi
    Expired Member
    Post count: 163

    Everything is fine. Facing below Issues:
    1. Change Location, Listing and Add Listing in header menu. These are shown in GD Default Theme
    2. Filter is not showing in home screen search form. It is showing when searched for something
    3. Popular Places view is not changed. How to change it as horizontal list?
    4. Compass Icon and Search Button overlaps in Home Screen Search form. PFA
    5. In Mobile Version, Menu is not showing Content.PFA

    #182561

    Srikanth Ramidi
    Expired Member
    Post count: 163
    This reply has been marked as private.
    #182703

    Paolo
    Site Admin
    Post count: 31206

    1) I’m not sure where the problem is, please provide a link

    2) Supreme theme removes the customize my search button from the featured area search widget. it would break the design if left there. You can add it back, and restyle to make sure it looks good on your website. It’s simply hidden by default with css

    3) I’m not sure where the problem is, please provide a link

    4 and 5) please provide a link. We can’t inspect images.

    Thanks

    #182850

    Srikanth Ramidi
    Expired Member
    Post count: 163
    This reply has been marked as private.
    #183741

    Paolo
    Site Admin
    Post count: 31206

    1) you need to set a menu and assign it in GD > Design > Navigation. https://wpgeodirectory.com/docs/core-design/#navigation

    3) I see popular place a list on your home page is that what you are talking about? Please try to be more clear when asking for support

    4) try :

    
    
    .sd .near-compass {
        margin: 24px 0 0 10px;
    }

    5) Yoo have no menu, see answer n1

    Thanks

Viewing 15 posts - 1 through 15 (of 21 total)

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

Open Support Ticket