Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter b777

    (@b777)

    All clear, thank you for the explanation!

    Thread Starter b777

    (@b777)

    Thanks, I will do that. I was a bit confused, because your documentation does show a Password Strength Meter as part of the default form, but I now understand that illustration is not quite correct.

    Thread Starter b777

    (@b777)

    As for the other two issues: these were indeed unrelated. Turned out some CSS statements were missing or incomplete.

    Again thank you for a great plugin, I really missed the option to include modals in the Gutenberg system and this addition is very useful for me. You can mark this thread as resolved.

    Thread Starter b777

    (@b777)

    Spot on! The previous statement had two close brackets, I missed that one.
    The text link styling now also needs only one statement, so every works as designed.

    Thanks for your help, learned a lot again. Which is why mistakes are so helpful πŸ˜‰

    Thread Starter b777

    (@b777)

    It did not fix it I am afraid.
    However I did manage to make it work via the customizer. Turns out I had to add two lines. If I leave one out it does not work, if I combine them it does not work either. Very strange, but at least it works. The same goes for the styling of the text trigger, also two lines are needed::

    /* captions of modals, need both*/
    .wp-block-bod-modal-block figcaption {
      text-align: center;
      padding-top: .5em;
      margin: 0;
      color: #767676;
      font-size: .85em;
      font-style: italic;}
    
    .bod-block-popup figcaption {
      text-align: center;
      padding-top: .5em;
      margin: 0;
      color: #767676;
      font-size: .85em;
      font-style: italic;
    	}
    
    

    /* modal block link italic bold, need both */
    .wp-block-bod-modal-block.align-center {font-style:italic; font-weight:bold;}

    .bod-block-popup-trigger {font-style:italic; font-weight:bold;
    /* end */

    Thread Starter b777

    (@b777)

    Sure do:

    https://notthebigbadwolf.com/hsl-syndroom/

    The upper part of the post has just regular links, with the properly styled captions, the bottom, the part in italics, has multiple modals. The headings in this part are text linked modals, styled via the Customizer to be bold and italic, and under ‘HSL kosten’ I have a CSS linked modal, ‘102 km’. None of them have the proper styling of the captions.

    Another interesting issue, but maybe/probably not related to the modals plugin, is that some Gutenberg inline styling sometimes does not process properly. Like the classes “has-drop-cap” and “has-text-align-center”. At the moment this happens for instance with the heading of the italic part, ‘Bronnen en berekeningen’, which is marked as centered and shows as such in the editor, but not in the front end.

    Thank you in advance for looking at the issue!

    • This reply was modified 4 years, 7 months ago by b777.
    Thread Starter b777

    (@b777)

    Sure does, and I just doubled my donation to recognize the fact that the additional in-line modal option I was looking for already exists and also for the crash course on html blocks πŸ˜‰ Very helpful!

    Small suggestion: perhaps some future update could offer smooth opening and closing of the modals.

    Thread Starter b777

    (@b777)

    Thank you for your fast response. That does work fine. I switched to Gutenberg only recently and did not yet realize the possibilities of the custom HTML block.

    One final (for now) question though: I take it I will have to use a different class for each different class trigger modal on a specific page. Or must every different modal on the whole site have a unique class? And if that is the case, can I than use the same modal on a different page by just inserting the class in the span code on that new page?

    So actually two questions πŸ˜‰

    Thread Starter b777

    (@b777)

    Thank you for your fast reply! Your pagination works great on all of my archive and category pages, like this one:
    https://www.nationaalnetwerkrisicomanagement.nle/category/covid-19/

    But it is not visible on blog list pages, like this one, which is set as my standard blog list page:
    https://www.nationaalnetwerkrisicomanagement.nl/alle-berichten/

    It also does not work on other bloglists, like this one:
    https://www.nationaalnetwerkrisicomanagement.nl/nieuws/

    The standard theme pagination is never visible, on none of the pages, but when I activate the standard theme pagination it breaks pages that have more than the maxixmum amount of messages specified in Settings, so a page that would use pagination, with a fatal error message, which is the reason I looked for an alternative paginator and found your wonderful plug-in.

    If it might help, this is the full error report when the theme pagination breaks a page:

    PHP Fatal error: Uncaught Error: Call to undefined function html_esc__() in /home/risiconet/domains/nationaalnetwerkrisicomanagement.nl/public_html/wp-content/themes/dorianwp/framework/modules/blog/blog-functions.php:259
    Stack trace:
    #0 /home/risiconet/domains/nationaalnetwerkrisicomanagement.nl/public_html/wp-content/themes/dorianwp/framework/modules/blog/blog-functions.php(501): dorian_edge_pagination(2, ‘3’, 1)
    #1 /home/risiconet/domains/nationaalnetwerkrisicomanagement.nl/public_html/wp-includes/class-wp-hook.php(287): dorian_edge_container_additional_post_items(”)
    #2 /home/risiconet/domains/nationaalnetwerkrisicomanagement.nl/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array)
    #3 /home/risiconet/domains/nationaalnetwerkrisicomanagement.nl/public_html/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #4 /home/risiconet/domains/nationaalnetwerkrisicomanagement.nl/public_html/wp-content/themes/dorianwp/index.php(13): do_action(‘dorian_edge_aft……’, referer: https://www.nationaalnetwerkrisicomanagement.nl/wp-admin/post.php?post=818&action=edit

    Once again, thank you for your time and effort!

    I have the exact same problem, and I see no follow up to your suggestion for a possible solution.
    @tomusher @doylegirl were you able to resolve it in some way?

Viewing 10 replies - 1 through 10 (of 10 total)