-
AuthorPosts
-
May 10, 2015 at 10:19 pm #270418
Hi,
Can you please help me? I’d like to install the code to have the hello bar appear at the top of the page but when I upload the php file downloaded from their site, I get this message from my wordpress site:
Unpacking the package…The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
What can I do?
They also say I can do it by doing the following:
To install Hello Bar, copy and paste the following code right before your closing tag.<script src=”//my.hellobar.com/871d5f8017992215ad3e35c082c75b1ca236aa3e.js” type=”text/javascript” charset=”utf-8″ async=”async”></script>
Can you help me on this front?
Thanks,
Déwi
May 10, 2015 at 10:23 pm #270423I forgot,
my website is dewiragi.com
I use the theme x version 3.2.4 integrity 1
I have the wordpress version 4.2.2May 10, 2015 at 10:23 pm #270425Thanks 🙂
May 10, 2015 at 10:46 pm #270438Hello There,
Thanks for posting in!
What you are trying to accomplish requires a template customization, we would like to suggest that you use a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
Once your child theme is setup, please insert this code in your child theme’s functions.php to install the code to have the hello bar appear at the top of the page
function add_hello_bar(){ ?> <script src="//my.hellobar.com/871d5f8017992215ad3e35c082c75b1ca236aa3e.js" type="text/javascript" charset="utf-8" async="async"></script> <?php } add_action( 'wp_foooter', 'add_hello_bar' );
As an alternative, You can also use the hello bar wordpress plugin. You can get it here: https://www.hellobar.com/sites/196374/wordpress_plugin
Once you downloaded the plugin, you do not need to unzip. Just go to your WP dashboard > Plugins > Add New > Upload Plugin and simply uploadhellobar_wp_plugin.zip
the one you just downloaded from there site.Please let us know how it goes.
May 10, 2015 at 11:35 pm #270463Just tried the latter and still got this:
Unpacking the package…The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
May 10, 2015 at 11:38 pm #270464Hello There,
We have tried to download the hell bar plugin and we were able to install it. Please try to download it again and add it as a new plugin.
If ever it doesn’t work out for you, Would you mind providing us the url of your site with login credentials, if necessary, so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password (only if necessary)Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thank you.
May 10, 2015 at 11:43 pm #270466This reply has been marked as private.May 10, 2015 at 11:50 pm #270468Hello There,
Thanks for the access information! We have successfully installed the hello bar plugin. http://prntscr.com/73we5c
Please make sure that you have setup your hello bar properly in there website.Thank you.
May 11, 2015 at 3:07 am #270547Thank you for your time and excellent work!
May 11, 2015 at 3:09 am #270548Hey There,
You are always welcome.
We are glad we were able to help you out.Cheers,
XMay 11, 2015 at 3:21 am #270558Oh I forgot, can I get the toolbar on the home page, it doesn’t seem to appear there…
May 11, 2015 at 3:35 am #270567Hi Dewi,
Upon checking your homepage I can see the toolbar appearing on the top.
http://screencast.com/t/1POdtMsyBr
Please clear your browser cache and plugin cache(if applicable) then try again.
Thanks
May 11, 2015 at 4:11 am #270584you’re right, thank you for your time!
May 11, 2015 at 4:44 am #270601You’re welcome.
-
AuthorPosts