crovinca
Forum Replies Created
-
Hello Jeremy, thanks for your response.
I’ve tried that filter too, but it still return last post… i set the priority to 100 too and still… infinite scroll return the last post when it loaded new set of post…i tried to use wp_query for quick and simple orderby meta key, but it still return the last post. Here is the code i tried:
$args = array( 'meta_key' => 'price', 'orderby' => 'meta_value_num', 'paged' => $paged 'order' => 'DESC' ); $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) : while ( $the_query->have_posts() ) : $the_query->the_post();
Is jetpack infinite scroll not work with orderby or meta key? ??
here is the code for the dropdown form
<form method="get" id="price-form"> <select id="sortby" name="sort" onchange='this.form.submit()'> <option value="newest"<?php selected( $_GET['sort'],'newest', 1 ); ?>>Newest</option> <option value="popular"<?php selected( $_GET['sort'],'popular', 1 ); ?>>Popular</option> <option value="lowest-price"<?php selected( $_GET['sort'],'lowest-price', 1 ); ?>>Lowest price</option> <option value="highest-price"<?php selected( $_GET['sort'],'highest-price', 1 ); ?>>Highest price</option> </select> </form>
Hello wpsmort, i already used the contact form at semperplugins.com to send you detail about the site. As that is my client site, so i can’t show it here as this is a public forum ??
thanks for your help! ??
Forum: Hacks
In reply to: admin-ajax.php alternative?Hi, DionDesigns, thanks for replying my question. Eww, for just a file with 7,8kb, it already load 2-4s in my client site. That single file is loaded twice slowly than my client entire site! I can’t imagine if the size is 50mb… Well, i will try to find a way with this ajaxed feature.
Thanks again! xoxo
Forum: Plugins
In reply to: [SendPress Newsletters] Remove autocron after uninstall?Hi Josh,
I have emailed my client site address to [email protected]sorry, i cannot provide the address at public forum like here. Thanks for your help and please let me know if you have manually shut it off. xoxo ??
Forum: Plugins
In reply to: [Easy Affiliate Links] error vp_get_gwf_subset' not foundHi, i got that error when trying to add new post. After im check that, it appears because other plugin have Vafpress and conflicted with your plugin ??
Thanks for the help BrechtVds! xoxo _/|\_
Forum: Plugins
In reply to: [Autoptimize] How to optimize jquery at footer?Hello, Frank thanks for the explanation. I think its because my theme load js very late… I dont have “look only in head” checked, and the jquery itself is WordPress based not from external… I will change my theme now.
Thanks so much for the helps! _/|\_
Ah i see! Yes that is fixed my problem. Thanks so much WFMattR _/|\_
Forum: Hacks
In reply to: How to call php code if in pagination other than page 1Oh my God!! Yeay! it works! Thanks so much for helping me!
God bless you my friend _/|\_I try to explain again, so other people who have this problem can learn from this ??
– So i have a website with 60 posts.
– I only show maximum 6 posts in homepage. So if visitors want to see my older post, they should click the pagination link below the post.
– I have ads code which i want it only to show if certain pagination clicked by visitors. So if i want the ads appear after 12 posts, 30 posts, and 40 posts, i must set the ads code only appear in pagination page 2, page 5, and page 8.I tried to make illustration:
| Homepage website |
| post1 |
| post2 |
| post3 |
| post4 |
| post5 |
| post6 |
|Pagination{!1}{2}{3}{..}| (! = current page)if visitors click to pagination number “2”,they will go to homepage page 2 and my older posts will show up plus the ads:
| Homepage website |
| post7 |
| post8 |
| post9 |
| post10 |
| post11 |
| post12 |
| * ADS * |
|Pagination{1}{!2}{3}{..}| (! = current page)I hope it explain my problem! ??
Thanks again Bhavesh for the help! xoxo _/|\_
Forum: Plugins
In reply to: [Favorites] How to remove admin-ajax?Hi, thanks for your answer.
Yes i know that. But i have some themes and plugins which using admin-ajax without call it to page, so no additional request. Maybe you can make like that, or this plugin must requesting admin-ajax each time site is load?Fantastic plugin anyway! rate 5 stars for your plugin ??
Forum: Reviews
In reply to: [Postman SMTP Mailer/Email Log] 1 starIf this plugin vulnerable, why other 124 users including me give 5 stars?
Truth is and if you google oauth method this plugin using is gives superb security.I see you first saying your email was hacked, then u said u stopped get spam. Which one is true then? ?? Hacked and spam is two different things ??
Since im using this plugin i have not receive any spam mail from contact page in my site.
Before im use this plugin? average 5-9 spams per day.Stop your bullshit okay?
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Only test email is workHi, thanks both of you for explaining. I think i understand the situation now. @stefano: any chance to change Newsletter to send using WordPress mail function,so user with Postman enabled will also use Newsletter plugin directly without setting smtp again? Well, if someone want to use gmail, it is confusing enough to use standard tls and username/password authentication..and i think that is one reason why someone using Postman with oauth, makes gmail smtp setting easy.
Thanks again for your great work, both of you ??
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Only test email is workHi, thanks for your reply.
Hmm i don’t know.. maybe my hosting company make it error too, since i used your plugin on my other sites (different hosting) and it works fine. I tried delete postman, install your plugin on fresh site without installing other plugin and tada… that error log still appear…About postman, i see why it not work.. any chance you will integrating Postman with your plugin? or maybe add oath to smtp settings? So if user want to add gmail smtp it will easy ??
Thanks for replying all my question. What a great support here! submitted 5 star rating just now ??
ah yes,that remove the checkbox. Thanks! ??