-
Author
-
September 2, 2017 at 19:30 #172413dmasinParticipant
Hi, I would like to add a buton into secondary menu, as shown in the screenshot (one of the predefined header options), like the “Buy Theme” or “see demo” button, but I am unable to find out how. Thank you for help.
Attachments:
You must be logged in to view attached files.September 2, 2017 at 19:36 #172415Kieran_SQModeratorHi @dmasin,
Thanks for reaching out, to style your menu item as a button you’ll have to go to Appearance > Menus > Select: desired menu
Once you have your menu open, click to open your desired menu item from the right hand panel, click on the drop down titled “Menu style” and select either default, buy button, see through or highlight.
Hope this helps,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
September 2, 2017 at 19:44 #172422dmasinParticipantHi, thank you,
It is fine for me until Appearance > Menus > Select: desired menu
However, I cannot see “menu style” dropdown at all, as in the screenshot.
Any idea where is the problem?
Thanks DavidAttachments:
You must be logged in to view attached files.September 2, 2017 at 19:52 #172426Kieran_SQModeratorHi,
You have not added a menu item yet, select your desired item from the left and it will appear on the right.
Once you have added the menu item you can open it up by clicking it, the option will be below.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
September 2, 2017 at 19:59 #172428dmasinParticipantThank you,
In the left, I have option to select Pages, Posts, Kleo Login/logout/register, Posts, Custom links, Categories, Tags and Format. None of them seems to have “Menus style” dropdown whan I click on it. Any idea?September 2, 2017 at 20:05 #172433Kieran_SQModeratorHi,
You first need to add the item from the left, when it appears on the right you will see the option on the right when your added item is clicked open.
Please see the attached screenshot on how to add menu items and apply the button style.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Attachments:
You must be logged in to view attached files.September 2, 2017 at 20:59 #172439dmasinParticipantInterestingly, I do not have any “Menu Style” as you have in your screenshot, any idea what could be a problem. Am I missing some plugin or some settings?
List of installed plugins is in the second screenshot.
ThanksAttachments:
You must be logged in to view attached files.September 2, 2017 at 21:00 #172442dmasinParticipantHere is the screenshot as how my menu item looks like.
Attachments:
You must be logged in to view attached files.September 2, 2017 at 21:10 #172445Kieran_SQModeratorHi,
Did you install the K Elements plugin when you activated the theme? You’ll find it under Appearance > Install Plugins.
If you do have it installed and the issue is still there please provide admin credentials so I can log into your site.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
September 2, 2017 at 21:48 #172447dmasinParticipantYes, K-elements is active, as you see in the screenshot. Any further think to check? Or you think it is better if I send you the login details? Regards David Masin
Attachments:
You must be logged in to view attached files.September 2, 2017 at 21:51 #172450dmasinParticipantI found the problem now.
“ultimate memeber” plugin is somehow spoiling this option, if I deactivate it it seems OK.
Thanks for your help, I will try to investigate Ultimate Member.
Regards DavidSeptember 2, 2017 at 21:54 #172451Kieran_SQModeratorOkay, thanks for letting me know about the conflict.
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
September 2, 2017 at 22:52 #172453dmasinParticipantApparenty, this in functions.php of kleo-child solves the problem, if someones has similar issue in the future
function remove_plugin_actions(){
remove_action( ‘wp_loaded’, array( ‘UM_Menu_Item_Custom_Fields’, ‘load’ ), 9 );
}
add_action(‘init’,’remove_plugin_actions’); -
AuthorPosts
You must be logged in to reply to this topic.