• Hi,

    I tried creating a squeeze page using ‘WP Lead Plus Responsive’ plugin with this theme and apparently, it did not work fine (I should see only an image with contact form box, instead i see the sidebars and other stuff like any other page). The same Squeeze page worked perfect with my earlier theme. The page which worked earlier and is now broken is ‘https://onlinemoneybee.com/right-im-resources/’.

    Can you please let me know if there is something that i can do about this? Also, can you let me know which page builder/squeeze page builder/landing page builder plugins you support.

    Thanks In Advance !!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    You can remove the sidebars.

    Edit your page.
    In your edit interface, scroll down and you will find the setting -> Select a layout for this page.
    Just select the layout that does not show any sidebar.

    Update your page and your sidebar should be gone.

    Thank you

    Thread Starter lakshgrand

    (@lakshgrand)

    Thanks for the response. But, this is not the exact layout i was looking for. I still see the header & footer and also lost the background image of the page that i have set. You can see the page which is updated as explained above in the same link.

    The layout that i was trying is attached.Expected Full Page Layout

    Let me know if i can do any other updates or any other plugins to get this.

    Thanks In Advance !!!

    Hi,

    I don’t see any background image in your content.
    You should check your plugin setting.

    As for header and footer, there is no option in the theme to remove it.
    You can use the following css code in your child theme.
    They only applies to https://onlinemoneybee.com/right-im-resources/ which has page id of 1050

    .page-id-1050 #header, .page-id-1050 #footer {
        display: none !important;
    }
    .page-id-1050 .content {
        min-height: 1000px !important;
    }

    Thank you

    Thread Starter lakshgrand

    (@lakshgrand)

    Thanks for your reply. But, i created similar pages using the same plugin in my other website (built on different theme). I am not sure how you confirm that the image is not present in the content.

    I have included 2 links ‘Link1’ & ‘Link2’ in the same page which is provided in the first post. Can you take a look at those pages and let me know if this is possible with Hueman theme or not. (I have followed the exact steps and everything works perfect with other website and different theme but not hueman)

    Thanks In Advance !!!

    Hi,

    I confirm the image is not present in your content by looking for it in your page source.
    Here how you do it.
    https://www.wikihow.com/View-Source-Code

    I cam also see that you are using W3 Total Cache plugin.
    You will need to clear your cache content after you make any edit to your website so as to allow the updated content to show up on your front end.

    Thank you

    Thread Starter lakshgrand

    (@lakshgrand)

    Thanks for your reply. I checked and see that the content do not have image. Also, i see no change even after clearing the cache. My other website also had exact same plugins (at least total cache & wp leads plus), but is working fine with other themes.

    Any possibility, you think this not be related to theme? Since theme is the only change between my other websites and this one, i assumed this needs to be looked by you. Please do let me know if this has nothing to do with theme. Will be happy to do any changes if you can suggest though.

    Thanks In Advance !!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Support with Squeeze Page Builder’ is closed to new replies.