• Resolved HunterWoods

    (@hunterwoods)


    Hello, is it possible to have the input fields appear at all times, instead of loading/becoming visible only when clicking the “Write a new entry” button?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Marcel Pol

    (@mpol)

    You can add a parameter to the shortcode:
    [gwolle_gb button="false"]

    Thread Starter HunterWoods

    (@hunterwoods)

    Great, that worked. Thank you :]

    1 more thing, the number of entries text and “no more entries”, how can they be removed?

    Plugin Author Marcel Pol

    (@mpol)

    This CSS code should do that.
    You can add it through Appearance > Customizer > Custom CSS.

    #gwolle-gb-total {
        display:none;
    }
    Thread Starter HunterWoods

    (@hunterwoods)

    Thank you, that worked. Just one tiny thing left before it’s perfectionized. Now there is a cut off box appearing for a few seconds while, then it vanishes. Here is a screenshot of it: https://www.smartpost.ws/guestbook.jpg

    Any idea how to remove it, or make it invisible by setting color to white maybe? Couldn’t figure out what code that makes it appear

    Plugin Author Marcel Pol

    (@mpol)

    I think it has to do with just one entry being available. When you have more entries, and you are not scrolled to the bottom of the page, you will not see it.

    It is there for infinite scroll. When you reach the bottom of the page, it becomes visible shortly, while it is trying to fetch more entries.

    Thread Starter HunterWoods

    (@hunterwoods)

    Aha aha, set it to pageination instead of infinite scroll, then it vanished. All good now, thanks for great support :]

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Input fields visible at all times’ is closed to new replies.