PODxt
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] Multiple images displayedEasy, what you need to do is to use the and you’ll be set.
Forum: Plugins
In reply to: [Meteor Slides] I cant get the slides to appear on my home page.If it doesn’t show up, I guess you didn’t paste the code at the right place?
Forum: Plugins
In reply to: [Meteor Slides] resizing imageYou need to do that in an image editor, not in wordpress. Try http://pixlr.com/editor/ open your image(s) , go to image/image size and resize your image to 730×300. Actually the cropping may be better than resizing, depending on what you need to do (image / canvas size).
Forum: Plugins
In reply to: [Meteor Slides] Slideshow Won't Load Until Page is "Reloaded"There is no slideshow on this page, meteorslides is loaded i nthe header, probably because you used it in another page of the site but there’s no div in the code of this specific page that calls for a slideshow. My guess is that you’re having troubles using multiple slideshows on the same website, so you should read these pages in detail:
http://jleuze.com/plugins/meteor-slides/multiple-slideshows/
http://jleuze.com/adding-multiple-slideshows-with-different-sizes/It should fix your problems!
Forum: Plugins
In reply to: [Meteor Slides] Slideshow Won't Load Until Page is "Reloaded"Elien, the slideshow is working, what’s bothering you?
Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides are doubledWhat do you mean by “updated the Meteor Slides”? The latest plugin update is from 2013-1-21.
I only see one slideshow, the other one is a still picture
<img src="http://olymega.org/wp-content/uploads/2013/08/OlyMEGA_PhotoFramed.png">
that’s what you need to remove.Forum: Plugins
In reply to: [Meteor Slides] Slideshow Won't Load Until Page is "Reloaded"This seems to be site/theme specific so we won’t be able to help if you don’t give more informations (site url, theme used…)
Forum: Fixing WordPress
In reply to: CSS specificity problemThanks, why wouldn’t it work with li?
Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides doesn't work ONLY on homepageMy guess is you’re using the widget. Remove it and don’t use it.
http://wordpress.org/plugins/meteor-slides/installation/
Look at the “add a slideshow” section, it says you need to insert this code -> [meteor_slideshow] to your page/post. Add this code as if it was part of your page text. Ex:
[meteor_slideshow]
Remember the adventure of camping as a child, or perhaps you’ve never had the opportunity to experience nature and all it has to offer. At Wild Ember we invite you to join us as we treat you to the many wonders and adventures Colorado has to offer.That’s it
Forum: Fixing WordPress
In reply to: Simple php in footer not workingThanks!
Forum: Fixing WordPress
In reply to: Simple php in footer not workingI didn’t, I tried your code exactly as it is and it didn’t work. I’m just trying things and notice the code in my last post works but I can’t add a url to it for some reason.
See
http://imageshack.com/a/img823/9951/x00g.pngI’m getting:
PARSE ERROR: SYNTAX ERROR, UNEXPECTED ‘HTTP’ (T_STRING), EXPECTING ‘,’ OR ‘;’Forum: Fixing WordPress
In reply to: Simple php in footer not workingThis code works:
<?php if(is_front_page()){ echo "<span style='margin: 0 20px;'>|</span>"; } ?>but when I try to add the url to this code, everything is breaking.
Forum: Fixing WordPress
In reply to: Simple php in footer not workingThanks but it’s not working. Everything from
” target=”_blank”>Visit W3Schools”;
is marked in green as if it was a comment. I get a php error PARSE ERROR: SYNTAX ERROR, UNEXPECTED ‘HTTP’ (T_STRING), EXPECTING ‘,’ OR ‘;’
Forum: Fixing WordPress
In reply to: Simple php in footer not workingThank you it’s working. Now if I want to add some margins, how can I make this code work:
<?php if(is_front_page()){ echo "<span style='margin: 0 20px;'>|</span><a href="http://www.w3schools.com" target="_blank">Visit W3Schools</a>"; } ?>Forum: Plugins
In reply to: [Meteor Slides] Adding caption text effects?Thanks, I have my titles/captions displayed with CSS (very easy to do), I’m really interested in the text animation (title and caption), like making the title going from right to left and stop. I’m not using the function described in this thread: http://wordpress.org/support/topic/plugin-meteor-slides-add-featured-image-caption-to-each-slide?replies=8
so I guess I can’t use the code you mentioned in the link above:
before: function () { ... }because I have no “function”, unfortunately it seems the solution of my problem lies there. What kind of js code would I need here?
I set up a testing website so you can see what I’m talking about: http://mywptestsite.is-great.org/lalala/
Thanks in advance!