Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

Editing the Archive title


  #1  
Old Feb 7, 2009, 10:41 AM
pushkinpassey
 
19 posts · Feb 2009
Hi!
Firstly, an excellent theme. It really made my life easy!
I search the forum before posting and I just can't seem to find a thread relating to my query.

I am designing my school's first year website, (http://www.aafys.net) and I can't seem to find how to edit the text "Archive for the ‘Notices’ Category" when I click on Class Notices on top.

I want it say just "Notices" ie: the category name, and not "Archive for the....category".

It's exactly like the following problem, except this guy was able to edit the archives.php file but your theme doesn't seem to have any such file!
http://wordpress.org/support/topic/222227?replies=3

Would really appreciate your help!
  #2  
Old Feb 7, 2009, 11:32 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Are you using the page2cat plugin? Because Atahualpa doesn't output that. If you're using that plugin put a hash # sign in front of line 813
PHP Code:
# echo '<h2 class="pagetitle">Archive for the ‘'.single_cat_title('',false).'’ Category</h2>'; 
in page2cat.php
  #3  
Old Feb 7, 2009, 12:26 PM
pushkinpassey
 
19 posts · Feb 2009
Thank you Flynn! :-) It's working now!
  #4  
Old Nov 25, 2009, 07:57 PM
sarge's Avatar
sarge
 
16 posts · Oct 2009
Quote:
Originally Posted by Flynn
Are you using the page2cat plugin? Because Atahualpa doesn't output that. If you're using that plugin put a hash # sign in front of line 813
PHP Code:
# echo '<h2 class="pagetitle">Archive for the ‘'.single_cat_title('',false).'’ Category</h2>'; 
in page2cat.php
How would I go about changing the color of the font for this? I have a black background and the font used is black?
  #5  
Old Nov 26, 2009, 05:38 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
try
HTML Code:
. pagetitle h2 {
color: #FFFFFF;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Nov 26, 2009, 09:44 AM
sarge's Avatar
sarge
 
16 posts · Oct 2009
Quote:
Originally Posted by juggledad
try
HTML Code:
. pagetitle h2 {
color: #FFFFFF;
}
I tried a lot of different locations for the code you posted and it did not work for me. Where would I place the code you posted in this:

HTML Code:
	}
	break;
	
	
	endswitch;
	
	?> 
	<?php
	else:
	echo '<h2 class= "pagetitle">Archive for the ‘'.single_cat_title('',false).'’ Category</h2>';	
	endif;
}
  #7  
Old Nov 26, 2009, 10:06 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Put it in CSS Inserts i.e. ATO->Add HTML/CSS Inserts->CSS Inserts
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #8  
Old Feb 6, 2010, 09:19 PM
Zona
 
30 posts · Jan 2010
Related problem I think....

How do I make changes to the titles in an archive page?

I would like to change the font, size, and color.

The titles now appear as "Archive by Month" and "Archive by Category"
  #9  
Old Feb 18, 2010, 01:20 AM
Zona
 
30 posts · Jan 2010
I still haven't figured this out

Does anyone know how to reformat the titles that appear when you create an archive page? I'm trying to change font type, size and color.
  #10  
Old Feb 22, 2010, 09:06 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
use a css insert
HTML Code:
.archives-page h3{
color: red;
}
you can add any other text rules you want
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #11  
Old Mar 8, 2010, 11:07 PM
Zona
 
30 posts · Jan 2010
Thanks this worked perfectly. I also used your info to change the size of the title with this:

.archives-page h3{
font-size: 1.2em;
}

Is there code for CSS inserts that will center the info on the page? I wasn't able to figure that one out.
  #12  
Old Mar 9, 2010, 04:51 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
take a look at the text-align option of CSS (http://www.w3schools.com/CSS/pr_text_text-align.asp)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
editing HTML Inserts: Header pablolobo Header configuration & styling 0 May 30, 2009 01:53 PM
Editing page php rhymes Atahualpa 3 Wordpress theme 2 May 16, 2009 10:38 PM
Problem editing the theme Jerry Atahualpa 3 Wordpress theme 4 Mar 31, 2009 10:51 AM
editing page links saurus74 Page & Category Menu Bars 1 Mar 2, 2009 06:37 PM
Editing the table style and in the posts kirinafa Atahualpa 3 Wordpress theme 1 Mar 1, 2009 03:54 PM


All times are GMT -6. The time now is 06:37 AM.


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