elementel
Forum Replies Created
-
well hold the phone. I added your example to the single.php file and it’s not appearing.
I’m trying to force the +1 button to sit above the facebook like button because when people I know “like” the page, their avatars block the google +1 button if it’s sitting below the facebook like.
So I added your sample code just right after the date code and before the content code. Nothing appears.
Jacob, you’re a gentleman and a scholar. Do you have a donate link? I believe in paying forward.
so just to be sure, so I understand the $style etc. Can you make an example of that code with the $count set to true so I can see what the syntax looks like?
thanks so much!
kims, that problem was actually on constant contact’s end and it should be fixed now. Nothing you were doing wrong, or the plugin, but rather constant contact.
James I wouldn’t personally be so sure of that. This is something that appears to take time to manifest and it wouldn’t get caught in testing.
Forum: Plugins
In reply to: sociable after “read more”https://www.pilates1901.com/blog/
Here is an example of a site I am having trouble with. See the “Share and Enjoy” links and how they are appearing before the “Read More” link.
Forum: Plugins
In reply to: sociable after “read more”I can’t believe I’m the only one having problems with this. It’s funny because I was searching again for a solution to this when I found my own original thread.
Everytime I use the excerpt function sociable wants to display BEFORE the “read more” comment. It should be simple. I should be able to tell sociable when to display, and in this instance AFTER the Read more link rather than the excerpt.
Forum: Plugins
In reply to: sociable after “read more”i cant show the site right now, it is private but here’s the template code
//
<?php
$temp = $wp_query;
$wp_query= null;
$wp_query = new WP_Query();
$wp_query->query(‘showposts=5′.’&paged=’.$paged);
if ($wp_query->have_posts()) : while ($wp_query->have_posts()) : $wp_query->the_post();
global $more; $more = 0;
?><h1>” rel=”bookmark”><?php the_title(); ?></h1>
<p><?php the_time(‘F j, Y’); ?></p><?php the_excerpt(); ?>
” title=”Read the rest of <?php the_title(); ?>”>Read the rest of this entry ?
<div style=”clear:both;”></div><?php endwhile; ?>
<?php else: ?><p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p>
<?php endif; ?>
<p><?php posts_nav_link(‘ — ‘, __(‘« Previous Page’), __(‘Next Page »’)); ?></p>
<?php $wp_query = null; $wp_query = $temp;?></div>
<?php include(TEMPLATEPATH.”/sidebar_right_post.php”);?>
</div>
<?php get_footer(); ?>
//Forum: Plugins
In reply to: [Plugin: WP sIFR] won’t find fonts folderFWIW I did get the fonts to be recognized by removing your coded
$template_dir = ABSPATH.’wp-content’. str_replace(get_bloginfo(‘wpurl’).’/wp-content’, ”, get_bloginfo(‘template_directory’).’/fonts/’);with a simple static address for the fonts folder. This will have to change as soon as I move to the new site with this template.
Can you please look into this problem?
to kfrost!
you have to have
<?php wp_footer(); ?>
in the footer of your theme for this to work!!!
I can’t get it either! This is killing me here. I’ve tried everything imaginable. Why is this working for some and not for others? Even just a simple location.replace, still not getting it to work.
Forum: Fixing WordPress
In reply to: cannot redeclare fetchThanks for the input, esmi.
I deactivated a firstrss plugin and that remedied the problem.
Forum: Fixing WordPress
In reply to: Setting up a Post or Page to RSS FEEDdont be a tease! How the heck do I do that?
Forum: Fixing WordPress
In reply to: google-news and rss_fetchI upgraded to 2.8 but I used the automatic upgrade. I’m still getting these errors. Can I go in and manually delete the stuff I need to get rid of? What exactly do I need to do at this point? should I just use simplepie?
Forum: Fixing WordPress
In reply to: google-news and rss_fetchThanks so much!
This is not my website, but a clients so I don’t know why they have it this way. I will ask them about this and then fix the problem.