Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2014-07-24 23:02:55

wolfram
Member
Registered: 2014-05-04
Posts: 48

Error in webpage

Hi,

I am getting forward with my site trasition. Great job guys!

When opening my page www.art4u.photography on the computer I can see some text outside the top right side of the core page:

Site Heading
Site
Subheading

Can I get rid of this?

Thanks!
Wolfram

Offline

#2 2014-07-25 03:18:21

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Error in webpage

Masthead controls. Don't use the "profile" style; choose "banner" instead.


Matt

The Turning Gate, http://theturninggate.net

Offline

#3 2014-07-25 15:02:07

wolfram
Member
Registered: 2014-05-04
Posts: 48

Re: Error in webpage

Yes, I had this before, but then I have the problem when shrinking the page (for ipad and iphone) the banner gets smaller and I get a white area below and above the banner. I would like to have it allways the same size, left top aligned. Is this possible, as I had it with the CE3?

Offline

#4 2014-07-25 15:31:32

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Error in webpage

To scale as you describe will require some custom CSS, implemented via PHPlugins. I've been planning to write an article about it, so I'll try to make that a priority for you.

In the meantime, "Banner" is what you want. Go ahead and setup Custom CSS now. Then you'll be ready to apply the changes when I've written things up.


Matt

The Turning Gate, http://theturninggate.net

Offline

#5 2014-07-25 16:48:36

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Error in webpage


Matt

The Turning Gate, http://theturninggate.net

Offline

#6 2014-07-26 00:40:30

wolfram
Member
Registered: 2014-05-04
Posts: 48

Re: Error in webpage

Thank You very much, Matthew, I will give it a try.

br

Wolfram

Offline

#7 2014-07-26 02:25:10

wolfram
Member
Registered: 2014-05-04
Posts: 48

Re: Error in webpage

Hello Matthew,
activated the phplugins.php, entered the following into the file:

@media only screen and (max-width: 1140px) { /* set max-width as width of masthead graphic */

    .masthead .mantle {
        float: left;
        height: 0;
        overflow: visible;
        padding: 0;
        padding-bottom: 20%; /* our height percentage, calculated by our ratio in Step 2 */
        position: relative;
        width: 100%;
        }

    .masthead .core {
        height: 100%;
        position: absolute; left: 0; top: 0;
        width: 100%;
        }

    .masthead h1 {
        background-position: center center;
        background-size: cover;
        height: 100% !important;
        }

    } /* max-width: 1140px */

But   no change, it still resizes the banner (its aligned left) and gives me the white border on top and on bottom of the banner. Looks like I did something wrong!

Is it possible that the banner stays at the same size when I change the width of the browswer or at the ipad?

br

Wolfram

Offline

#8 2014-07-26 04:41:24

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Error in webpage

That code does not go into your phplugins file. It's css intended for your custom.css file.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

Board footer

Powered by FluxBB