Daiv Mowbray
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Folder2Page] Thanks… great idea implementedHello,
the plugin superslider-show has this option of pulling image content from a folder. then displays it in a rotating slideshow, rather than gallery.
Forum: Plugins
In reply to: [Plugin: SuperSlider-Menu] Keeping menus open & child category styling?Hello shuu,
you’re right it is playing tricks on you.
it’s a cookie thing, based on previously folded cats etc.
in fact the whole plugin needs work.watch wp-superslider.com for future updates
Forum: Plugins
In reply to: [Plugin Request] SlideShow with link featureshello itsbarry,
If you’re still having trouble with superslider-show give me a shout..
And thanx for the comment, I should reduce the options and increase the documentation.Forum: Themes and Templates
In reply to: P2 1.1.1 not working with SuperSlider-Login 0.6Hello Nodnarboen,
Do you still need some help with this?
Forum: Plugins
In reply to: [Plugin: SuperSlider-MooFlow] Problems throughout with this plugin..Hello grex22,
Just saw your post, sorry you had troubles.
let me know if you still need some help.Forum: Plugins
In reply to: [Plugin: SuperSlider-Menu] Sliding / Expanding MenuHello buudweizerr,
Well, I updated my site layout, hope it’s easier to find your way around now, the accordion is a module in the superslider plugin.
Forum: Plugins
In reply to: [Plugin: SuperSlider] Problems with New Version and 2.8Hello Mike Bourcier,
go to your options to set: captions=”false” or add it to your shortcode.Forum: Plugins
In reply to: Recommendation: Simple Slideshow PluginHello,
have you tried the superslider-show ? It can show images on posts/ and pages with as many shows per post and as many images per show.Forum: Plugins
In reply to: [Plugin: Smooth Slider] image code showing up in slider pages!Hello,
have you tried the superslider-show ? It can show images on posts/ and pages with as many shows per post and as many images per show.Forum: Your WordPress
In reply to: slideshow inside posts?Hello,
have you tried the superslider-show ? It can show images on posts/ and pages with as many shows per post and as many images per show.Hello niska,
in your yarpp template file just add this where you want the date:
<?php the_time('F jS, Y') ?>
for the category, add the WordPress category template tag.
HTHForum: Plugins
In reply to: Superslider PostsincatHello intricateartist,
I’ve just had a quick look, and it seems that with WP 2.8,
The superslider-postincat plugin doesn’t set the default options when you add the widget. This is from a change in the way widgets are handled in WordPress.
Be sure to select the option: Load css from postsincat plugin folder:
or if not be sure that there are the required css files here:
wp-content/plugin-data/superslider/ssPostinCat/
as you have added the required plugin css to your theme css file (best option) , there would be no issues.The java script files do load as expected and “work” as expected.
If you continue to have any issues, please let me know.Forum: Fixing WordPress
In reply to: [Plugin: SuperSlider] Confuse with the formfolderYep,
we all need an urgent reply,
but you didn’t look very far for help.
I monitor support.wp-superslider.com
you need to add the from folder to the short code in your post:
[gallery fromfolder="image_sets/set_one" ]Forum: Plugins
In reply to: Superslider PostsincatHello intricateartist,
I’ve just seen your post,
I don’t get an automatic mail saying someone posted at wordpress with the tag superslider.Ok, You do not need the superslider-base plugin for the others to work.
They each are stand alone.How ever, it does look like the postin cat plugin is having some issues. I will get to work fixing them, and get back to you asap.
Forum: Plugins
In reply to: [Plugin: SuperSlider] Adjust width and Reflection –Hello George,
first up, welcome to WordPress,
you’d get a quicker reply at support.wp-superslider.com,The width of the accordion:
open the custom css file and look for .accordion
add this to the css properties list inside of the brackets
overflow:hidden;
width:220px;
This will set the total max width of the whole accordion to 220px.Next up: superslider-base has the reflection option which is applied to your images. This can be set automatic, to add reflection to all the your images, or manually which requires adding a short code to each image to be reflected. [reflect reflect_height=”0.2″ reflect_opacity=”0.2″ ]your content to reflect here[/reflect]
There is a button on the tool bar of your edit post screen when in html mode which helps to add this shortcode.Lastly, to change the colors of any of the themes, you will need to open the css file and edit it to your liking.
If you do, remember to move the folder plugin-data out of the plugin folder up to the wp-content folder. This will prevent over writing the changes when you update the plugin.
(remember to change the file storage option in the superslider options page.) The superslider plugins do not do file checks.