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 » Center area post/pages » Excerpts, Read more, Pagination »

Repositioning post title between thumbnail and excerpt in category page.


  #1  
Old Apr 2, 2014, 08:52 AM
Pipino
 
11 posts · Jan 2013
Hi,
I can't find a solution to reposition the title in archive/category page.
I want move post title between thumbnail and excerpt in category page.
..then, if possible, I would put the 'KICKER: Multi Post Pages' under the post title.
Can you help me?

Thanks.

Ps. Sorry for my english

Last edited by Pipino; Apr 2, 2014 at 12:20 PM.
  #2  
Old Apr 2, 2014, 09:14 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You ususlly need to use a tool like Firebug to determine the CSS selectors and then use CSS to position.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Apr 2, 2014, 10:01 AM
Pipino
 
11 posts · Jan 2013
Maybe is better if i explain with a drawing.
Thanks.
Attached Thumbnails
Click image for larger version

Name:	DSC_0129.jpg
Views:	1797
Size:	127.1 KB
ID:	2534  

Last edited by Pipino; Apr 2, 2014 at 12:03 PM.
  #4  
Old Apr 2, 2014, 12:21 PM
Pipino
 
11 posts · Jan 2013
if anyone is interested I corrected the question ..
  #5  
Old Apr 3, 2014, 06:38 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Quote:
if anyone is interested I corrected the question
yes please provide the solution for others in the future.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Apr 3, 2014, 06:45 AM
Pipino
 
11 posts · Jan 2013
I edited my first question, I have not found the solution ...
  #7  
Old Apr 3, 2014, 08:08 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
try adding this to the CSS Inserts
HTML Code:
body.category img.wp-post-image {float: none;}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #8  
Old Apr 3, 2014, 09:22 AM
Pipino
 
11 posts · Jan 2013
No, doesn't work..

Thanks.
Attached Thumbnails
Click image for larger version

Name:	atahualpa.jpg
Views:	1335
Size:	58.9 KB
ID:	2535  
  #9  
Old Apr 3, 2014, 10:38 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Sorry, i misunderstod what you wanted to do. To do what you want means you will have editing the theme code (bfa_post_parts.php). The code for the title is seperate form the code for teh post which is the thumbnail and the post text.

Let us know how you make out and if you get it to work post your results so others can benefit from it.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #10  
Old Apr 3, 2014, 11:22 AM
Pipino
 
11 posts · Jan 2013
I have already tried it, but as soon as I try to change the code shows a '1> 'at the end of the title.
Attached Thumbnails
Click image for larger version

Name:	Senza-titolo.jpg
Views:	1362
Size:	38.6 KB
ID:	2536  
  #11  
Old Apr 3, 2014, 11:24 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
that would tell me you made a coding error.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #12  
Old Apr 3, 2014, 11:28 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You could just hide the "real" title and then in the content put an image with a "title" under it as desired.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #13  
Old Apr 3, 2014, 11:29 AM
Pipino
 
11 posts · Jan 2013
Not exactly, because if I reset code the error persists.
I have to reload the original file to restore.
  #14  
Old Apr 3, 2014, 11:31 AM
Pipino
 
11 posts · Jan 2013
With custom field?
  #15  
Old Apr 3, 2014, 11:33 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I don't know what you mean by reset the code and no... not a custom field. Just add an image in the post or page and then under that add what you want as a title and style as desired.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #16  
Old Apr 3, 2014, 11:37 AM
Pipino
 
11 posts · Jan 2013
But it is a category page, does not see the formatting.
  #17  
Old Apr 3, 2014, 12:56 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
It will see the formatting if you add the necessary items to the "don't strip these tags" box in the theme options under excerpts.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #18  
Old Apr 3, 2014, 01:47 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
The only problem with this might be that you end up with two images when you visit the single post page or you will get the full size image in the excerpt and not the thumbnail
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #19  
Old Apr 4, 2014, 08:59 AM
Pipino
 
11 posts · Jan 2013
Exactly, it is not a solution and the management is complicated ..
But if I make a donation can anyone tell me how to edit the file 'bfa_post_parts.php'?

Thanks.
  #20  
Old Apr 4, 2014, 10:52 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
see the PM I've sent you.
__________________
"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
Excerpt thumbnail on left, title/byline/excerpt/footer on right without wrapping text rickheck Excerpts, Read more, Pagination 6 Mar 3, 2015 10:41 AM
Category Thumbnail List....can't get title to show....CSS help theadventurebite Plugins & Atahualpa 3 Apr 18, 2013 04:45 AM
[SOLVED] Repositioning blog title and tagline RHCdG Header configuration & styling 2 Feb 26, 2010 08:43 AM
Category title on category page, not on each post excerpt kicker paulae Excerpts, Read more, Pagination 4 Jun 22, 2009 11:33 AM


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


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