southcast
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Parse Error in load.phpI had the same issue earlier. And this was due to the disk quota. Although, I had to just upload the zip of wp-includes from the latest release and that did the job. You should probably try to find the root cause of the issue.
I meant to post the question only once. But the net got disconnected and I seem to have posted it twice to make sure it went thorough Sorry. Since there is no option here to delete post, @mod may please delete the earlier duplicate. Thnks
If someone else stumbles across the same problem. I have provided a solution here.
Is it possible that wordpress might have made some changes in image.php or file.php or media.php that would unintentionally block specific file types to be uploaded in the frontend ?
with the
define('WP_DEBUG', true);
I get the same results here, is there an easy way to rectify this, since I need the wp_debug set to true for my development.My site has been choking with this error for a while, it is not always but most often than not, please look into it.
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 30408665 bytes) in /home2/sdfsdfsd/public_html/wp-content/plugins/better-wp-security/modules/free/backup/class-itsec-backup.php on line 140
Forum: Plugins
In reply to: [Yoast SEO] issue with title and description template variablesI see the bug has been reported here, just had to be sure it is not happening only on my install. Hope this gets sorted soon. Keep up the good work guys. Thank you.
Forum: Plugins
In reply to: [Yoast SEO] issue with title and description template variablesQUESTION UPDATE : Just to be absolutely sure that nothing else is causing this, I downloaded wamp and the latest wp 3.8.1 and setup a local WP install. I tested it with only this plugin installed, it still produces the same error.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Custom Fields not workingYes, it works !! I checked it again and found out that in the post I was testing, the custom-field “location” was empty. I feel so silly.
Great Great Plugin Guys. Please keep up the good work.
Forum: Plugins
In reply to: [Yoast SEO] Display automatically generated description in the frontendI should have researched a bit more. Here it is if someone else would like to do the same. All credits to this post on wpse.
<?php $object = new WPSEO_Frontend(); echo $object->metadesc( false ); ?>
Forum: Hacks
In reply to: make password invalid once logged out of password protected page@timothy that is a possibility yes, thanks for the suggestion.
I actually ended up abandoning the w3tc plugin or any other caching plugin and am using custom codes instead. My site is now far more faster and scalable without code bloats these plugins cause.
Although, in your case you should get in touch with your guys at wpengine.BTW for the guys whoever tries the above code, the code might give a blank screen specifically only on pages if the plugin is deactivated and the code remains in functions.php so remember to comment out or remove the code once you deactivate the plugin.
cheers.Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] remove full screen button@Longtail I made the correction in the url and my final shortcode looks like this.
[jwplayer player="1" mediaid="19" skin="https://dump.teamcomm.in/wp-content/plugins/jw-player-plugin-for-wordpress/skins/facebook/facebook/facebook.xml"]
Plugin loads the video fine but it simply ignores the skin mentioned in the url and loads the default skin ( which you said is embedded within the player). I cannot see it loading in the view-source as well.
<script type='text/javascript'>if(typeof(jQuery)=="function"){(function($){$.fn.fitVids=function(){}})(jQuery)};jwplayer('jwplayer-0').setup({"aspectratio":"16:9","width":"100%","primary":"flash","image":"https://i1.ytimg.com/vi/NugRZGDbPFU/0.jpg","file":"https://www.youtube.com/watch?v=NugRZGDbPFU"}); </script>
If the player refuses to load the skin, there is no use editing the skin right ? So I am back to square one.
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] remove full screen button1. The current shortcode i use is
[jwplayer mediaid="19"]
2. I did not made any skin xml file and yes as I already mentioned earlier twice, it resides on /public_html/wp-content/plugins/jw-player-plugin-for-wordpress/skins/facebook/facebook.xml. What I did is deleted all the other zipped skins unzipped “facebook” and hoped this one would work if called in the shortcode as [jwplayer mediaid=”19″ skin=”https://southcast.in/wp-content/plugins/jw-player-plugin-for-wordpress/skins/facebook/facebook.xml”%5D as mentioned here but it does not work. And again as I mentioned earlier the skin seems to load from somewhere else and I am looking into the wrong directory. I asked it twice earlier if jw6 loads the skin directly from its servers, the answer to which I still havnt got !
3. There is no skin drop down, as mentioned earlier I am running a free version.
I hope you will not end up saying, the feature you are asking is only possible in the paid version.