Like buttons in a mess and delete option doesn’t work

Home Forums Guestbook Add-On Like buttons in a mess and delete option doesn’t work

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10507
    Pfaw
    Participant

    We just bought the Guestbook Addon and it doesn’t work well on our site.
    The like button on the entries are in a mess and the delete option in the metabox doesn’t work. No error message or anything in the Console.
    We are using the theme Ashe Pro and that might be the the cause of the like button mess. But the delete option doesn’t work whatever theme I use. :/

    #10511
    Marcel Pol
    Keymaster

    Hello Pfaw,
    That is unfortunate.
    In my testing environment it all works.
    Could you share the address of your website? Then I can take a look and see what is happening.

    Regards,
    Marcel

    #10515
    Pfaw
    Participant

    Yes I can share the address of the website, but I wouldn’t want to out it publicly as it is still under construction. I sent it to your email address.

    #10516
    Pfaw
    Participant

    Hi again! I just solved the problem. Turned out we had a plugin automatically installed by the hosting company (Hostinger) that disabled the delete button.

    #10517
    Marcel Pol
    Keymaster

    Hi,
    Thank you for coming back on that delete button.

    About the like buttons, try this CSS:

    .gwolle-gb .gb-entry .gb-entry-content img {
    display: inline-block;
    }

    You can add it to Appearance > Customizer > Custom CSS.

    I will ad it to the plugin, so it will be part of the next version.

    Does this help?
    Regards, Marcel

    #10526
    Marcel Pol
    Keymaster

    By the way, I see the theme has no styling for form fields. You could add this custom CSS also:

    html body div.gwolle-gb input[type="button"],
    html body div.gwolle-gb input[type="submit"] {
    	color: #fff; /* white */
    	background-color: #ca9b52;
    	border: 1px solid #ba8b42;
    }
    
    html body div.gwolle-gb form.gwolle-gb-write div.input input[type="text"],
    html body div.gwolle-gb form.gwolle-gb-write div.input input[type="email"],
    html body div.gwolle-gb form.gwolle-gb-write div.input input[type="url"],
    html body div.gwolle-gb form.gwolle-gb-write div.input textarea,
    html body div.gwolle-gb form.gwolle-gb-write div.input select {
    	border: 1px solid #ca9b52;
    }
    #10528
    Pfaw
    Participant

    Great! Thanks! That was nice! The CSS styles you provided works perfectly. :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.