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 » Plugins & Atahualpa »

WP-Sticky does not work in atahuapla 3 theme


  #1  
Old Feb 6, 2009, 03:01 AM
araneum
 
29 posts · Feb 2009
I tested in 2 blogs, and confirmed sticky function (annoucement function is ok) in WP-sticky is not working with this theme.

Any idea on how to tweak around this problem
  #2  
Old Feb 6, 2009, 04:37 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Can you give more details? What is the announcement function, I didn't know about that?

Also, what's not working with Sticky? If you set a post to sticky at Publish -> Visibility -> Stick this post to the front page, then it should "stick" on top of the home page (and only the home page) and be highlighted like this post here on top: http://wp27.bytesforall.com/

Or does changing the sticky CSS style not work at Atahualpa Theme Options -> Post/Page Styling -> POST Container: Sticky?

Or you may have expected it to stick on more pages than just the front page?
  #3  
Old Feb 6, 2009, 08:56 AM
araneum
 
29 posts · Feb 2009
WP-Sticky is a plugin, not the home page sticky feature with wordpress 2.7.

http://wordpress.org/extend/plugins/wp-sticky/

This plugin comes with two options, 1. "Annocement" is to sticK a post as a home page or main page. 2. "Sticky" is to stick a post on the top of a same category.

Second function of "sticky" of this plugin cannot stick a post to the top inside the same category. This plugins works perfectly with other themes, but not with atahualpa. I believe atahualpa scripting clashes or overrides this plugin.

Last edited by araneum; Feb 6, 2009 at 09:02 AM.
  #4  
Old Feb 6, 2009, 10:37 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Did you use this code

PHP Code:
                         <?php post_sticky_status(); ?>
Where did you put it, which file, line number or before/after what?
  #5  
Old Feb 6, 2009, 12:41 PM
araneum
 
29 posts · Feb 2009
No, actually no coding is manually inserted. WP-Sticky is managed from the dashboard and no coding insertion is needed.
  #6  
Old Feb 6, 2009, 12:58 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
I'll look into it later today and will probably make it work
  #7  
Old Feb 6, 2009, 01:24 PM
araneum
 
29 posts · Feb 2009
Thanks. You are the most helpful free theme creator. I believe your theme will be a hit and reward on your efforts will come naturally.

The problem may not due to your theme. I have three blogs in the same server. I installed theme which work with WP-Sticky to this problematic blog and same problem remains.

The only different is blog works with WP-Sticky only install with a theme while other blogs are installed with more than one theme.

Last edited by araneum; Feb 7, 2009 at 01:44 AM. Reason: AA
  #8  
Old Feb 6, 2009, 08:08 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
I have to postpone this until tomorrow
  #9  
Old Feb 7, 2009, 01:41 AM
araneum
 
29 posts · Feb 2009
I have consulted the creator of WP-sticky. Nothing wrong with your theme.

The problem is WP-sticky only stick to category based on post edited date. Any posts after the edited date of the sticky post will still on top of it.

Thx.
  #10  
Old Mar 23, 2009, 04:23 PM
Andante
 
30 posts · Feb 2009
I just downloaded WP-Sticky today myself in an attempt to get the date off the sticky post. Sticky posts work fine in WP and/or Atahualpa except for that one pesky issue. There is a option in WP-Sticky to have no date - but sure enough in my Atahualpa blog (only one I've got), the date is still obstinately there.

I feel as some others discussing this elsewhere have said that the minute people see that date on the top sticky post, they will think the site is not being updated unless I go in constantly to update the pubish date. They will not see the second post until they scroll down. This blog's audience too will be older and less web-savvy folks, so I really wanted the date out of there.

If you guys find a way to get rid of the date, that would be cool...
Thanks!
  #11  
Old Mar 23, 2009, 08:55 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
I posted in your other thread on how to remove the date from sticky posts
  #12  
Old Apr 2, 2009, 12:17 PM
5280Fan's Avatar
5280Fan
 
7 posts · Feb 2009
Quote:
Originally Posted by Flynn
I posted in your other thread on how to remove the date from sticky posts
Greetings. In my search to be able to simply put a single post on the home page of my site: http://5280fan.com I came across the WP-Sticky plugin. I've installed it, but I too seem to have some unknown issues in making it work with this theme. The theme is great and I'll do without the plugin/feature I'm trying to do if it cannot be done... I'm just hoping it can.

I simply want to be able to "feature" a post on my home page as some type of "announcement" or "latest" etc. feature. I'm just not able to figure out how to do this.

Thanks for any direction you might be able to offer.

Russ
  #13  
Old Apr 2, 2009, 09:38 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Quote:
Originally Posted by Andante
I just downloaded WP-Sticky today myself in an attempt to get the date off the sticky post. Sticky posts work fine in WP and/or Atahualpa except for that one pesky issue. There is a option in WP-Sticky to have no date - but sure enough in my Atahualpa blog (only one I've got), the date is still obstinately there.

I feel as some others discussing this elsewhere have said that the minute people see that date on the top sticky post, they will think the site is not being updated unless I go in constantly to update the pubish date. They will not see the second post until they scroll down. This blog's audience too will be older and less web-savvy folks, so I really wanted the date out of there.

If you guys find a way to get rid of the date, that would be cool...
Thanks!
To remove the whole post footer on sticky posts add a HTML/CSS Inserts -> CSS Insert

HTML Code:
div.sticky div.post-footer {
display: none;
}
  #14  
Old Apr 2, 2009, 09:40 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Quote:
Originally Posted by 5280Fan
Greetings. In my search to be able to simply put a single post on the home page of my site: http://5280fan.com I came across the WP-Sticky plugin. I've installed it, but I too seem to have some unknown issues in making it work with this theme. The theme is great and I'll do without the plugin/feature I'm trying to do if it cannot be done... I'm just hoping it can.

I simply want to be able to "feature" a post on my home page as some type of "announcement" or "latest" etc. feature. I'm just not able to figure out how to do this.

Thanks for any direction you might be able to offer.

Russ
You're running WP 2.7.1 which has an integrated sticky function. So if you just want to stick a post to the top the homepage, you'd not need WP Sticky

Atahualpa is fully prepared for the internal WP sticky feature, i.e. it can be styled at the menu tab "Post/Page Styling"

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Posts marked sticky don't show up with sticky formatting genevieve Atahualpa 3 Wordpress theme 12 Jun 30, 2009 08:06 AM
Cannot get HeadSpace to work with Atahualpa Theme - any suggstions? BJoy Atahualpa 3 Wordpress theme 15 Jun 28, 2009 04:32 PM
Theme Options Menu Doesn't Work + error + spanish tranlation (Beta) ghenghiz Languages & Translations 6 Apr 4, 2009 07:36 PM
Does theme work with RB Internal Links? paulae Plugins & Atahualpa 3 Mar 11, 2009 05:07 PM
[SOLVED] Plugins don't work with Atahualpa 3 Wordpress theme irvin Plugins & Atahualpa 3 Feb 23, 2009 02:52 PM


All times are GMT -6. The time now is 03:11 PM.


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