Marcel Pol

Forum Replies Created

Viewing 15 posts - 121 through 135 (of 155 total)
  • Author
    Posts
  • in reply to: Remove button #1089
    Marcel Pol
    Keymaster

    Hi Kylie,
    You could use the shortcode [gwolle_gb_read] instead of the standard [gwolle_gb]. That way only the entries will be shown, not the form.

    Does this help you?

    in reply to: Write message link werkt nog steeds niet #1026
    Marcel Pol
    Keymaster

    Hoi Aart,
    Ik heb ook geen idee :)
    De plugin die je benoemt is de jQuery Migrate, die hoort bij de jQuery die standaard in WordPress zit. Daar zit het probleem niet.

    Je thema laadt echter een heel andere jQuery, wat gewoonlijk afgeraden wordt.
    Het thema dat je gebruikt, wp007, ken ik niet en kan ik ook niets van vinden. Ergens in de bestanden van dat thema zal de extra jQuery geladen worden.
    Is dat thema ergens gedownload, of heeft iemand dat voor je gemaakt? Die persoon wil je dan contact mee opnemen.
    Wat ook kan is een ander thema uitkiezen die wel de standaard jQuery van WordPress gebruikt.

    in reply to: Write message link werkt nog steeds niet #1015
    Marcel Pol
    Keymaster

    Hallo Aart,
    Het thema dat je gebruikt laadt een eigen jQuery. Dit geeft vaak dit soort problemen. Het beste is om enkel de jQuery the laden vanuit wp-includes.
    De maker van je thema wil je deze vraag voorleggen, het zou goed zijn als de jQuery gebruikt wordt die met WordPress zelf geleverd wordt.

    in reply to: Form names #953
    Marcel Pol
    Keymaster

    Sure, no problem :)

    1) You could have this PHP code in your functions.php of the theme:

    function my_gwolle_gb_button( $button ) {
    	// $button is a string
    	$button = '
    		<div class="gwolle-gb-write-button">
    			<input type="button" name="gwolle-gb-write-button" class="button btn btn-default" value="&raquo; ' . esc_attr__('Write a new entry.', 'gwolle-gb') . '" />
    		</div>';
    
    	return $button;
    }
    add_filter( 'gwolle_gb_button', 'my_gwolle_gb_button', 10, 1 );
    

    With 4.0 this code was new, it was different before. I don’t have plans to change the defaults again, but it might happen sometime in the future. The more filters you use and deviate from the defaults, the more maintenance you might have in the future.
    You could also just use the full text on the button in that earlier “string” settingstab.

    2) That is because you are logged in, it gets filled in from your profile. If you log out or use a different browser, you will see the form fields are empty.

    in reply to: Form names #951
    Marcel Pol
    Keymaster

    1) You can add a PHP filter in the functions.php of your theme, preferably a child theme:

    function my_gwolle_gb_author_content_label( $label ) {
    	// $label is a string
    	$label = 'test';
    	return $label;
    }
    add_filter( 'gwolle_gb_author_content_label', 'my_gwolle_gb_author_content_label', 10, 1 );

    But you already bought the addon, so it can be much simpler. You can go to Guestbook > Add-on > Strings-tab.
    There you can replace strings, I can tell you which I have:

    Guestbook entry => Review
    guestbook entry => review
    Guestbook => Reviews
    guestbook => reviews

    2) Just trying something here:

    
    input[type="submit"], 
    input[type="button"], 
    button, 
    .btn-primary {
        border-width: 2px;
        box-shadow: inset 0px 0px 0px 2px #fff;
    }

    I can also imagine adding your logo in a small image in front of the “submit” text for every button on your website. You would need a small logo for that.
    By the way, I see you don’t have a favicon set. That image might be just the same as using one in the button.

    You have different ideas?

    Marcel Pol
    Keymaster

    Ouch, I am not really the right person for Microsoft Outlook :)

    It could be that this resolves it:
    https://www.howtogeek.com/403137/how-to-change-the-character-encoding-in-outlook/
    Setting the default language to Western European, which is Microsoft language for an encoding that supports only a subset of UTF-8.

    in reply to: Expired KeyMap Error #930
    Marcel Pol
    Keymaster

    Hi Kylie,
    Looking in the Inspector Console, I see the Google Maps error coming from the xtender plugin as well.

    I cannot find that plugin anywhere. It is not listed on wordpress.org. When you go to Dashboard > Plugins, and click on “View Details”, or any other thing that might lead to where the plugin comes from, can you then see where it is coming from? There might be updates available, or if not, you might want to look out for an alternative.

    Marcel Pol
    Keymaster

    Hmm, I was afraid of it. The forwarded email has everything in UTF-8, but I cannot see the original email header or email content encoding.
    I am not sure if you would be okay with that, but could you add a test user with Author role, and subscribe it to notifications?
    I am not allowed to log into your website, and I don’t know how easy it is doable to make it so that I cannot log in as Author.
    Myself I have used this plugin to disable login:

    Disable User Login

    If you are looking for translations, they are in /wp-content/languages/plugins/gwolle-gb*
    But It is not about the translation strings, but also about the content of the entry, so I think the fault is not in the translation files.

    Marcel Pol
    Keymaster

    Hi Peter,
    1. I understand BBcode might not be the most readable for people. I am sorry, but I don’t plan on adding real html to the editor, I just don’t feel comfortable doing that.
    I can understand you would want it readable in email as well, but most emails in WordPress are plain text, I think html email is not the default. Adding html tags to plain text email will make it less readable.

    2. Hmm, that is annoying and not supposed to happen. That only happens in emails, not on the website when reading or editing entries? If it is only in email, could you forward such an email to marcel@timelord.nl? That way I can look if anything is wrong. What could be happening is the wrong encoding for email, which might be a header or the content itself.
    If it only happens in email, I don’t think the problem is in this plugin, but somewhere in the generating, sending or receiving of the email.

    in reply to: Expired KeyMap Error #926
    Marcel Pol
    Keymaster

    Hi Kylie,
    The error comes not from this plugin, but apparently from another plugin. Do you use any plugin with a name like “xtd-modal”? It is supposed to create a modal (popup).
    I also see you might be using Visual Composer. Could it be you are using an older version and not the current one?

    This could be happening because of the recent jQuery update in WordPress 5.5. You could install this plugin to see if it helps:

    Enable jQuery Migrate Helper


    If it does help, you are advised to first fix this issue, before upgrading to WordPress 5.6 next month, because this Migrate script will be gone in that update.

    Also, about that Google Map error, that is unrelated to the main error. Looking at their documentation it might be that you need to get a new API key.
    Could I interest you in using OpenStreetMap? :) Personally I prefer it over Google Maps.

    in reply to: Testimonial carousel with some entries from the guestbook #853
    Marcel Pol
    Keymaster

    Hi Ruelle,
    The easiest might be to use the widget. You could create a widget area and place the widget there. The widget is somewhat configurable, like number of entries, but not everything is there by default.

    If you do want to change the content and layout, it might be easiest to just copy that widget as your own plugin and rename the class. That way you can change the PHP code of it, if you are comfortable with that.

    Does this help you?

    in reply to: Translation into german #804
    Marcel Pol
    Keymaster

    Hi Kai,
    Strange, I don’t understand. I see that both German and German-formal have those strings translated:
    https://translate.wordpress.org/projects/wp-plugins/gwolle-gb/

    Are you using the latest version? When you go to Dashboard > Updates, do you see updates for translations?
    Could it be you don’t use German, but for example Swiss?

    in reply to: Avatar Hosting #803
    Marcel Pol
    Keymaster

    Hi,
    This plugin uses the standard WordPress function get_avatar().
    I think by default the avatar is used from gravatar.com. You can change it there for your own email address.

    For using a local avatar, you can use a plugin, which you might find here:
    https://wordpress.org/plugins/search/avatar/

    I do remember some discussion in the WordPress community about offering local avatars in WordPress Core, but I cannot find that discussion right now.

    in reply to: Button für neuen Eintrag funktioniert nicht mehr #767
    Marcel Pol
    Keymaster

    Hi, in the Console I can see a few warnings.

    You could right-click on the page, then select Inspect Element. Then click the Console-tab for the panel with errors and warning.

    I see you use this plugin:

    WP Lightbox 2


    Which is unmaintained for 5 years. You want to look for a replacement.

    I also see some JS warning on line 625 of your main index.html page, but I don’t know which plugin or theme it is coming from.

    If you would fix these 2 problems, you should be able to disable the jQuery Migrate again and be able to update to WP 5.6 next winter.

    in reply to: Button für neuen Eintrag funktioniert nicht mehr #765
    Marcel Pol
    Keymaster

    Hi michael,
    Thank you for all the debug information.
    I suspect you upgraded to WordPress 5.5 and now it doesn’t work anymore?
    I would assume there is a plugin or theme that is using old code that is not compatible with the current jQuery in WordPress.
    You can install this plugin to add compatibility for old jQuery code:

    Enable jQuery Migrate Helper

    Please be aware that you do need to really fix things, in WordPress 5.6 there will be more changes and it will break again.
    You will want to make sure all your plugins and theme are updated to the latest version. Also check of all your plugins and theme are still maintained and have seen a recent update.

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

Viewing 15 posts - 121 through 135 (of 155 total)