Plugins -> Editor -> Select plugin to edit: Slidorion Select
Editing slidorion/slidorion/slidorion.css
delete everything on the Stylesheet -> copy and paste the code below and Update
/* Slidorion Stylesheet */
#slidorion_player {
width: 940px;
height: 381px;
position: relative;
}
#slidorion_player > #slider {
width: 650px;
height: 381px;
position: relative;
float: left;
overflow: hidden;
}
#slidorion_player > #slider > div {
position: absolute;
width: 100%;
height: 100%;
}
#slidorion_player > #slider > div > img {
width: 100%;
}
#slidorion_player > #accordion {
width: 280px;
height: 371px;
font-family: Verdana;
background: #EEE;
position: relative;
z-index: 999;
overflow: visible;
float: right;
}
#slidorion_player > #accordion > .link-header {
padding: 8px 14px;
font-size: 20px;
font-weight: bold;
color: #333;
background: #ededed;
border-top: 5px solid #ccc;
}
#slidorion_player > #accordion > .link-header:first-child {
border-top: none;
}
#slidorion_player > #accordion > .link-header:hover {
background: #EDEDED;
cursor: pointer;
}
#slidorion_player > #accordion > .link-header.active {
border-bottom: none;
background: #676767 !important;
filter: none;
color: #FFF;
}
#slidorion_player > #accordion > .link-content {
height: 30%;
font-weight: normal;
font-size: 13px;
line-height: 20px;
color:#000;
margin: 0;
padding: 16px;
border: none;
background: #D6D6D6;
background: -moz-linear-gradient(top,#d6d6d6 0,#ffffff 10%);
background: -webkit-linear-gradient(top,#d6d6d6 0,#ffffff 10%);
background: -o-linear-gradient(top,#d6d6d6 0,#ffffff 10%);
background: -ms-linear-gradient(top,#d6d6d6 0,#ffffff 10%);
background: linear-gradient(top,#d6d6d6 0,#ffffff 10%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#d6d6d6′, endColorstr=’#ffffff’,GradientType=0 );
overflow: auto;
}
Overwriting send_to_editor causes bad behaviour, breaks including images in new Posts using media library
]]>When the pages containing this plugin are initially loading, all of the slides containing text are visible for a moment. Is there something I’m missing in order for this to work correctly?
you can see for yourself here: https://bandb.zacharywatts.com
Any help would be appreciated!
]]>Hello,
When I active this plugin in my site the image insert at the post content doesn’t works, I can upload but not paste.
I found out that problem is with the javascript, your script is breaking the wordpress script
So I fix it, You need only change the line 559 at file “slidorion.php”. See what I did:
Before:
add_action(‘admin_print_scripts’, ‘slidorion_register_admin_scripts’);
After:
]]>add_action(‘admin_print_scripts-slidorion_page_slidorion_menu_new’, ‘slidorion_register_admin_scripts’);
Does any one know how to make this work with the current version of wordpress? or does it and I am simply missing a step?
I had installed slidorion on an html version of my site and it works great, but recently converted my site to word press, and the plugin version of slidorion posts the images and titles/text, but does not do the effect… it simply posts them wrapped in divs.
here is my site: https://bandb.zacharywatts.com/2013/06/24/test/
The slider in the header section is the html version that works great. I used the plugin to post the slider in the “post” section of the page.
any help? Thanks!
Zach
Has anybody successfully installed this? I would like to see how it looks.
]]>Added 4 slides, does nothing, doesn’t move, has 1st slide shown and 10% of slide 2 shown. Looks horrible.
]]>Hello, I have 2 problems
1 -I wanna add a link on image, when I click on the image it go to the link.
2- I need to create some slides that should not appear on the accordion just show the image(with link on image :X)
thanks
]]>How Can I insert Slidorion into my theme? I tried to use:
do_shortcode('[slidorion name="main"]');
but it does not show up. I really don’t know why it doesn’t show up.
Hey its such a cool slider, is there a way i can move some code to make it responsive?
]]>In slidorion_uploader.js this plugin uses the same name as a function in wp-admin/js/media-upload.js (specifically send_to_editor).
This causes issues when WordPress calls send_to_editor – this plugin’s version is called instead of WordPress’s.
This is particularly an issue when using the “Media Library” tab in the “Add Media” dialogue (the one that you use when creating a post/page/etc). When you press the “Insert into Post” button, nothing visibly happens.
I made a quick change to the function definition in the plugin – and I doubt this is the ‘proper’ way to resolve this issue: https://pastebin.com/ngg0b0Dm
This checks if the current page is the ‘new sliderion’ page, and if it is, we use the code from the plugin, otherwise we use the code from media-upload.js. This will only work for this specific domain (I was too lazy to make it work in general because it’s probably not the right way to resolve the issue anyway).
This plugin is overriding WordPress’s core functionality, so I think this is a pretty serious issue and needs to be resolved properly.
]]>I want my slidorion to be below my content. I can’t seem to find the solution even when I modify the css file. what should I do?
fuelab.accountsupport.com
]]>Instead there is a dial that makes you think the images are about to load, but they never do. The rest of this plugin seems to work. Not useful tho without the images.
]]>Instead, There is a loading image circular dial rotating in the middle of slidorion where pics should be showing. I tried different image sizes as well. no luck. Any advice?
]]>