Wondering if somebody might be able to help me out with this issue. I'm using wordpress with the tubepress plugin. For some reason, when you click on the videos to view it, nothing happens. You can scroll over the videos and it appears to be a link but it won't do anything when you click on the thumbnail or the text.
Any thoughts?
http://www.cruxn.com/videos/
Thanks!
-Matt
Did you check the PHP error_log?
Also see your browser console to see if there are any JavaScript errors.
Related
The swiper.min.js file that was part of my WordPress them is not allowing any lightbox related plugins on my website to load. When you click on it, you can see the lightbox arrows for a split second, then it redirects to the original media URL. Can someone pinpoint what it is in the swiper.js file that is making this happen. That way I can remove it. I would so appreciate it. I've been spending days trying to figure out what the issue is, and I've finally at least pin pointed that it's coming from swiper.min.js.
Website link where lightbox plugin is used: https://smithspecialized.com/edmonton-drawworks/
I tried removing some things in the file that I thought had something to do with the lightbox redirecting to media URL, but then it broke the code so I think I removed too much, or the incorrect section in the code.
Hey there it's difficult to find any error without accessing website from inside. If don't want to give access then-
please use different plugin or
try to disable and enable plugin, as sometime confliction between plugin caused the issue.
in the hamburger menu of our website, i created a Yoga Video Course Page via wordpress and it was working fine. I looked this morning and can see it in Wordpress and can even edit it and see it on the preview. However when i try to view it on our website th screen appears Black.
Any suggestions would be grateful?
Thank you
Please try to open the inspect element and look if the elements are displayed as required. The issue might be due to several reasons. You need to investigate further and find a solution. Also look at the network tab on inspect element to make sure there are not 500 internal server errors. Also set the wp_debug=true on config.php to provide more error info. Also try to activate another theme and see if the page is being rendered properly.
I have a weird problem on a Wordpress wesbite that I maintain: the code fbq('track', 'ViewContent'); appears at the very bottom of several pages that use the Ninja Forms plugin, here is an example:
https://www.smashdocs.net/subscribe-now/
I know that this code is used for Facebook pixel tracking but I don't have any related code inserted in the theme templates or as a plugin.
The weird thing is that the code cannot be found in the source code of the webpage. However, it can be seen when using the browser's element inspector.
The code appears only on pages where a Ninja Form is used - no other pages on the website have this problem. I tested all settings of Ninja Forms and could not find anything that has an effect on this.
I've searched on the web for this problem but could not find any help. Has anyone encountered a similar issue? I'll greatly appreciate any help on this topic.
After I moved a Wordpress website to production server I noticed youtube embeds were no longer clickable. The image and play button show up but nothing more.
Tried to renew the embed code, using the build in embed function, embed via media browser,... Nothing is working and it's making me crazy.
After some trial and error things I noticed that the video does work when the main bootstrap.css file is removed. Can't seem to find a clue to the solution though.
EDIT
Yes, I tried to disable all the plugins, with no result.
Changing back to the default twenty fifteen theme results in a working video embed. But since that one isn't build on bootstrap it's just a logic fact.
Anyone seen this before?
Web page with video embedded: click here
The website is sending lots of error messages in he consolu use F12 in Chrome, apparently your www-embed-player-new.js is causing the problem. Not even Edge is running the site correctly. I think you need a Chrome extension to make it work.
I would recommend you changing the plugin that imports the videos. Check this enter link description here
EDIT:
The chrome plugin Google Cast stops the error messages but still doesn't work.
The problem was with the wordpress loop on the single.php page.
A wrong code snippet caused the issue.
Fixed!
I have google plus buttons beside the excerpts on my Wordpress website homepage and archive pages.
I'm using the google plus button code from Google's site:
">
The google plus button only appears beside the first post on the page in Firefox.
It works fine in Chrome.
Any ideas why this would happen? Thanks
It's hard to troubleshoot your issue without seeing some code, but here are a few things I'd check for:
Are you sourcing the plusone.js file more than once? If so, only source it once in a single element.
Do you see any errors on your JavaScript console? If so those probably shed some light on why the buttons beyond your first one are not rendering.
OK, that's only two things. Hopefully this helps anyway :)