How can we help?

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

Home Forums PokaTheme support getting synthax error ..

  • This topic has 4 replies, 2 voices, and was last updated 1 year ago by admin.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17697
    Mason
    Participant

    hi,

    I am keep getting synthax error on this file

    /wp-content/themes/pokatheme/inc/customizer/class-poka-customizer.php

    $wp_customize->add_control(
    new WP_Customize_Control(
    $wp_customize,
    ‘general-review-style-control’,
    array(
    ‘label’ => __( ‘Review style’, ‘poka’ ),
    ‘section’ => ‘visual-reviews-section’,
    ‘settings’ => ‘general-review-style’,
    ‘type’ => ‘select’,
    ‘choices’ => apply_filters(
    ‘poka_general_review_style’,
    array(
    ‘style1’ => ‘Review style1’,
    ‘style2’ => ‘Review style2’,
    ‘style3’ => ‘Review style3’,
    ),
    ),
    )
    )
    );

    I just downloaded the theme…

    #17698
    admin
    Keymaster

    Hello!

    Can you confirm you are using PHP 7.4?

    #17699
    Mason
    Participant

    Yes i use php7.4

    #17700
    Mason
    Participant

    ah my bad php was 7.2 no error when i updated to 7.4 thanks for quick response man.

    BTW any chance i get somewhere version 3? I was on winter sleep so still using v 2 :/ when updating to 4 whole page content is messed up and empty.

    #17727
    admin
    Keymaster

    Hi Mason,

    So you want to update from Poka2 to Poka3?

    Now I guess only Poka4 is available on your account, but you could send us an email at support@pokatheme.com to solve this.

    Thank you!

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