Jamison
Forum Replies Created
-
Forum: Plugins
In reply to: Possible Fix for Favicon Not Being Delivered Over SSL in AdminHow is your favicon loading? Through a theme? Because I’m having the same issue but I don’t even have a favicon.ico. I use site logo in customize and its still giving me the same error. I don’t even know where WP is referencing the favicon.
Forum: Themes and Templates
In reply to: [Panaroma] Missing admin bar on front endThen the wp-admin bar footer should also be called in that code.
Forum: Themes and Templates
In reply to: [Panaroma] Missing admin bar on front endI have figured it out. After line 57 of index.php should be
<?php wp_footer(); ?>
. I’m trying to figure out why index.php has footer code in it and why index.php isn’t callingget_footer();
as it should. That’s some lazy coding. (also, why isget_header();
called with an extra?>
?)No. It seems to happen on Firefox and Chrome, on Windows and Linux.
The screenshots are from a testing installation which is not multisite. My actual website (not the testing website but the one in production) has this same issue and is a multisite. Essentially what I’m saying is that the issue is on multisite and non-multisite.
I didn’t post any links. I was going to send a user registration email if I could find your email (you can still provide me with one). I have some screenshots here. Main Settings.png is the settings page that I can see (this is on the test site with no plugins, themes, or WP settings changed. Its not a multisite installation, my main site is and it has the same problem.) Main Settings 2.png is the same thing but collapsed. When I click the save settings (all) then it takes me to a 404 (404.png) These are the urls:
https://dcchelp.elementfx.com/testing/wp-admin/edit.php?post_type=event&page=events-manager-options#general
Saving goes to the same urlI’ve saved my permalinks (about a few dozen times). I’m using WordPress 4.1 and Events Manager 5.5.5. This is on a newly created test system so naturally I’m using the default theme. I can send you test account credentials to assist in debugging if you would like.