ntarantino
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Navigation Logo URLHey thanks for the reply, here is the pastbin that I hope gives more insight.
Forum: Plugins
In reply to: [Polylang] Custom Flag Not ShowingAnyone else have this issue before?
I finally solved it by reading slowly and following those steps π
Working great! Glad to get this up and running. I felt like I had a site being attacked and so instead of learning for a week I put it in protection mode right away. What’s the difference by leaving learning mode for a week and just going into it right away?
Thank you!
Forum: Fixing WordPress
In reply to: Shared Hosting Server Wide JS IssueJacob,
Thanks for the quick reply. Running WordFence and it did find a slew of .js files and then restored originals. I re ran and then came with a clean slate.
I have ran a few grep commands via ssh to see if I could locate anymore issues, but I seem to be running fine.
But then when I test on webpagetest.org I still get a range of 403 errors on all the js related files.
Everything is running latest software.
I have currently uploaded a fresh install and will monitor it again to see if the files change.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Curious what I might be missingMajor section solved. Again disable all plugins. Installed Access by WP-Types and there was the issue. It would work but just need to find the issue,
But the error is still there. ItΒ΄s not high priority, but curious what the issue might be.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Curious what I might be missingI uploaded a video that is a visual of what I am seeing in the backend. Hopefully it helps a bit.
Forum: Plugins
In reply to: [Rapid Quiz] Issue with numberingI came here looking for the same exact issue. Continuous numbering… π
Forum: Plugins
In reply to: [WP Super Cache] 404 When saving Additional CNAMESSolved it.
Are you running mod_security? Check your logs then disable the rules by putting this code in your conf file for mod_security
<LocationMatch /wp-admin>
SecRuleRemoveByID YOURRULEID
SecRuleRemoveByID YOURRULEID(IFMORETHAN1)
</LocationMatch>Forum: Plugins
In reply to: [WP Super Cache] 404 When saving Additional CNAMESNever mind. Wrong. Breaks content. Did you find a solution yet?
Forum: Plugins
In reply to: [WP Super Cache] 404 When saving Additional CNAMESTake out http. Had this issue today
Forum: Plugins
In reply to: [WP Orbit Slider] Duplicating SlidesI made a tweak that fixed it for now until I know what really happened. Seems WP 3.5 does something with the code in the plugin on line 415
<?php wp_reset_query();
changed to
<?php wp_reset_postdata();
I have this working, so perhaps I have solved my issue:
global $post; return (get_post_type() == ‘sermon’ || ($post->post_parent==”63″));
Confirmed the same issue.
Forum: Plugins
In reply to: wp minify missing?I was wondering this as well. Where is WP-Minify….
Forum: Fixing WordPress
In reply to: WordPress 3.1.1. but still HTTP error with flash-uploadFor anyone on MT DV this is what needed to be changed for it to work:
4.0:Resolve FastCGI issues
http://wiki.mediatemple.net/w/(dv)_4.0:Enable_FastCGI