nhviscom
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Date is shown wrong from 2020 onHey Zach,
thanks for your Help;
I’ve already tried to activate the default theme and deactivate all plugins but the problem still presists …
have you any idea where the bug could be?
thank you
nadiaForum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] meteor slides not showing on categoryhey J,
first of all – thank’s a lot.
a friend of mine said it was a problem with my translation-tool;
he found a solution! (don’t ask me how ;-))greets
nForum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] meteor slides not showing on categoryHey J,
did you maby find out something?
can’t find the error…..greetings from italy,
nadiaForum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] meteor slides not showing on categoryHey J,
thank you!
yes- that’s my problem page – and the other “category-pages” like Activities, History, Relaxation…
hm strange – i’ve loaded 4 slides in this slideshow “umgebung”… everything seems correct….Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] meteor slides not showing on categoryHey,
i have the same problem… with my slideshow… here’s my code:<div class="headerimage"> <?php if (is_front_page()) : ?> <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow("startseite", ""); } ?> <?php elseif (is_page('hotel')) : ?> <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow("hotel", ""); } ?> <?php elseif (is_page('kulinarium')) : ?> <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow("kulinarium", ""); } ?> <?php elseif (is_page('preise')) : ?> <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow("preise", ""); } ?> <?php elseif (is_page('kontakt')) : ?> <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow("kontakt", ""); } ?> <?php elseif (is_category('umgebung')) : ?> <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow("umgebung", ""); } ?> <?php else : ?> <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow("sommer", ""); } ?> <?php endif; ?> </div>
https://www.hotelzumhasen.com/en
the slideshow works fine on pages, but not on category’s (right)have you any idea?
thanks a lot,
nadiaJosh thanks a lot – that’s exactly what i was looking for!!
thank you, you’re my wordpress guru ?? have a nice weekendHey there, first of all thanks a lot for sharing!!
I have a Question:
I’ve embedded the same snippet and search for an additional code who does something like “for all the rest of the pages & posts use this slideshow: …”has someone out there any idea? ??
here’s the code i use for the rest:
<div class="headerimage"> <?php if (is_front_page()) : ?> <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow("startseite", ""); } ?> <?php elseif (is_page('beispiel-seite')) : ?> <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow("testseite", ""); } ?> <?php endif; ?> </div>
thank you bloggers,
greetings nadia