How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Affiliate Review Tables

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17402
    cassy6
    Participant

    Hi

    1) Looking at the first block for PokaTheme Affiliates Table Style 1, why are there only 4 listed when I have 30 reviews made?

    https://prnt.sc/RzqX4-PmrwAg

    2) how to edit the Reviews archive, example https://demos.pokatheme.com/pokatheme_crypto/review/

    thx

    #17408
    admin
    Keymaster

    Hi Cassy!

    1) You can add the following PHP snippet either inside the functions.php of your child theme, or the “Code Snippets” plugin, to run it only in the dashboard.

    add_action( 'admin_head', 'poka_child_638da595ef825' );
    function poka_child_638da595ef825() {
    	if ( is_admin() ) {
    		echo '<style>.poka-select select[multiple]{overflow:auto!important}</style>';
    	}
    }
    

    2) Go to Dashboard > Appearance > Customize > Visual Settings > Reviews. You can choose the “Taxonomy Review style” you prefer. More changes can be done using custom CSS.

    • This reply was modified 1 year, 4 months ago by admin.
    • This reply was modified 1 year, 4 months ago by admin.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.