department post type not showing under appearance -> menu

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support department post type not showing under appearance -> menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28057
    Sujoy Banerjee
    Participant

    I need to show individual departments as dropdown in the primary menu (main-nav) but under appearance -> menu, individual departments post type is not showing , i have checked all the checkboxes in the screen options
    How to add each department as dropdown menu without using custom link
    see screenshot for reference:

    #28060
    Sujoy Banerjee
    Participant
    This reply has been marked as private.
    #28063
    Veena
    Moderator

    You need to make a small change in file framework/presentation/custom-post-types.php file line no:278
    from

     'show_in_nav_menus' => false,
    
    
    to 
    
    
     'show_in_nav_menus' => true,
    
    
    
    		
    	
    #28066
    Sujoy Banerjee
    Participant

    thanks , it works 🙂

    one more thing, how can I show the skin color settings in my home page same as invent demo page
    see screenshot for reference:

    N.B
    have already created a separate ticket for this but none seems to reply there so had to post on this

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.