laltoofan2
Forum Replies Created
-
Forum: Plugins
In reply to: [YouTube Embed] No videos showing after upgradeThank you very much for your replies, unfortunately I have tried the API path and all links are still showing the same, I have renamed the List back to Tattoo with no effect, although as with the short code in the posts the list of videos I have in there all show Invalid video ID although all ID’s are valid.
Sort of at a loss as to what to try now. Not looking forward to the prospect of going through every post and changing how the videos are added ??
Did you have any better luck then me?
Forum: Fixing WordPress
In reply to: Require Admin Login for siteOk I just installed wp-require-login plugin which has done the job for me.
https://www.ads-software.com/extend/plugins/wp-require-login/
Forum: Fixing WordPress
In reply to: Warning messages appearing on site!Do you reckon I can download another WordPress installation and find the same file there and uplaod it. If the problem is coming from there?
Or will the functions file have changed a lot since install?
Forum: Fixing WordPress
In reply to: Warning messages appearing on site!tried it, didnt work, but thanks for your help! at a total loss now.
Forum: Fixing WordPress
In reply to: Warning messages appearing on site!Sorry, I mean that is the last line of functions.php
Forum: Fixing WordPress
In reply to: Warning messages appearing on site!Hi Mukesh, Not really sure what you mean, u saying I should delete functions.php then do what? I know next to nothing about this so you need to explain to me as simple as possible or I will not know what to do?
Hi Krishna, seems I do not have a semi-colon at the end of the file but a curly bracket, it looks like this:
/ function _device_can_upload() { if ( ! wp_is_mobile() ) return true; $ua = $_SERVER['HTTP_USER_AGENT']; if ( strpos($ua, 'iPhone') !== false || strpos($ua, 'iPad') !== false || strpos($ua, 'iPod') !== false ) { return preg_match( '#OS ([\d_]+) like Mac OS X#', $ua, $version ) && version_compare( $version[1], '6', '>=' ); } else { return true; } }
Forum: Fixing WordPress
In reply to: Warning messages appearing on site!Ok, I have just added ?> at the very end of the document uploaded after backing up the original and nothing has changed, still the same problem, did it as instructed from https://codex.www.ads-software.com/Answers-Troubleshooting#Headers_already_sent
Forum: Fixing WordPress
In reply to: How to show small excerpts from posts instead of whole post.Thank you very much, works a treat.
Forum: Fixing WordPress
In reply to: How to show small excerpts from posts instead of whole post.Wow, thank you very much, I will get on doing that. And thank you for the suffusion theme it has really helped me to do things I would have no idea how to do.
Forum: Fixing WordPress
In reply to: My blog posts do not show up on my blog page.Ok I have managed to get it working again by deleting the pages that the e-commerce plugin created. Hope this helps anyone else who has had the same problem.
Regards