|
#1

Oct 18, 2009, 06:16 PM
|
 |
|
|
34 posts · Jan 2009
Detroit, Michigan
|
|
I used to be able to change the font color and add italics to posts.
I did something to make it where the actual HTML markup is displayed, instead of the styling.
An Example is here:
http://www.politicalbyline.com/2009/09/19/this-i-cannot-defend/
What do I do fix this? or is it a bug in the theme?
Anyone know if it's a setting?
P.S It used to work fine. But I think either changed a setting or something in the theme changed.
HELP!
|
#2

Oct 18, 2009, 06:55 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
What version of Atahualpa?
if you are on 3.4.x. what are you putting in the Atahualpa Post Options on the Edit Posts page of the wordpress dashboard
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3

Oct 19, 2009, 07:54 AM
|
 |
|
|
34 posts · Jan 2009
Detroit, Michigan
|
|
Quote:
Originally Posted by juggledad
What version of Atahualpa?
if you are on 3.4.x. what are you putting in the Atahualpa Post Options on the Edit Posts page of the wordpress dashboard
|
Latest version 3.4.4. I tried clearing out that post options thing and resaving, it's still not doing right. It's a bug. It worked fine before. Now it's showing the code instead of the styling. If this isn't fixed soon, I might have to dump the theme. Geez.... Why can't people code stuff RIGHT in the first place??!?!?!
|
#4

Oct 19, 2009, 08:35 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Hmmm this seems to be related to the new Atahualpa Post Options. I'll try to take a look at the code
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#5

Oct 19, 2009, 10:02 AM
|
 |
|
|
34 posts · Jan 2009
Detroit, Michigan
|
|
Quote:
Originally Posted by juggledad
Hmmm this seems to be related to the new Atahualpa Post Options. I'll try to take a look at the code
|
Okay thanks.... Like I said, it worked before. Now it's not. Funny thing is, I have a "Related Posts" plug in, and it displays fine with that. So, I dunno.
|
#6

Oct 19, 2009, 10:09 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Did it work before you moved to your current Atahualpa release. It could be that if this was set on a old post, it could have worked tioll you updated the post when the new Atahualpa Post options would kick in..
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Oct 19, 2009 at 03:43 PM.
|
#7

Oct 19, 2009, 01:54 PM
|
 |
|
|
34 posts · Jan 2009
Detroit, Michigan
|
|
Quote:
Originally Posted by juggledad
Did it work before you moved to your current Atahualpa release. It could be that if htis was set on a old post, it could have worked tioll you updated the post when the new Atahualpa Post options would kick in..
|
I was not working, before I updated the post. It stopped displaying properly after I upgraded to the new version.
Please, fix it.
Last edited by Paleo Pat; Oct 19, 2009 at 05:36 PM.
Reason: fixed typo....
|
#8

Oct 19, 2009, 05:36 PM
|
 |
|
|
34 posts · Jan 2009
Detroit, Michigan
|
|
So, did you find anything out?
|
#9

Oct 19, 2009, 06:45 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Um no, I haven't even looked. I do this on a volunteer basis. While some people will give me a donation no one is paying me (unless you would like to  ) So I get to things as my life allows and today has been a busy day.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10

Oct 20, 2009, 06:41 AM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
in 3.4.4 edit bfa_post_parts.php and change line 55 from
HTML Code:
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php
to
HTML Code:
<a href="<?php the_permalink() ?>"><?php
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#11

Oct 20, 2009, 03:45 PM
|
 |
|
|
34 posts · Jan 2009
Detroit, Michigan
|
|
Quote:
Originally Posted by juggledad
in 3.4.4 edit bfa_post_parts.php and change line 55 from
HTML Code:
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php
to
HTML Code:
<a href="<?php the_permalink() ?>"><?php
|
FTP'ed said file, made the said change in the code, ftp'ed it back, cleared my cache and it still is not displaying properly. It is still displaying the code, instead of the styling changes in color and so on.
So, it's still broke. Hopefully when the owner of this theme comes back, he can tell me what possibly happened and why it is not working anymore.
Meanwhile, I will be looking around for another theme. I just cannot have something breaking like this. I run a high traffic production Blog and I just cannot have stuff like this breaking. Sorry to be an ass about it. But I just need reliability; and this theme just isn't providing that.
Thanks,
-Pat
|
#12

Oct 20, 2009, 04:10 PM
|
 |
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#13

Oct 22, 2009, 02:26 PM
|
 |
|
|
34 posts · Jan 2009
Detroit, Michigan
|
|
Quote:
Originally Posted by juggledad
|
I think it's a setting somewhere, but I cannot figure out what it is.... I guess I'll have to wait till the man that wrote the thing gets back.
|
#14

Oct 22, 2009, 08:30 PM
|
 |
|
|
34 posts · Jan 2009
Detroit, Michigan
|
|
FOUND IT!
It was this setting here: HEADLINE Box: Text
I had put a size in there and it was causing the text styling not to come through, removed the size spec I had in there and my red text came back, as did the other stuff.
WHEW!
|
|