How can we help?

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

Home Forums PokaTheme support Change "Free Spins"

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1859
    selectcasinos
    Participant

    Hello, how can I change “Free Spins” in the reviews section, due to UKGC laws you cant call them free spins anymore.

    #1862
    selectcasinos
    Participant

    Also, logo is tiny, enter custom width px size and it doesn’t change on any header style.

    #1863
    selectcasinos
    Participant

    Scrap that, done both of them in the main code, not child. One last one, how do you change the images from displaying as 293×90 on any of the short code listings and on the review page

    #1867
    admin
    Keymaster

    Hi!

    You can change the thumb size with the following snippet in your child theme:

    `function poka_child_theme_setup() {
    add_image_size( ‘aff-thumb’, 330, 220, true );
    }
    add_action( ‘after_setup_theme’, ‘poka_child_theme_setup’, 100 );`

    After any thumb size change a thumbnail rebuilt must be done in order to see the changes.

    #1868
    selectcasinos
    Participant

    Thanks. Any tips on making the review posts load quicker. GTmetrix is showing 5-9second loading for review only and the homepage is fine at 1second.

    I’m using Cloudflare CDN, optimised the images etc etc

    #1872
    admin
    Keymaster

    Hi!

    Do you see anything weird in the performance report?
    The most common is the server speed or large images inside the content.
    You can test a review from the poka v2 demos and you’ll see that are getting good speed results in these tests.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.