Marcel Pol

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 155 total)
  • Author
    Posts
  • 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;
    }
    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

    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

    in reply to: Social Media Link #10349
    Marcel Pol
    Keymaster

    Hi Robert,

    There are 2 kinds of social media links. Links for sharing something, and links to profiles.

    These social media links are for sharing a guestbook entry.

    If you want profile links, you probably want another plugin. Showing your profile links would only need to be done once on a page, not for every guestbook entry.
    Unless you are talking about visitors sharing their social media profile in a meta field. But I think an extra field can be used for that.

    Regards,
    Marcel

    in reply to: Where can I find an invoice for my order? #10342
    Marcel Pol
    Keymaster

    Hello,

    I just sent you an email with an invoice.
    If you need anything, let me know.

    Regards,
    Marcel

    in reply to: Approval of new message #10297
    Marcel Pol
    Keymaster

    You’re welcome :) and thank you.

    Have a good weekend.

    in reply to: Approval of new message #10289
    Marcel Pol
    Keymaster

    Hi Paul,

    Thank you, that is a good idea. I can make good use of this as well :)

    It is added in 4.6.2 which is just released.
    There is an additional link added in the moderator email. If you click it, it should check the new entry. This without needing to be logged in.

    in reply to: GWolle Guestbook – here: CSS #9974
    Marcel Pol
    Keymaster

    Hi Jürgen,
    There is a lot of back and forth, but we are nog getting closer to anything ;)
    I looked at your website, but nothing sticks out that is really wrong to me.

    Please understand that plugins provide functionality. The theme creates the layout and styling, like the blue buttons. If every plugin would dictate its own styling, every WordPress website would become a mess.

    If you have a preference for a certain background or bold text, could you please be more specific which elements would need which background, and which elements would need bold text?

    There is no payment needed for this kind of exchange. If you were only using the free plugin without add-on, this would be fine too.
    But you do need to be more specific for me to be able to help you.

    Regards,
    Marcel

    in reply to: GWolle Guestbook – here: CSS #9954
    Marcel Pol
    Keymaster

    Hi, there is no setting for CSS.
    Most functionality in the add-on is in PHP and JavaScript, like star rating or likes.

    Is there something in CSS that you need changed?
    If so, can you share the link to your website? That way I can see if I can write some CSS for your needs.

    Regards,
    Marcel

    in reply to: GWolle Guestbook – here: CSS #9950
    Marcel Pol
    Keymaster

    There is a FAQ with answers to common questions.

    FAQ

    If you have a specific question that is not answered in the FAQ, could you tell so?

    Regards,
    Marcel

    in reply to: change language #9880
    Marcel Pol
    Keymaster

    Hi Bert,
    You can go to Dashboard > Updates. There should be updates to languages, you can install them.
    Then it should all be in Dutch.
    This under the assumption that WordPress is set to Dutch.

    Regards,
    Marcel

    in reply to: like unlike #9786
    Marcel Pol
    Keymaster

    Hallo Hein,

    Dank je.

    Ik zie in de console deze foutmelding:
    Uncaught ReferenceError: jQuery is not defined

    Dat is vreemd, jQuery wordt wel geladen.

    Wat ik wel zie is dat er iets gebeurt met ‘defer’ voor meerdere JavaScript bestanden. Weet je zo welke plugin dat doet?

    in reply to: like unlike #9784
    Marcel Pol
    Keymaster

    Hi,
    Can you share the address of the website? Then I can take a look.

    Regards,
    Marcel

    in reply to: Change color of the stars #9537
    Marcel Pol
    Keymaster

    Hi Didier,

    The stars are part of a sprite in gif format:
    https://zenoweb.nl/wp-content/plugins/gwolle-gb-addon/assets/rateit/star.gif

    You could edit this image in any image editor and change the colors. Then upload it to your website to its own url. Do not overwrite the image from the plugin, that will be overwritten again on an update of the plugin. The media library would even work, but better is a separate place with assets for your website.

    With CSS you can create style rules to use your own image.
    For example:

    html body .gwolle-gb .rateit .rateit-preset {
        background-image: url('https://zenoweb.nl/wp-content/uploads/2023/08/star-darker.gif');
    }

    Does this help you? Can you manage?

    in reply to: Change texts with the add-on #9505
    Marcel Pol
    Keymaster

    Hello Beat,

    I sent you an email with a change regarding this issue.
    Could you confirm if it works for you?

    Regards,
    Marcel

Viewing 15 posts - 1 through 15 (of 155 total)