How can we help?

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

Forum Replies Created

Viewing 10 posts - 41 through 50 (of 1,641 total)
  • Author
    Posts
  • in reply to: Hide featured image on some singel posts #18363
    admin
    Keymaster

    Hello!

    Currently there’s no option for this, but we could custom develop it for you at a specific price.

    Let’s continue discussion at support@pokatheme.com if you want a custom feature for your site.

    in reply to: Custom review order in affiliate table block #18359
    admin
    Keymaster

    You’re welcome! 🙂

    in reply to: Custom review order in affiliate table block #18357
    admin
    Keymaster

    I post the answer here for everyone using PokaTheme v4.

    Custom order can be set if you add the below code to the end of the file “functions.php” of your child theme and use the [affiliates_table] shortcode instead of the block.

    function poka_child_656751221ab0f( $args, $atts ) {
        if ( array_key_exists( 'sort', $atts ) ) {
            if ( 'custom' === trim( strval( $atts['sort'] ) ) ) {
                $args['orderby'] = 'post__in';
            }
        }
        return $args;
    }
    add_filter( 'poka_affiliates_table_query_args', 'poka_child_656751221ab0f', 10, 2 );
    

    Then you could use the [affiliates_table] shortcode (instead of the block) like this:

    [affiliates_table reviews=”312,306,308″ sort=”custom”]

    in reply to: Update Twiiter Icon (X) #18356
    admin
    Keymaster

    Hi Ricardo,

    Thanks for the info. Feel free to write to us here if you face any issues again.

    in reply to: Logo size in reviews #18355
    admin
    Keymaster

    You’re welcome!

    in reply to: Updating Geolocation #18354
    admin
    Keymaster

    Hi Caitlyn,

    Let us know if you need something!

    in reply to: Custom review order in affiliate table block #18353
    admin
    Keymaster

    Hi Goga,

    Custom sorting is not available yet. We’re working on some features this period, this is among them, and we’ll try to include it in the next version release.

    But you can contact us on support@pokatheme.com to give you an alternative method with which you will be able to add affiliate tables with custom sorting using the corresponding shortcode.

    in reply to: Logo size in reviews #18351
    admin
    Keymaster

    Before you upload it, is it 110×110?

    in reply to: Logo size in reviews #18345
    admin
    Keymaster

    Hey!

    110×110 should to the job. In our Demo we are using 110×110: https://demos.pokatheme.com/pokatheme/

    What do you mean it looks bad?

    in reply to: Updating Geolocation #18344
    admin
    Keymaster

    Hi Marco,

    If you check a country under the Disallowed countries, and you visit the site from a country of these, then a “X” icon should show up, notifying you that the casino is not available for this country.

    Also are you using any caching system? If this is the case then you should enable the GEOlocation Ajax Mode in GEOlocation settings.

    If the issues persist, please send us an email at support@pokatheme.com to investigate further.

Viewing 10 posts - 41 through 50 (of 1,641 total)