blank edit bar after theme update

Permalink
Since doing a website theme update for my website theme "Silence," I now have a blank edit bar on the website frontend (see attached screenshot) so can't edit any pages, but the edit bar is working on the internal dashboard pages when I key-in the URL for that.

Also, since updating the theme, my sliders don't work and there's a strange vertical line appeared in the navigation bar. None of these were present before the theme update and worked perfectly fine.

Website ishttp://www.getthebigidea.co.uk

Can anyone please suggest a fix?

1 Attachment

thebigideasman
 
Jupiter replied on at Permalink Reply
Jupiter
I think jquery loaded twice....In concrete 5 jquery already loaded....in your installed theme there is something jquery.min.js already included....please comment out this jquery script...its may solve your problem
thebigideasman replied on at Permalink Reply
thebigideasman
Thanks @Jupiter, but please can you give me an idea of where I can find this, what you mean by comment out (do you mean delete?) and which bit of code?
Jupiter replied on at Permalink Reply
Jupiter
Comment out means not delete..you can put // or /*....*/ or put # at the start of the line where jquery files are included
Jupiter replied on at Permalink Reply
Jupiter
please PM me the details of your site....in your installed theme folder there are so many files.....header.php, footer.php or default.php ....you have to find out that from which page jquery files are included...then comment out the mother jquery file like jquery.js or jquery.min.js.....this is a common idea i shared with you...

But if u want to resolve in my end then you have provide PM of your site details
thebigideasman replied on at Permalink Reply
thebigideasman
Thank you for your offer, it's much appreciated and have PM'd you.
Responsive replied on at Permalink Reply
Responsive
Hi

My guess is it the following line in ur footer
<script src='/index.php/tools/packages/theme_silence/blender.js?c=1' type='text/javascript'></script>

Blender seems to be causing some errors. If you have just updated to the mobile theme then apparently you have some options page.

Uncaught ReferenceError: RESPONSIVE is not defined . probably best to contact the theme creator.
thebigideasman replied on at Permalink Reply
thebigideasman
Unfortunately, he (the theme developer) is a bit "un"responsive at the moment, hence why I'm asking here. But thanks anyway.
Responsive replied on at Permalink Reply
Responsive
he does mention
UPDATE (1.7 - march 2014) with new mobile experience.
I have changed all things about mobile navigation and header color height since 1.7. perhaps you will meet some displaying error. This will be fixed simply with a visit to the options page. On background page you will see new options to adapt color height on different screen, just play with to find your happiness.

Have you checked the options page
thebigideasman replied on at Permalink Reply
thebigideasman
I have resaved the theme options which was suggested by the developer, but it made no difference.

Not sure how adjusting the settings here will affect the edit bar so it's not blank though????
Responsive replied on at Permalink Reply
Responsive
PM me with your skype details to discuss.
Responsive replied on at Permalink Best Answer Reply
Responsive
Hi David, can you please mark my answer above as answered .. cheers
thebigideasman replied on at Permalink Reply
thebigideasman
For anyone who is reading this, @Webiflex very kind solved this issue (as shown below, emailed to me). Apparently the "Forked" version of the theme I'm using was the element that didn't work:

"I didn't change any code just changed your default theme in the Dashboard>Themes selection to Silence Theme V1.3.2 as this is the only theme that works with the blender.js as the footer.php has var RESPONSIVE which is what blender.js is looking for."

Thanks again @Webiflex for all your assistance.
thebigideasman replied on at Permalink Reply
thebigideasman
Thank you @Jupiter also for your assistance.