Daiv Mowbray
Forum Replies Created
-
Forum: Plugins
In reply to: [SuperSlider-Show] Moving captions window to other side?The above css will place the text on the right.
To have one slideshow different from another you use this in your shortcode:
[slideshow show-class=”text-right”]
Now the show will have an added class and the captions
will have a different class name as noted below.then add css styles to your css file,
.text-right {
height: 387px;
margin: 0 200px 90px 0;
width: 522px;
}line 113:
.slideshow-text-right-captions {
background-image: url(“https://www.ultra.co.il/heb/wp-content/uploads/catalogue-box.gif”);
background-repeat: no-repeat;
bottom: 0;
color: #000000;
font: 12px/1.3em Arial,sans-serif;
height: auto;
left: 540px;
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
position: absolute;
right: auto;
top: 0;
width: 220px;
z-index: -1000;
}.slideshow-text-right-captions-hidden {
margin-left: -500px;
opacity: 0;
}
.slideshow-text-right-captions-visible {
margin-left: 0;
opacity: 0.8;
}Forum: Plugins
In reply to: [SuperSlider-Show] Moving captions window to other side?hello,
edit this file:
https://www.ultra.co.il/heb/wp-content/plugins/superslider-show/plugin-data/superslider/ssShow/custom/custom.css?ver=3.5.1line 79:
.slideshow {
height: 387px;
margin: 0 200px 90px 0;
width: 522px;
}line 113:
.slideshow-captions {
background-image: url(“https://www.ultra.co.il/heb/wp-content/uploads/catalogue-box.gif”);
background-repeat: no-repeat;
bottom: 0;
color: #000000;
font: 12px/1.3em Arial,sans-serif;
height: auto;
left: 540px;
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
position: absolute;
right: auto;
top: 0;
width: 220px;
z-index: -1000;
}.slideshow-captions-hidden {
margin-left: -500px;
opacity: 0;
}
.slideshow-captions-visible {
margin-left: 0;
opacity: 0.8;
}Forum: Plugins
In reply to: [SuperSlider-Show] wrong path to images in viewgreat, glad that fixed the issue.
Forum: Plugins
In reply to: [SuperSlider-Show] wrong path to images in viewIt would help if you told me the plugin version number,
and the shortcode you are using.
If you are using the from folder option.
try using the images from the media library instead.Forum: Plugins
In reply to: [SuperSlider-Show] wrong path to images in viewCould you provide more specific info,
a test page perhaps?Forum: Plugins
In reply to: [SuperSlider-Show] Code tweakingYou have three text objects in your captions.
title, text and link text.
you can set which one is which in the plugin settings captions tab.I like the way you’re using the plugin, looks good.
contact me off site through superslider.daivmowbray.com if you want customizations to the plugin.Forum: Plugins
In reply to: [SuperSlider-Image] Log Out Button.“A password will be emailed to you.”? is something that you would have to find in the actual WordPress files.
set the guest text to nothing, have you tried setting the guest text to nothing in the settings page for the plugin?Forum: Plugins
In reply to: [SuperSlider-Image] Log Out Button.Hello,
you could add this to your css file:#loginpanel input { display: block; }
this will ensure that the labels are not inline with the inputs.
As for the user name being black,
Perhaps a css rule of #loginpanel h2 {color: #f5f5f5;} would help.Forum: Plugins
In reply to: [SuperSlider-Login] Hide Dashboard for everyone but AdminHello Chesa
No, there is no option to do that.
How would the login panel know you are admin
until you log in? Once you are logged in the access
to the various links in the login panel are available
based on the user level.Forum: Plugins
In reply to: [SuperSlider-Show] Firefox issueHello,
I have no idea what the issue is.
Works for me.
Are you testing on windowz or mac?
Can you post a link?Forum: Plugins
In reply to: [SuperSlider-Show] Thumbnails size captions boxHello,
from your link, its appears that the thumbnails are 150px,
if you want to use 50px and minthumb is set to 50px you must ensure that the images have the minthumb version created. Use a rebuild thumbnails plugin to ensure that you actually have 50px minithumbs, this is for any images uploaded prior to activating the superslider-show plugin.as for the css rules and the layouts,
I can offer you this file which has new styles pre built. (this will be included in the next release) One of the numerous configurations should work for you. Here is the demo of the css file.Forum: Plugins
In reply to: [SuperSlider-Menu] Updated for WP 3.5Really? where is your site?
did you deactivate the plugin?
what does crashed my site mean?
Could you be more specific please.Forum: Plugins
In reply to: [SuperSlider-Show] Not working very well at allHere is a problem.
SyntaxError: syntax error [Break On This Error] window.addEvent('domready', function() {</p> prettify.js (line 4, col 40)
Found here: https://www.ajswebcreations.com/turkeys/wp-content/themes/ultimatum/js/prettify.js
But the real problem is WP or some plugin wrapping the javascript code for the slideshow in side of p tags:
window.addEvent('domready', function() {</p> <p> var ssShow530 = new Slideshow.Flash('slide_gallery530', null,{.....
and a 404 here:
“NetworkError: 404 Not Found – https://www.ajswebcreations.com/turkeys/wp-content/plugin-data/superslider/ssSlimbox/default/default.css?ver=3.5.1”Forum: Plugins
In reply to: [SuperSlider-Show] Not working very well at allHello,
a way to make it a % size of the original
add this to your shortcode: resize=”fill”
lightbox close button,
change the css in this file:
https://www.dna-dj-services.com/test/wp-content/plugin-data/superslider/ssShow/slimbox/slimbox.css?ver=3.5.1
line 33 change this top: 0px; to this top: 30px;the slimbox lightbox gallery was fixed, but It looks like somethings changed. Hope to have the bug fixed for next version release.
Forum: Plugins
In reply to: [SuperSlider-Show] Not working very well at allYep I saw that,
let me know if you have any issues.