-
AuthorPosts
-
April 25, 2016 at 9:25 am #621093
I just bought Enfold theme earlier and everything seems to be going well. I encounter a problem with my menu. Why is it under Menu there are 4 menus, Welcome, About, Service and Contact however only Welcome and Contact is available under the Pages? As I would like to create sub menus under Service and making Service the Parent Page…
April 25, 2016 at 12:52 pm #621231Hi!
Not sure if i understood the issue. Can you please post temporary admin logins here privately so we can look into it?
Regards,
YigitApril 25, 2016 at 2:10 pm #621307Hi,
My WordPress link would be
Thanks!
- This reply was modified 8 years, 6 months ago by Yigit. Reason: moved content to private content field
April 25, 2016 at 2:24 pm #621319Hey!
You have three pages in total. Services link is linked to anchor point. You can read more here – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Cheers!
YigitApril 25, 2016 at 4:40 pm #621465I can’t find the anchor in my dashboard. I’m actually quite new in one page site so I would need a bit of help to get the hang of it.so what you mean is by removing the anchor I would be able to separate the service page from the home page?
April 25, 2016 at 4:47 pm #621475Hi!
Services is not a page but is a custom link added in Appearance > Menus. You can remove it if you do not want to use a one page layout and create your page and add it to your menu instead
Best regards,
YigitApril 25, 2016 at 4:56 pm #621493Hi, okay got it!
However, within the menus, how do I change the words for example, under welcome there’s ‘at enfold consulting ‘
And how about removing powered by enfold WordPress theme under footer?
April 25, 2016 at 5:00 pm #621500Hi!
Please go to Appearance > Menus and click Screen Options and check “Description” and edit your text in description field – http://i.imgur.com/mjg0bd5.png
Then please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Regards,
YigitApril 28, 2016 at 11:37 am #623618Hi Yigit,
Thanks for all your prompt reply!
I’m done for the description.
Footer wise, I added [nolink] and the powered by… went off, but it shows [nolink]I have a problem that arise, I created a new page ‘Consumable Goods’ and at the page, I’m unable to return back to any other pages when I click on the navigation bar. Why is that so?
April 28, 2016 at 1:01 pm #623666Hi!
Please try adding following code to Functions.php file in Appearance > Editor
add_filter("kriesi_backlink","new_nolink"); function new_nolink(){ $kriesi_at_backlink = ""; return $kriesi_at_backlink; }
Are you using one page layout? If you are, you can use a plugin such as this one – https://wordpress.org/plugins/zen-menu-logic/ to display different menu per page. If you have anchor points on your home page and they are linked as #contact, for example, it would not go to yourdomain.com/home/#contact by default
Best regards,
YigitApril 29, 2016 at 12:35 pm #624331Hi!
Does Zen Menu Logic helps in my problem? When I click on consumable goods, it directs me over correctly.
But from Consumable Goods Page, I’m unable to navigate myself to any other page anymore,
At Consumable Goods Page, when I click on Contact Us Page, the url changed to http://seahover.com.sg/consumable-goods/#contact but it does not navigate me there.
On other pages, I’m able to navigate perfectly.
April 29, 2016 at 1:26 pm #624379Hi!
Yes, Zen Menu Logic will help you solve that problem. You can simply create a new menu add new custom link as “http://seahover.com.sg/#about” for example and use that menu on your Consumable Goods Page
Cheers!
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.