Doesn't appear on my website
-
I have recently updated this plugin and now it no longer float through out the pages. I can’t seem to have it working under the new settings.
Please, help!
-
Shame here!
Hi,
Amit Moreno has already answered that:
At the header.php file, right after the opening ‘body’ tag add the code:
<?php if(function_exists('acp_toolbar') ) { acp_toolbar(); }?>for example:
<body <?php body_class(); ?>>
<?php if(function_exists(‘acp_toolbar’) ) { acp_toolbar(); }?>This plugin was perfect until the upgrade 🙁
Nicola Tweed – Feel free to uninstall this plugin, it really isn’t for people like you since you can’t appreciate nothing.
as cpapadop wrote, in this version you’ll need to embed the toolbar & the skiplinks with the codes from the options panel.
I’m working on a better way for those who don’t know how to do it.
Hi Amit
I use the INDIE theme and added the code as you mentioned but still can’t display the floating toolbar.
<body id="top" <?php body_class('is-search-toggled-on'); ?>> <?php if(function_exists('acp_toolbar') ) { acp_toolbar(); }?>Please help.
Thanks.Perhaps it is easiest to add a file with the name “header.php” at:
public_html/wp-content/themes/my_themeThe file “header.php” should contain the following code:
<?php /** * show accessible poetry icon */ if(function_exists('acp_toolbar') ) { acp_toolbar(); }If you already have a “header.php” file at public_html/wp-content/themes/my_theme, then just add the code:
/** * show accessible poetry icon */ if(function_exists('acp_toolbar') ) { acp_toolbar(); }Hey hagai,
the plugin is not activated in your theme.Hi
I disabled and enabled it again and still not working.
I added the code in the header (have no choice because the body tag is in the header)
I am working locally. until the update it worked.
thanks for the quick replyI also uploaded the website to a remote development server and still not working.
I will appreciate any help.
ThanksSorry Amit I didn’t mean to be rude! I appreciate all the work you’ve done and think it’s a fab plugin so won’t be disabling it any time soon 🙂
why did is marked as resolved?
I still have a problem with the plugin…Should I open a new thread about the same issue?
I love this plugin. it is very useful and beautifull.
for any one that might encouter the same issue, mybe my solution will help him/her to notice it in thier theme as well.
fixed it.
before the body tag there was a php if statement in the theme header file, so I hade to add the bellow code twice for each situation within the if.<?php if> <body 1 ...> <?php if(function_exists('acp_toolbar') ) { acp_toolbar(); }?> <?php else: ?> <body 2 ...> <?php if(function_exists('acp_toolbar') ) { acp_toolbar(); }?> <?php endif; ?>It works! Thank you so much! I pasted the code into my toolbar code and its working 100%. This plugin looks really great, good job!
Hi, thanks for the plugin Amit.
just a quick reference to people who are using x-theme by themeco:
the file you will look for is located here:
framework\views\global\_header.php
The topic ‘Doesn't appear on my website’ is closed to new replies.