stevenmanuel
Forum Replies Created
-
Forum: Plugins
In reply to: [Hupso Social Media Share Buttons] Share Buttons showing up outside SidebarI fixed it by adding
`global $HUPSO_SHOW;
$HUPSO_SHOW = true;’in sidebar.php.
All good. Thank you so much! And thanks for adding custom icons!
– Steven
Forum: Plugins
In reply to: [Hupso Social Media Share Buttons] Share Buttons showing up outside SidebarThat got rid of everything on the homepage, yes! But it also deleted the icons in the sidebar of my posts. The widget is still there, but the icons are just gone.
Sorry this has been such trouble.
– Steven
Forum: Plugins
In reply to: [iiRe Social Icons] Adjust for Sharing?That would be amazing. I’ve been searching for almost a week, and I cannot find a single plug-in that allows custom icons for social media sharing in the sidebar. Even the ones that don’t allow custom icons are 90% crap. That market is yours for the taking!
– Steven
Forum: Plugins
In reply to: [Hupso Social Media Share Buttons] Share Buttons showing up outside SidebarSorry, I’m not an expert at this. Here is what one of my pages looks like:
<?php /* if the post has a WP 2.9+ Thumbnail */ if( (function_exists('has_post_thumbnail')) && (has_post_thumbnail()) ) { ?> <div class="post-thumb"> <?php if( !is_singular() ) { ?> <a href="<?php the_permalink(); ?>"><?php the_post_thumbnail('blog-large'); ?></a> <?php } else { the_post_thumbnail('blog-large'); } ?> </div> <?php } ?> <!-- BEGIN .entry-content --> <div class="entry-content"> <?php the_content( __ ('', 'zilla') ); wp_link_pages(array('before' => '<p><strong>'.__('Pages:', 'framework').'</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> <!-- END .entry-content --> </div>
It used to say “Read More…” in the ” right before ‘zilla’. I’ve tried placing the code in several places around this area. Am I in the wrong place?
– Steven
Forum: Plugins
In reply to: [Hupso Social Media Share Buttons] Share Buttons showing up outside Sidebarhaving trouble locating the “read more” code. any ideas where it might be? I know it’s not your theme, but I’m betting you have more experience at this than me. ??