fordrm
Forum Replies Created
-
Hi srafferty… it looks like you were able to get this sorted out.
Can I get a copy of your code to see how you did some of the customization?
Thanks in advance!
Answered my own problem.
Forum: Fixing WordPress
In reply to: Custom menu stretching during drag & dropI’m getting exactly the same problem.
I’m using Maverick on a Macbook Pro. I’ve tried the latest version of Chrome and Safari, and the problem is there with both of them.
Is there a way that I can hand-edit a menu file to move things around?
Thanks in advance,
Robert Ford
Hi Steve,
Glad to be of help. It had me stumped for a while, too!
If you take a look at login-with-ajax.pot, and search for the literal you’d like to change, it will tell you which file it is in and where:
‘#: widget/default/widget_out.php:10 widget/default/widget_out.php:35
msgid “Member Log-in”
msgstr “”‘Steve,
I just cracked this one, after going down a couple of rabbit holes.
You need to edit the following file:
/wp-content/plugins/login-with-ajax/widget/default/widget_out.php
Edit line 10 to use whatever string you want:
echo $before_widget . $before_title . '<span id="LoginWithAjax_Title">' . __('Member Log-In') . '</span>' . $after_title;
Hope this helps.
Robert
Steve,
Did you get an answer to this one, or work out how to do it?I’m trying to do exactly the same thing.
I tried changing the following section of the login-with-ajax.pot file, but it didn’t work
#: widget/default/widget_out.php:10 widget/default/widget_out.php:35 msgid "Log In" msgstr ""
Regards,
Robert