wp_hela
Forum Replies Created
-
Let’s say it that way … if you don’t want to hear the sound, you might switch it off on you TV set or computer … even on a Raspberry Pi you just don’t connect the audio output.
BUT, if you want to hear the audio because your video is announcing something to your audience, the plugin leaves you alone ??
I personally would love to see an slide option switch whichg allows to select/deselect the sound for a video on a certain slide.
Meanwhile one could search the three occurances of .mute() in foyer-public-min.js and replace it with .unmute() ??
Forum: Plugins
In reply to: [Foyer - Digital Signage for WordPress] youtubeslideSame problem here … video only runs once (sometimes more often but eventually it stops playing) on FireFox, Chrome, IE AND Chromium on a Raspberry Pi – which hurts, because that was the prime purpose using the plugin ??
Afterwards only white screen is shown.
However, it seems to work in the display preview mode (no fullscreen), when you are logged in. So I thougt it might have to do with the W3 Total Cache plugin, which isn’T active when I’m logged in.
Switching off JS minify doesn’t help ??
OK, we are getting closer … after deactivating the cache plugin the video (together with the other slides) is still playing. hmmm … have to check if I can switch of the cache for certain pages (the display pages)???
Maybe it’s a problem of the video itself https://youtu.be/OZErDSj6sHs because on the slide edit page where you can see a preview of the video I get the (german) message saying something like:
“This video contains content of Universal Pictures (ZEFR). It is only allowed to be played on certain websites or in certain applications. Watch on Youtube.” The last sentence is a link.
br
Heinz- This reply was modified 7 years ago by wp_hela.
I have a similar problem here. I link an image to a specific PDF-Download. If I click on that image WP Lightbox Bonk will display it’s error message.
So I changed this in wp-lightbox-bank-frontend.php
Line 34: //string += “a:has(img[class*=wp-image-])”;
change to: string += “a[class!=nolightbox]:has(img[class*=wp-image-])”;Now I can assign the class “nolightbox” to the image link and it works – for me ??
Forum: Plugins
In reply to: [Login for WordPress] FB.login() called before FB.init()Damian,
as I wrote no other Plugin is used nor any other FB-script and there are no other errors.
Meanwhile I use a different plugin, which works, so the https://www.freeride.center/ url isn’t useful anymore for you to track down the error.br
HeinzYou find it in \wp-content\plugins\accesspress-social-login-lite\inc\frontend\
br
HeinzI have this in my plugin:
add_filter( 'pre_option_default_role', 'prima_default_role' ); function prima_default_role( $value ) { return 'ptp_guest'; }
So I cannot assign different roles, but my default one which ist ptp_guest. I guess it will work in the functions.php
- This reply was modified 8 years, 5 months ago by wp_hela.
https://developers.facebook.com/docs/apps/changelog
Deprecations in v2.8
User Bios – The bio field on the User object is no longer available. If the bio field was set for a person, the value will now be appended to the about field.This can be hacked in login_check.php line 159 by removing “bio, “, which isn’t used anyway as far as I could see.
Forum: Plugins
In reply to: [Broken Link Checker] 403 ForbiddenI get 403 errors on ALL external Links.
However, if you click on the links (frontend or backend in the BLC listing) they work fine.
WordPress 4.5.3
Forum: Plugins
In reply to: [Awesome Responsive Menu] Fixed Position On ScrollYes these are the tools … in the console you will see any errors and warnings.
So YOU don’t need to scan your scripts for errors … the browser is doing this job ??
You can also toggle the device mode (second icon from top left, Ctrl+Shift+M) to emulate smartphones and force the mobile menu to pop up (due to the media width).
@mrina: This plugin hasn’t been updated for 3 years … do you really think it will be updated now? ??
Forum: Plugins
In reply to: [Awesome Responsive Menu] Fixed Position On ScrollWell I have a lot of plugins which I use in my customers Sites …
Of course there is a way to debug/edit the code … however I guess the easiest way would be to check the console in Chromes Developer Tools to see wether there is an error with one of your scripts.
Forum: Plugins
In reply to: [Awesome Responsive Menu] Fixed Position On ScrollI dont’t see the menu popping up on your site.
What are your settings in the admin page?
Forum: Plugins
In reply to: [W3 Total Cache] Minify JS and CSS works buts is still to largef***k … that’s really mean.
I just found out that I get the line numbers from the debugging options.
It says “Detailed information about each cache will be appended in (publicly available) HTML comments in the page’s source code. Performance in this mode will not be optimal, use sparingly and disable when not in use.”
But it also wirtes into the minified CSS …. ??
Forum: Plugins
In reply to: [W3 Total Cache] Minify JS and CSS works buts is still to largeSame here:
every 50 lines I got the name of the style sheet … and the line numbers …
/* 45 */ del, dfn, em, font, ins, kbd, q, s, samp, /* 46 */ small, strike, strong, sub, sup, tt, var, /* 47 */ dl, dt, dd, ol, ul, li, /* 48 */ fieldset, form, label, legend, /* 49 */ table, caption, tbody, tfoot, thead, tr, th, td { /* 50 */ border: 0; /* style.css */ /* 51 */ font-family: inherit; /* 52 */ font-size: 100%; /* 53 */ font-style: inherit; /* 54 */ font-weight: inherit; /* 55 */ margin: 0; /* 56 */ outline: 0; /* 57 */ padding: 0;
Maybe I don’t understand the concept of getting the css file smaller by removing linebreaks and comment.
Forum: Plugins
In reply to: [UpdraftCentral Dashboard] Add Site popup window behind Twenty Eleven headerDavid,
well, as long as anybody is aware of this issue, it isn’t really a big problem as you can fix it easily in your child theme’s style.css ??
Heinz