-
Author
-
March 1, 2017 at 13:29 #154454jiantParticipant
Hi, I need help for my website.
I add a new portfolio item but I can´t choose a main menu (I´m talking about site main menu)
When I add a normal page I have the opction to chose my own menu or other but not in a new portfolio item.
I imagine that I have to enable something, I try it in theme options but Icouldn´t find it
Thank you
March 2, 2017 at 15:45 #154596LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
March 3, 2017 at 20:08 #154703RaduModeratorHi,
Just add this code to wp-content/themes/kleo-child/functions.php
COPY CODEfunction my_cpt_sq_metabox_menu_options_post_layout($post_types) { $post_types[] = 'portfolio'; return $post_types; } add_filter('sq_metabox_page_menu', 'my_cpt_sq_metabox_menu_options_post_layout');
That’s all
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 6, 2017 at 17:37 #154904RaduModeratorHi,
For me it works I’ve tested before to give you the solution
Make sure to have child theme activated
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.