• Resolved Nabil Nawaz

    (@lvlessi)


    Hey there, i am using your plugin for FAQs schema purpose, its working fine. But i have a few questions about making changes in added schema.
    1- How do i edit the faq schema already added? for example i have 3 questions, now i want to add 1 more or remove one of them, how do i do that using GUI?

    2- I am not seeing where to add heading for the FAQs schema, i know i can add it separately in the editor but take a look at below screenshot, its from google search console, it says “unnamed item”, i guess its because of missing heading for the schema section.

    screenshot: https://www.upl.co/uploads/202001141537491578998586.jpg

    3- how do i change styling for the schema being shown? do i need to use custom CSS for this purpose? because i want to show questions in bigger and bold font,currently both QAs are being shown in same font.

    4- its about adding images with QAs, first of all can you please tell me if i add image with a question, it will show in SERP results as well with that question? If yes, then if i add 6 questions and 6 images, all of them are being shown in the article, that makes the article look ugly, is there any way to hide images in the article but show them in SERP results?

    Thank you for making this amazing plugin, looking forward to your reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gordon B?hme

    (@gorbo)

    Hi @lvlessi

    do you use the shortcodes?
    If yes, the lightboxmodal only works when creating the shortcode. If you want to modify the Questions or answers, please edit the shortcode itself.

    If you want to merge multiple FAQ-shortcodes on a site just delete the shortcodes and create a new “Multiple FAQ” shortcode.

    Sorry but that are the limits of an shortcode within the tinyMCE

    If you’re using Gutenberg you can edit the FAQ block and format the answer as you want and you will always have an beautiful graphical userinterface.

    We’re sorry but this a limitation of the TinyMCE/Shortcode itself. Switch to Gutenberg ??

    If you want to change the look of the output please set your own CSS class in the lightboxmodal.
    – first use the code inspector of your browser and have a look at the existing CSS rules for the content element.
    – just copy the existing CSS rules into your own, new CSS class, modify the values and save the CSS file.

    Example for the <h2>. You’ll find this code:

    .sc_card h2 {
        font-size: 1em;
        line-height: 1.2em;
        margin: 0 0 1em;
        font-weight: 700;
    } 

    Now copy the rules in your CSS file, change the value for ‘font-size’ and save the file:

    .your-new-class h2 {
        font-size: 2em;
        line-height: 1.2em;
        margin: 0 0 1em;
        font-weight: 700;
    }

    Regarding the question about hiding content but specifying it in JSON I refer to John Mueller from Google: https://twitter.com/JohnMu/status/1186533522217099264

    Greetings, Gordon

    Plugin Author Gordon B?hme

    (@gorbo)

    Hi,
    i mark this thread as resolved. For more Details about the plugin and the structured elements, please check https://wpsc-plugin.com/how-to/

    If there are other issues, please open a new thread.

    Stay safe, Gordon

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How To Change A Few Things?’ is closed to new replies.