• Resolved darepec

    (@darepec)


    Hello.

    I noticed that my buttons are only text links, there is no CSS style at all. I have the latest MaxButtons version and the latest WordPress version. Anybody else has the same issues?

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

    (@basszje)

    Hi,

    Nope that should not happen, then something is going wrong. This is almost always due to a few reasons:

    – Plugins that use caching mechanisms ( like wp-supercache, w3 cache, also tablepress and a few others )
    – Something goes wrong with the style loading of the theme.

    Mostly it’s the plugin though. If you can give me a link to your site I can probably see what the issue is.

    Thread Starter darepec

    (@darepec)

    Yeah.. it`s strange… I already deactivated all plugins, but it was the same. Here is the example: https://mytarotlove.com/tarot/queen-of-pentacles/

    Button is on the bottom of the page (Start live chat with fortuneteller).

    Thank you and have a nice day!

    Plugin Author Bas Schuiling

    (@basszje)

    Thanks for the link. If I look at the bottom at your page there is no proper ending. It ends with the content-area.

    Did you change the template yourself? Please check if the wp_footer() function is called to close down the page as it should.

    If you didn’t change the templates and are still using the vanilla WordPress theme something is probably crashing your page at the end ( you should check your server logs for that ).

    Point is that the plugin loads the styling at the bottom of the page (to increase loading speed) and it looks like your page never reaches that point. It’s important to fix it, since many other functions use the footer for loading stuff.

    Thread Starter darepec

    (@darepec)

    Thank you very much. You solved my issue. I didn`t have wp_footer() function at the end of the page.

    Thank you and have a nice day!

    Plugin Author Bas Schuiling

    (@basszje)

    Happy to hear that fixed it!

    Where is the wp_footer() function supposed to be? I’m a bit confused, but I believe I’m experiencing this same problem.

    While I have your attention, I’d like to insert a button into the theme subheader. Is there a way to do this in the .php file in the editor?

    Hi,
    I have this problem too. I use TablePress and I wanted to put my Buttons into a table but there is only the text and the link. My Website is https://barmixer.info
    It would be nice if anybody could help me, because I dont really know what to do :/

    Plugin Author Bas Schuiling

    (@basszje)

    Hi,

    Next time please open a topic, I totally missed this one hidden here.

    It’s a common problem. The solution for Tablepress is even in the FAQ under ‘TablePress’ .

    Thank you!
    Fixed the Problem. That was so easy I should look more often into the FAQ.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘No CSS styling, only text link’ is closed to new replies.