Also, I’ve set up template parts for header and footer, and they look to be in the right positions. But when I view my page, their positions are reversed: the footer is on the top of page and header is on the bottom. I’ve also recreated this a couple of times and the same thing happens.
]]>Thank you
Jac
]]>Thank you
]]>So if I have a form with the fields in a repeater section called:
input_1
input_2
input_3
Inside the e-mail I get
input_3
input_2
input_1
I tried to reverse the fields in the gravity-form itself but this has no effect. The repeater fields remain in a reversed order.
]]>I’m using the latest version of the events calendar here:
https://wand.francoissechet.com/events/
If you click on “next events”, you do see the next event and then the events below are in reversed order and go backwards from there, so you see the events before that event, and you can not access any more “next” next events after.
Any idea what is causing that bug?
Thanks,
F.
https://www.ads-software.com/plugins/the-events-calendar/
]]>on this site:
https://test.theunsteadyproblem.com/2015-program/
I have ordered all my portfolio items shown in the portfolio grid. by title in ascending order from the “reorder” option in “portfolios”, but when you click on one of the items (here, films) the side navigation is in reverse order. Can you see what the issue is?
I have used the plugin on other sites using the same theme (Enfold) with great results. Not sure why it’s not working here.
thanks for your help,
Nancy
https://www.ads-software.com/plugins/post-types-order/
]]>The questions are now adding last to first. The last question I add becomes #1 question. And now I must manually reverse all of the questions.
I must have done something? Did something change? Is there a setting to hold/fix the order?
Also – I cannot delete questions.
Thank you
UPDATE – Either I don’t know how to order the questions or it is not working.
https://www.ads-software.com/plugins/watu/
]]>Is there a fix? Please help
https://www.ads-software.com/plugins/post-types-order/
]]>I am using WordPress as a CMS controlled portfolio.
After i upload all images to a page i see them in reversed order…
this is the code i am using (on the template) to show them:
$attachments = get_children( array('post_parent' => $post->ID, 'post_type' => 'attachment', 'post_mime_type' =>'image', 'orderby' => 'ASC') );
$nbImg = count($attachments);
require('/wp-content/themes/ellasverdlov/headerp.php'); ?>
<div id="slider" style="width:<?php echo $nbImg*618; ?>px">
<?php
foreach ( $attachments as $attachment_id => $attachment ) {
echo "".wp_get_attachment_image( $attachment_id, array(0, 0) )."\n";
}
the problem is that they are beeing displayed in reversed order on the site itself.
btw, I didn’t have this problem when I used WP 2.9
Thanks,
Van Zvik