How can we help?

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

Forum Replies Created

Viewing 6 posts - 11 through 16 (of 16 total)
  • Author
    Posts
  • in reply to: Affiliate links are not working properly #17521

    HI there, following up as I have somehow similar issues.
    Thanks.

    in reply to: Affiliate link not updated #17520

    HI there, following up as I have somehow similar issues.
    Thanks.

    in reply to: Adding a new customizer option in Review Style #17369

    Hey!

    Ah! interesting…! Indeed, my review Template Style was not on Default but on Review Style 1, that’s why it kept overriding the general settings.

    All good now!

    thanks 🙂

    in reply to: Adding a new customizer option in Review Style #17367

    HI!
    thank you for the follow up, really appreciate it.

    I might have an issue:

    – I upgraded pokatheme to 4.04
    – I left pokatheme_child unchanged (this is my active them)
    – I have added the code snippet:
    add_filter( ‘poka_general_review_style’, ‘poka_general_review_style_gsh’ );
    function poka_general_review_style_gsh( $review_styles ) {
    return array(
    ‘style1’ => ‘Review style1’,
    ‘style2’ => ‘Review style2’,
    ‘style3’ => ‘Review style3’,
    ‘style4’ => ‘Review style4’, // added fourth custom style
    );
    }
    – I have added a “affiliates-single-style4.php” file in folder child theme “\inc\templates\affiliates”
    – Now I can see the 4th style in the Customizer dropdown, but, whichever of the 4 available review style I select, it renders as the Review Style 1.

    Any clue wat I’m doing wrong here? A missing steps?

    thanks!

    in reply to: Adding a new customizer option in Review Style #17256

    HI,

    ok, got it, thanks for letting me know 🙂

    in reply to: Adding a new customizer option in Review Style #17224

    Looks like it’s not the way to do it.

    How should I override Poka_Customizer class in order to alter simply that Review Styles drop down?

    Any other way / ideas to achieve this?

    thanks for assistance!

Viewing 6 posts - 11 through 16 (of 16 total)