How can we help?

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

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • spieletester
    Participant

    Hello,

    this doesnt works for Poka Theme and with the Plugin also not on other themes. How to show a correct size for Logos are higher then 90px.

    function poka_child_theme_setup() {
    add_image_size( ‘poka-review-thumb’, 300, 300, true );
    }
    add_action( ‘after_setup_theme’, ‘poka_child_theme_setup’, 100 );

    function poka_child_theme_setup() {
    add_image_size( ‘poka-review-thumb’, 300, 300, true );
    }
    add_action( ‘after_setup_theme’, ‘poka_child_theme_setup’, 100 );`

    Thanks
    Chris

Viewing 1 post (of 1 total)