kallym
Forum Replies Created
-
I’m not using a plugin for GTmetrix. I’m testing pages on gtmetrix.com. If I enable Falcon Engine I get a 403 error, if I disable it, it test fine.
There are no javascript errors when Falcon Engine is enabled. It’s not just on one page – it’s on any page for this site that I test at gtmetrix.com
Aha! I also discovered that while I can view pages in Chrome and Firefox (maybe previously cached pages?), IE (which I seldom use) is giving me 403 errors when Falcon Engine is enabled – and the pages load fine as soon as I disable Falcon Engine and refresh.
What can I check next? I’m using AIOWPSecurity, but no other cache program.
After I installed AIOWPS it’s possible that I did not clear the minify cache. I disabled minifying cleared the cache and enabled again, so everything seems good. I realize now that is wasmore of a W3TC thing than a problem with AIOWPS. The 404 detection page is a great tool. I see now that I can use it to troubleshoot some things.
I’ll report back after I’ve upgraded.
Thank You ??
Thank You!
Login Page I’m using CSS to hide it, but you can see it in the code.
I actually disabled honeypot, and while that paragraph no longer shows on the main site, the field still shows on the secondary site (this is a multi-site). AIOWPS is network activated and I manage the settings in the primary site. Am I doing it wrong?
I’d like to enable this feature, just need to know if hiding by CSS is adequate and also if you have seen that secondary site problem before?
Thank You!
I’m having that problem also and am also using a custom login plugin. Can I just hide it with CSS, or do I need to do something else?
Thank You!
If a new page has a different Parent page, it behaves properly.
I put together a list of the plugins and noticed there is another Sidebar plugin by WooThemes. This was installed as part of the Premium Theme (Salbii) we are using and doesn’t seem to have the full functionality of the actual plugin. It is not showing up under Appearance >> Widget Areas as it normally would.
I can do some testing by disabling that WooThemes plugin. I’m not sure how it is being used in the theme or what it will affect if I disable it, but our site is not live yet, so the right time to test.
Here is a full list of plugins. The ones with an asterisk were installed with the Premium Theme:
Advanced Custom Fields
Akismet
BackWPup
* Contact Form 7
Content Aware Sidebars
Easy Smooth Scroll Links
* Easy Social Share Buttons for WordPress
EWWW Image Optimizer
Imsanity
jQuery Archive List Widget
* LayerSlider WP
* LBMN Projects
* Meta Box
Photo Gallery
PHP Code Widget
Posts By Tag
Pullout Widgets
* Revolution Slider
* Rotating Tweets (Twitter widget & shortcode)
Simply Exclude
Testimonials by Aihrus
* Tfingi Megamenu Plugin
TinyMCE Advanced
Tippy
* Ultimate Addons for Visual Composer
W3 Total Cache
* WooSidebars
* WordPress Importer
* WPBakery Visual Composer
WP Maintenance Mode
WP Sitemap PageHi, thanks for your response!
New parentless pages appears in the condition group of all three of the content aware sidebars that have “automatically select children of a selected ancestor” in the condition group. I have to go in and delete them manually.
I have some other sidebars , but don’t use “automatically select… ” on those. The new pages don’t appear on these.
Thanks for responding. ??
I’m still not clear. You said “unless you have a master site that links to sites in sub-directories.” But, that IS how I have the site set up.
Main site is at mydomain.com and other site is at mydomain.com/directory. That would be considered a child directory, right? The main navigation on both sites is identical. They look and work as one site, with similar design and same colors. So, it seems that Google would not have a problem with it, but is there any way to accomplish this using your plugin?
Thank you!
The same thing happened to my site – All of my Lists disappeared. No preview showing in the back end and no list in the front end. I had each list. I deleted the updated plugin and reuploaded the older version and everything is back. I had the limit set at 100, so what worked for JohnRoyce did not work for me. I did not receive any error messages. After I uploaded the old files I am no longer getting the preview in the back end, but the front end is working fine, so I won’t update again until you have solved the problem.
I can’t include a link as the site has not launched yet and is in maintenance mode.
I appreciate your work on this plugin. It is the only thing I found that works for what I need. Thank you!
Forum: Plugins
In reply to: [WP Sitemap Page] wp-sitemap-page does not list custom post typesSame here, I have a custom post type of “portfolio”. The code in the page is as follows:
<h2 class="wsp-portfolios-list">Portfolio</h2> <ul class="wsp-portfolios-list"></ul>
So, the ul is there, but not the list items.
Forum: Plugins
In reply to: [Firelight Lightbox] Disable fancybox for smalll screensThank you! That is good to know if I need to use a widget.
Forum: Plugins
In reply to: [Stream Video Player] Stream Video File Browser Grey and BlankI”m having the same problem. I just installed this plugin using WP 3.6.
Forum: Plugins
In reply to: [Firelight Lightbox] Disable fancybox for smalll screensI solved my problem. Your problem got me curious, so I looked at the page source code to see all the instances of jquery and noticed that the script to load/turn on easy_fancybox_handler was at the bottom of the page, below the Widget area where I had added the script above. So I deleted the script from the widget area and added it at the bottom of my footer.php file before the ending body tag. Now it is working properly.
I did not have the same problem as you. All of my other jquery scripts were working fine. For me it was just a matter of placement.