scottkr24
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Left side tool bar icons.One of the reviews said this “Not only did the user versioning not work at ALL- it actually disabled plugins and theme for ALL users- logging out, disabling troubleshooting mode, and deleting the plugin DID NOT restore anything. Luckily I had made a full backup and restored from that. The false promise of this plugin simply terrible.” So I won’t be installing it. I’d rather make a copy of the site and the DB and put it up on a DEV site and test things there.
Forum: Fixing WordPress
In reply to: Left side tool bar icons.This would scare me because disabling the active theme and the plugins that are being used will effect the site, design, layout, etc. Won’t it?
Forum: Plugins
In reply to: [Gallery - Video Gallery and Youtube Gallery] URL IssueHello:
Maybe because as you say the related videos is enabled by default in the free version which I’m using and the fact that I added rel=0 to the end of the URL I was entering, maybe it was conflicting with yours. As you saw in one of the screen shots that shows the page source code the rel=0 isn’t there. You say the rel=0 is in your plugin by default. How do I know that or how do I see that it is?Forum: Plugins
In reply to: [Gallery - Video Gallery and Youtube Gallery] URL IssueHi, thanks for your reply but something is still wrong. Go to this URL – https://www.youtube.com/embed/wCQ5s9sCIbU?rel=0
When the video ends, it ends. No other videos appear that you can click on and play. This is the way its supposed to work because at the end of the URL just after the question mark is rel=0 which causes no other videos to show up.
Take a look at the screen shots and in one you’ll see the source code from my site and you’ll see that the URL doesn’t show the rel=0. But the other screen shots show the rel=0. Any ideas on what’s going on and how to fix it in your plugin?Yes I am referring to the related videos at the end.
See these 5 screen shots.
https://prnt.sc/i254xp
https://prnt.sc/i255jj
https://prnt.sc/i2560w
https://prnt.sc/i2568r
https://prnt.sc/i256hnForum: Plugins
In reply to: [Gallery - Video Gallery and Youtube Gallery] URL IssueBy adding rel=0 to the end of the URL isn’t it supposed to keep from seeing other videos to watch after the my video ends? Well its not doing that. After my vide ends youtube shows other videos to watch.
Yes I had to add it back to the htdocs directory because it was missing. I saw a message in the log files. I don’t have a user.ini or a php.ini file in my site’s directory. I did look at the .htaccess file and this is what’s in there as of this moment.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressThe hosting company doesn’t touch a customer’s site files unless they’re managing the site. I’m self managed.
Just using WordFence.
Which file path are you specifically talking about?The only thing that changed was Settings > General > Word Press Address and Site Address. I removed the www in front of the domain name. Is that what caused it? Why would the wordfence-waf.php get deleted?
For some unknown reason the wordfence-waf.php got deleted. I had to get one from another WP site, change the URL in it, upload it then the site came back up.
Forum: Fixing WordPress
In reply to: Locked Out – WordFenceAlready posted a message in there.
Forum: Fixing WordPress
In reply to: Locked Out – WordFenceHello
Doing that didn’t fix the problem. Its not the URL. I think its a WordFence issue.Forum: Fixing WordPress
In reply to: WP-adminDidn’t work either.
Forum: Fixing WordPress
In reply to: WP-adminIt didn’t work.
Forum: Fixing WordPress
In reply to: WP-adminThanks, I’ll give it a try.
thanks for your help.