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 1,641 total)
  • Author
    Posts
  • in reply to: Customizing review page #18556
    admin
    Keymaster

    Good to know! 🙂

    Let us know if you need any other help.

    in reply to: Customizing review page #18554
    admin
    Keymaster

    Hello,

    I told you that you could add it to your child theme’s functions.php or using a plugin like Code Snippets.

    So if you don’t want to have PokaTheme child theme active, then you should install Code Snippets plugin and add the code there.

    in reply to: “Load More” button not working for me #18551
    admin
    Keymaster

    Hello again Jaume!

    I checked the page, indeed it’s not working, we need to have a look at the WordPres debug.log file to see if any further info is available there.

    We’ll need access to your site to check this, so please send us an email at support@pokatheme.com with your website FTP credentials to see what’s wrong.

    Thanks in advance!

    in reply to: Customizing review page #18550
    admin
    Keymaster

    Did you activate the PokaTheme Child theme?

    When you are using a child theme (PokaTheme child), then all the functionality of the parent theme (PokaTheme) still remains, this is the purpose of the child themes.

    So you should activate the PokaTheme child theme on your website.

    in reply to: Customizing review page #18545
    admin
    Keymaster

    You can do this by adding a meta tag to the HTML head section of that specific page. You can achieve this using this code. You could add it to your child theme’s functions.php or using a plugin like Code Snippets.

    function add_noindex_meta_tag() {
        // Check if it's the specific archive page you want to target
        if (is_post_type_archive('affiliates')) {
            echo '<meta name="robots" content="noindex, follow" />';
        }
    }
    add_action('wp_head', 'add_noindex_meta_tag');
    
    in reply to: “Load More” button not working for me #18544
    admin
    Keymaster

    Hello Jaume,

    Could you please send us a link to be able to reproduce the issue? You could also post in private if you don’t want your link to be public.

    Thank you!

    in reply to: How to insert Headlings in Custom Widget Sidebar #18534
    admin
    Keymaster

    Alright, let’s continue the discussion there.

    in reply to: Customizing review page #18533
    admin
    Keymaster

    Hello!

    So what you want to do is just to hide this page (https://casino-panett.com/review) from indexing. Correct?

    in reply to: How to insert Headlings in Custom Widget Sidebar #18524
    admin
    Keymaster

    Hi Giovanni,

    I’m logged in as admin but I cannot read any private reply.

    in reply to: It Stil shows the OLd Twitter Logo? #18521
    admin
    Keymaster

    Hi Andy!

    I see the new Twitter logo (the “X” logo) in: https://typesofbets.com/

    Maybe this is a cache issue on your end. Kindly check again and confirm.

    Thank you!

Viewing 10 posts - 1 through 10 (of 1,641 total)