• One issue:

    Even though I have the Share by Text block set in my Template, as shown in the editor and link to screenshot here: https://file.io/h0WaATuI0dAN … the button is not showing in my post page. Link here: https://file.io/h0WaATuI0dAN

    Any ideas why?

    One question:

    Not sure if a basic question or issue but I cant seem to get my main image centered. When set to 800px preview, and in my post page, the main image is left justified. You can also see this in the screenshot above.

    I do not see a way in the template editor to center the image. Does this have to be done through css? And if so, can you advise what the class and syntax should be? Or am I missing a setting somewhere?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Brecht

    (@brechtvds)

    Hi there,

    Those screenshot links are not working for me. Can you give me a link to an example recipe where the button doesn’t show up?

    Take note that the Text Share button will only show up on mobile.

    The easiest way to center a specific element is to surround the shortcode with a div like this:

    <div class="wprm-align-center">
        [wprm-recipe-image ...]
    </div>

    Kind regards,
    Brecht

    Thread Starter aroeditor

    (@aroeditor)

    Thanks!

    I didnt think about the mobile aspect since I work on a Mac, I always assume I can use text on my computer too via messaging lol. I’ll check that out on my phone to make sure it works.

    I use blocks however to add the recipe, not a shortcode. Can I just add the CSS to the Edit CSS option in template editor, or will that be overwritten with any updates?

    Also, lastly, is there any ability that I haven’t yet found, or future plans to give the option to add more than 1 image to an instruction step? I seem to only be able to add 1 per step and I didnt see this option listed in the Premium version.

    Thanks again!

    Plugin Author Brecht

    (@brechtvds)

    Oh my bad, I didn’t clarify that you can add that div element under “Edit HTML” in the Template Editor.

    Google wants to see exactly 1 image in the recipe metadata and that recipe schema does not allow for multiple images per instruction step, that is why we also enforce that in the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘One issue, one question’ is closed to new replies.