rfgoetz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] How to have multiple links in the header ?Can you export your TopBars (in sql format) and email them to me? My email address is in the readme.txt file.
Also, what is your URL? I can see if there are an java/html errors.
Forum: Plugins
In reply to: [WP-TopBar] How to have multiple links in the header ?Try putting this in the Link Text:
Groupe ACI OUTREMERPut your website address in the Link Address
Set it to “Self”
Keep the Message blank.
Put this in the new PHP Suffix Section:
echo "</br></br> <a href='http://www.hbc-capital.com'>HBC Capital </a> <a href='http://www.villagedelapointe.com/'>Village de la Pointe </a> <a href='http://www.domainedelavalette.com/'>Domaine de la Valette </a> <a href='http://www.panier-outremer.com/'>Panier Outremer</a>";You’ll need to play with the html above to make it look like you want.
Forum: Plugins
In reply to: [WP-TopBar] Add name email box and aweber integration?I dont use aweber (nor knew what it was until you wrote about it.)
On their website, they have a way to create a webform. You cold take that code and put it in the new SUFFIX PHP option:
https://help.aweber.com/entries/21627471-How-Do-I-Add-a-Form-To-My-Website-
You’ll need to convert the HTML into PHP. Most likely by putting the HTML in an “echo <HTML FROM aweber GOES HERE>”; command.
This option would put the webform right below your topbar.
Bob
Forum: Plugins
In reply to: [WP-TopBar] How to have multiple links in the header ?I need to see how you’ve set that up.
Can you reply with a copy/paste of the message and link text and link settings you have?
Forum: Plugins
In reply to: [WP-TopBar] How to have multiple links in the header ?Version 4.15 is up with an option to add PHP. You can then create your multiple links that way.
Forum: Plugins
In reply to: [WP-TopBar] Starting Times & Ending TimesVersion 4.15 is up with the PHP option.
Forum: Plugins
In reply to: [WP-TopBar] Add Option to show TopBar only to guest/loggedin users!?Version 4.15 is up with the PHP option. I put a code example to modify the TopBar to add the username’s to the Text.
Forum: Plugins
In reply to: [WP-TopBar] Starting Times & Ending TimesThe next version will allow you to add custom PHP to the topbar. That will allow you to embed your media stream.
I will release it, most likely this weekend, after I finish my testing.
If you are willing to test, it… let me know and I can email you the beta version.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Starting Times & Ending TimesThere is not a way to do what you want with the plugin configuration. It is can add that feature to the backlog. I don’t know when I would get to implementing that.
An option would be to create a TopBar for each day. One way to do that would be to one TopBar, then export in SQL format. Then you can duplicate that row (say 31 times), changing the date, then insert into mysql. You would have to do that once a month.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Starting Times & Ending TimesThe plugin is coded to use UTC so that it does not have to worry about timezones.
Based on what I am seeing from your timestamps, the TopBar should show. The start time/date is 5/01/2013. The StopTime is 5/31/2025. (Twelve years ahead from now). So, since today is between those two dates… the TopBar would appear.
At the top of every Tab, there is a Section called Check. Here is what one looks like:
Time check: Based on your Start/End time settings in the Main Options, the TopBar will display (based on the current time.) Cookie check: The plugin is not checking for the presence of cookies. Home Page check: TopBar will check Page/Category criteria to determine if it should display on the Home Page (if the TopBar is enabled) Control check: TopBar is only checking for Page IDs (if any are entered and the TopBar is enabled)Can you reply with what your TopBar has?
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] My topbar is not working, what do I do?msllama, the next version will allow you to run PHP for each TopBar. Would you be willing to test this?
If you do, you would need to modify this recipe to create a widget via PHP:
http://digwp.com/2010/04/call-widget-with-shortcode/Bob
Forum: Plugins
In reply to: [WP-TopBar] Add Option to show TopBar only to guest/loggedin users!?Way2vet,
I have coded up the changes above and added a PHP option. The PHP option allows you to execute PHP code at the end of each topbar. With a bit of PHP and JavaScript, I think you can do the text replace you have listed above to put the username in the bar text. I don’t have the time, though, to write that for you.
Would you be willing to test this version for me?
If so, send me an email (my address is in the readme.txt) and I’ll send you the code.
Forum: Plugins
In reply to: [WP-TopBar] Not working in IE 8?I don’t have access to IE8 – I tried on IE10 and it worked just fine.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Linked image?I am not certain I understand your question.
I checked this page out. Wouldn’t it been easier to modify your team to add a custom header and custom menu? Then you can adjust the menu via wordpress Core.
To link to yourself, make sure to select the “_self” option under the text.
_self – Opens the linked document in the same frame as it was clicked
Forum: Plugins
In reply to: [WP-TopBar] Starting Times & Ending TimesThe time should be entered in this format: 05/01/2013 00:00
I see that I am having an issue that the date/time picker sometimes does not work. I’ve adjusted the plugin to force it to show up. That will be changed in the next version.
I need to check how your time settings are on your server.
1. Select the Main Options Tab of a TopBar that has the time settings.
2. Append &debug to the URL in your browser (ex….php?page=wp-topbar.php&action=main&barid=705508&debug)
3. Hit enter to load that URL
4. Look for lines like this and reply back to me with what your system has:WP-TopBar Debug Mode: Server Timezone:UTC WP-TopBar Debug Mode: Current Time :1367455359-2013-05-02 00:42:39 (UTC) WP-TopBar Debug Mode: Starting Time:05/01/2013 00:00-05/01/2013 00:00-1970-01-01 00:00:05 (UTC) WP-TopBar Debug Mode: Ending Time :05/30/2013 00:00-05/30/2013 00:00-1970-01-01 00:00:05 (UTC)