-
AuthorPosts
-
February 18th, 2014 at 19:53 #23886Marcelo
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.clThanks a lot an sorry for the bad english.
February 20th, 2014 at 20:58 #23951AlbactI have a similar problem. When I click the “more posts” button, it repeats the same posts once and again.
Thanks!!
February 22nd, 2014 at 20:36 #24009MarceloI 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!
February 25th, 2014 at 14:23 #24094OmiI 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.
March 5th, 2014 at 00:59 #24206Eric AndersonI 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!
March 12th, 2014 at 16:56 #24344KayCryout Creations mastermindProblem 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: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.March 31st, 2014 at 17:36 #24709MarisaIs there a way to replace this button with page numbers, or older/newer links instead since it hasn’t been working for awhile?
April 30th, 2014 at 17:55 #25056MarisaAnything 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?
May 11th, 2014 at 23:12 #25200RandyAdd me to the list with this problem.
May 12th, 2014 at 19:59 #25206RicardToo 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.June 1st, 2014 at 19:30 #25624FlorenceI have the exactly same problem. And when we check on the demo theme, the problem exists too…
June 6th, 2014 at 05:47 #25672EcurbhI 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
June 7th, 2014 at 19:06 #25679RandyI 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.August 7th, 2014 at 18:27 #26578MarisaMine 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.
August 12th, 2014 at 10:06 #26695RuskusI 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!
August 22nd, 2014 at 17:35 #26878MarisaI tried that and it didn’t work for me 🙁 any other suggestions?
September 11th, 2014 at 20:03 #27165AliceI 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. 🙁
September 26th, 2014 at 09:17 #27424KayCryout Creations mastermindHi 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: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.September 26th, 2014 at 21:02 #27443Someone02it’s work!
November 8th, 2014 at 02:09 #28118ponczThe solution doesn’t work at my website – any other suggestion?
November 8th, 2014 at 02:21 #28119ponczNow 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?November 19th, 2014 at 13:16 #28291KayCryout Creations mastermindHi 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: Mantra • Nirvana • Parabola • Tempera
Tutorials: custom menus • translating theme • installing theme • category page with intro • disabling comments Wordpress: child themes • categories/posts
Before making any modifications to your theme we strongly recommend using Child Themes.December 12th, 2014 at 08:15 #28648Evestill not working for me and we just installed the Tempera theme yesterday with the last version 1.2.6… Somethnig new?
Thanks a lot,
EveJanuary 25th, 2015 at 04:03 #29264GavinIt 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.
-
AuthorPosts
The topic ‘Ajax button more posts is not working in presentation page’ is closed to new replies.