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?
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?
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
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?
Comment out means not delete..you can put // or /*....*/ or put # at the start of the line where jquery files are included
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
But if u want to resolve in my end then you have provide PM of your site details
Thank you for your offer, it's much appreciated and have PM'd you.
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.
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.
Unfortunately, he (the theme developer) is a bit "un"responsive at the moment, hence why I'm asking here. But thanks anyway.
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
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
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????
Not sure how adjusting the settings here will affect the edit bar so it's not blank though????
PM me with your skype details to discuss.
Hi David, can you please mark my answer above as answered .. cheers
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.
"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.
Thank you @Jupiter also for your assistance.