Change Order Of Menu Items
This topic contains 20 replies, has 3 voices, and was last updated by Paolo 8 years, 10 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
April 23, 2016 at 2:04 pm #169380
Present Order of Menu Items is
1. Home : Custom Link
2. Profile : Buddypress
3. Logout : Buddypress
4. Listing
5. Add Listing
6. Change LocationI want it to be in below order
1. Home : Custom Link
2. Profile : Buddypress
3. Listing
4. Add Listing
5. Change Location
6. Logout : BuddypressIs it possible to change ‘Listing’ to ‘My Listing’.
April 23, 2016 at 5:26 pm #169436hi,
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
April 25, 2016 at 6:05 am #1703531. 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.
April 25, 2016 at 7:22 pm #1707291) 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
April 25, 2016 at 7:24 pm #170731Actually, 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
April 26, 2016 at 7:40 am #170969I 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’,
) );
?>April 26, 2016 at 7:42 am #170971This reply has been marked as private.April 26, 2016 at 3:45 pm #171145This reply has been marked as private.April 28, 2016 at 8:20 am #180736If 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/April 28, 2016 at 9:44 am #180818Hi 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.
April 30, 2016 at 8:02 am #182556Everything 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.PFAApril 30, 2016 at 8:37 am #182561This reply has been marked as private.April 30, 2016 at 4:26 pm #1827031) 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
April 30, 2016 at 7:20 pm #182850This reply has been marked as private.May 2, 2016 at 2:43 pm #1837411) 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
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket