Viewing 15 replies - 1 through 15 (of 15 total)
  • 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 ??

    Plugin Author Amit Moreno

    (@digisphere)

    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.

    https://demos.templateexpress.com/indie/

    Perhaps it is easiest to add a file with the name “header.php” at:
    public_html/wp-content/themes/my_theme

    The 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(); }

    Plugin Author Amit Moreno

    (@digisphere)

    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 reply

    I also uploaded the website to a remote development server and still not working.
    I will appreciate any help.
    Thanks

    Sorry 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; ?>

    Thread Starter dannyv15

    (@dannyv15)

    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

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Doesn't appear on my website’ is closed to new replies.