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 » New Versions, & Updating »

Posts/Excerpt Problem


  #1  
Old Jun 6, 2009, 11:49 AM
jfrenaye
 
54 posts · May 2009
I upgraded and have the settings correct I believe. I am looking to have 10 posts per page (this is set in the SETTINGS-->READING) and then the first 5 posts as full posts, and the remainder just excerpts on the front page. Subsequent pages are all excerpts.

On the theme settings under POSTS/EXCERPTS I have the first setting as EXCERPTS ONLY and then the next setting as SHOW THE FIRST 5 (have also changed that number and the number in the settings and still no go)

It is showing the full 10 posts as full posts on the front page and then the following pages are excerpts.

Also, I would like to know the cost for someone to modify the CSS (I am not confident in myself) for the Block Quote to be a large quote mark before a block quote on the left, and a large quote mark at the end of the block quote on the bottom right. The color of the quote mark would be similat to the current background color of the block quote.

the url is
http://www.eyeonannapolis.net

Thanks
John
  #2  
Old Jun 8, 2009, 09:47 AM
BradBrown's Avatar
BradBrown
 
54 posts · Mar 2009
I've never tried mixing full posts and excerpts on a single page, so I can't help you there. I can give you some info on your blockquote issue.

I don't think it's possible to do exactly what you want in all browsers with CSS only. I can explain the technical issues involved if you're interested.

If you're willing to settle for just an opening quote, it's very simple. I did a quick search and found an example here: http://www.cssnewbie.com/example/styling-blockquotes/. (You can find the code explained here: http://www.cssnewbie.com/six-ways-style-blockquotes/)

If you really want both opening and closing quotes that work in pretty much any browser, there are ways to do it, but you have to add extra HTML markup or Javascript.

To have images of both an opening and closing quote, you can add some extra HTML. For example, every time you create a blockquote, you can insert an extra DIV inside it. The CSS can use this extra DIV to display the closing quote image. In theory, a Wordpress plugin could automatically add the extra markup behind the scenes, but as far as I know, none exists.

There also is a way to use CSS to insert actual quote characters instead of images. Unfortunately, this isn't supported by all browsers, and it would be more difficult to style it so it looks "pretty" in all browsers. (It is possible to use javascript to get this to work in most browsers, but IMHO, it would add more complication than it's worth.)

-Brad
  #3  
Old Jun 8, 2009, 10:10 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
You have a plugin 'KonaFilter' that is changing the way post are handled - deavtivate it and see if the problem ges away
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #4  
Old Jun 10, 2009, 01:47 PM
jfrenaye
 
54 posts · May 2009
I tried deactivating the Kontera plug in (it is an ad link service) and no go.

Would you (juggledad) be able/willing to quote me on modifying the block quote above?
  #5  
Old Jun 10, 2009, 06:36 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I'd love to charge you hundreds of $$ but it too easy to do this.
1) add the following to ATO->HTML/CSS Inserts->CSS Inserts
HTML Code:
blockquote {
margin: 1em 0;
border: 1px solid #ddd;
background: url(./wp-content/openquote.gif) 5px 5px no-repeat;
padding-top: 30px;
}
	
blockquote p { padding: 0 70px; }
	
blockquote p.source {
background: url(./wp-content/closequote.gif) no-repeat 100% 100%;
padding-bottom: 30px;
margin: 0 5px 5px 0;
text-align: right;
font-style: italic;
}
2) change your </blockquote> to
HTML Code:
<p class="source"> Author Unknown</p></blockquote>
make sure to replace 'Author Unknown' with the author of the quote

3) add the following two gif's to your wp-contents directory
openquote.gif - Name:  openquote.gif
Views: 72779
Size:  367 Bytes
closequote.gif - Name:  closequote.gif
Views: 1574
Size:  355 Bytes

4) test it out and if it works send juggledad a donation
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Oct 28, 2009, 09:48 AM
paul_williams
 
37 posts · Jun 2009
Wales, UK
Nice! I didn't even know I wanted to do this until I read the post.
Regrettably small donation on its way.
Paul

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Picture Path problem, when uploading pictures in posts Kingsix Atahualpa 3 Wordpress theme 3 Dec 27, 2010 02:35 PM
Excerpt option doesnt work Question Excerpts, Read more, Pagination 1 Mar 17, 2009 10:20 AM
Video Embeding problem in Single Posts Fjiorea Atahualpa 3 Wordpress theme 4 Feb 19, 2009 08:06 PM
Excerpt problem- image disappears blueapple Excerpts, Read more, Pagination 2 Feb 14, 2009 12:20 PM
Excerpt question wwday3 Excerpts, Read more, Pagination 2 Jan 28, 2009 06:14 PM


All times are GMT -6. The time now is 10:59 AM.


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