jmill23
Forum Replies Created
-
I’m having a similar problem but the links don’t load the correct page!
I’ve disabled tracking and the links work.Forum: Plugins
In reply to: [YITH WooCommerce Bulk Product Editing] Not showing products to editThere’s at least 3 people experiencing this issue! Your plugin doesn’t work or there’s a bug. You have replied to my post: https://wordpress.org/support/topic/doesnt-work-1369?replies=3
Forum: Reviews
In reply to: [YITH WooCommerce Bulk Product Editing] Doesn't work?Don’t know…i’m looking for a plugin that lets me view and edit all my product prices on one page rather that viewing each one over and over.
Forum: Plugins
In reply to: [WP Ultimate Recipe] "Slug" issuesThere’s also a plugin: https://wordpress.org/plugins/custom-permalinks/ that allows you to do this 🙂
Forum: Plugins
In reply to: [Admin Bar User Switching] not working for me!Got it!
it was the
relativepositioning on the wp user link.Changed it to:
#wp-admin-bar-top-secondary{/*controls wp user link*/ position: absolute; z-index:-999 !important }Combined with:
#abus_search_text{ background-color: #fff; color: #000; font-weight: bold; z-index:1 !important; }Fixes both issues!
Thanks for your help.Forum: Plugins
In reply to: [Admin Bar User Switching] not working for me!Made some progress…found that
#wpadminbar ul lihas a z-index of 99999.
If I applyli#wp-admin-bar-my-account, a.ab-item, .menupop with-avatar{ z-index:-999 !important; }I can’t seem to override the z-index of
#wpadminbar ul li, but if I remove it in my browser inspect mode it works.Any idea of the stacking order? What am I doing wrong?
Forum: Plugins
In reply to: [Admin Bar User Switching] not working for me!Thanks…I’ve already tried .ab-sub-wrapper – as I said z-index has no effect.
Problem is wp-admin-bar has a z-index of 999999.
Now trying to move wp account bar which control the name message down using:
li#wp-admin-bar-my-account, a.ab-item{
z-index:-999 !important;
}
But this also has no effect.Forum: Plugins
In reply to: [Admin Bar User Switching] not working for me!That doesn’t solve my problem…why is the input box below the wp login name link??? How can I swap the order? As I said z-doesn’t work.
Forum: Plugins
In reply to: [Admin Bar User Switching] not working for me!Url: http://tinypic.com/r/2eyj47b/9
Only any issue when screen resolution >750px
Forum: Plugins
In reply to: [Admin Bar User Switching] not working for me!Ok thanks. I’ll give that a go.
Any suggestions for the overlap? How can I get the screenshot to you???
Forum: Plugins
In reply to: [User Switching] Switch back link to topI’ve added the following to my theme’s custom.css:
#user_switching_switch_on{ position:absolute; top: 0px; }This now works – and put the link at the top left!
Forum: Plugins
In reply to: [Admin Bar User Switching] not working for me!After some experimentation, I have worked out the input is case sensitive AND the username must be entered in full. This is not very user-friendly. Could you update so it is not case sensitive and it matches uses based on, say 3 characters for example?
Forum: Plugins
In reply to: [Admin Bar User Switching] not working for me!I have a screenshot but can see how to upload or attach it?
Yes, have over 100 users.
Forum: Plugins
In reply to: [Admin Bar User Switching] not working for me!I’ve added #000 color to the input box which works and I can now see the text.
However, it still doesn’t lookup users.
Also the input submit button is sitting under the WP ‘welcome user’ message. I have tried adding z-index to no avail.Forum: Plugins
In reply to: [Admin Bar User Switching] not working for me!Ok do you know the class or id do I can fix it?