This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

landing page

Resolved 18 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 9 years ago

Hello,

I am doing a landing page in my premium vantage, I could remove the menu and the bottom, but i still have a white bar at the top and a logo of Privy (they made me a pop up for the rest of the web).This is the landing page (http://www.controlward.com/kit-luces-inteligentes). I put this on CSS:

.page-id-535 .entry-header {	display: none;}
.page-id-535 #main { padding-top: 0;}
.page-id-535 #masthead, .page-id-535 #colophon { display: none; }
.page-id-535 .purechat-widget {display: none !important;}
.page-id-535 .purechat-window {display: none !important;}
.page-id-535 .purechat-botton {display: none !important;}
.page-id-535 .privy-tab-container {display: none !important;}
.page-id-535 .privy-top-right{display: none !important;}
.page-id-535 .privy-top{display: none !important;}
.page-id-535 .privy-right{display: none !important;}
.page-id-535 .privy-corner{display: none !important;}
.page-id-535 .privy-popup-content{display: none !important;}
.page-id-535 .privy-popup-content-wrap{display: none !important;}
.page-id-535 .privy-powered-by{display: none !important;}
.page-id-535 .privy-privacy-container{display: none !important;}

And i have a Thakyou page, that is a “child” of the landing page, i used the same code and only change 535 and put 588, but it didnt work, this page still have menu, and all that i want to quit. This is the thankyou page: http://www.controlward.com/kit-luces-inteligentes/gracias/

Please, help me

URL: http://www.controlward.com/kit-luces-inteligentes/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

18
  1. Andrew Misplon Staff 10 years, 3 months ago

    Hi Carolina

    Very sorry about the late reply. We work through a prioritized forum queue, and unfortunately it’s taken us some time to get to your thread.

    https://siteorigin.com/about/forum-thread-prioritization/

    Because it’s been a while since you posted this, would you mind letting us know if you still need help? If so, we’ll jump right in.

  2. Carolina Ruiz 10 years, 3 months ago

    I am still waiting, please help me

  3. Andrew Misplon Staff 10 years, 3 months ago

    Hi. I’m not sure where some of the spacing is coming from, sorry, We can fix it with negative margin. The padding 0 I’ve added below reduces some, we’re using margin for the rest.

    Try:

    .layout-full.page-id-535 .panel-grid:first-of-type .panel-row-style.panel-row-style-full-width {
    	margin-top: -28px;
    	padding-top: 0;
    }
  4. Carolina Ruiz 10 years, 3 months ago

    Thanks!, the spacing isn´t there anymore. An what about the logo of Pivy?
    after a while it show up, and i dont know how to remove it.

  5. Carolina Ruiz 10 years, 3 months ago

    And please, remember the thank you page: http://www.controlward.com/kit-luces-inteligentes/gracias/
    I use the same code and it didn`t work

  6. Andrew Misplon Staff 10 years, 3 months ago

    Regarding removing the logo. Perhaps check if you have this plugin installed:

    https://wordpress.org/plugins/privy-website-widget/

    The CSS I sent has a page ID so it’ll only work for the one page. For the Thank You page, there is a Text widget with the following markup:

    <span style="display:block;clear:both;height: 0px;padding-top: 100px;"></span>

    That markup is adding space. Trying taking a look at the page’s construction.

  7. Carolina Ruiz 10 years, 3 months ago

    Yes, I do have installed that plugin, and it is still show up in the landing and in the thank you page.

    On the other hand, i used the same code for the thank you page, and changed the page id, the menu is not on the page, but the bottom with information of the company and social networks still appears, that´s the problem, we only want the text on the page, no menus, no information.

    The space on the thank you page is added intentionaly, i used a spacer.

    Thanks

  8. Andrew Misplon Staff 10 years, 3 months ago

    Privy Logo:

    I haven’t used this plugin. You’d ideally need to investigate it a bit further to figure out why it’s adding the logo as you’ve shown us. Perhaps plugin support can help.

    Thank You Page:

    To hide the footer on the thank you page, add:

    body.page-id-588 { background: #fff !important; }
    .page-id-588 #colophon { display: none; }
  9. Carolina Ruiz 10 years, 3 months ago

    Thaks Andrew!

    That worked very well.

    Privy is a popup that we use to capture emails. With CSS we achieved quit the popup, but that logo no. I saw the code, and Privy use this code:

    <div class="privy-powered-by" style="display:block !important">
      <a href="http://privy.com?utm_source=widget&utm_campaign=powered_by&utm_medium=web" target="_blank" alt="Powered by Privy" title="Powered by Privy">
        <img src="//d29g3t09rhf8x6.cloudfront.net/assets/privy_pb_logo_stroked-c37e091c4394df82e11b4d901b1b7aea.png" width="90">
      </a>
    </div>

    so, i put on CSS this:

    .page-id-588 .privy-powered-by{display: none !important;}

    And it didn´t work :(… Any idea?

    thanks for your help

  10. Andrew Misplon Staff 10 years, 3 months ago

    The logo seems to be gone on my side. Are you still seeing a problem?

    (It’s worth keeping in mind that you’re using a caching plugin. That can cause issues with you’re developing. It’s worth clearing your cache and de-activating until you’re done with the site).

  11. Carolina Ruiz 10 years, 3 months ago

    Sorry Andrew,

    I inactivated the popup yesterday, but the widget is working again.

    Thanks

  12. Andrew Misplon Staff 10 years, 3 months ago

    Sorry, not quite with you. Is the problem resolved now?

    Thanks :)

  13. Carolina Ruiz 10 years, 3 months ago

    Not really, I had to remove the popup from all website, but we dont want it, we want only remove from landing and thankyou page. :(

  14. Andrew Misplon Staff 10 years, 3 months ago

    I can’t see it here: http://www.controlward.com/kit-luces-inteligentes/gracias/. I’d need to see it to try help further. Thanks.

  15. Carolina Ruiz 10 years, 3 months ago

    Ok, the widget is active again, after 2 minutes and when an exit intend. In the both pages,
    http://www.controlward.com/kit-luces-inteligentes/
    and
    http://www.controlward.com/kit-luces-inteligentes/gracias/

  16. Andrew Misplon Staff 10 years, 3 months ago

    Sorry, I’m still not seeing the logo. If the logo is coming from a specific widget and you don’t want that widget displaying on certain pages you can use Jetpack Widget Visibility to disable it conditionally:

    http://jetpack.me/support/widget-visibility/

    Reaching out to the plugin creator for assistance on this particular challenge might also be helpful.

  17. Carolina Ruiz Private 9 years, 9 months ago

    This is a private message.

  18. Andrew Misplon Staff 9 years, 9 months ago

    Sure, I’ll erase that now. We use software that picks up email signatures and removes them, unfortunately, it doesn’t work 100% of the time. Apologies for the hassle.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread