rfgoetz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] How to have multiple links in the header ?Oliver,
You can try adding this to the “Message” on the “TopBar Text & Image” option page.
You’ll need to mess with your css so that it lines up correctly.
<ul class=''><li><strong>Groupe FINADORM</strong></li><li class='ftb_sep'>-</li><li><a id='ftb_finadorm' href='http://www.finadorm.com/' title='Finadorm' class='current'>Finadorm</a></li><li class='ftb_sep'>-</li><li><a id='ftb_chalets-fabre' href='http://www.chalets-fabre.com/' title='Chalets Fabre'>Chalets Fabre</a></li><li class='ftb_sep'>-</li><li><a id='ftb_fabre-sicob' href='http://www.fabre-sicob.com/' title='Fabre SICOB'>Fabre SICOB</a></li><li class='ftb_sep'>-</li><li><a id='ftb_mader' href='http://www.mader-couverture.com/' title='Mader'>Mader</a></li><li class='ftb_sep'>-</li><li class='ftb_menu'><a id='ftb_socofal' href='http://www.socofal.fr/' title='Socofal'>Socofal</a><div class='ftb_items'><a id='ftb_memonat' href='http://www.memonat.com/' title='MémoNat'>MémoNat</a> <a id='ftb_technilat' href='http://www.sommier-matelas.com/' title='Technilat'>Technilat</a></div></li><li class='ftb_sep'>-</li><li><a id='ftb_mathou' href='http://www.mathou.com/' title='Mathou'>Mathou</a></li><li class='ftb_sep'>-</li><li><a id='ftb_louisiane-fmi' href='http://www.louisiane-fmi.com/' title='Louisiane'>Louisiane</a></li></ul>Forum: Plugins
In reply to: [WP-TopBar] Add Option to show TopBar only to guest/loggedin users!?I have added this as a feature in the next version…
Select how you want the TopBar to show for users. Default is to Allways show the TopBar, regardless if they are logged in:
A. Not Logged In shows the TopBar only for users not logged in.
B. Logged In shows the TopBar only for users logged in.
C. Always shows the TopBar for all users, logged in or not.Bob
Forum: Plugins
In reply to: [WP-TopBar] When Topbar pushes down the page, press the X and there is a gap.Sorry for the delay. I did not get an email from you with the export. Can you try again?
Forum: Plugins
In reply to: [WP-TopBar] No Localization – Language SupportYes it does. Look at this thread for ways to solve it for your website:
Forum: Plugins
In reply to: [WP-TopBar] When Topbar pushes down the page, press the X and there is a gap.I have had no issues with IE. Can you export your TopBars (in SQL format) and email it to me? My email is in the readme file.
Thanks,
Bob
Forum: Plugins
In reply to: [WP-TopBar] Date StampI gave it above a couple replies back.
The format is:
03/19/2013 19:00
Bob
Forum: Plugins
In reply to: [WP-TopBar] Date Stamp403 Error means that wordpress cannot read the javascript files to load the datepicker. Did you restrict access somehow to the plugin directory?
Forum: Plugins
In reply to: [WP-TopBar] Date StampOdd.. What version of WP are you running? Do you have any Javascript errors?
The format is:
03/19/2013 19:00
Bob
Forum: Plugins
In reply to: [WP-TopBar] Date StampThere is a date picker that should open up and allow you select the date/time via the mouse.
Forum: Plugins
In reply to: [WP-TopBar] Links in multiple TopBarsThanks for your help in debugging. I have pushed out version 4.14 to fix this defect.
Forum: Plugins
In reply to: [WP-TopBar] Links in multiple TopBarsPls export the topbars via the Export tab, in sql format, and email it to me. My email address is in the readme.txt file.
Bob
Forum: Plugins
In reply to: [WP-TopBar] cyrillicGlad you got it worked out! I may need to add to the Debug page a report that checks the encoding of the database.
Bob
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] My topbar is not working, what do I do?msllama –
I tried creating a widget area in the TopBar. That would allow you to drop any widget into the TopBar.
Unfortunately that causes a jQuery error in the .prepend function I use to insert the topbar in to the html.
I’ll think about alternativess…but it will not be a quick change.
Forum: Plugins
In reply to: [WP-TopBar] cyrillicAlso – check this posting out:
http://stackoverflow.com/questions/11024604/utf8-characters-not-showing-correctly-in-wordpress
Bob
Forum: Plugins
In reply to: [WP-TopBar] cyrillicIn your wp-config.php, do you have these parameters set?
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);Bob