Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Contributor Stefan Herndler

    (@aricura)

    Hi cindyho,

    many thanks for your report.

    Currently there is no way to leave the label for the reference container empty. You can try a few multilingual WP Plugin to define the label for different languages.

    In the future we will add a Setting to enable different text for different languages.

    If you want to remove the label now you can customize the css in the Plugin settings:

    div.footnote_container_prepare > p {
    display: none !important;
    }

    If you want to have the gray line visible you have to enter:

    div.footnote_container_prepare > p > span {
    display: none !important;
    }

    Hope that solve your issue.

    For future versions we will also enable an empty text for the label.

    Thread Starter Cindy

    (@cindyho)

    Thanks for this. Where do I add this code exactly?

    Plugin Contributor Stefan Herndler

    (@aricura)

    In the settings of our Plugin you can find a tab called: “customize”. There you can enter custom css (like the code from my last post).

    Save the changes and take a look on your public page. If everything goes right the label for the reference container (and also the gray line if you enter the first css code) will be hidden on each public page.

    Thread Starter Cindy

    (@cindyho)

    Thanks, I added

    div.footnote_container_prepare > p {
    display: none !important;
    }

    onto the tab called: “customize css” and “References” and the rule below are still there. I cleared cache and also tried another browser and on ipad…

    Thanks for your help.

    Plugin Contributor Stefan Herndler

    (@aricura)

    Is it possible to get a link to your public page where you want to hide/remove the label “References”?

    Thread Starter Cindy

    (@cindyho)

    Sure, but the site is being built, so I have to give you admin log in. How can I send you a private message?

    Plugin Contributor Stefan Herndler

    (@aricura)

    To have access to the WordPress administration of an foreign website isn’t really what I want to have…

    You can publish a page with an example text including footnotes and set this page as password protected and send send me an e-mail including the password to that public page.

    My e-mail address is:
    [email protected]

    Plugin Contributor Stefan Herndler

    (@aricura)

    I have released a new version (1.3.1) right now.

    No the Plugin allows an empty text for the References label in the General settings.
    Hopefully this feature will help you fixing your problem.
    Of course, otherwise I will still help you fixing the problem with the CSS code ??

    Thread Starter Cindy

    (@cindyho)

    Yes, it works, Thank you so much!

    Plugin Contributor Stefan Herndler

    (@aricura)

    That’s nice to read.
    We would also be proud if you write a review ??

    I will mark this topic as resolved.

    Thread Starter Cindy

    (@cindyho)

    Definitely, thank you again!

    Plugin Author Mark Cheret

    (@markcheret)

    Hi Cindy,

    I only now replied to your email realizing, you had opened a support thread here already.

    You can translate this string with WPML String Translation AddIn for WPML which is a paid for Plugin solution. I’m not sure which one you use to make your website multilingual.

    Thread Starter Cindy

    (@cindyho)

    Actually, the help I got from the plug-in maker works. BTW, I highly recommend it. Thanks for this anyway.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Can the title "References" be hidded?’ is closed to new replies.