A Couple of Issues with the Theme

Discussion in 'StartPoint Business One Page WordPress Theme' started by sangermike, Nov 30, 2014.

Thread Status:
Not open for further replies.
  1. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    1. The site is all messed up on IE
    IE view.jpg

    2. When browsing pages then go back to HOme. the slider disappears
    going back to home.jpg

    3. I changed the colors of the area where the logo is and the footer wrapper. It shows fine on Chrome (desktop) but shows default coffee (i think-like the footer-copyright color) on tablet and smartphone.

    4. I need help with styling as shown in pic.

    texts.jpg

    Hoping to hear from you. And Thanks in advance.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. & 2. You website is working fine on IE see following video link.
    http://screenpresso.com/=5zukf

    3. & 4. You have to edit footer.php file as shown below in screenshot.

    1dec4.png

    Then paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer h3 {
    text-align: center;
    }
    .mobile-logo {
    background: none;
    }
    .footer-copyright {
    text-align: center;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    Thank you. I think issue #2 is persistent. Going back to Home from another tab, the slider wont show. unless you refresh.
     
  4. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    Also Yogesh. We centered everything on the footer section but I can't find a way to center my custom menu on the fourth footer.
     
  5. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer ul li {
    margin-left: 36%;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  6. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
Thread Status:
Not open for further replies.

Share This Page