EMar
Forum Replies Created
-
Forum: Plugins
In reply to: [Limit Login Attempts] Is “Limit Login Attempts” AbandonedYep I removed the old plugin, hopefully wordfence will do the job.
Thanks
Forum: Plugins
In reply to: [Limit Login Attempts] Johan Eenfeldt Are You There?Hi,
Wordfence says: The Plugin “Limit Login Attempts” appears to be abandoned.
You mean disable it? I turned it off and the edit page link are working again.
https://snag.gy/PpB094.jpgForum: Plugins
In reply to: [Add Widget After Content] Plugin not displaying..Hi Arelthia,
I have none of the settings checked.
Here’s a page the ads usually show up on.I’m using it for adsense and they usually show up just above Disqus comments.
It might be something I updated but i never looked at what plugins were updated.Thanks
Actually I posted on the author’s plugin support page a minute ago,
Then after reading your rely I found a solution here” target=”_blank”>hereThey suggested adding some code snippet to the functions.php so it won;t overwrite it when the plugin gets updated.
Just trying to figure out where to put it in the functions.php
remove_action( ‘show_admin_bar’, array($this, ‘show_admin_bar’) );I’ll ask the developer to consider adding an option to let the admin choose whether to hide the admin bar or not.
Just for reference, found the solution here
In my website design I’m allowing visitors to view items in the toolbar/admin bar.
As I understand, the toolbar is hidden based on the user access level, not giving admin the option.
Could you possibly add an option to allow the admin to choose whether or not to hide the admin bar from visitors?
Hi,
That’s a pity, some people have other uses for that toolbar.
I was in the middle of searching for an alternative user submission plugin,
I looked in wpuf_functions.php but “show_admin_bar” is not in there.I was going to ask them the same question, but ended up here first.
Forum: Plugins
In reply to: [My YouTube Channel] Possible to look a channel playlist?Ok thanks I can create some vids without audio.
Forum: Plugins
In reply to: [BP Profile Widgets] Old plugin, any plans to update it?Cool thanks
Forum: Developing with WordPress
In reply to: Widget for multiple pages with different infoI don’t know if i can build this, thought there might be a widget or something.
Anyway this is the script I’m adding to widgets, one on each radio page. link
Have it a few years but only pulled it out recently, really neat display.
It comes with two different themes/displays, horizontal and vertical.
horizontal.php and vertical.php are the two pages where you view it.
I have a scaled down version of vertical display in sidebar widgets.Forum: Developing with WordPress
In reply to: Widget for multiple pages with different infoYea the stream URL is different for each channel,
But I also have to ftp upload a new script/folder for each channel.
So the stream URL and file locations are different for each channel.As long as we don’t have 50/100+ channels, adding a widget for each is ok,
But if the channel list grows, I don’t think 100+ widgets is a good idea.
I’m not really sure how to accomplish this ( one widget for all )Forum: Developing with WordPress
In reply to: Widget for multiple pages with different infoI kind of get what you’re saying but I don’t think I could implement it from scratch.
What I’m doing right now is just reusing the same script for every channel that’s added. But that means I’ll need a new widget for each channel, and the widgets section is fairlyslow to load as it is.This is the script we’re using link
The instructions uses a scaled down version of the full php file that contains the play info.
I think I just need a better way to add the info to a new widget rather than using a new widget every time, but it’s working for now. It was only suppose to be for one channel but I created the site so people could submit their own channels, so we have more than 1 channel now.
- This reply was modified 8 years, 11 months ago by EMar.
Forum: Developing with WordPress
In reply to: Widget for multiple pages with different infoThe text widget has a short version of the php file that displays the now playing info.
I mean the html was removed from the php code to display it in a widget.<link href="https://www.site.com/shoutcastinfo-psybient/css/darkVertical.css" media="screen" rel="stylesheet" type="text/css" /> <!--shoutcast info style--> <link href="http://www.netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet" /> <link href="http://www.fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,greek,vietnamese,cyrillic" rel="stylesheet" type="text/css" /> <!--end shoutcast style--><!--start javascripts/css - WARNING!! if you have allready the jQuery libraries in your page or Fancybox you must remove thes lines from here!!--> <link href="https://www.site.com/shoutcastinfo-psybient/js/fancybox/jquery.fancybox-1.3.0.css" media="screen" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="https://www.site.com/shoutcastinfo-psybient/js/fancybox/jquery.fancybox-1.3.0.pack.js"></script><script src="https://www.site.com/shoutcastinfo-psybient/js/simple-slider.min.js"></script><!--end javascripts/css--><!--start shoutcast javascripts--><script> //settings var websiteUrl = 'https://www.site.com/shoutcastinfo-psybient/';//website url var showPlayer = '0';//show player status var shoutcastUrl = '198.24.145.146:0001';//shoutcast stream server url var autostartPlayer = false;//autostart player status var displayPlayer = 'top';//player area </script><script type="text/javascript" src="https://www.site.com/shoutcastinfo-psybient/js/main.js"></script><!--end shoutcast javascripts--><!--SHOUTCAST INFO AND STATS START - Add this in your page(s)--> <div id="statsOuter"> <div id="playNow"> <!--show Shoutcast info and stats here--> </div> <div id="hiddeNowPlay"> <!--hidden title--> </div> </div>[Moderator Note: Code fixed. To ensure your code is usable for possible testing by others, always enclose your code in
`backticks`, or use the ‘code’ button.]- This reply was modified 8 years, 11 months ago by bcworkz.
Forum: Plugins
In reply to: [Cyclone Slider] Can I add shortcodes in the free version?Supports 5 different slide types: image, YouTube, Vimeo, custom HTML, and testimonial slides.