How can we help?

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

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 16 total)
  • Author
    Posts
  • in reply to: Translation issues #1819
    Christopher Witte
    Participant

    No, the issue is not resolved. I have disabled comments so that i can use widgets in the mean time,

    Best
    Chris

    in reply to: Translation issues #1802
    Christopher Witte
    Participant

    Hi,

    I have tried to solve this by myself but i can’t get further. The problem occurs when i check “Allow users to comment in reviews” in theme settings. Can you help me with this? Or at least tell me where i need to look for the unclosed html element. It has to be somewhere in the code that gets activated when activating comments.

    Thanks
    Chris

    in reply to: Translation issues #1765
    Christopher Witte
    Participant
    This reply has been marked as private.
    in reply to: Translation issues #1764
    Christopher Witte
    Participant

    I also noticed that the widget looks terrible when you are logged out – looks fine when i’m logged into wp-admin , what is the reason for this?

    in reply to: Translation issues #1763
    Christopher Witte
    Participant
    This reply has been marked as private.
    in reply to: Custom Fields #1601
    Christopher Witte
    Participant

    Hi,

    Thank you for the reply,

    Where do i add that line of code?

    // Chris

    in reply to: Custom Fields #1582
    Christopher Witte
    Participant
    This reply has been marked as private.
    in reply to: Custom Fields #1549
    Christopher Witte
    Participant

    Thanks!

    I hade just changed the ID of another key slightly – where do i run the PHP function to get a unique ID?

    Is there somewhere else i need to create these variables to make them “saveable”? I think its wierd that they show up in the wordpress admin but that im not able to store any numbers in them

    //Chris

    in reply to: Custom Fields #1547
    Christopher Witte
    Participant

    Hi,

    I have added all of the 3 fields the same way – and the only number that stays in the review after i update is “Omsättningskrav”

    Here are my custom fields – i have used unique IDs for all of them:

    array (
    ‘key’ => ‘field_795cd78dabd4k’,
    ‘label’ => ‘Bonusbelopp (Bonusfiltreraren)’,
    ‘name’ => ‘Bonusbelopp’,
    ‘type’ => ‘number’,
    ‘instructions’ => ”,
    ‘required’ => 0,
    ‘conditional_logic’ => 0,
    ‘wrapper’ => array (
    ‘width’ => ”,
    ‘class’ => ”,
    ‘id’ => ”,
    ),
    ‘default_value’ => ”,
    ‘placeholder’ => ”,
    ‘prepend’ => ”,
    ‘append’ => ”,
    ‘maxlength’ => ”,
    ‘readonly’ => 0,
    ‘disabled’ => 0,
    ),
    array (
    ‘key’ => ‘field_595cd78dabd5k’,
    ‘label’ => ‘Omsättningskrav (Bonusfiltreraren)’,
    ‘name’ => ‘Omsättningskrav’,
    ‘type’ => ‘number’,
    ‘instructions’ => ”,
    ‘required’ => 0,
    ‘conditional_logic’ => 0,
    ‘wrapper’ => array (
    ‘width’ => ”,
    ‘class’ => ”,
    ‘id’ => ”,
    ),
    ‘default_value’ => ”,
    ‘placeholder’ => ”,
    ‘prepend’ => ”,
    ‘append’ => ”,
    ‘maxlength’ => ”,
    ‘readonly’ => 0,
    ‘disabled’ => 0,
    ),
    array (
    ‘key’ => ‘field_698cd78eabd4o’,
    ‘label’ => ‘Minodds (Bonusfiltreraren)’,
    ‘name’ => ‘Minodds’,
    ‘type’ => ‘number’,
    ‘instructions’ => ”,
    ‘required’ => 0,
    ‘conditional_logic’ => 0,
    ‘wrapper’ => array (
    ‘width’ => ”,
    ‘class’ => ”,
    ‘id’ => ”,
    ),
    ‘default_value’ => ”,
    ‘placeholder’ => ”,
    ‘prepend’ => ”,
    ‘append’ => ”,
    ‘maxlength’ => ”,
    ‘readonly’ => 0,
    ‘disabled’ => 0,
    ),

    in reply to: Custom Fields #1544
    Christopher Witte
    Participant

    Custom Fields

Viewing 10 posts - 1 through 10 (of 16 total)