hapmaok
Forum Replies Created
-
@heathermware i’m actually looking a solution to this same problem. Are you running on the latest version of slider revolution?
Hi Patrick,
Thnx for the link! It really helped me out. I assume youre dutch so; heel erg bedankt! (i hope i spelled that right) !
Hi @timrv ,
Thanks for your reply. But that was already clear to me. I am looking on some guidance to creating my own prev/next navigation. Is there any function i cal call/use .. etc?
Would really like to know!
Hi @duisterdenhaag (and everyone else who this might be of interest to)
Your answer worked for me. I wrapped all my shortcodes in the following:
<?php global $EM_Event; echo $EM_Event->output("#_EVENTNAME"); ?>
So thanks for helping out, and i hope this benefits others as well!
Okay i get it now. Will test your suggestions and post results.
Thanks allot Patrick!
Hi @duisterdenhaag,
Thanks for the quick reply. (Really loving the wordpress community for this)
But to give you some more info i did make a template an pointed my events to use it per your advice (Events > Settings > Pages > Event Pages) .. but the attributes are still not being processed.
And my template is quite simple e.g:
<?php
/* Template Name: Single Event Template */
the_post();
get_header();
?>
#_EVENTNAME (etc..)
<?php
get_footer();
?>