Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2654940
Importing New Menu Options
Closed

Comments

  • KeithBGP started the conversation

    I am customizing the Soledad Hipster theme. When I looked back at the Soledad site, I see there are new slider menu items and new post templates underneath the features menu. Is it possible to import those new items into my site so that I can use these new templates?

  •  2,699
    PenciDesign replied

    Hi,

    1/ To do that, please do follow steps:

    a) Go to Appearance > Menus > add "CSS Classes" below for menu item you want to add "new" label - check this image: http://prntscr.com/v9ju72

    featured-new
    

    b) Add more this code to Customize > Custom CSS:

    #navigation ul.menu li.featured-new>a:after {
        content: "NEW" !important;
        font-family: 'Lato',sans-serif !important;
        color: #FF2E2E !important;
        font-size: 8px !important;
        right: 3px;
        top: 3px;
        line-height: 5 !important;
        vertical-align: top !important;
        font-weight: bold !important;
        margin-left: 2px !important;
    }
    

    2/ Unfortunately, currently Soledad theme doesn't support this feature.

    We will consider to add more this feature in the future updates.

    Best Regards,

    PenciDesign

  • KeithBGP replied

    Am I understanding correctly, that the new post templates do no work in my Soledad theme? For example, I would like to use the new parallax templates.

  •  2,699
    PenciDesign replied

    Hi,

    If you're looking to change the template for your single post page, please change it via Customize > Single Posts > General > Single Posts Template.

    You also can enable the parallax for your single post template there.


    Best Regards,

    PenciDesign

  • KeithBGP replied

    This was perfect. Can each post use a different template or do they all have to use the same template that is set up here? If so, how do I do that?

  •  2,699
    PenciDesign replied

    Hi,

    If you want to use another template for a post, you can go to edit that post > scroll down and you can see options to change the template for that post.


    Best Regards,

    PenciDesign

  • KeithBGP replied

    I don't think I have that option. For example, I would like one post to have Style 1 and another post to have Style 3 with parallax. When I change the setting under single posts, every single post now has the Style 3 with parallax. Cn each post have its own style?

  •  2,699
    PenciDesign replied

    Hi,

    It's on the bottom - not on the sidebarsmile.pngCheck this image: http://prntscr.com/wlnf75


    Best Regards,

    PenciDesign