• Hello,
    I am using the theme Divi and the them builder Oxygen, both without Gutenberg. Is there a chance to implement the badges, at least in the future? Or are blocks the only way planned to do that?

    • This topic was modified 9 months, 3 weeks ago by wpprup.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author threadi

    (@threadi)

    Hello,

    thank you for the question. At the moment you can use the widgets in 3 ways:

    • With blocks in the block editor.
    • Or with classic widgets
    • Or via shortcode.

    You can find instructions for the latter here (only in german atm): https://github.com/provenexpert/wordpress-plugin/blob/master/doc/shortcodes_de.md

    Whether and when further page builders (like Divi oder Oxygen) will be supported depends very much on the requests for them. I have noted your request on the list, but cannot promise anything.

    Thread Starter wpprup

    (@wppraesenz)

    Thank you very much for your quick answer! German is ok and shortcodes, too. 😀 What I miss there as a no-coder is an option to scale the mobile seal, a wish I already had in the “old” code version.

    GDPRwise it would be great when the PE seals etc. would not chronically send visitor’s data to the PEserver. I do not know if it is technically possible, an option to update the contents of the seal etc. weekly, daily or monthly in the background would be perfect and IMHO totally sufficient!

    Plugin Author threadi

    (@threadi)

    Which seal do you mean exactly? Some have an option for this. Currently available are:

    • Awards
    • Browser Bar
    • Quality Seal
    • Evaluation Widget
    • Evaluation Seal
    • ProSeal

    Regarding loading from the server, there will be an optimization in a future version. Since this is still being planned with ProvenExpert, I can’t say anything more specific yet. Currently, the plugin only caches the code received from ProvenExpert for one day.

    Thread Starter wpprup

    (@wppraesenz)

    Thank you. I would like to have the Pro Seal by shortcode with the parameters to scale desktop and mobile size and thus differently (meaning: not set mobile size through desktop size, automatically set “responsive”, as it is unfortunately now without the plugin).
    I do not find the explanation of the regarding shortcode parameters, neither in the plugin nor on the website.

    I am looking forward to any improvement re. GDPR, preferably in the mentioned way in my comment… 😉

    Plugin Author threadi

    (@threadi)

    The documentation for the ProSeal was actually still missing. I have just added it here: https://github.com/provenexpert/wordpress-plugin/blob/master/doc/shortcodes_de.md#proseal

    Example of the alignment:

    [provenexpert_proseal stickytoside="left" bottom="10"]

    Unfortunately, more precise options are currently not available via the API. But you can influence it with some individual CSS. Example:

    body .pe-pro-seal {
    right: 0;
    left: unset;
    }

    @media only screen and (min-width: 600px) {
    right: unset;
    left: 0;
    }

    This would align the ProSeal mobile on the right and desktop on the left.

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

The topic ‘Blocks?’ is closed to new replies.