How can we help?

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

Forum Replies Created

Viewing 10 posts - 1,661 through 1,670 (of 1,677 total)
  • Author
    Posts
  • in reply to: Visual Issues #1499
    admin
    Keymaster

    Hi Christopher and sorry for the delayed response,

    If you want to hide the sidebar(widgets) from the mobile view you can add the following to your child theme:

    `@media (max-width: 767px) {
    #sidebar { display:none; }
    }`

    Depending of which header style you have selected in Visual Options a background image is shown in header.
    If you want to disable this background image you can add this style in your child theme:

    `header { background-image:none; }`

    in reply to: Filter #1476
    admin
    Keymaster

    About the shortcode, tell me which shortcode you want to change the order and what custom ordering you want to achieve and I’ll help you through!

    We are also thinking creating a new table like shortcode with filters like the screenshot, It’s already in our list! 🙂

    in reply to: Filter #1467
    admin
    Keymaster

    Hi Christopher,

    You want to change the display order in a shortcode by some custom fields? For example the ordering in the table shortcode?

    in reply to: Need to change one word #1464
    admin
    Keymaster

    If you don’t want to use a plugin you can try changing the translations with this guide: https://pokatheme.com/topic/how-to-createedit-language-packs/

    • This reply was modified 6 years, 2 months ago by admin.
    in reply to: Visual Settings problem #1463
    admin
    Keymaster

    Hi Christopher!

    In which translation file there was the problem?

    • This reply was modified 6 years, 2 months ago by admin.
    in reply to: Latest News #1462
    admin
    Keymaster

    Great! We’ll try to make the Documentation better!

    in reply to: Visual Settings problem #1441
    admin
    Keymaster

    Hi Christopher,

    What do you mean by not showing up? Do you get any errors? or you see just a blank page?
    Also what version of Poka do you use?

    in reply to: Translate German Language #1416
    admin
    Keymaster
    This reply has been marked as private.
    in reply to: Hide sidebar #1412
    admin
    Keymaster

    Hi,

    In your child theme you can add:

    `
    @media (max-width: 767px) {
    #sidebar { display:none; }
    }
    `

    in reply to: Translate German Language #1359
    admin
    Keymaster

    Hi,

    I you want you can send us an admin account with your site to have a look.
    You can add it as a private reply.

Viewing 10 posts - 1,661 through 1,670 (of 1,677 total)