Title on Page


  Page 1 of 2 Next Last 
Author Message
Mike

Posted: 1/21/2013
Quote message 

Just wondering if anyone else is having this issue with the latest Artisteer.

I exported a theme and installed it to WordPress. When I checked the page to see how it looked, I noticed that on my home page was the page title. I figured I had to go to page and uncheck the page title, but when I edited the page, it was already unchecked. No matter how many times I checked it, updated, unchecked, updated...it wouldn't go away. To make it even better, it didn't even have the correct page title - just displayed 'Post'.
 
Theodas

Posted: 1/21/2013
Quote message 

My pages look ok, but all my posts now are just titled "Post" and they aren't clickable links like they should be.
 
Tom

Posted: 1/21/2013
Quote message 

All my page and posts headers say POST. Come on Artisteer, get it together.
 
Don Harris

Posted: 1/21/2013
Quote message 

Mine too says just POST. Seems to be a fairly obvious bug. This is DEFINITELY NOT release quality.
 
Tom

Posted: 1/21/2013
Quote message 

My sub-menus also do not work on mobile phone. They do work on tablet.
 
Tom

Posted: 1/21/2013
Quote message 

Actually, I can get the sub-menus to display briefly on mobile phone in landscape view and also on my tablet, but I cannot select any sub-item before the page submits to the parent page. And sub-menus do not display at all on phone in portrait view.

Anybody else experiencing this issue?
 
Vera

Posted: 1/22/2013
Quote message 

Al my posts now are just titled "Post" did you have some solution ?
 
Excon

Posted: 1/22/2013
Quote message 

Please help its bad bug... I updated several sites now i have all over post written
 
Vera

Posted: 1/22/2013
Quote message 

I have answer from Staff Artisteer for this problem please do this

Pleasy try this workaround:

Go to wp-admin => Appearance => Editor and open wrappers.php file, find this line:

<article<?php echo $id; ?> class="art-post art-article <?php echo $class; ?>">
<h2 class="art-postheader">Post
</h2>

Delete Post from there and save.


 
cmpessoa

Posted: 1/22/2013
Quote message 

Quote Vera:

...
Delete Post from there and save.
...


Vera,
I did this and I get nothing displayed.

But if I change the word Post for this:

<?php echo $title; ?>

VOILA! It works! :-)
 
Vera

Posted: 1/22/2013
Quote message 

Nice - good to kno that , but firts work too :)
 
Josicus

Posted: 1/22/2013
Quote message 

I have the same issue as all of ya, I just removed this part from wrapper.php and that solved it for me for know. <h2 class="art-postheader">Post
</h2>
 
Mike

Posted: 1/22/2013
Quote message 

Great fix...it's just too bad that every time a newly revamped RC version comes out, it's worse then the previous version and we have to dink around with things to make it work.
 
Ferny

Posted: 1/22/2013
Quote message 

This worked like a charm I had been fiddling around all night trying to fix this issue and started to wonder if it was just me. Thanks for all the help everyone! :-D
 
Tom

Posted: 1/22/2013
Quote message 

This worked great. Thanks.
 
Karl

Posted: 1/23/2013
Quote message 

Quote Don Harris:

Mine too says just POST. Seems to be a fairly obvious bug. This is DEFINITELY NOT release quality.


The same here man.... All titles just "Post"

This needs a fast fix!

 
Nick

Posted: 1/23/2013
Quote message 

Why aren't they releasing an automated WordPress plugin update, since they know how to fix the problem? Why are they waiting for and not actively managing another marketing blunder?

The solution posted by Vera and cmpessoa works like a charm btw. I am very grateful to you guys.
 
melinda

Posted: 1/31/2013
Quote message 

Go to wp-admin => Appearance => Editor and open wrappers.php file, find this line:

<article<?php echo $id; ?> class="art-post art-article <?php echo $class; ?>">
<h2 class="art-postheader"><?php echo $title; ?>
</h2>

Yes that does work but it does need to be fixed. I have some multi theme sites and this has to be done multi times LOL
 
lovemetender

Posted: 1/31/2013
Quote message 

I am going crazy. I can't find the title button to start typing. How do I type title and slogan in this version? Anyone?
 
Dave

Posted: 2/1/2013
Quote message 

Quote Josicus:

I have the same issue as all of ya, I just removed this part from wrapper.php and that solved it for me for know. <h2 class="art-postheader">Post
</h2>



I'm new to CSS so can you please be clear on what you did? Did you just backspace over that one word "Post" outside of the brackets?
 
Dave

Posted: 2/1/2013
Quote message 

Quote cmpessoa:

Quote Vera:

...
Delete Post from there and save.
...


Vera,
I did this and I get nothing displayed.

But if I change the word Post for this:

<?php echo $title; ?>

VOILA! It works! :-)




===========

I don't understand. Please explain what it is that you deleted. Did you delete a specific line and replace it with --- <?php echo $title; ?> or did you replace one specific instance of a word?

I'm not comfy with CSS and just want to double-check what you're describing.

Thank you!
 
gcm

Posted: 2/1/2013
Quote message 

Someone can correct me if I'm wrong on this, but I think what cmpessoa
is saying if you want the actual title, not the title "POST" then just do what vera says, but instead of just getting rid of the word "POST" place <?php echo $title; ?> in it's place.

Quote Dave:

The delete "Post" work-around worked! Whew!

But I still do not understand cmpessoa's fix. I'd like to understand that work-around as well, in case the other one does not work as we wait for an Artisteer version that fixes this pesky bug.


 
richard

Posted: 2/2/2013
Quote message 

btw Dave. .it's a php fix not css.
 
David

Posted: 2/3/2013
Quote message 

removing "Post" in wrappers.php workded


<a href="http://ultimatewebandseo.com">freelance website designer</a>

 
Sean

Posted: 2/4/2013
Quote message 

Thanks for posting this guys.
Removed "Post" and added this: <?php echo $title; ?> in its place did the trick.
Going to be a real pain to update these templates each time. Grrrrr.
 
Joanna

Posted: 2/6/2013
Quote message 

I opened Artisteer yesterday to update my website/blog template, and updated to the latest version of Artisteer.
I have spent many hours trying to figure out what I am doing wrong, bugging my IT guru husband, and getting stressed out, trying to find out why the titles of my pages/posts in WordPress, are just coming up with Pages or Posts, very frustrating!!!
I don't know enough about .php to confidently edit the file, so please Artisteer can you fix this bug quick! As I won't be able to edit/create any new Artisteer templates until you fix it.
Thanks to everyone for posting, forums are a great help!
Now I can stop wasting my time trying to figure out what is wrong :-)
 
Kieran

Posted: 2/6/2013
Quote message 

Yes there are bigger bugs to fry but 2 weeks since the last RC, surely they could have dropped a hotfix for this...
 
sbooder

Posted: 2/22/2013
Quote message 

Nice one cmpessoa!
 
sirajperson

Posted: 10/6/2013
Quote message 

;-)
in wrappers.php replace:
<h2 class="art-postheader">Post
</h2>

<?php
if(strlen($title) > 0){

?>
<h2 class="aaa001-postheader">
<?php echo $title; ?>
</h2>
<?php
}
?>

This way if you want to have static pages without header you don't get the header css.
 
Angel

Posted: 5/30/2014
Quote message 

Quote David:

removing "Post" in wrappers.php workded


<a href="http://ultimatewebandseo.com">freelance website designer</a>



how can I fix this when I export as website?
 
  Page 1 of 2 Next Last