wade217
Forum Replies Created
-
Forum: Plugins
In reply to: [SideMenu] Menu isn’t visable unless logged init was a caching issue
Forum: Plugins
In reply to: [SideMenu] Menu isn’t visable unless logged inmenu BUTTON isn’t visible unless logged in. i do have the short code there.
Forum: Plugins
In reply to: [WoWpi] Broken?thanks again for your time
much <3Forum: Plugins
In reply to: [WoWpi] Broken?That’s very generous of you. the most recent wp version doesnt retrieve much at all now. the only part of it that is working for me is [wowpi_character] and that doesnt work until i overwrite with the recent commits from github.
most common issues are (i will send this to your email as well):
PHP Warning: array_key_exists() expects parameter 2 to be array, null given in /home/…/plugins/wowpi/includes/wowpi_character_data_processing.php on line 269
Invalid argument supplied for foreach() in /home/…/plugins/wowpi/includes/wowpi_guild_data_processing.php on line 417
PHP Warning: Invalid argument supplied for foreach() in /home/…/plugins/wowpi/includes/wowpi_guild_data_processing.php on line 417
and a few easy fixes:
PHP Warning: file_get_contents(https://render-us.worldofwarcraft.com/icons/36/inv_argus_ring01.jpg): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/…/plugins/wowpi/includes/wowpi_image_processing.php on line 30Caching is not working either unless i overwrite from github.
Because of a previous conversation we had months ago, I will also send US keys if that is helpful to you at all.
Forum: Plugins
In reply to: [WoWpi] Broken?Forum: Plugins
In reply to: [WoWpi] Broken?I found this but it throws a lot of errors
https://github.com/daniel-widrick/wowpi with commits only 4 months old.
- This reply was modified 6 years, 7 months ago by wade217.
Forum: Plugins
In reply to: [WoWpi] New orcs throwing an error on rosterOk, I deleted addon and reinstalled(pressed saved via settings afterwards). Getting some inconsistent responses:
Disregard this post. I believe it was still caching the roster.
Original error report has returned.
Forum: Plugins
In reply to: [WoWpi] New orcs throwing an error on rosterJust noticed it’s using the European render server. Is that normal behavior for US queries?
EDIT: Even though I have en_US entered in settings; at the top of wowpi_image_processing.php “eu” is defined. Presuming that since it has worked flawlessly until the new orcs were being used… that it’s not the issue.
Anyways, thanks again for this great addon. There are not any real alternatives. Hope this is fixable.
Forum: Plugins
In reply to: [Max Mega Menu] Possible z-index issueOdd. Perhaps a host hiccup.
I just double checked and all seems well. Apologies for your wasted time and thank you for the prompt response.
There was a geo-block. It is now disabled.
- This reply was modified 7 years, 10 months ago by wade217.
Forum: Plugins
In reply to: [Video Background] possible z-index issueThanks for your reply and of course, your time.
Unfortunately, the issues with the nav bar’s sub-menu persists. The primary/upper links are clickable but the sub-menus are still being hidden.
ie: the two links under “Guild” and the ones under “Links” as well.
these are the only two z-index changes i have made; according to your recommendations:
#wp-custom-header > img:nth-child(2){ z-index:0 !important; } .site-content-contain { z-index: 1; }Forum: Plugins
In reply to: [Video Background] possible z-index issueCorrection; it did fix the logo but now the navbar is unclickable. After altering the z-index of the nav bar; now, the submenus for said bar are being hidden 🙁
I am unable to find the correct css selector to fix the sub-menus of the navbar.
Forum: Plugins
In reply to: [Video Background] possible z-index issue#wp-custom-header > img:nth-child(2){ z-index:0 !important; } #masthead{ z-index:-1 !important; }Resolved this issue.
Forum: Plugins
In reply to: [Video Background] possible z-index issueIt works perfectly on all other pages with the exception of the site’s index as stated above.