How can we help?

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

Forum Replies Created

Viewing 10 posts - 551 through 560 (of 1,674 total)
  • Author
    Posts
  • in reply to: Articles in the Home page #16428
    admin
    Keymaster

    Hi,

    In this specific shortcode the number of the items is always three and cannot change.
    It is strange that in your case it shows four… have you made any changes to the source?

    in reply to: how to change H texts font sizes #16424
    admin
    Keymaster

    Hi!

    All the content headers are under this class, so you can change the font sizes as follow:

    .text-area > h1 { font-size:30px; }
    .text-area > h2 { font-size:30px; }
    .text-area > h3 { font-size:30px; }
    .text-area > h4 { font-size:30px; }
    
    in reply to: Home Page Error #16349
    admin
    Keymaster

    Hi!

    I’m 99% sure that is not related to the theme, most probably after a plugin update, something broke.
    You need to set debug to true and see the exact error.
    If you need further assistance please send us an email to support (at) pokatheme.com

    in reply to: Changelog of Poka Review Plugin #16229
    admin
    Keymaster

    ver. 1.1.0

    28/04/2022

    • New! Filters for all the table shortcodes as an option
    • New! Table v3 shortcode with a new layout
    • Fix – Only published reviews are shown to the shortcodes
    • Various small improvements/fixes
    in reply to: Hello AMP Version issue #16223
    admin
    Keymaster

    Exactly AMP in PokaTheme works just fine!
    Also with PokaTheme you don’t need Poka Review plugin and we always suggest avoiding it.
    The plugin is made for themes lacking affiliate functionality.

    in reply to: Hello AMP Version issue #16187
    admin
    Keymaster

    Hi!

    Your theme should be compatible with AMP in order to work.
    Poka Review Plugin is just a plugin that generates shortcodes.
    For example our themes like PokaTheme has AMP support.

    in reply to: Yoast SEO Not Working #16169
    admin
    Keymaster

    Hi Deniss,

    We tested Yoast + PokaTheme + WordPress in their latest versions and there is no issue at all.
    Please try deactivating all the rest plugins you might have until you identify the conflict.
    If the issue persists please send us the version of WordPress/PokaTheme/Yoast you are using.

    in reply to: Style the affiliate divider #16161
    admin
    Keymaster

    I’m not sure what you mean that didn’t work, what issue did you have?
    If you want to hide it completely you can add:

    .review-up-area .review-bonus::before { display:none; }

    in reply to: Style the affiliate divider #16159
    admin
    Keymaster

    Hi!

    Please use the following css:

    .review-up-area .review-bonus { height:100%; }
    .review-up-area .review-bonus::before { left: -10px; top: 0; margin-top: 0; height:100%; }

    in reply to: Style the affiliate divider #16143
    admin
    Keymaster

    Hi cabhal,

    Can you send us a link from your site in order to send you the CSS snippet?

Viewing 10 posts - 551 through 560 (of 1,674 total)