acacord
Forum Replies Created
-
Forum: Plugins
In reply to: [Follow Us Badges] Always displays at the top of pageYes, just added “echo” to the commands. Thanks
Forum: Plugins
In reply to: [Follow Us Badges] Always displays at the top of pageI’m happy to try these things, but this was working just fine before these recent updates. Really strange.
Forum: Plugins
In reply to: [Follow Us Badges] Always displays at the top of pageAny thoughts? I’m running 2.0.5
Forum: Plugins
In reply to: [Follow Us Badges] Always displays at the top of pageFrom the blog page template:
<?php the_tags( 'Tags: ', ', ', '<br />' ); ?></p> <p><a href="/disclaimer" target="_blank">Disclaimer</a></p> </div> <?php do_shortcode('[wpsite_follow_us_badges inline="true" facebook="pyramiscompany" google="101314472192000913001" order="google,facebook" facebook_include_share_button="true" google_annotation="none" facebook_layout="button"]'); ?> <?php if(function_exists('pf_show_link')){echo pf_show_link();} ?> </div>
That block of code hasn’t changed since last week.
Forum: Plugins
In reply to: [Follow Us Badges] Always displays at the top of pageCorrect. Some of the static pages have the like/share buttons enabled via shortcode. The site’s sidebar and blog post templates have the buttons enabled via the php do_shortcode command.
Forum: Plugins
In reply to: [Follow Us Badges] Always displays at the top of pageThe ones called by the php do_shortcode are still missing. They are part of the site templates for the left sidebar and the end of all blog posts.
Forum: Plugins
In reply to: [Follow Us Badges] Always displays at the top of pageOkay, now I’m running 2.0.5 in production and all of the badges are missing…
Forum: Plugins
In reply to: [Follow Us Badges] Always displays at the top of pageThat did fix this issue. However, now, none of the other instances of the badges are showing up. They were being called by the php do_shortcode command from the templates.
Forum: Plugins
In reply to: [Follow Us Badges] Always displays at the top of pageNo mods that I’m aware of. Blog posts work just fine (https://pyramiscompany.com/tenants-performing-maintenance/).
Forum: Plugins
In reply to: [Follow Us Badges] Always displays at the top of pageShortcode was at the very bottom of the page. After the last line of text.
https://dl.dropboxusercontent.com/u/24145617/Screen%20Shot%202015-02-20%20at%2012.22.45%20PM.png
Forum: Plugins
In reply to: [Follow Us Badges] Always displays at the top of page