• Resolved New_WP

    (@baxter89)


    Hello,
    When I add the ID I have a display problem:

    Modele

    My code:
    [wpdm_category id=”bulletins” toolbar=”1″ paging=”1″ orderby=”field name” order=”desc” items_per_page=”10″ template=”link-template-default” cols=1 colspad=1 colsphone=1]

    If I use Gutenberg Blocks, I have too much space in the frame, we don’t have the possibility to modify that in the Bloc party.

    Gutenberg Blocks
    Bloc

    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Shafaet Alam

    (@shafayat-alam)

    Shortcode is not working due to improper quotes you are using instead of "

    And the gap is probably coming due to css conflict with your theme, which can be adjusted using some additional css with your theme customizer, please share the URL where you are using the shortcode to suggest your required css change.

    Thread Starter New_WP

    (@baxter89)

    For the Gutenberg Block part I found the problem, it comes from the theme, you have to go through Appearance page editor and add the category block.

    Otherwise for the following code I do not understand why it does not display the data.

    My code:
    [wpdm_category id=”bulletins” toolbar=”1″ paging=”1″ orderby=”field name” order=”desc” items_per_page=”10″ template=”link-template-default” cols=1 colspad=1 colsphone=1]

    Thread Starter New_WP

    (@baxter89)

    Thanks, it works better that way.

    Plugin Contributor Shafaet Alam

    (@shafayat-alam)

    Shortcode is not working due to improper quotes you are using instead of "

    Use template="link-template-default" instead of template=”link-template-default”

    Adjust quotes of every parameter.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘ID Modele’ is closed to new replies.