How can we help?

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

Home Forums PokaTheme support Few small issues

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #6023
    A Ward
    Participant

    Hi Antonis, I have set to show only a category on the posts/blog by using shortcode in a page like – [news_boxes cat=”Football”] with Football the category, but it shows all the posts, not just those from the Football category.

    Also, is there a way to set links to a blue colour instead of leaving them black with an underscore, other than having to manually colour them each time.

    Where in the theme can I change the name of Home > Reviews slug at the top of a page, and also

    OVERVIEW on a review page
    view complete list in a side bar widget

    Thanks

    #6048
    admin
    Keymaster

    Hi!

    Please find my answers below:

    1. I’m quoting the text from the documentation:

    [latest_news num=”” cat=”” read_more_text=”” descr_excerpt=”” descr_length=””]
    This shortcode to display the list of the Posts you have in a grid format.
    cat : If you don’t want to display all the Posts but only Posts from a specific category enter here the category ID.

    2. You have to set your desired color link for each item separately with CSS. There isn’t a universal selector for all the links because we wanted some links to have different color.

    3. If you want to change the slug of the reviews you can check this guide : https://pokatheme.com/topic/how-to-change-url-structure-or-remove-slug-of-reviews-cpt/

    4. Also when you want to change some of the strings of the theme you can check this guide : https://pokatheme.com/topic/how-to-createedit-language-packs/

    #6057
    A Ward
    Participant

    How would we do this? – 2. You have to set your desired color link for each item separately with CSS. There isn’t a universal selector for all the links because we wanted some links to have different color.

    3. I dint mean the slug as such, more the breadcrumbs like – https://ibb.co/4K7jvJv Is there a way to change just these and the text in the sidebars without having to add a new langauge pack as only 3/4 words that need changing

    #6093
    A Ward
    Participant

    Where in the theme editor can I change this text – view complete list – too please

    Untitled

    #6100
    admin
    Keymaster

    Hi!

    In order to change the color of an element you have to target the element with the browser inspector first.
    For example for the “view complete list”:
    `.sidebar .view-all { color:blue; }`

    In order to change a static string of the theme the only way is by creating a new language pack. This is the official WordPress way and we don’t recommend making changes to the files of the theme.

    #6103
    A Ward
    Participant

    I managed to change the Bonus and Overview words in the theme editor, but can not find where to change the side bar text view complete list from in the editor?

    #6109
    admin
    Keymaster

    You can find this string inside: inc/addons/wg-affiliate-listing.php

    #6111
    A Ward
    Participant

    Thanks, do you know what line the text I need to change is on as I can not see the text View Complete List

    #6112
    A Ward
    Participant

    I found it, thanks Antonis

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