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 »

Updated - only excepts showing


  #1  
Old Jun 6, 2012, 02:30 AM
lifeingalicia
 
8 posts · Jan 2010
Rural Galicia Spain
Hi

runing WP 3.3.2 atahualpa 3.7.7 wpml 2.5.1

updated from former versions - since than Atahualpa only shows excerpts.

Deleted reloaded theme - cleared all settings - reimported - deactivated all plugins - checke with other themes (they do work)

still does it see textilesnaturales dot com

Any suggestion? Thanks

Martin
PS attached exported definition file
Attached Files
File Type: txt ata-wwwtextilesnaturalescom-20120606.txt (18.3 KB, 682 views)
  #2  
Old Jun 6, 2012, 03:14 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Your settings in a vanilla install so the full posts.

check for a plugin conflict by temporallary disabling ALL pluging. If that clears it up, add them in a couple at a time till you find the culprit.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Jun 6, 2012, 05:15 AM
lifeingalicia
 
8 posts · Jan 2010
Rural Galicia Spain
Cheers,

mhhhh yes copied the settings to another as well and see no problems.
deactivated all plugins - no real improvement.

When activating multilanguage and switching to Spanish I see the first post in full all others as excerpt as well......

Something not right as when I take out the actual excerpt it shows the full post but without any image.....

Interesting that the pictures are stripped out ......

Any further thoughts?

Martin
  #4  
Old Jun 6, 2012, 05:41 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
do you manually create excerpts (ie - in the post 'excerpt' option) or let Atahualpa create them?

Atahualpa strips all HTML from excerpts following the default that Wordptes does. There is an option in the 'Configure Excerpts' to tell Atahualpa what HTML not to strip.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Jun 6, 2012, 06:12 AM
lifeingalicia
 
8 posts · Jan 2010
Rural Galicia Spain
Hi

yes the person using this blog creates excerpts most of the time.

OK taking out the excerpt and allowing img and the usual suspects of HTML in the excerpt option Atahualpa shows the full post as I also increased word count to 1000.

This install does not react to changing the excerpt settings..... full or not full .....
but does react to allowing img and expanding word count......

Changing the count works as well tried 20 & 200 & 2000 (by the way it does include the title).

So it always pulls either existing excerpt or creates it from the post but at present does not react to post full or excerpt switching

...
Martin
  #6  
Old Jun 6, 2012, 07:13 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
The way Atahualpa deals with excerpts is as follows

1) if you are on the HOME, CATEGORY, ARCHIVE etc page and that option is set to 'Full Posts', the full posts are displayed
2) If you are using the 'multi colum/custom query' page template and the custom field 'number_of_full_posts' is greater than 0, that many full posts will be shown
3) if there is a manual excerpt - use that
4) create an excerpt based on the 'Excerpt length' (not a word is any number of characrters seperated by a blank - this includes any HTML that is not stripped)
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Jun 6, 2012, 09:23 AM
lifeingalicia
 
8 posts · Jan 2010
Rural Galicia Spain
Thanks for your help.

Yes I do understand when and what ata is supposed to do, just not why or whatfor ...

I've hacked - bfa_post_parts.php @ 138
Code:
if (bfa_is_pagetemplate_active($bfa_pagetemplate_name)) {
but at present do not understand pagetemplate - I can't spend more time at present but will come back and get this running correctly - probably have a dodgy db entry but can't access the db's at present.

Regards

Martin
  #8  
Old Jun 6, 2012, 10:19 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
That code is to see if you are using the 'multi column/custom query' page template. That's all.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #9  
Old Jun 6, 2012, 10:35 AM
lifeingalicia
 
8 posts · Jan 2010
Rural Galicia Spain
OK
I have no idea if I do or not I will find out.
But I found a potential bug in bfa_post_parts.php

Code:
//  Case 1 - 'Use Post / Page Options' is no, then just use the post/page title

	if ($bfa_ata['page_post_options'] == 'No') {

		echo $before; 

		?><h<?php echo $bfa_ata['h_posttitle']; ?>><?php 

			if ( is_single() OR is_page() ) {

				the_title(); ?></h><?php echo $bfa_ata['h_posttitle']; ?>><?php

			} else { ?>

				<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link to ','atahualpa') . the_title_attribute('echo=1') ?>">

				<?php the_title(); ?></a></h><?php echo $bfa_ata['h_posttitle']; ?>><?php

			}

		echo $after;

		return;

	}
in the red marked code you'll find one > the one after </h is too much.....
  #10  
Old Jun 6, 2012, 11:14 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
You must be looking at an old version, that is not a bug in 3.7.7 - I just redownloaded it from Wordpress.org. That bug was in an old version, so I don't know what you are using, but you may want to do a fresh install - this might be some of your problem.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to have limited number of excepts cwjorgensen Center area post/pages 3 Jul 3, 2011 06:39 PM
[SOLVED] Has anyone w/ 3.53 updated to WP 3.0.2? GuruJ New Versions, & Updating 11 Dec 23, 2010 10:59 AM
[SOLVED] Multiple excepts/posts on Category Pages Sheila Atahualpa 3 Wordpress theme 4 Nov 14, 2010 11:11 AM
How to make the first image appear in the excepts posts on the main page? Antoine Center area post/pages 2 Oct 30, 2010 07:44 AM
Who has updated to wordpress to 2.8.6? KilRoY66 Atahualpa 3 Wordpress theme 9 Nov 15, 2009 10:24 AM


All times are GMT -6. The time now is 05:34 PM.


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