Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] Help with removing byline on Main page (http://forum.bytesforall.com/showthread.php?t=19220)

disfasia Dec 31, 2012 12:26 PM

[SOLVED] Help with removing byline on Main page
 
http://oneworldnow.net/

I do not want the "By...date" info on the byline.

On the ATO page I have nothing under the BYLINE: Homepage--it is blank.

How can I remove this main page byline?

Thanks in advance.

juggledad Dec 31, 2012 01:22 PM

use a code editor like Firebug in firefor to examine the code to see how it is put there. then you should be able to figure out how to remove it.

disfasia Dec 31, 2012 01:26 PM

Yes, I have done that but I am not sure where to edit that page specifically--at least I can't find the home page layout.

This is what I get in Firebug:

<p class="tpg-byline-class">By disfasia on September 5, 2012</p>

Which page do I edit? I really don't have days to spend on this and it seems to me I edited this six months ago and my changes get wiped out with every update.

Honestly, I am due to have a baby in a few days and would really like to fix this now. I am exhausted and really tired of refixign the same things over and over. Can't there be an easier interface?

I went into Main Index Template and and css edited out the info--didn't work. Please let me know which page to edit. I really want to just do fix this now. Please let me know which page to edit.

Thanks for your help!

lmilesw Dec 31, 2012 03:54 PM

What about the other "byline" boxes in the Edit Post/Page info section?

disfasia Dec 31, 2012 10:23 PM

They are all empty. Yet as you can see it shows in my main page. Why is this?

Thanks again.

lmilesw Dec 31, 2012 10:57 PM

Since you have
HTML Code:

<p class="tpg-byline-class">By disfasia on September 5, 2012</p>
your selector would be .tpg-byline-class so you would add the following to the CSS Inserts box to not display that item.
HTML Code:

.tpg-byline-class {
display: none;
}

or perhaps
HTML Code:

.tpg-byline-class {
display: none !important;
}

Sometimes the !important is needed to override the CSS that is in place.

disfasia Jan 1, 2013 04:21 AM

The problem was that I was putting the right code :

.tpg-byline-class {
font-size:0px;
}

in the wrong place. It doesn't work to insert it into any of Atahualpa's style sheets.

I did find the solution by finding a stylesheet for the tpg get posts style.css and it works.

Thanks for all your help! Happy New Year!


All times are GMT -6. The time now is 05:38 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.