How can we help?

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

Forum Replies Created

Viewing 10 posts - 11 through 20 (of 1,676 total)
  • Author
    Posts
  • in reply to: Wrong Theme #18661
    admin
    Keymaster

    Hello,
    Could you please send us a private message with a link to the website and administrative access to the WordPress dashboard so that we can review it?

    in reply to: floating pop-up #18642
    admin
    Keymaster

    We wil add this functionality in the next update !

    in reply to: Load more button #18641
    admin
    Keymaster

    We allready have this in our list for the next update !

    Thank you for point this out !

    in reply to: Color background and text in footer #18639
    admin
    Keymaster

    The css bellow is a css example for the footer widget area, but for sure this is may need changes based of the preferences and for each site !

    .footer-widgets .widget > h3 {
    color: #000 !important;
    }

    • This reply was modified 1 month, 4 weeks ago by admin.
    in reply to: Color background and text in footer #18632
    admin
    Keymaster

    The “Footer text color” takes affect only on Footer copyright area.

    I can understand that you want to it to change color on widget area if i am not mistaken.
    Tou can ovverite the colors via custom css area.

    Let me know if this helps.

    in reply to: Bullet Point Alignment in Poka Theme for Arabic Website #18631
    admin
    Keymaster

    You can try to add those css rules into the site and i think this problem will be fixed :
    .widget ul:not(.review-pros,.faq-list) li{
    padding-right: 1.125rem;
    padding-left: 0;
    }

    .widget ul:not(.review-pros,.faq-list) li::before{
    left: unset;
    right: 0;
    }

    Let me know if this fix the issue

    in reply to: Disable archive page #18630
    admin
    Keymaster

    It works at my end, Can you please provide credentials to your site in private message so we can look it further ?

    in reply to: Disable archive page #18623
    admin
    Keymaster

    You can try this code instead in your child theme !

    add_filter( ‘register_post_type_args’, ‘change_slug_affiliates_cpt’, 10, 2 );
    function change_slug_affiliates_cpt( $args, $post_type ) {
    if ( $post_type == ‘affiliates’ ) {
    $args[‘has_archive’] = false;
    }
    return $args;
    }

    in reply to: Bullet Point Alignment in Poka Theme for Arabic Website #18621
    admin
    Keymaster

    Can you provide us with a link to your site to look it further ?

    in reply to: Color background and text in footer #18620
    admin
    Keymaster

    Can you provide us with a link to your site and tell us in more details what is the problem to look it further ?

Viewing 10 posts - 11 through 20 (of 1,676 total)