Seth Burleigh
Forum Replies Created
-
Forum: Plugins
In reply to: [Connections Business Directory] Featured listing possible?I tried working around this by creating a “Featured” category, showing those via the “All” template, and showing the rest via “View All” – but noticed that it totally hides anything not in that category, even if I click the corresponding letter.
Awesome, it worked, thanks!
Thank you! Their most recent update screwed things up again, this fixed it.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Adding comment count / link to entry metaIt looks like you figured out the icons thing. As for getting it all on one line – remove the comment link from it’s own <div> and instead put it inside <span> (that is what I did).
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Adding comment count / link to entry metaNicole,
I have it showing up on the main page, not each individual post page. So I only edited the content.php file in my child theme (rather than also editing single.php).
Here is what my entry-meta now looks like within the content.php file:
<div class=”entry-meta”>
<?php twentythirteen_child_entry_meta(); ?>
<?php edit_post_link( __( ‘Edit’, ‘twentythirteen’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
<?php if ( comments_open() && ! is_single() ) : ?>
<span class=”comments-linkTop”>
<?php comments_popup_link( ‘<span class=”leave-reply”>’ . __( ‘Leave a comment’, ‘twentythirteen’ ) . ‘</span>’, __( ‘1 comment’, ‘twentythirteen’ ), __( ‘% comments’, ‘twentythirteen’ ) ); ?>
</span><!– .comments-link –>
<?php endif; // comments_open() ?>
</div><!– .entry-meta –>Hope that helps,
Seth
Forum: Plugins
In reply to: [Adsense Explosion] Show ads in Nextgen galleryEven though they say the newest version, 2.021 is now compatible?
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Adding comment count / link to entry metaFigured it out!
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Child CSS broken on mobileThanks for the reply. I figured it out. I forgot to change the @import link in my child CSS when I moved the files over from my local host. Duh!
Forum: Themes and Templates
In reply to: [Twenty Thirteen] How to turn off pagination in twenty thirteen.Thanks!
Forum: Themes and Templates
In reply to: [Twenty Thirteen] How to turn off pagination in twenty thirteen.Chester – How did you deactivate the default twenty thirteen pagination and implement this plugin?
Forum: Plugins
In reply to: [jQuery T(-) Countdown Widget] W3 Total Cache – Minify CSSI definitely thought I did. But I have disabled W3 Cache right now as it was interfering with Woocommerce, so I can’t check again.
Forum: Fixing WordPress
In reply to: Change Body Background Image for Different PagesHi All,
I am trying to do this, but instead of page-id, I’m trying to apply the unique body CSS to a page template.
When I insert page-template-(template file name) – in my case home_corechella, so I have body.page-template-home_corechella, the body for my entire site breaks. Do I need to force it with !important?
Any ideas? Thanks!
How did you do this? I was able to get 1 user restricted to 1 page – but I can’t seem to figure out how to restrict them from other things (add post, add page, add event, etc.) Granted, I did this the long way by setting access for each individual page.
Ideally, I would like to prevent and entire group from doing the above actions and give individual users within that group access to 1 page (or just selected pages).
Thanks!
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Day off by 1Yes, thank you for your help.
Forum: Plugins
In reply to: [Countdown Timer] [Plugin: Countdown Timer] Day off by 1Pacific (Los Angeles). I change to the UTC offset if necessary.