Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Article published, wont show in articles page
Hello everyone,
So today while working on my new project where I’m trying to ‘AJAX’ify projects section, I ran into a weird problem.
I did try publishing a few test articles, but they didnt show in the section I was testing them on.
Since so far in the whole development process, there was never a need to post article and test it, I dont really know if this problem was there from the very begining or it showed up now.
So just to make sure I’m not missing anything or doing anything wrong, I just deleted all the pages I had created, except for the home page, which is just showing feeds. I took complete default code of Articles page, which comes by default in textpattern, I also deleted any forms I had created, only leaving the default ones, untouched.
Then I tried to post an article on the newly created(like default articles page) articles page. But again, it doesnt show anything.
Ah, forgot to mention, the same set-up is working very well offline, but since few static pages are different in the online version, I cant use that set up instead.
This is the core code of articles page.
<div class="hfeed"> <txp:article listform="article_listing" limit="5" /> </div>
When viewed in browser, the hfeed div turns out to be empty, meaning no article’s being published there.
Sorry for the long story, I just wanted to know if anyone’s seen anything like this before? Did I by mistake changed any setting in admin panel or something?
I know I might be making just a stupid little mistake somewhere may be, kindly enlighten me!
P.S. The only installed plugins at the moment problem first occured were, Adi_contact, Zem_contact plugin with Zem_contact_lang & upm_image.
Out of which I’ve removed adi_contact, I thought it might be causing it anyway, this was first time I tried using it.
Offline
#2 2012-04-24 17:13:08
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: Article published, wont show in articles page
- Is the article set to “Live”?
- Is its date of publication in the future but there’s no matching attribute in the article tag(s) used?
- Is the article tag above really the only one present on the page? (Are there maybe more article tags with more erroneous attributes sitting inside a form that any tag is calling?)
- Is the article already expired and you forbid the publication of expired articles in the advanced preferences?
- Did you apply a form override in the Write panel leading to an empty form or one with tags for the wrong TXP-context?
Last edited by uli (2012-04-24 19:04:54)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: Article published, wont show in articles page
Hello Uli,
Thanks for your time.
I did check all the things you said, I dont know how but good news is, its working now.
I still do not know what really went wrong.
Yes, it was set to Live and date of publication was not changed, it was supposed to be published as soon as I hit save. Article tag was the only tag present on the page too.
I opened the article and just saved it again. Note that this article had no article images, it just had title. So for now its working, I’ll test it with article images again, lets see if article images are causing problem.
Thanks again for your precious time.
Offline
Re: Article published, wont show in articles page
a tag trace might help solve this issue.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#5 2012-04-24 18:07:18
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: Article published, wont show in articles page
vineonardo wrote:
dont know how but good news is, its working now.
Imposing of hands ;) Always the most agreeable cure.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: Article published, wont show in articles page
oops missed that one:)
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Article published, wont show in articles page
Hello everyone,
Its working fine now. Starting over with the whole page did take time but solved few other issues as well and allowed me to clean the code.
Now the problem is, for some reason, jQuery slideshow is not working on the div which is holding article images. :(
But, this is not a textpattern problem so, I’ll have to deal with it on my own for now.
Just came here to thank both of you guys for your time.
Offline
#8 2012-04-26 10:49:21
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: Article published, wont show in articles page
vineonardo wrote:
Just came here to thank both of you guys for your time.
How kind, you’re welcome :)
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline