Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Bas Schuiling

    (@basszje)

    Hi Jonas,

    Strange thing. On the first visit of your site I saw all the green buttons, but upon revisit they are gone.

    For the styles to load there is a need of some CSS stylesheets in the bottom ( footer ) of the page. It seems it’s not loaded all of the time.

    I could be a caching problem, do you use a caching plugin for the site? That would explain seeing something when logged in, since usually caching isn’t being used for logged in users. So maybe try to look there.

    I have the same problem.

    If i’m logged I can see the buttons, but if I’m not logged I only see the link.

    http://www.fanaragon.com/natacion/calendarios-de-competicion-temporada-2014-2015/

    I cleaned the cache plugin and not using caching plugin.

    As I can fix this?

    Copy CSS Maxbuttons code to STYLE.css (theme) -> Not working. 🙁
    Copy CSS Maxbuttons code to STYLESHEET (theme) -> Not working. 🙁

    Plugin Author Bas Schuiling

    (@basszje)

    You indeed have the same issue. The styles should be written in the footer of the site, which they are not for some reason. I’m starting to think that tablepress or so is involved in removing it.

    Could you check if in your theme’s footer.php ( probably ) you have a wp_footer(); function call?

    Plugin Author Bas Schuiling

    (@basszje)

    Also, I did a test on TablePress just now, the plugin itself doesn’t seem to cause any problems with the buttons so it must be something else.

    Hi Bas and thanks.

    No tablepress is not the problen (I think), they have been working together for a year without problems, and now also when I’m logged functioning properly.

    In my footer.php there a wp_footer();

    more code….
    } );
    });
    –>
    </script>
    <?php } ?>

    <?php wp_footer(); ?>
    <!– END body –>
    </body>
    <!– END html –>
    </html>

    Plugin Author Bas Schuiling

    (@basszje)

    The wp_footer is there then, good. I think then you should really look into the caching of the site. Please note if you deactive caching plugins quite often they still display stuff from the cache. You should delete the cache in the plugin.

    Thread Starter jonaskhm

    (@jonaskhm)

    Hi Bas

    I checked and the footer is there and I have no cache plugins installed.

    Plugin Author Bas Schuiling

    (@basszje)

    Hi Jonas,

    I did a little more research. Could you try to change your shortcode and add this :

    [table id=123 cache_table_output=false /]

    With this I mean the cache_table_output . Seems tablePress has it’s own cache sort off and that might conflict with the plugin.

    Thread Starter jonaskhm

    (@jonaskhm)

    Thanx Bas that seems to fix it!

    Plugin Author maxfoundry

    (@maxfoundry)

    Hey Jonas,

    Glad to see we were able to everything to work. We live for reviews. Please think about giving us a rating.

    hi
    I have the same problem at http://dc4xportal.host22.com/.

    when i copied the css to editor-style.css or style.css it first worked, but in the next load of the page again ther were only links..

    dont have any cache plugin.

    I did not understand where should I put the sortcode..

    what should I do?..

    Plugin Author Bas Schuiling

    (@basszje)

    See the other topic. There should be no manual loading of CSS, but check the footer.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘[Plugin: MaxButtons] Buttons only visible as hyperlinks’ is closed to new replies.