rfgoetz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] How to have multiple links in the header ?Closing – no response in over a week.
Forum: Plugins
In reply to: [WP-TopBar] Add more than 4 social buttons to TopBar?Those are just rendered as HTML.
So you can use the new suffix PHP to add additional images/links as you need:
echo '<a href="http://twitter.com/#!/wordpress" target="_blank"><img src="http://domain.com/wp/wp-content/plugins/wp-topbar/lib/icons/PNG/twitter.png" style="height:23px; vertical-align:text-bottom;"/></a>';Forum: Plugins
In reply to: [WP-TopBar] Add subscribe (mailchimp) form to topbar?Closing – no response in over a week.
Forum: Plugins
In reply to: [WP-TopBar] Starting Times & Ending TimesOuch — I’ll fix the email address in next update.
Use this code:
echo '<iframe src="http://embed.bambuser.com/channel/worldhops" width="320" height="276" frameborder="0">Your browser does not support iframes.</iframe>'; echo "</br>";The difference? The first echo statement uses single quotes instead of double quotes (since double quotes are already in use in the iframe code.
I tried this on my test site and it works.
Best wishes,
Bob
Forum: Plugins
In reply to: [WP-TopBar] Starting Times & Ending TimesCan you export your topbars (in SQL format) and email them to me?
I will load them on a test site to see what the issue is.
My address can be found in this file:
http://plugins.svn.wordpress.org/wp-topbar/tags/4.14/wp-topbar.php
Bob
Forum: Plugins
In reply to: [WP-TopBar] Starting Times & Ending TimesI am able to see the default topbar from the Saginaw URL.
On the main URL, it does not look like the topbar is enabled.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Add name email box and aweber integration?Closing – no response in over a week.
Forum: Plugins
In reply to: [WP-TopBar] How to have multiple links in the header ?Forum: Plugins
In reply to: [WP-TopBar] Starting Times & Ending TimesWhat it your URL so that I can see if there is a code issue?
Forum: Plugins
In reply to: [WP-TopBar] Not working in IE 8?Closing – no response in over a week.
Forum: Plugins
In reply to: [WP-TopBar] Linked image?Closing – no response in over a week.
Forum: Plugins
In reply to: [WP-TopBar] Starting Times & Ending TimesThe code above is HTML.
You need to convert that to PHP:
echo "<iframe src="http://embed.bambuser.com/channel/worldhops" width="320" height="276" frameborder="0">Your browser does not support iframes.</iframe>";You might need to add a break to make it look clean:
echo "</br>";Bob
Forum: Plugins
In reply to: [WP-TopBar] When Topbar pushes down the page, press the X and there is a gap.Closing due to lack of response from submitter.
Forum: Plugins
In reply to: [WP-TopBar] Add subscribe (mailchimp) form to topbar?Reading the MailChimp List Subscribe Form plugin (http://wordpress.org/extend/plugins/mailchimp/installation/), you should be able to generate the form by putting this code in the new PREFIX PHP section:
mailchimpSF_signup_form();You might need to add breaks: e.g.
echo "</br>";Forum: Plugins
In reply to: [WP-TopBar] How to have multiple links in the header ?My bad– it is in wp-topbar.php