Now when i even try to log in my wp-admin page i get the same error !
im kinda stuck out of my website !!
what should i do to fix this asap
Plugin Author
jeff_
(@jeff_)
this is strange as this file is not displaying a thing… maybe an encoding problem : to get out of this : suppress the plugin folder via ftp
Another guy has the same problem and it will be useful for me (and him) to have some more information :
How did you install the plugin ? directly from WP ? via ftp transfert ? if ftp transfert : did you use binary mode ?
When you transfert some files via ftp, always use binary mode.
thanks for your reply. i managed to deactivate the plugin and get back to my admin page. yet im not using your plugin now, im back to my older slider.
the problem happens when i try to edit a copy of the default template.php file, then i upload it as a new template. As soon as i choose my template from the plugin page, it shows up perfectly on the website, yet gives the error i mentioned above.
putting in mind that i only change the font size of the main text bar, and the padding of the slider. thats all
im not sure if i used binary mode when uploading the template.php file via ftp.
i really like your slider alot, and wish i can solve this, Thanks
let me know if you need more info
Plugin Author
jeff_
(@jeff_)
Use filezilla to operate the transferts : it uses the bonary mode per default for transferts. Sometimes, some FTP transfert sotware uses ascii mode for text files, and mess with encoding… be sure to transfert as binary mode and let me know.
im using filezilla, and i just switched the transfers to binary, then uploaded my custom template, it still didnt work, the slider showed up as a list of pictures with comments below each of them.
i only changed the font size of buttons and padding of slider, saved a fresh copy of template.php then upload it in a new folder (default 2 for example), then i choose default 2 from the plugin page, and same errors show up again. As soon as i switch back to the original template, everyth is back to normal !!
i have no problem using your original template.php, but i need to add this line to fs_main
padding: 15px 0 0 15px; as to align the slider with my theme, other than that i can live with the original template.
Thank you for your time, really appreciated.
Plugin Author
jeff_
(@jeff_)
just add the needed css to your theme css… with “!important” at the end, like :
#fs_main {padding: 15px 0 0 15px!important;}
I’m not sure where exactly in the theme css file to past the code you mentioned, i tried several locations, but didnt get lucky
kindly advice, Thanks
Plugin Author
jeff_
(@jeff_)
anywhere on your main theme css file 🙂
Just as you said, i pasted it in my theme’s stylesheet.css anywhere, it doesnt show any difference !