• Resolved panbrioche

    (@panbrioche)


    Hello,

    I’d like to change the number of rows and columns and the size of the covers inside the grid. How can I do that? Which is the shortcode I could use?

    Also, I see that it’s about 4 months from the last update. Is there an update coming soon, which is compatible with the latest version of WordPress?

    Thank you in advance,

    Alice

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

    (@w33zy)

    Hello @panbrioche

    Currently there are no controls for the number of rows or columns for the grids that the plugin creates. It may be a feature I add in the future but I can’t say when as I am currently working on re-writing the plugin to support Gutenberg (where that would be a feature).

    As for the plugin’s supported WP version, there is a less than 30 day difference between the release of WP v6.0.3 and v6.1.1. Besides that, technically the plugin supports v6.2.

    I update the plugin when I have a feature update, security patch or bug fix.

    Thread Starter panbrioche

    (@panbrioche)

    Hi,

    many thanks for your kind reply.

    Just another few questions, please.

    I would like to replicate this grid: https://recencio.com/sortable-grid/, showing 2 or 3 cover in that size you used, adding below of each cover the title of the book and the name of the author. Could you tell me please how can I do that?

    Also, after I used the search, I would like to keep the search field above the book review. How can I do that?

    Last question: can I increase the number of words in synopsis part of the review? A the moment it seems that even I can write down a full synopsis then I can’t see it entirely inside the review page.

    Thank you in advance for your help,
    Alice


    Plugin Author Kemory Grubb

    (@w33zy)

    Hello again @panbrioche, sorry about the delayed response.

    In regards to your requests…

    There is no option to add book title and the book author below the book cover. Neither is there an option to move the search field.

    To increase the word count of the book synopsis you can add the code below to your child-theme’s functions.php file

    add_filter( 'rcno_book_description_word_count', function( $count ) { return 500; } );
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to get a custom grid’ is closed to new replies.