Forum Replies Created
-
This reply has been marked as private.in reply to: Must click twice to Search
Thank you!
Fyi, it’s a little bit misleading to indent the new line with the focus() call on it, unless you put braces around both these lines after the “else”. Without the braces, the new line of code will fire regardless of whether the “if” expression is true or false. Indenting it the way you show here makes it seem like the new line of code is part of the “else” block, when it’s not.
Thank you again, though; problem solved.
in reply to: Dummy Data Import stops at 65%Did all that… Hosting provider did everything they could. Import without attachments finished, but any time I try to get the attachments, it hangs at 65%.
in reply to: Dummy Data Import stops at 65%My Import hangs at 65%, too, no matter which demo I try to import. …Every time I try to do it. I use in my wp_config.php:
define( ‘WP_MEMORY_LIMIT’, ‘128M’ );
My import never finishes even after over an hour, which makes it difficult to get started!
in reply to: How to change copyright content?Mihaila,
Thank you very much. My problem was that I didn’t see the “Tower” item in the left nav window, which is where that General Options item is. I spent a few hours trying to find it within the Appearance > Customize menu, which is why I couldn’t find anything.
Finding the Tower > General Options menu opens up everything!
Thanks again.