hailtothechef
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Unable to add widgetsHi – I was struggling with this too till I discovered that the issue was you have to click the Screen Options on the top left of the Dashboard and DISABLE accessibility settings so it looks like the picture below. After that it works fine. I don’t remember setting it so I’m not sure why it got selected.

Thank you atkeezer. This plugin completely took me down with no way to even get to the admin console. I was freaking out because I had removed the Better Security additions to my .htaccess but was still getting the Internal Server Error.
Deleting the WP better security plugin folder (better-wp-security) in the plugins folder and deleting the .htaccess and letting WP create a new one solved my issue.
THANK YOU! I was about to do a new install!!!
This is great! Thanks – works great!
Any idea how you might make the auto start functionality work with Youtube and MediaElement.js?
This doesn’t appear to work:
[video width="640" height="360" type="video/youtube" src="http://www.youtube.com/watch?v=nOEw9iiopwI" autoplay="true"]
This works great — but has the Youtube skin:
<embed src=”http://www.youtube.com/v/EBM854BTGL0&autoplay=1&rel=0″ type=”application/x-shockwave-flash” wmode=”transparent” width=”425″ height=”344″></embed>
Forum: Fixing WordPress
In reply to: Change color scheme in mystique…What about if it’s not one of the standard colors that Mystique comes with?
Forum: Themes and Templates
In reply to: Remove Twitter Button on top nav barThree popular fixes to Mystique:
Make these modifications to Appearance > Mystique settings > User CSS
>>> To close the gap between the navbar menu and the content and make it 3px wide, add
.shadow-right { background: url("images/shadow.png") no-repeat scroll right bottom transparent; padding-bottom: 3px; position: relative; }>>> To make the gap above the main logo much smaller, add:
#site-title{padding:1em 0 0em 0;}>>> To remove the Twitter and RSS icons from behind the navbar
#header a.twitter {display:none;} #header a.rss {display:none;}Forum: Fixing WordPress
In reply to: Remove Twitter Icon from NavbarForum: Fixing WordPress
In reply to: Remove Twitter Icon from NavbarThree popular fixes to Mystique:
Make these modifications to Appearance > Mystique settings > User CSS
>>> To close the gap between the navbar menu and the content and make it 3px wide, add
.shadow-right { background: url("images/shadow.png") no-repeat scroll right bottom transparent; padding-bottom: 3px; position: relative; }>>> To make the gap above the main logo much smaller, add:
#site-title{padding:1em 0 0em 0;}>>> To remove the Twitter and RSS icons from behind the navbar
#header a.twitter {display:none;} #header a.rss {display:none;}