gstricklind
Forum Replies Created
-
The submission turned my a element into an actual link, here is part of it
href=”#” target=”_self” class=”fl-button” role=”button”
href=”#” target=”_self” class=”fl-button” role=”button” aria-label=”Search Popup”
I was unable to find the 90 day cleanup setting. I have everything cleared out now and turned tracking off.
I think I figured it out. It’s actually not using an “ID”, but the “user” name found in the url:
Your custom URL: https://www.youtube.com/c/CreativelyblindForum: Plugins
In reply to: [Responsive Lightbox] Video lightbox doesn’t work on https?Here’s the fix for you to add to your next update of the plugin:
nivo-lightbox.js @ line 192 (remove “http:” from each https://else if(video){ var src = '', classTerm = 'nivo-lightbox-video'; if(video[1] == 'youtube'){ src = '//www.youtube.com/embed/'+ video[4]; classTerm = 'nivo-lightbox-youtube'; } if(video[1] == 'youtu'){ src = '//www.youtube.com/embed/'+ video[3]; classTerm = 'nivo-lightbox-youtube'; } if(video[1] == 'vimeo'){ src = '//player.vimeo.com/video/'+ video[3]; classTerm = 'nivo-lightbox-vimeo'; }
??
- This reply was modified 7 years, 10 months ago by gstricklind.
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] FB does not detect post image on first tryAnd by “all plugins” I mean all but keeping your WP Facebook OG plugin active
Forum: Plugins
In reply to: [Logo Slider] Weird html outputIt’s caused by some themes customizing the wpautop function for other shortcodes such as columns.
Forum: Plugins
In reply to: [Custom Contact Forms] forms vanished overnight+1
Having the same problem. The database has no data for the saved forms or submissions. I’ve deactivated and reactivated, but no change. Usually I try to keep my sites up-to-date and backed up, but that depends on the circumstance. Any idea why they’ve vanished from the database?Forum: Plugins
In reply to: [Simple Social Icons] Remove !important from plugin CSSHi Ron. Due to the nature of your plugin, I don’t think it’s necessary to use !important (as much).
You mention:
– the markup around the widget is dependent on the theme
– common widget elements are given default styling by the theme
– in many instances the default styling has a more specific selectorThis may be true for common widget elements, but since your plugin creates and styles its own classes, there shouldn’t a problem or theme conflict.
Please read on consider this article by a core contributor regarding plugin styles: https://pippinsplugins.com/write-simple-css-in-plugins/
Forum: Plugins
In reply to: [Event Calendar] PLUGIN IS NO LONGER SUPPORTEDIf anyone is considering taking over this plugin if the author allows, I’d be willing to help as much as I can.
Forum: Plugins
In reply to: [Event Registration] Registration Notification to Admin not sendingI’m pretty sure you need an extra “module” to send notifications to admins https://wpeventregister.com/modules/
Forum: Plugins
In reply to: [qTranslate] php code instead of widget?Yeah, just use the php code provided by Simon.
If you’re referring to the css, I used this:
#qtranslate-chooser li.active { display: none !important; }
Forum: Plugins
In reply to: [The Events Calendar] 3.2 Fatal ErrorI know you’re working on this fix; any news on when this will be released?
Forum: Plugins
In reply to: [qTranslate] 500 Server ErrorMust have been a server hickup. I no longer have this issue
Forum: Plugins
In reply to: [qTranslate] php code instead of widget?Oh, perfect! Thanks! I’ve been working with php and hooks so much I completely forgot about using a css trick.
Forum: Plugins
In reply to: [qTranslate] How do I use this plugin for media files too?Have you tried the advanced settings? Image file extensions are ignored by default. Not sure if this would work but it may be worth a try.