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.

#26 2014-09-05 01:57:02

markh
Member
From: Center of The US
Registered: 2012-09-24
Posts: 380
Website

Re: WP theme 305 masthead disappears

Have created exports of the theme in version 304 and 305 in 2 zip files. Where would you like me to send them? They are identical except for the version of plugin used to create them.

Last edited by markh (2014-09-05 01:58:36)

Offline

#27 2014-09-05 01:58:36

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

Re: WP theme 305 masthead disappears

Do you have an image assigned via Theme Options, or no?


Matt

The Turning Gate, http://theturninggate.net

Offline

#28 2014-09-05 02:02:16

markh
Member
From: Center of The US
Registered: 2012-09-24
Posts: 380
Website

Re: WP theme 305 masthead disappears

Yes. Although if I remove the image in theme options the masthead remains intact.

Last edited by markh (2014-09-05 02:03:26)

Offline

#29 2014-09-05 02:17:25

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

Re: WP theme 305 masthead disappears

Mark, you can click the Email button under my headshot and send them to me there


Matt

The Turning Gate, http://theturninggate.net

Offline

#30 2014-09-05 06:41:28

markh
Member
From: Center of The US
Registered: 2012-09-24
Posts: 380
Website

Re: WP theme 305 masthead disappears

Those who know me would tell you that I'm nowhere near as thick headed as I come off.  That said, how in the world do I attach a file to an email sent from this forum?

Offline

#31 2014-09-05 06:48:51

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

Re: WP theme 305 masthead disappears

when I click on Matt's email link, my local email client (Outlook in my case) pops up. If yours does the same, then just attach the files as you'd normally would in any email.
If not, then open your email client and email him in the normal way. The address is matthew at theturninggate dot net


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

Offline

#32 2014-09-05 06:55:40

markh
Member
From: Center of The US
Registered: 2012-09-24
Posts: 380
Website

Re: WP theme 305 masthead disappears

Thanks Rod, That's what I needed. Attachments in outlook and thunderbird are a snap, from within the forum, not so much.

Offline

#33 2014-09-05 16:32:39

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

Re: WP theme 305 masthead disappears

In 3.0.5, open style.css for editing.

Find:

.masthead h1 {
    background-image: url('../images/identityplate.png');

Change to:

.masthead h1 {
    background-image: url('lib/images/identityplate.png');

Does that put everything back to behaving as before, or are you still finding issues?


Matt

The Turning Gate, http://theturninggate.net

Offline

#34 2014-09-05 19:29:58

markh
Member
From: Center of The US
Registered: 2012-09-24
Posts: 380
Website

Re: WP theme 305 masthead disappears

Yes and no. That resolves the masthead problem. Nav remains on 2 lines. As Rod suggested I changed nav items in phplugins to span elements:
<span><a href="/index.php">Blog Home</a></span>
For both nav menu options but nav remains on 2 lines. Cleared cache. Refreshed page. No change.

Offline

#35 2014-09-05 22:10:00

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

Re: WP theme 305 masthead disappears

The menu is fine when I enable your theme on CampagnaPictures. The problem is the formatting of your source code via PHPlugins. You should cross-reference our examples in the default phplugins.php file.


Matt

The Turning Gate, http://theturninggate.net

Offline

#36 2014-09-05 22:10:01

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

Re: WP theme 305 masthead disappears

your nav is all on one line now. Are you still seeing the problem?


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

Offline

#37 2014-09-06 07:14:34

markh
Member
From: Center of The US
Registered: 2012-09-24
Posts: 380
Website

Re: WP theme 305 masthead disappears

Strange. Now it's OK. Something I have noticed with Wordpress before is that occasionally changes uploaded to the hosting server seem to take awhile to appear on the page. I have never seen the problem with any of my non-Wordpress sites. With them uploaded changes are visible immediately. Is this a Wordpress specific behavior? Or is it perhaps just the way my hosting service has Wordpress setup? As I've said WP isn't my strong point, but if it's something I can tweak in one of the underlying files I'm game to give it a try.

Offline

#38 2014-09-06 07:44:41

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

Re: WP theme 305 masthead disappears

I've never noticed a problem like that with WordPress other than maybe some caching issues that were quickly resolved by clearing the cache in the browser.
Do you happen to be running one of those caching plug-ins? That might cause the delay.


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

Offline

#39 2014-09-06 09:48:00

markh
Member
From: Center of The US
Registered: 2012-09-24
Posts: 380
Website

Re: WP theme 305 masthead disappears

As a matter of fact I did have a plugin called W3 Total Cache running that supposedly improves the user experience. I've disabled it and will see what that does for affecting speed of updates. Good call Rod. I wouldn't have thought of that.

Later: Well, I tested quickness of code changes being reflected in the WP site and they are now, pretty much, immediate. The cache plugin was the culprit and Rod was dead on! Thank you.

Last edited by markh (2014-09-06 10:03:58)

Offline

#40 2014-09-06 18:48:38

David
Member
From: Glasgow, Scotland
Registered: 2012-09-24
Posts: 25
Website

Re: WP theme 305 masthead disappears

I have the same error. http://www.daviddalziel.com/blog/

ID plate missing in main page and posts. In addition when I click on a post my image for that post does not show. Only the text. Not sure if that is something I have done wrong but I cant find any options to change the appearance of my posts to include the featured image.

Offline

#41 2014-09-06 22:52:36

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

Re: WP theme 305 masthead disappears

I cant find any options to change the appearance of my posts to include the featured image

In WordPress, it's under Appearance> Theme Options > Basic Settings


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

Offline

#42 2014-09-07 02:05:50

David
Member
From: Glasgow, Scotland
Registered: 2012-09-24
Posts: 25
Website

Re: WP theme 305 masthead disappears

rod barbee wrote:

I cant find any options to change the appearance of my posts to include the featured image

In WordPress, it's under Appearance> Theme Options > Basic Settings

Thanks Rod!

Offline

Board footer

Powered by FluxBB