• Resolved kilik91

    (@kilik91)


    Hi Daniel,

    first of all, I want to say that you made a great plugin. Thank you for that.

    I currently only have two little problems.

    1) When I use the following shortcode:
    [a-z-listing taxonomy=”category” terms=”filme,games,serien”]
    It shows all pages in the category filme, but not the other two. If I change the order it only shows the category that comes first, but individually they all work. Is there anything I can do?

    2) Since the new update, “back to top” links appeared, but I would like to remove them, since I’m using another tool to go back to the top. How can I do that?

    Thank you very much in advance. I appreciated it.

    Dennis

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    The first problem sounds like a bug that will need a new release. If you’re comfortable with theme building and the WP_Query mechanism you can work-around it by calling the listing directly instead of using the shortcode, but that does require quite a bit of knowledge in how WordPress queries are constructed to format the correct taxonomy query.

    Back to top links can be removed in two ways:

    1. copy the template from
      wp-content/plugins/a-z-listing/templates/a-z-listing.php
      

      into your theme’s folder and editing it to remove the line

      <div class="back-to-top"><a href="#letters">Back to top</a></div>
      

      or

    2. use a custom css addition, such as via the theme customizer’s custom css feature, which includes the rule:
      #az-slider div.letter-section div.back-to-top { display: none; }
      

    Daniel good day to you!

    I am a bit reluctant to ask cause I see so many posts for you but nevertheless I need to ask whether the first issue has been solved by now? Me too need the possibility of multiple terms.
    And since I ask, is it possible to exclude terms?

    Cheers
    Rudolph Smits
    Nethelands

    Plugin Author Dani Llewellyn

    (@diddledani)

    I’ve not managed to get the first issue fixed just yet. I’ve been working on a major update which will land in the future and forgot about this issue. Thanks for reminding me – I’ll try to get it fixed today.

    Dear Daniel

    I am still using az-index which – I believe – is getting obsolete. In WP Debug I saw it’s giving warnings for php 7. So I want to say goodbye.

    Take your time, however, I am looking forward to this update… 😉

    Regards
    Rudolph Smits

    http://www.magoster.nl

    Plugin Author Dani Llewellyn

    (@diddledani)

    This issue should be fixed now in 1.9.2

    Daniel

    Great, and it works fine, thank you!!

    I don’t know whether this is off-topic (I can start a new thread if you want so) but it possible to say ‘this term and not that term’?

    To make clear what I mean I add an example. I have a holiday home that can be rent. I have a blog with reviews. I want to list them on term “review” but exclude a blog when it also has term “obsolete (= >3 years).

    If excluding is not possible then I can remove “review” and leave “obsolete” only. No problem.

    Plugin Author Dani Llewellyn

    (@diddledani)

    You’re not the first to ask about exclusions, so it seems to be a thing that people are wanting. I’ll try to get it into the next release 🙂

    Daniel, great!

    I could use something as:
    List (category-A but not also category-Z) and (category-C but not also category-Z) etc.

    Cheers
    Rudolph Smits

    Could it be that when you have to much terms that then all terms are selected?

    I have now this:
    [a-z-listing post-type=”post” terms=”ardennen, gastronomie, nieuws, recensies, toeristische-tip, vakantiewoning-2]

    Never mind what the words mean, but the result is that ALL MY BLOGS are selected and listed. So also those that have category “obsolete”.

    Plugin Author Dani Llewellyn

    (@diddledani)

    If that is a direct copy and paste from your edit screen then you are missing a quote " at the end of the terms list. Try:

    [a-z-listing post-type="post" terms="ardennen,gastronomie,nieuws,recensies,toeristische-tip,vakantiewoning-2"]
    

    And a direct copy it was. Owww, this is bad, this is so bad. I must have been very tired… ;-(

    But this is resolved, thanks a lot!

    Cheers
    Rudolph Smits

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Multiple categories won’t show’ is closed to new replies.