elrafo
Forum Replies Created
-
Forum: Plugins
In reply to: [Quiz Maker] problem with autoscrollThanks I found it. If anybody else is intereste, it’s in quiz-maker-public.js.
There is this function:
$.fn.goTo = function() {
$(‘html, body’).animate({
scrollTop: $(this).offset().top – 100 + ‘px’
}, ‘slow’);
return this; // for chaining…
}
All you need to do is change the number…Have a good day and stay safe.Forum: Plugins
In reply to: [Quiz Maker] problem with autoscrollCan you indicate me how to disable this functionality in the javascript code?
Forum: Plugins
In reply to: [Flexible Posts Widget] post orderOk, I found a solution and wanted to post it, maybe someone will need it one day.
So I just added the line:$flexible_posts->posts = array_reverse($flexible_posts->posts);
that line reverts the order of all the posts.
I just add it in a custom view under this condition if( $flexible_posts->have_posts() ):
Anyway, thanks a lot DaveE for your support, and merry xmas and happy holidays…
ps: Oh, nearly forgot, I found the solution on this post: https://css-tricks.com/forums/topic/how-to-display-wordpress-loop-pages-in-reverse-order-not-with-orderasc/
Forum: Plugins
In reply to: [Flexible Posts Widget] post orderOK thanks anyway.
Just one thing, in the code above, $flexible_posts is an array that contains the posts I need (with the settings I specified in the widget)? Is it enough just to re-order this array before the while function?thanks again.
elrafo
Forum: Plugins
In reply to: [Flexible Posts Widget] post orderOK I think this is the line that fetches the posts…is there a way to add something to display them in a reverse order?
while( $flexible_posts->have_posts() ) : $flexible_posts->the_post(); global $post; ?>
thanks
No ideas? Anyone?
Thanks, but that’s not what I meant. My problem is to display ten TO DO LISTS in a single milestone. Is there a variable somewhere to change? thanks in advance…
Forum: Plugins
In reply to: [WP e-Commerce Shop Styling] problem with emails after paypal paymentHello, I use paypal standard.