Press Pixels
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Background Slider] [Plugin: Site Background Slider] Not working locallyAll issues in this thread have been resolved in latest release versions!
Forum: Plugins
In reply to: [Site Background Slider] [Plugin: Site Background Slider] cross browser?It works fine however it looks “jumpy” in IE8 – after investigating this is because (of course) of IE8 terrible framework and resource usage – so nothing we can do about that 😉
Randomizing does exist and was placed in version 1.0.3 and up – so yes 😉
Hello!
Seems I am not getting any notices of these messages, sorry for the late response! We have add this into the latest version (plus also image resizing) – so if you update to version 1.0.7 you will be all sorted out, enjoy!
really? had no idea that bypasses it… thanks
perhaps you should change the text to “bypass process delay of non-verified payers” instead of “Handle non-verified payers” as with it unchecked it looks like you do not process unverified orders at all 😉
Forum: Plugins
In reply to: Site Background Slider Plugin Modify Header WarningYes, I dont understand why – not happening with me here… will investigate further and let you know (via here) if I find anything. Seems to be a common error on the WordPress forums.
Forum: Plugins
In reply to: Site Background Slider Plugin Modify Header WarningThose errors can be a multitude of things – I just checked and with the default themes for WordPress there are no errors, which points to conflicts with other plugins or your theme.
This plugin was updated about 2 weeks ago… and those referred lines are the CSS inclusion file and the insert into menu file (menu item for admin)
One thing I did notice after doing a bit of research, if you open the admin.php page (shown in the error) and add
?>at the end of that file, save and reload – let me know if that helps?Cool – glad it worked and sorted it all out!
I just updated the plugin to 1.0.6 with some jQuery and conflict resolutions – give it a try, if you still stuck send me a mail with your URL and I will have a closer look 😉
I am not sure what you have done, did you change the overlay image? As I can see it is one of your DSC images… that is not going to work… have you edited the code?
That sounds about right… If you have a folder with images inside for example on your server:
/public_html/images/slider/image1.jpg
Then in the Site Background Slider admin set your image path to reflect the same:
images/slider/
Then that should work perfectly.There might be an issue with a trailing double // for example – but to check that you would have to send me your URL directly so I can check 🙂
Hi!
Unfortunately you cannot scroll the background – it is designed and built to be fixed… other than that I did just release an update version 1.0.5 which has 2 new options:
Disable image resizing
Show only on home pageAs these were quite often requested – enjoy!
That is not that easy to just explain – a web developer will have to look at it for you, or check with your theme provider 😉
Site Background Slider uses a positional DIV CSS style:
body > div {position: relative}Which your theme is overwriting. you need to add the same style to your footer container DIV and all will work well -_-
I think its clashing with your JS code on your site – having a quick look you have so many (over 20) mixed JS files and code, biggest site head code I have seen in a while!
So my advice to you is to deactivate plugins one by one till you see which one conflicts – which might help, but you may also need to change the JS ordering as well. This all points to getting a JS / PHP professional to look at it 🙂 Good luck!
Forum: Plugins
In reply to: [Site Background Slider] [Plugin: Site Background Slider] Not working locallyGuys we found 2 more bugs we just squashed in the code: Multiple copies were being installed and CSS was breaking the site content.
I would recommend removing the existing installation(s) and then updating once we release in about an hour…
I did do a fresh installation with the new code and default WordPress and all ran smoothly – so if you still having hassles, let me know -__-