joewellmade
Forum Replies Created
-
Forum: Plugins
In reply to: [Page scroll to id] Not working in SafariHi, i’ve fixed this now by removing ‘www’ from the menu links: https://discussions.apple.com/thread/3132659
Forum: Plugins
In reply to: [Page scroll to id] Not working in SafariForum: Plugins
In reply to: [Page scroll to id] No animation on scroll.Hi guys, i’m having the same problem and it’s also not working at all in Safari: http://www.buyers-club.co.uk
It works when scroll to location hash is enabled but means it has to scroll to top first every time.
Thanks guys, I added the post type to the page-event.php template and did it that way (‘order’=>’ASC’) instead of letting the plugin do it, those links were really useful.
Thanks caimin-nwl. This is my Events Page template code:
——<?php /* Template Name: Events */ ?> <?php get_header(); ?> <div class="row"> <div class="large-12 columns"> <h3 class="title"><?php the_title(); ?></h3> <hr class="topHr" /> <div class="row"> <?php the_content(); ?> </div> </div> <!--<?php get_sidebar(); ?>--> </div> <?php get_footer(); ?>———
There is currently no short code in the content area for this page but when I put it in it doesn’t work.Event pages are set to pages.
It’s set to use the event manager formatting.
In event list/ archive the event page is set to ‘What’s On’ which is using the above page-event.php template.
Archives are enabled and it’s set to show future events – ascending.
Default event list ordering is set to descending future events.The website is currently here: http://www.test.showandtelluk.com
The artists and past events archives are running in the right order. The ‘What’s On’ page needs to run in the opposite order. So I thought I could use a short code on that page to set it like Angelo mentioned.
Thanks in advance!
Hi Angelo, thanks for getting back to me. I’ve been trying to use the short codes by placing the codes in the content area for pages but they don’t seem to work. How do you use them properly? I’m not sure i’ve got the events pages set up correctly? Using the short codes on each page would be much better. Can you still use the plugins formatting when you use them?