• Resolved makta112

    (@makta112)


    Hello

    I’ve uploaded a plugin to my site called “PBD AJAX Load Posts“.

    It’s a nice plugin that adds a button at the bottom of your blog that load older posts when clicked.

    But there seems to be an error with it on my site: https://www.geimaku.com/

    When you click the button a few times, the bottom border disappear from the posts.

    Please try it here and see what I mean.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter makta112

    (@makta112)

    Hi. Please ignore the above post. I’m removing the plugin. But here’s the “new” issue:

    I’m trying to do so that the links that say “Newer posts” and “Older posts” in my blog appear.

    I thought I hid them some time ago with CSS but I can’t any line of code that hide them.

    How can I make them appear?

    My site: https://www.geimaku.com/

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    That’s a theme question. However in your source code, I see this.

    <nav id="nav-single">
    						<h3 class="assistive-text">Post navigation</h3>
    						<span class="nav-previous"><a href="https://www.geimaku.com/21/06/2012/new-resident-evil-6-screenshots-and-trailer/" rel="prev"><span class="meta-nav">&larr;</span> Previous</a></span>
    						<span class="nav-next"></span>
    					</nav><!-- #nav-single -->

    And I see that you did this:

    #nav-single {
    display: none;
    }

    Get rid of the CSS code ??

    Thread Starter makta112

    (@makta112)

    Hi

    That line of CSS only hides the links inside blog posts.

    Not from the front-page. That’s where I want them to appear ??

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Same basic concept.

    You can do it two ways.

    1) Search your CSS for all instances of display:none (one will stand out, probably nav-above)

    2) Search your page source for the word ‘Previous’ and see what comes up. ??

    Thread Starter makta112

    (@makta112)

    Ok, thanks. I’ll try that.

    Thread Starter makta112

    (@makta112)

    It was #nav-below

    Thanks ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Help with plugin’ is closed to new replies.