Support » Theme: raindrops » Header / Mobile Issues

  • Resolved ettephel

    (@ettephel)


    Hello! Wonderful theme you have created.

    I am having some issues with my WP Site running the newest version of Raindrops.

    1.) My Header Image has a space above it and I cannot seem to find the css to remedy this.

    2.) My mobile theme is not functional on iOS devices. Pages do not display correctly. I have tried a few different things to repair it, but I cannot seem to get it to display correctly. All Android and Windows devices display and function perfectly. As soon as it gets on an iOS Device it does not work correctly.

    http://www.lovelandcappys.com

    EDIT: I would also like to remove the space below the footer.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ettephel

    (@ettephel)

    Okay I removed the space. Now just the mobile issue!

    Theme Author nobita

    (@nobita)

    Hi ettephel

    Is it possible to get me the URL of your WEB site?

    Thank you.

    Thread Starter ettephel

    (@ettephel)

    It’s in the first one at the bottom. Also the header is loading last now..so a menu bar comes up then the header. No space anymore. I still have space in the footer though .

    Theme Author nobita

    (@nobita)

    I still have space in the footer though .

    Prease Try below

    add your functions.php between add start and add end

    <?php
    //add start
    $raindrops_status_bar = false;
    //add end
    /**
     * functions and constants for Raindrops theme
     *
     *
     * @package Raindrops
     * @since Raindrops 0.1
     */
    if ( !defined( 'ABSPATH' ) ) {
    
    	exit;
    }

    Thread Starter ettephel

    (@ettephel)

    Awesome! That worked perfect!

    Anyway to fix the header not displaying right away causing the page to bounce? When you load any page the menu bar and the body loads first then the header loads pushing the page down.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Header / Mobile Issues’ is closed to new replies.