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 #1582105
Page option
Closed

Comments

  • iamkenyarae started the conversation

    Morning,

    I just want to say I truly love the soledad theme.  One question I have or suggestion I would like to make if it is not available is a Landing Page format.

    With other themes, I have had the ability to create a landing page within the theme as a page option which didn't display the normal header and menu bar.  Is this an option on Soledad?

  •  2,699
    PenciDesign replied

    Hi,

    Thank you for loving our theme.

    You can add more this code to Customize > Custom CSS to hide the header & navigation for your landing page:

    body.page-id-4444 .penci-top-bar, body.page-id-4444 #header{ display: none; }
    

    Note: Change numbers 4444 on the above code to your landing page ID. Check this guide to know how to find ID of a page


    Best Regards,

    PenciDesign

  • iamkenyarae replied

    Thank you for the reply.  That does remove the header and menu, but still displays the top bar and footer.  I am speaking of something more like this https://demos.restored316designs.com/refined/templates/landing-page/

    That is an actual landing page template that can be selected in the page option that applies the formatting for you, along with a special widget area that displays at the bottom of the landing page.

  •  2,699
    PenciDesign replied

    Hi,

    Can you send me your landing page url? I will take it a look on this


    Best Regards,

    PenciDesign

  •   iamkenyarae replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Please replace the code I sent to this code to do that:

    body.page-id-4444 .penci-top-bar, body.page-id-4444 #header, body.page-id-4444 .clear-footer, body.page-id-4444 #widget-area, body.page-id-4444 .footer-instagram, body.page-id-4444 .footer-section{ display: none !important; }

    Note: Replace all numbers 4444 on the above code to your landing page ID.


    Best Regards,

    PenciDesign

  • iamkenyarae replied

    Thank you!  This still has some quirks to it as it now has added social sharing buttons on the page and I am not sure why.  No worries.  I will look into another solution, but would like to recommend it as a possible feature to add in a future update.

  •  2,699
    PenciDesign replied

    Hi,

    This social media came from plugin Social Warfare then you're using.

    You can hide it on landing page - by add more this code to Customize > Custom CSS:

    body.page-id-4444 .swp_social_panel{ display: none !important; }

    Note: Replace all numbers 4444 on the above code to your landing page ID.

    Best Regards,

    PenciDesign