mattshepherd
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Login Security 2] Rejects IP over and over and over and overPossible cause:
I am running iThemes Security, and my login page is no longer called wp-admin but something else. The URL listed in the e-mail, however, is http://foo.com/wp-admin/. It’s as though the plugin is directing the token that authorizes the IP to the wrong place, and then flipping out.
The e-mail looks like this. The link in the “following link” token text is correct (not wp-admin but the current login page address), but it IS saying “wp-admin” as the reported ULR at the IP address initially.
User: Shepherd
IP: 198.91.240.37
URL: http://foo.com/wp-admin/To authorize this IP address, please click the following link: http://foo.com/the_right_login_page?action=registerip&wpls2_ipkey=df37d9b2f61d46efc154e3a06457b110
There are a bunch of other security things going on as well, including renamed table prefixes and a renamed wp-content directory, but the wp-admin thing being listed in the e-mail might be a big clue here.
I am running the Omega theme (in a child theme)
Forum: Plugins
In reply to: [Polylang] I… can't find where to add the switcher?Ah ha ha ha! I didn’t know I had to look in the screen options under MENUS. There it is! Thanks!
Forum: Plugins
In reply to: [Polylang] I… can't find where to add the switcher?I did. There’s no language switcher option there… here’s a screenshot of what I see.
Forum: Themes and Templates
In reply to: [Theme: Pinboard] Zero full posts before grid?Another ping, because why not.
Forum: Themes and Templates
In reply to: [Theme: Pinboard] Zero full posts before grid?Still trying to achieve this. Does anyone have any recommendations?
I am already working with a child theme and do not need advice or directions towards establishing or working with a child theme.
Hi Jeremy,
The other plugin has been first deactivated, then deleted from the Plugins folder. I’m not sure how it could now be interfering, unless it has buggered up the WordPress code to a point far beyond my ability to fix it.
EDIT:
Given the imminent audio shortcode in WP 3.6, I’m just going to nuke this thing for now and start over with 3.6 when it arrives.
I’m still having no luck with the audio shortcode. Here’s the shortcode I’m using:
[audio http://authnerd.shep.ca/wp-content/uploads/2013/03/06-Golden-Heart.mp3%5D
(for some reason this forum software is removing the final square bracket after “.mp3” above; it’s there, and there in the edit window, but not showing up on-screen. But it’s there.)
and here’s the post:
I do get a player for about 0.2 seconds, then it flips into a “Download File” link.
In Chrome, the “Download File” link points back to the post address (http://authnerd.shep.ca/?p=12) and not to the file.
In Firefox, the link points to the file.
Both in Mac OSX.
Audio embed shortcode displays nothing on my blog at all — there’s just a blank space where the audio player should be.
That was the key — not quite there yet (I needed to inline the ul as well, to prevent a forced line break, and now I need separators between the languages) but I can take it from here. Thanks!
Thanks, Chouby!
Still doesn’t seem to be doing it. I inspected the code and it looked like “lang-item” is the class, but neither works.
It creates a 17px ul to the right of the word “Contact” (regardless of whether it’s set to align-right or not); I’m not sure if there’s some sort of auto-width thing pushing the
- items down or what. Again, this is a bit out of my depth.
I’m pretty thick, I’m afraid — I’ve tried adding pll_the_languages to a top bar I’ve created to give Contact and the language links in header.php, but there are a couple of things happening:
1. If I use just “pll_the_languages” it generates a list, even if I don’t use the ul tags;
2. If I use “dropdown =>1”, the dropdown appears, but nothing happens on click.
I’m reading the documentation, but it’s about 25% too sophisticated for me to grasp.
The site: vegestrie.shep.ca
I’d be happy with an inline display of “Français” and “English” on a single line, or with a working dropdown. Could I get a hint on how to do either? I’ve tried setting ul style in that div to “inline”, but no joy.
Forum: Plugins
In reply to: Polylang: CSS for language switcher in menu bar?Thanks, Tinus!
Forum: Themes and Templates
In reply to: Adjusting flexible width in twentyelevenDid the job wonderfully, alchymyth, thank you!
Forum: Themes and Templates
In reply to: Adjusting flexible width in twentyelevenGaah, I should have done that in the first place, sorry.
I’ve been trying to read up, and would the site-title and header images be part of the problem? They (the header image and the site-title image) are set sizes.
Forum: Themes and Templates
In reply to: Adjusting flexible width in twentyelevenGave it a shot; I’m afraid that’s a bit outside the scope of where I’m competent enough to be effective.
If you (or somebody) wouldn’t mind answering the question asked, where in the CSS is the flexible-width controlled?