Marcel Pol

Forum Replies Created

Viewing 15 posts - 136 through 150 (of 155 total)
  • Author
    Posts
  • in reply to: Tekst niet zichtbaar #763
    Marcel Pol
    Keymaster

    Hallo,
    Het thema gaat wat vreemd om met invoervelden, het is denk ik het beste om met de maker van het thema contact op te nemen, zodat zij dat aan kunnen passen in een update.

    Deze CSS zal helpen:

    .gwolle-gb input,
    .gwolle-gb textarea {
        color: #31708f;
    }

    (edit)
    Oh ja, dit kun je invoeren bij Weergave > Customizer > Custom CSS.

    • This reply was modified 3 years, 7 months ago by Marcel Pol.
    in reply to: How do I allow duplicate comments? #749
    Marcel Pol
    Keymaster

    Hi Sonny,
    You are talking about the frontend form not accepting duplicate entries?
    Currently that is hardcoded. It is only being checked when the content field is mandatory, so setting that to non-mandatory could be a workaround.
    I could look into making this check not hardcoded, but by using a filter that you can disable.

    in reply to: Problème extension #733
    Marcel Pol
    Keymaster

    Hi Mariano,
    Do you have the main plugin activated? That one provides that constant.
    I will look into working around this and provide a better error message.

    Marcel Pol
    Keymaster

    Hi Robert,
    In the main plugin there are some options for different books. The shortcode has a parameter for book_id. Please read the readme.txt for good instructions.

    Please be aware that this feature is just a best effort thing. It isn’t as expandable as categories for posts for example.

    in reply to: Star ratings not saving #652
    Marcel Pol
    Keymaster

    Hi Richard,
    There is an update for 2.0.4 that fixes this. You can log in, go to Puchase History and select the download.

    in reply to: Star ratings not saving #649
    Marcel Pol
    Keymaster

    Hi Richard,
    Thank you for providing a really good description. I see the same on my test install, so consider it confirmed. I will do my best to release an update as soon as possible.

    in reply to: Display in Edge and Chrome #636
    Marcel Pol
    Keymaster

    Hi Mario, I am really confused at what is happening. What I see is that the form is visible, even though it should not be. I cannot explain how that could be possible, there seems to be CSS missing.

    What I think is best is to go to Dashboard > Plugins and deactivate and delete the plugin. Then install and activate it again. Your data should still be there.

    in reply to: Star ratings not saving #635
    Marcel Pol
    Keymaster

    Hi Richard,
    Strange, I haven’t seen that before. On the star ratings tab all you need to do is check the checkbox for star ratings. It should be part of the form.

    There are some installs where the preview does not work for star ratings, I have no idea why. Could that be the case?

    Also, the star ratings are shown by default in the metabox behind the .... You can change the location to be above the entry if you want that. Does that help?

    in reply to: puchased add on by unable to install #606
    Marcel Pol
    Keymaster

    Hi, when you download it from Mojo, it is a zipfile with a bigger bundle. You could open it on your computer and see if there is another zipfile in there. You need a file like gwolle-gb-addon-2.0.0.zip with mostly PHP files in there.

    By the way, was there a reason that you bought at Mojo?
    I am now selling here and in the future I will only put updates here. I only keep the account open at Mojo so people can update to 2.0.0 to be compatible with Gwolle v4.
    But if people are still buying there, it might be confusing and I can better take it away there sooner than later.

    • This reply was modified 3 years, 9 months ago by Marcel Pol.
    in reply to: error in Google Search Console #597
    Marcel Pol
    Keymaster

    Hi Gregory,
    This should be fixed in 2.0.3.

    in reply to: error in Google Search Console #547
    Marcel Pol
    Keymaster

    Hi Gregory,
    I don’t use the rich snippets myself really, personally I don’t do much with SEO. I do see that many things have changed and search engines seem to prefer json schemas like here:
    https://developers.google.com/search/docs/data-types/review-snippet

    I would think the rich snippets need to be changed and maybe there need to be options on the settingspage where you can add data to it. I will have to look into it.

    in reply to: Trying to add custom field #412
    Marcel Pol
    Keymaster

    Hi Eric,
    You can go to Dashboard > Guestbook > Add-On.
    You will see a settingspage with settings for the form. Here you can add a new field to the form.
    On the next tab are the reading settings where you can configure where the filled in field will show up for each entry.

    Does that help?
    I will make this into a FAQ.

    in reply to: Trying to add custom field #406
    Marcel Pol
    Keymaster

    Hi Marie,
    Good you found it.
    Take your time to look around the options for the add-on. There might even be too many options.
    If some things are not clear, just ask here.

    Regards,
    Marcel

    in reply to: COLOR FONT AND MOBILE BUTTON #380
    Marcel Pol
    Keymaster

    Hi Daniela,
    The code is PHP code. You can add it to functions.php of your active theme.
    If you are using a downloaded theme it is better to create a child theme first and edit that. That way the files will not be overwritten by an update.

    Can you manage?

    in reply to: COLOR FONT AND MOBILE BUTTON #372
    Marcel Pol
    Keymaster

    Hi,
    Thank you, interesting theme :)
    I will do my best to update some CSS for this theme.
    For the submit button, you can use this PHP code:

    
    function my_gwolle_gb_button_class( $classes ) {
    	// $classes is a string
    	$classes .= ' wpcf7-form-control wpcf7-submit';
    	return $classes;
    }
    add_filter( 'gwolle_gb_button_class', 'my_gwolle_gb_button_class', 10, 1 );
Viewing 15 posts - 136 through 150 (of 155 total)