• DeejayKnight

    (@deejayknight)


    So I’ve gone through the initial 5-step process and the page displays absolutely nothing. Is the code not applicable for HTML5?

    • Added in all the fields, name, contact & summary.
    • Created the page
    • Added the [wp_resume] tag in the pages’ body
    • Nothing displays

    Here’s the code I get in my window when I load the page:

    <section class="entry">
    					<p><code>		<div class="hresume">
    			<div id="bar"> </div>
    			<header class="vcard">
    				<h2 class="fn n url" id="name">
    					<a href="">
    											</a>
    				</h2>
    				<ul>
    									</ul>
    			</header>
    						<section class="vcalendar" id="skills">
    			</section><!-- .section -->
    			<section class="vcalendar" id="education">
    			</section><!-- .section -->
    			<section class="vcalendar" id="experience">
    			</section><!-- .section -->
    			<section class="vcalendar" id="honors">
    			</section><!-- .section -->
    			<section class="vcalendar" id="additional-info">
    			</section><!-- .section -->
    			<section class="vcalendar" id="referrals">
    			</section><!-- .section -->
    
    		</div><!-- #resume -->
    </code></p>

    Completely devoid of the information I added to the plugin screen. What am I doing wrong? I’ve uninstalled and reinstalled the plugin, but still get nothing.

    Anyone have any suggestions?

    http://wordpress.org/extend/plugins/wp-resume/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ben Balter

    (@benbalter)

    Looks like the plugin’s firing, but not finding your info. Not sure exactly what’s going on, but I’d start by deactivating all other plugins, and also explicitly passing the author.

    Thread Starter DeejayKnight

    (@deejayknight)

    I deactivated every plugin on the site other than WP Resume, posted the tag by author and still got nothing. :/

    Figured it could be the apostrophe in my name, so I changed all versions of it in the system to remove the apostrophe and still get the same output, minus the “code” brackets:

    <!--BEGIN: Post-->
    			<article class="post-157 page type-page status-publish hentry resume" id="post-157">
    
    				<section class="entry">
    							<div class="hresume">
    			<div id="bar"> </div>
    			<header class="vcard">
    				<h2 class="fn n url" id="name">
    					<a href="">
    											</a>
    				</h2>
    				<ul>
    									</ul>
    			</header>
    						<section class="vcalendar" id="skills">
    			</section><!-- .section -->
    			<section class="vcalendar" id="education">
    			</section><!-- .section -->
    			<section class="vcalendar" id="experience">
    			</section><!-- .section -->
    			<section class="vcalendar" id="honors">
    			</section><!-- .section -->
    			<section class="vcalendar" id="additional-info">
    			</section><!-- .section -->
    			<section class="vcalendar" id="referrals">
    			</section><!-- .section -->
    
    		</div><!-- #resume -->
    
    				</section>
    
    			</article>
    Plugin Author Ben Balter

    (@benbalter)

    Not sure why this is happening, and having trouble recreating it. I’ve opened an issue on GitHub.

    if you have the ability to troubleshoot, any information (or a pull request) would be awesome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Resume] No Content Displaying’ is closed to new replies.