Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #866558

    Hello. I will post more details in my next (hidden) post. Thanks.

    #866652
    This reply has been marked as private.
    #866653
    This reply has been marked as private.
    #866656
    This reply has been marked as private.
    #866657
    This reply has been marked as private.
    #866705

    I have, by the way, been able to successfully create an iframe on a page. I can even get it to link to the vendor’s site. But I’m lost for how to get the actual quote results page to frame on my site.

    #867163

    Christian
    Moderator

    Hey there,

    Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    Thank you for your understanding.

    #867924

    OK. I think I’m figuring it out – or at least a work-around. I still have a problem with the theme, however. I need to have a page to build on that is completely blank. When I select a template with “no container, no footer, no header”, the page still shows a green border (part of my site color scheme) on the bottom of the page. How do I get it to be completely blank?

    I still want to be able to use Cornerstone to edit the page. I just need a template with nothing on it.

    #867938

    Actually, I think I figured it out. I just needed to set the background color to white.

    If it’s still not to much trouble to know the answer to the question about making a fully blank template that I could use with cornerstone, that would be great. Thanks!

    #867965

    Yeah, I still need to know how to get rid of the bottom section. I’m trying to frame a page from my site and when I do, it adds a ton of extra white space.

    #868718

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    .template-custom .footer {
        display: none;
    }

    Hope that helps.

    #870429

    Yes. I do believe that did the trick. Thank you!

    #870766

    Paul R
    Moderator

    You’re welcome! 🙂