image uploader is broken
-
There is no image uploader for the settings > sponsors carousel.
See screenshot here – https://i.imgur.com/xo2Zv.pngWorking to see if I can get it to work. I’ll shoot over anything I come up with. Thanks for the base of the plugin!
https://www.ads-software.com/extend/plugins/sponsors-carousel/
-
Take a look at the /skins/tango/skin.css and edit this to your liking or create a new skin and reference it on line 88 by replacing the /skins/tango/skin.css with your new directory:
echo '<link href="' . $plugin_url . '/skins/tango/skin.css" rel="stylesheet" type="text/css" />' . "\n";
I customized this css file as well as the PNG images in the folder to be used for my slider. I also updated the WordPress Options page so that it followed the same
<table class="form-table">
layout seen in other native WordPress option pages. If you are interested, that is here – https://codex.www.ads-software.com/Creating_Options_PagesYou can also take a look at what I did here (you will find the carousel at the bottom of the page) – https://goo.gl/3JoPN
It is also responsive.OK. I have fixed the image up-loader( Thanks to dave)
But now I am not able to add multiple images. Whenever I select multiple images, only the first one get selected.Thanks for the fix. My image upload button is now visible. However, I was wondering two things.
First, for some reason after all my images cycle through, it doesn’t start over. All the images move to the left out of view, and you just see blank white.
Second, I have a dark theme. What would be the easiest way to either make the slider background black, or translucent with no box around the entire slider? Basically, so that it would appear that my client logos are floating.
Thank you.
I can now get my sponsor carousel to work well. However, when I have this plugin enabled, it breaks another plugin “peekaboo” which is absolutely necessary for the functionality of this site.
https://www.farinspace.com/wordpress-peekaboo-plugin/I assume it’s a jquery conflict. Does anyone have a suggestions as to how I can get these two plugins to play nice?
@ahmad Appears that I am only able to add one at a time as well. It is pretty quick to add, so never worried about it.
@baltofilm Auto scrolling: Have you modified the Auto Scroll option? This – https://i.imgur.com/RUKYm1e.png
Theme: Take a look at the
/skins/tango/skin.css
and edit this to your liking or you can create a new skin and reference it on line 88 by replacing the /skins/tango/skin.css with your new directory:
echo '<link href="' . $plugin_url . '/skins/tango/skin.css" rel="stylesheet" type="text/css" />' . "\n";
I customized this css file as well as the PNG images in the folder to be used for my slider.@webdi There could be many factors contributing to this error. Do you have a dev or production URL that you are seeing this error that I could look at?
I got frustrated and switched to a different plugin. I’m using WordPress Thumbnail Slider. It works great without any conflicts. Thanks so much for your help!! I really appreciate it.
@dave I think you were not able to understand what I was trying to say. PLease have a look at the screenshot attached with my post. Also when I click on the ‘Save Changes’, the text box gets empty. Am I doing something wrong? Please guide me.
Thanks.
@ WebDi you are welcome, glad to help
@ahmad When I add multiple images, it only shows one of the image paths in the input box as well. Clicking the ‘Save Changes’ button adds only one image at a time (this should be the first one that you have selected, as it was the first one that I selected).
You will just have to add one at a time by clicking ‘Add Media’ and then ‘Save Changes’ for each one.Dave, thanks for the response. I like your slider. It looks like your previous suggestions will work.
But I’m having the same problems as others with getting the Sponsors Carousel to work with my main slider. When I activate your SC plug-in on one of my pages, the Soliloquy slider on my homepage disappears.
@baltofilm thank you. just a fellow user of the plug-in, you can check here for the original developer(s) – https://www.ads-software.com/extend/plugins/sponsors-carousel/developers/
There could be many factors contributing to this error. Do you have a dev or production URL that you are seeing this error that I could look at?No, thank you, Dave. Very nice of you to help us out with this plug-in.
You can see my test page with the carousel here:
zedora.com/test-carouselI have temporarily activated the SC plug-in, which has made my Soliloquy slider on my homepage under my menu disappear.
Thank you very much!
I checked out the view-source:https://soliloquywp.com/ and looks like they are using jQuery 1.83 and the view-source:https://www.zedora.com/test-carousel/ is using jQuery 1.42 which is what the SC plugin natively is using.
Look around line 76 for this
wp_register_script('jquery', ($plugin_url . '/jquery-1.4.2.min.js'), false, '1.4.2');
which you will either need to update to match the same jQuery being used by your Soliloquy Slider or remove the jQuery call function (function sponsors_carousel_enqueue_scripts()
) seen between lines 68-79 if indeed the Soliloquy slider that you are using is using a different version.Note: always make a backup (or branch if you are using git) before messing around with the files.
Thank you Dave! I will give this a shot. Your time and help is much appreciated.
Hello, i have done as you write in previous posts and i get this error
Fatal error: Call to undefined function media_button() in /home/****/public_html/wp-content/plugins/sponsors-carousel/sponsors-carousel.php on line 369
i`m still dont get image to click on for upload.
any fix for that?if i change 367 line before yours on 369 and leave 369 as it is i get no error but i dont get image also.If i leave 367 as it is original file and change 369 line i get that error and both ways i still dont get image for uploading files.
WP 3.5.1
W3 total cache plugin
Better wp security plugin
- The topic ‘image uploader is broken’ is closed to new replies.