How can we help?

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

Home Forums PokaTheme support Reviews disappeared from dashboard menu

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

    Hi,

    I hope you are doing well.

    My issue was: instead of ‘archive’ which is visible in the breadcrumbs when you go to a review, I wanted to use one of my own pages. So I came across this forum post: https://pokatheme.com/topic/adding-content-to-archive-page-for-reviews/.

    I copied/pasted the code suggested by you. However, now none of my reviews are working anymore. The ‘archive’ page is gone, and the whole ‘review’ section where I can add reviews from the dashboard menu is gone. I tried to delete the code, but the ‘review’ section didn’t come back. Now I can’t find any of the reviews I created.

    Also, if this is fixed, is it possible to open a /go/ link in the same tab? Instead of opening in a new tab by default? Thank you.

    Please advise. Looking forward to hearing from you soon

    Thank you,
    Carlo

    #17711
    John
    Participant

    Disregard my post above. I fixed it already and I have the review dashboard menu back 🙂

    However, please help me out with the following:

    – is it possible to open a /go/ link in the same tab? Instead of opening in a new tab by default?
    – Is it possible to use your own page to replace /review/ which is being used by default? So when you open a review, you see the breadcrumbs: home > reviews (reviews archive) > review you clicked on. Or is it possible to remove this?

    Thank you,
    Carlo

    • This reply was modified 1 year ago by admin.
    #17723
    admin
    Keymaster

    Hi Carlo!

    1. About the breadcrumbs, the forum thread you mentioned refer is quite old and refers to the previous PokaTheme version (v3). This is why it must have broken a lot of stuff in your site, in which I guess you are using PokaTheme v4. If you want to make changes to the breadcrumb, please describe these in detail so we can come back to you with a solution.

    2. If you want the affiliate (/go/) link to open in a new tab, you have to enter this code snippet inside your child theme’s functions.php.

    add_filter( 'poka_affiliate_link_atts', 'poka_child_642532ac778b8' );
    function poka_child_642532ac778b8() {
    	return 'target="_self" rel="nofollow"';
    }
    

    3. You can make changes to the breadcrumbs by overwriting the “poka_breadcrumbs” function. You can do this in your child theme’s functions.php.

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