• Resolved bob-de-webbouwer

    (@bob-de-webbouwer)


    Hi Fahad,

    Thanks for this great plugin! Saved me a lot of headaches. However I have two questions. On my site (which is still local in development)I don’t use Numeric order. Since it is the first sign (the hash-tag), visitors are likely to click on it and will get a ‘no results-page’. Is there a way I can remove the hashtag.

    2: Is there a way in which I can a a short text befor the alfabet. For instance: “browse diseases by alphabet”?

    with kind regards
    Nico

    https://wordpress.org/plugins/alphabetic-pagination/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Hi,

    Thanks for using this plugin. The first thing can be avoided by using CSS style. You can hide li:first-child from CSS. And the second thing i couldn’t understand. Do you want to add a short text before all alphabets? You can do it with jQuery if you have have of append/prepend. Please mention your URL next time so i can easily have a look into your issue.

    Thanks,
    Fahad

    Thread Starter bob-de-webbouwer

    (@bob-de-webbouwer)

    Hi Fahad,

    Thanks for the quick reply. I added
    li:first-child {
    display: none;
    }
    to the css of the plugin, but that also removed my homepage from the menu and in the Dashboard > Appearance _Menu Pages had also disappeared. So that css-code was a bit too strong. What did I do wrong?

    Second question: I would like my visitors tell what they can do with the alfabeth on top of the archivepage:
    Therefor I would like to add an instruction like “browse diseases by alphabet”
    Site is still in local development, so I cannot give you a url yet.

    Thanks
    Nico

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Hi Nico,

    In fact that CSS should be implemented to all of the elements. Please specify only the alphabets ul with class

    e.g.
    ul.ap_pagination li:first-child{
    }

    and for the second thing you can talk to me via skype and i can guide you if you are developing on localhost. In fact, blindly its not easy to understand for me. To contact me you can install a plugin “wp mechanic“.

    Thanks,
    Fahad

    Thread Starter bob-de-webbouwer

    (@bob-de-webbouwer)

    Hello Fahad,

    First issue is solved.

    For the second issue I’ll get back later.
    thanks for now
    Nico

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Yeah sure!

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Hi,

    I have added this option in plugin settings page. So if you will upgrade the version, no need to worry about hiding numeric letter through CSS manually.

    Thanks,
    Fahad

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove numerical tag’ is closed to new replies.