• Resolved listronosz

    (@listronosz)


    Hello,

    at first I’d like to tell you, that your plugin is exactly what I needed. I’m writing book reviews and thanks to your plugin it is much easier to me.

    But there is one thing I’d like to ask you to help me. The ‘Publisher’ tag doesn’t show in the book details section. I also put ISBN number in the back-end editor and this information doesn’t show neither (Author, Genre, Series and Page Count details work fine).
    I have been looking for the solution to resolve this problem through few hours, but I failed. Could you help me?

    Regards,
    Kamil

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Kemory Grubb

    (@w33zy)

    @listronosz

    Sorry about this delayed response. I was under the impression the WP would send me an email if a got a support request. I didn’t get any. I’ll get back to you later today.

    Plugin Author Kemory Grubb

    (@w33zy)

    Hello again @listronosz

    Usually if you are able to fetch some of the book detail via ISBN and some details are missing, it means that information is not available from the 3rd party service. So you will have to manually fill in the missing information, such as the “Publisher” name.

    Thread Starter listronosz

    (@listronosz)

    Hello,

    thanks for your reply. But it’s not exactly the problem that I have. I’m not using any external api to fetch book data from Goodreads or sth. I putted the “Publisher” name manually (just the same that I did with the Author, Genre and Series info) in the back-end and this info is not showing in the book details section on my book review page. ‘Author’, ‘Genre’ and ‘Series’ tags are working fine, there is only a problem with ‘Publisher’ one.

    Do you have an idea what could be the reason?

    Regards,
    Kamil

    Thread Starter listronosz

    (@listronosz)

    It looks like I finally got my answer!

    The “Publisher” tag wasn’t showing in the book details section because there was a little problem with lower/upper case issue. The ‘Publisher” taxonomy has a slug “Publisher” with a upper case, and in the class-rcno-template-tags.php line 141 you’ll find:
    $out .= $this->get_the_rcno_taxonomy_terms( $review_id, 'rcno_publisher', true );
    with a lower case ‘p’. When I change it to ‘rcno_Publisher’ than the “Publisher” name shows on my page.

    Now I’ve got another problem. Could you tell me how can I translate book details section informations (Author, Genre, Serium and Publisher)? I did some translations in the .po file, but it is showing only in the back-end.

    Regards,
    Kamil

    Plugin Author Kemory Grubb

    (@w33zy)

    I am kinda puzzled as to how you got that “P” in your slug as I used 'slug' => Rcno_Reviews_Option::get_option( 'rcno_' . strtolower( $key ) . '_slug', strtolower( $key ) ) to force lowercase slugs for taxonomies.

    As for the label, I must be missing a translation function for the taxonomy labels. I’ll fix that in a minute.

    Thread Starter listronosz

    (@listronosz)

    I’ve installed your plugin on the new test-site just to have a fresh installation and check the Publisher slug. It still has an uppercase slug by the default (even when I click “Reset Settings”), and it’s really weird because the rest of taxonomies (author, genres an series) are lowercase.

    Thanks, I really appreciate your help. When you’ll fix the translation issue then your plugin will be great! ??

    Regards,
    Kamil

    Plugin Author Kemory Grubb

    (@w33zy)

    Hello again @listronosz,
    Thanks for catching these issues with the non-english usage of my plugin. The issues you have described has to do with the way I have hard-coded the default taxonomies of Author, Genre, Series, Publisher.

    I need to figure out a way to get non-english new users of the plugin to set their own custom taxonomy at first install. I will push out a new update to address this tomorrow.

    Also, can you email me a link to your website so that I can see how you are using it.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘‘Publisher’ tag is not showing’ is closed to new replies.