foo123
Forum Replies Created
-
Forum: Plugins
In reply to: [Elastic Slide] Can't insert the plugin into my main pageHi jawad2s,
a new update of the plugin is here:http://downloads.wp.xz.cn/plugin/elastic-slide.latest-stable.zip
which allows to use categories or post tags to get the slider posts:
eg
[elastic_slide cats=”27,17″]
uses categories with ids 27 and 17
Forum: Plugins
In reply to: [Elastic Slide] Can't insert the plugin into my main pageHi jawad3s,
right now this is not supported in the plugin
It is possible it will be added in an upcoming update,
however by using a little php, you can get the post ids of a certain category and use them in the shortcode
In this way, you make a custom shortcode which uses the elastic slide shortcode internally
Forum: Plugins
In reply to: [Elastic Slide] Can't insert the plugin into my main pageCan you add the shortcode that you use here,
and / or a link to the site where this is used?
Forum: Plugins
In reply to: [Top Flash Embed] Text wrap around and captionsHi Greybox,
i think this is best handled with CSS and div containers
the shortcode, will generate just the basic object html code
around that you can add any extra text or style neededAlso you can create a custom shortcode which uses the topswf shortcode internally and produces the desired output
It is possible at a later time, new things will be added, not now
Except any serius bug found
Thanks
Forum: Reviews
In reply to: [Top Flash Embed] Did not work in current version of WP / ChromeThis depends on many parameters,
the browser, the domain and the swf itself.But it is true the plugin misses the parameter to allow (if possible) the embeding of a different domain
This is going to be added eventually, however usually swfs should be serverd from same domain.
Is this resolved now?
Forum: Reviews
In reply to: [Top Flash Embed] Did not work in current version of WP / ChromeIt is possible this is a result of same-origin security policy, the swf resides in a different domain than the site that calls it,
Also i see swfobject script is used on that url, not sure if it has any implications
Forum: Reviews
In reply to: [Top Flash Embed] Did not work in current version of WP / ChromeHi esthern,
flashvars is a way to pass parameters to a swf movie
(eg an xml configuration file) in a similar way as url parameters are passed to a urli cannot seemt to reproduce this issue you are having,
so this thread is left open, and for any further updatesLooking this further
Forum: Reviews
In reply to: [Top Flash Embed] Did not work in current version of WP / ChromeAlso try with wmode=’opaque’ as this has implications per browser also
Forum: Reviews
In reply to: [Top Flash Embed] Did not work in current version of WP / ChromeCorrect,
can you try using a swf url which has the actual .swf in the path and try it? It is possible this is the issue.
Thanks
Forum: Reviews
In reply to: [Top Flash Embed] Did not work in current version of WP / ChromeHi estern, the code is correct,
the swf url is wrong, i am not sure why that is.
Try adding the swf url/location manually, or using another of Top-Flash-Embed methods (there are 2, either from media button, or tinymce popup) and see that the actual swf movie url is correct
then access the page and see it in action.
Forum: Reviews
In reply to: [Top Flash Embed] Did not work in current version of WP / ChromeHi esthern
seeing yuor page the swf movie does not exist, the url is the site’s home url, so if you click on flash player it pops up with ‘movie not loaded’
This is the movie url, as you see there is no swf given:
<param name=”movie” value=”http://www.foreverknowledge.info/aloematters/” />Also i see you use fitvids and fancybox, usually there is no conflict, but it would be good to test without them
Forum: Plugins
In reply to: Top Flash Embed adding black bars to movieHi,
i am not sure about this.
This maybe a css or swf issue.
What kind of black bars are there exactly?
The link does not point to a specific site.Forum: Plugins
In reply to: [Elastic Slide] Can't insert the plugin into my main pageHi Cris,
is this resolved? Need any more help?
Forum: Plugins
In reply to: [Elastic Slide] Can't insert the plugin into my main pageHi HIDRIA,
sorry fo the delay.Is your index page, a static page? or a blog page?
The plugin works through a shortcode, that takes the list of posts as a parameter, and it uses jquery.
The shortcode has to be inserted inside a page or post, or even a widget.
If you switch to the twenty-twelve theme does it work?
Forum: Plugins
In reply to: [Top Flash Embed] Not Showing in WP 3.5.1Hello Ray,
did not notice this post.The problem seems to be that the swf you are trying to view has some configuration settings in an xml file:
webgoad.com/wordpress/wp-content/gallery/cu3ex/engine/cu3oxXML1.xml
So the swf by itself has to read this xml file which contains the configuration
Usually these xml files are passeed via the flashvars parameter,
if you know how to do this, the flashvar parameter is available as a parameter in the top-flash-embed plugin.
Else better use the embed option of the plugin that generates and uses this swf.
Hope this helps