wpu2
Forum Replies Created
-
I was able to add /extra_folder/ to *some* of the directories. “Export the media library” includes /extra_folder/ as does “wp-includes”. But “Theme files” and “Custom files” do *not* include /extra_folder/. Why is this?
Forum: Fixing WordPress
In reply to: WP-Admin URL Changes… Unable to Delete Plugins… Reverse Proxy Setup…An additional important note…
If I set these lines as such, everything I’ve tested works fine. So I can just change these lines when administrating, but I’d rather find a better solution.
define(‘WP_HOME’,’http://local.ip’);
define(‘WP_SITEURL’,’http://local.ip’);Forum: Themes and Templates
In reply to: [Minamaze] Main menu not showing on mobile devicesOh, I have fixed the issue on my android display. In the admin panel > Menus, “Primary Header Menu” was not assigned to “main-menu”. Going to look at other mobile devices to confirm there is no longer an issue across all devices.
Forum: Themes and Templates
In reply to: [Minamaze] Main menu not showing on mobile devicesI hope this thread isn’t closed. I am using Version 1.3.3 and have done the following:
.nav-collapse {
overflow: hidden;
/* height: 0; */
}#pre-header-search {
/* display: none; */
}However, the responsive menu is not working on a smaller android phone. You touch the menu and nothing opens. Inside firebug there are no menus even appearing to be generated.