rvalee
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Updated MAMP & now can't get my local WordPress runningThanks for all this info. Here’s what finally worked for me:
I just upgraded MAMP and it reset my home directory to the Application/MAMP folder, despite the fact that in the previous install, my home directory is in another folder with web design data on my computer.
Forum: Plugins
In reply to: [Responsive Slider] How to hide arrows@kirstin: can you send me a link? I’ll take a look.
An odd clash with the old Role Scoper plugin, which has been deprecated and replaced. Thanks for the help to pinpoint the issue!
Forum: Plugins
In reply to: [Responsive Slider] How to hide arrows@svaghari: try this:
for hiding arrows:
.flex-direction-nav {display: none;}
for hiding navigation “dots” at the bottom:
.flex-control-nav {display: none;}
Insert these into your style.css file in your theme files (or child theme if you have one).
Through the theme. The link from “Event” points to the page which is titled “Events” and has permalink of “events”
Forum: Plugins
In reply to: [Responsive Slider] Turn off text and shaded blockCheck out this previous post
Sorry, I’m an idiot…
@clarars, the setting is in the Widget Settings box itself. The default setting is:
#_EVENTLINK<ul><li>#j #M #y</li><li>#_LOCATIONTOWN</li></ul>
You will want to change the Widget setting, based on your setting you mentioned above, to:
#_EVENTLINK<ul><li>#F #j, #Y</li><li>#_LOCATIONTOWN</li></ul>
@marcus: I have successfully changed both, but the widget still isn’t working right.
My “Date Format” is F j, Y, but my widget still orders events by: 11 Oct 13. After changing “Date Format” to the above setting, the date on Event Pages changed, but not the widget.
Am I missing formatting settings for Widgets? I’d like to customize a little more (beyond just the correct date format) what is listed, but I don’t see those settings anywhere.
Forum: Plugins
In reply to: [Google Authenticator] Google Authenticator and WordPress iOS AppI apologize for the delayed reply. Yes, it worked perfectly. Thank you for your quick response!
I love the plugin. Thanks for creating it.