• Hi,I tried the splash page plugin to get a fullscreen homepage, couple of questions in that regards:

    -how to get rid of white band on both side of the screen and make the image fit the screen
    https://www.memastudio.ca/

    -how to get rid of background color of that “continue to the site” text and make it transparent

    here is the website:
    https://www.memastudio.ca/

    thanks a lot

Viewing 4 replies - 1 through 4 (of 4 total)
  • Which plugin is this? You need to go to the plugins page, click on the support tab and scroll down to make a new post.

    Thread Starter memastudio

    (@memastudio)

    I am using WP Splash Page, and there is no new post in this plug in.

    Thread Starter memastudio

    (@memastudio)

    I want to get rid of the band
    https://www.memastudio.ca/?mode=wpsp_preview
    here is the code:
    <!DOCTYPE html>

    <html <?php language_attributes(); ?>>

    <head>

    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />

    <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />

    <!– === Page Title === –>
    <title><?php echo esc_html( $this->settings[‘page_title’] ); ?></title>

    <!– === Embedding style.css === –>
    <link rel=”stylesheet” href=”<?php echo esc_url( $this->template_url . ‘style.css’ ); ?>” type=”text/css” media=”all”/>

    <!– === Embedding script for YouTube Video === –>
    <?php if ( ! empty( $this->settings[‘youtube_id’] ) ) : ?>
    <script type=”text/javascript” src=”<?php echo esc_url( $this->template_url . ‘video.js’ ); ?>”></script>
    <?php endif; ?>

    <!– === Dynamic Style === –>
    <style type=”text/css”>

    body {

    background-color: #<?php echo $this->settings[‘background_color’]; ?>;
    background-image: <?php echo ( ! empty( $this->settings[‘image_url’] ) ) ? ‘url(‘ . $this->settings[‘image_url’] . ‘)’ : ‘none’; ?>;
    background-repeat: <?php echo $this->settings[‘repeat_image’]; ?>;
    background-position: <?php echo $this->settings[‘right_image’]; ?>;
    color: #<?php echo $this->settings[‘text_color’]; ?>;
    }

    /* === Highlight === */
    ::selection {
    color: #<?php echo $this->settings[‘background_color’]; ?>;
    background-color: #<?php echo $this->settings[‘title_color’]; ?>;
    }

    #wpsp-title {
    color: #<?php echo $this->settings[‘title_color’]; ?>;
    }

    #wpsp-birthday-fieldset, #wpsp-birthday-fieldset input {
    border-color: #<?php echo $this->settings[‘title_color’]; ?>;
    color: #<?php echo $this->settings[‘text_color’]; ?>;
    }

    #wpsp-continue {
    background-color: #<?php echo $this->settings[‘continue_button_bg_color’]; ?>;
    color: #<?php echo $this->settings[‘continue_button_text_color’]; ?>;
    }

    #wpsp-continue:hover {
    background-color: #<?php echo $this->settings[‘continue_button_text_color’]; ?>;
    color: #<?php echo $this->settings[‘continue_button_bg_color’]; ?>;
    }

    </style>

    </head>
    <body>

    These forums are all volunteer – if you have a critical time urgent matter, the response will always be to consider hiring an expert. It is unfair to all other if we pay attention only to you…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘fullscreen-splash plugin’ is closed to new replies.