Ajax button more posts is not working in presentation page

  • Author
    Posts
  • #23886
    Marcelo

    Hello people!
    My problem is with the new ajax button “more posts” on presentation page. When i click this button, the website repeat the same post an desapear (the button). i dont know what the problem is.
    The website is http://www.consejoslegalesonline.cl

    Thanks a lot an sorry for the bad english.

    #23951
    Albact

    I have a similar problem. When I click the “more posts” button, it repeats the same posts once and again.

    Thanks!!

    http://donallum.org

    #24009
    Marcelo

    I cant fixed this problen, then i disable posts on presentation page and installed the plugin special recent post and i paste de code on extra text in the presentation page setting and is working with no problem. I hope this help another people. Thanks!

    #24094
    Omi

    I have the same problem, and I’d love to try Marcelo’s suggestion. But I’m not sure how he did it. When “more posts” is clicked I’m getting a repeat of the same 2 posts already displayed there.

    #24206
    Eric Anderson

    I have the same problem, but it just started. It worked with the 0.9.8 update, but stopped working randomly in the last couple days.

    I’m also not sure what you mean, Marcelo.

    Any suggestions? Thanks!

    #24344
    Kay
    Cryout Creations mastermind

    Problem noted guys. It’s on the known issues list and we’re working on a solution.

    Thanks for the feedback.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #24709
    Marisa

    Is there a way to replace this button with page numbers, or older/newer links instead since it hasn’t been working for awhile?

    #25056
    Marisa

    Anything further on this? I updated the theme to the newest version and it’s still not working…other people still having the same issue or did it fix on your end?

    #25200
    Randy

    Add me to the list with this problem.

    #25206
    Ricard

    Too bad !!
    Not appear to have much interest in solving this. It also occurs in other templates of the author. I will not buy coffee at the moment.

    #25624
    Florence

    I have the exactly same problem. And when we check on the demo theme, the problem exists too…

    #25672
    Ecurbh

    I think I found the solution to this. It’s apparently an issue with get_query_vars() behaving differently in page templates.

    Open content/content-frontpage.php

    Find the line:
    $paged = ( get_query_var('paged') ) ? get_query_var('paged') : 1;

    Replace with:
    $paged = ( get_query_var('page') ) ? get_query_var('page') : 1;

    More info: http://wordpress.org/support/topic/get_query_varpaged-doesnt-seem-to-work-on-page-templates

    #25679
    Randy

    I had this problem and it mysteriously went away. I THINK it started working when I changed the number of “SHOW POSTS ON PRESENTATION PAGE” and Settings|Reading “Blog pages show at most” both to a higher number.
    Try it and see if that helps.

    #26578
    Marisa

    Mine mysteriously went away as well and worked fine for a couple of weeks. Now it’s back to not working again! Still trying to figure out a way to just link to a category page instead of using the script that doesn’t work. Bummer this hasn’t been fixed yet.

    #26695
    Ruskus

    I had the same problem, and I tried out the solution proposed by Randy: I changed the settings in the presentation page to a higher number (to show 6 posts instead of 4). Now the button works fine. Thanks Randy!

    #26878
    Marisa

    I tried that and it didn’t work for me 🙁 any other suggestions?

    #27165
    Alice

    I am having the same problem with the More Posts Ajax button. Try to do a lot of search on google but still haven’t got the solution for this. Too bad. 🙁

    #27424
    Kay
    Cryout Creations mastermind

    Hi guys, we’re still working on this one. It’s a strange little bug but we’re giving it our best. A temporary fix is to set the Tempera setting ‘SHOW POSTS ON PRESENTATION PAGE’ and the WordPress Dashboard setting under SETTINGS > READING > “Blog pages show at most” both to the same number.

    Try it till we find a proper fix.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #27443
    Someone02

    it’s work!

    #28118
    poncz

    The solution doesn’t work at my website – any other suggestion?

    #28119
    poncz

    Now works well! I had to change “Reading settings” at “Front page displays” from “A static page (select below)” to “Your latest posts”. And now even I can change a number of posts at “Tempera setting” without change a number of posts at “Reading settings” and “More posts” button still works well.

    BTW
    How can I translate button “More posts” to my language?

    #28291
    Kay
    Cryout Creations mastermind

    Hi guys,

    Thanks a lot for the feedback. The issue with the Ajax ‘More posts’ button on the presentation page has been fixed as of version 1.2.6.


    @poncz
    http://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/how-to-translate-a-wordpress-theme Look for the ‘More posts’ string.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #28648
    Eve

    still not working for me and we just installed the Tempera theme yesterday with the last version 1.2.6… Somethnig new?

    http://jaiuneouverture.com/

    Thanks a lot,
    Eve

    #29264
    Gavin

    It is still ‘broken’ in 1.2.6 and WP4.1, however, the ‘number of posts’ fix as described by Kay above works for me using 3 posts for both areas.

Viewing 24 posts - 1 through 24 (of 24 total)

The topic ‘Ajax button more posts is not working in presentation page’ is closed to new replies.