Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1381967
    kymobilemedia
    Participant

    I have a page on my website set up that I want to use for a custom Under Construction page.
    I have some custom CSS on that page, and I have transparency on the background of my optin section.
    But those do not show up when I set it to the page I want to use for the custom under construction page.

    The CSS I am using to make the section background transparent is:
    .page-id-9 .entry-wrap {
    background-color: transparent;
    }

    I set the transparency on the section background using the Cornerstone tool.

    I have my page set as the custom under contstructino at cmh23.com

    It should have a wood background, and the sections are transparent to reveal that background behind the logo and optin box.

    Thanks
    Jason

    #1381979
    kymobilemedia
    Participant

    I also noticed that the page will not scroll down when I set it to my custom page.

    #1382112
    kymobilemedia
    Participant

    Got the scroll fixed. I commented out that section in the php file.
    What css can I add now, that will make the main box of the site transparent, to show the wood background behind my text?

    #1382379
    Rupok
    Member

    Hi there,

    Coming soon page supposed to be within the viewpoint and should not scroll. If you want to enable scroll, you can just add some CSS. You never should touch the theme files or extension files to comment out any PHP code.

    Now add this under Custom > CSS in the Customizer to get rid of the white background :

    .page-id-9 .entry-wrap {
    	background-color: transparent;
    	box-shadow: none;
    }

    Thanks!

    #1382851
    kymobilemedia
    Participant

    Thanks. I will get that added.
    How can I make the .entry-wrap transparent only on the Under Construction page? I tired adding custom CSS to my page-id-9, but it will not work when that page is used as the Under Construction page.

    #1382858
    kymobilemedia
    Participant

    Never mind. It worked that time…

    Thanks for all your assistance.

    Jason

    #1382869
    kymobilemedia
    Participant

    Now that I have it back to the original PHP, and have the background transparent, now I need to enable the scrolling.
    It looks fine on a desktop, but it needs to scroll for phone users.

    What would be the CSS to allow it to scroll?

    Thanks again
    Jason

    #1383191
    Jade
    Moderator

    Hi Jason,

    I have checked your page on my iPhone and it seems to be scrolling correctly.

    Kindly try clearing your cache.

  • <script> jQuery(function($){ $("#no-reply-1381967 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>