psheld
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Authenticator] Setting up WordPress for Android appThanks for trying to help here mbrsolutions, but I think we have crossed lines.
I have Google Authenticator set up perfectly. I can go to /wp-admin, enter my username, password and Authenticator code, and I’m in. That’s not the problem.
The problem is being able to use the WordPress app for Android.
Forum: Plugins
In reply to: [Google Authenticator] Setting up WordPress for Android appThanks. I’ve gone to Users in WordPress admin, and ticked the box “Enable App Password”. When I type this password into the Android App I’m told:
“ERROR: The Google Authenticator code is incorrect or has expired.”
Forum: Plugins
In reply to: [Google Authenticator] Setting up WordPress for Android appThanks mbrsolution, but I have Google Authenticator working just fine for browser login. My challenge is getting the WordPress Android app working too.
Forum: Themes and Templates
In reply to: [Decode] add search barAh, it seems the theme already has a searchform.php. Super.
So used the WordPress theme editor (Appearance _ Editor) to edit the theme’s header.php file.
Immediately after
<div class="site-branding">Inserted
<?php get_search_form(); ?>Forum: Fixing WordPress
In reply to: oembed not working for a specific themeI guess from my explanation, it does look like a theme issue.
Not sure then whether to mark this “resolved” or not? Perhaps you’ll do the honors esmi. Thanks.
Forum: Fixing WordPress
In reply to: How to change ordering of posts on pages?Perhaps one of these plugins does what you’re looking for?
http://wordpress.org/plugins/post-types-order/
http://wordpress.org/plugins/metronet-reorder-posts/Forum: Fixing WordPress
In reply to: oembed not working for a specific themeUser esmi just pointed out on another thread here that this support forum isn’t for support of commercial products. Shoestrap is a free theme so hoping this thread stands? Particularly as I don’t seem to be the only person struggling with <p> tag wrapping oembed problems.
Forum: Fixing WordPress
In reply to: How to change site title and other questions!Whoops. Didn’t know that esmi. Thanks.
Forum: Fixing WordPress
In reply to: How to change site title and other questions!Found the theme…
http://lizardthemes.com/pianoForum: Fixing WordPress
In reply to: How to change site title and other questions!Hi Wolfovich. I’ve numbered your points here for easy reference in future comments here.
ONE
I just checked your site and the page title reads “Arpeggio Piano Studio”. Looks like you might need to clear your browser cache.TWO
“Home” might appear twice because it’s hardcoded into the theme AND you’ve added it to a custom menu. If you’ve done the latter, remove it from the custom menu.THREE
You’ll need to comment out some php code. Post the link here to the theme and if it’s a free one, I can download and tell you which file to change and how.FOUR
These look like sidebar widgets. In Admin, go to Appearance_Widgets and remove them. You should see a widget called “Text”. Drag that to the right in the box called “Sidebar widget”, edit and save.Forum: Fixing WordPress
In reply to: oembed not working for a specific themeOn the thread over at the Shoestrap theme forum, this question has been posed:
Could this issue be occurring because of a prioritization issue within the theme, is wpautop being run after do_shortcode instead of before?
Doesn’t mean much to me unfortunately, but I thought I’d add it here.
Forum: Fixing WordPress
In reply to: Change the database prefix on a live siteThere are no real risks. But as always, be sure to make a backup of both the database and the config file before attempting the change 🙂
I followed these instructions successfully.
Doh! That would be it then 🙂
Thanks Jeremy.
Forum: Plugins
In reply to: Page content depending on the referrerSomething like:
<ifreferer=wowzers.website.com>Hi, thanks for dropping by from Wowzers.</ifreferer> Here at Company X we...(P.S. I know referer is misspelled. That’s how it’s spelled in this context.)
Forum: Fixing WordPress
In reply to: Captions break Image fluidity in responsive themes on mobile phonesI’m having exactly the same issue with my new responsive theme. I’ve asked for guidance from the theme creator so will report back if and when I have any news.