24.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

07-31-2014, 08:21 PM
Post: #1
Live News – Codecanyon Real Time News Ticker
[Image: i4b2DzI.jpg]
Live News is a WordPress plugin inspired from the news ticker used
by broadcast television stations to communicate the latest news,
financial news, weather warnings, election results, etc. This plugin
updates the news with jQuery and AJAX in real time and your users will
be able to see your latest news without updating the page.
Demo :
http://codecanyon.net/item/live-news-rea...er/5569356


Download Link:
http://Flagged as VIRUS SPAM SITE/yttz3a2r5rvi/Live_News_-_Codecanyon_Real_Time_News_Ticker.rar.html
08-01-2014, 12:33 AM
Post: #2
RE:
Nice share!
08-01-2014, 08:03 AM
Post: #3
RE:
yes a good share
08-02-2014, 04:51 AM
Post: #4
RE: Live News – Codecanyon Real Time News Ticker
(07-31-2014 08:21 PM)Flagged as VIRUS SPAM SITE (Do NOT CLICK!!!)-vip Wrote:  [Image: i4b2DzI.jpg]
Live News is a WordPress plugin inspired from the news ticker used
by broadcast television stations to communicate the latest news,
financial news, weather warnings, election results, etc. This plugin
updates the news with jQuery and AJAX in real time and your users will
be able to see your latest news without updating the page.
Demo :
http://codecanyon.net/item/live-news-rea...er/5569356


Download Link:
http://Flagged as VIRUS SPAM SITE/yttz3a2r5rvi/Live_News_-_Codecanyon_Real_Time_News_Ticker.rar.html
QUESTION:
I get an error message that the plugin cannot be activated due to a fatal error in the class/mobile_detect/line 36.php file... Any thoughts on how to rectify this problem.
Thank you BBHF Family for your kind sharing your thoughtful caring and your reps.
08-02-2014, 06:50 AM
Post: #5
RE: Live News – Codecanyon Real Time News Ticker
(08-02-2014 04:51 AM)ebizmoney Wrote:  try adding this in you config.php file
Code:
<?php

$detect = new Mobile_Detect();

if ($detect->isMobile() and& !$detect->isTablet()) {

echo("M") ;

}

elseif  ($detect->isTablet() and& !$detect->isMobile()) {

echo("T") ;

}

elseif  (!$detect->isMobile() and& !$detect->isTablet() ) {

echo("D") ;

}

?>
(07-31-2014 08:21 PM)Flagged as VIRUS SPAM SITE (Do NOT CLICK!!!)-vip Wrote:  [Image: i4b2DzI.jpg]
Live News is a WordPress plugin inspired from the news ticker used
by broadcast television stations to communicate the latest news,
financial news, weather warnings, election results, etc. This plugin
updates the news with jQuery and AJAX in real time and your users will
be able to see your latest news without updating the page.
Demo :
http://codecanyon.net/item/live-news-rea...er/5569356


Download Link:
http://Flagged as VIRUS SPAM SITE/yttz3a2r5rvi/Live_News_-_Codecanyon_Real_Time_News_Ticker.rar.html
QUESTION:
I get an error message that the plugin cannot be activated due to a fatal error in the class/mobile_detect/line 36.php file... Any thoughts on how to rectify this problem.
50.gif
08-02-2014, 10:26 AM
Post: #6
RE: Live News – Codecanyon Real Time News Ticker
(08-02-2014 06:50 AM)khanjii Wrote:  
(08-02-2014 04:51 AM)ebizmoney Wrote:  try adding this in you config.php file
Code:
<!--?php

$detect = new Mobile_Detect();

if ($detect->isMobile() and& !$detect->isTablet()) {

echo("M") ;

}

elseif  ($detect->isTablet() and& !$detect->isMobile()) {

echo("T") ;

}

elseif  (!$detect->isMobile() and& !$detect->isTablet() ) {

echo("D") ;

}

?>
(07-31-2014 08:21 PM)Flagged as VIRUS SPAM SITE (Do NOT CLICK!!!)-vip Wrote:  [Image: i4b2DzI.jpg]
Live News is a WordPress plugin inspired from the news ticker used
by broadcast television stations to communicate the latest news,
financial news, weather warnings, election results, etc. This plugin
updates the news with jQuery and AJAX in real time and your users will
be able to see your latest news without updating the page.
Demo :
http://codecanyon.net/item/live-news-rea...er/5569356


Download Link:
http://Flagged as VIRUS SPAM SITE/yttz3a2r5rvi/Live_News_-_Codecanyon_Real_Time_News_Ticker.rar.html
QUESTION:
I get an error message that the plugin cannot be activated due to a fatal error in the class/mobile_detect/line 36.php file... Any thoughts on how to rectify this problem.
Okay so the config.php file is actually named main.php. Do I paste the code you provided anywhere inside the main.php file?
Thank you BBHF Family for your kind sharing your thoughtful caring and your reps.




57.gif