leaklords
Forum Replies Created
-
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Warning: file_put_contentsSorry for the delay.
Tell your hoster if your host spacing can be support file_get_contents / file_put_contents function with its php.ini server configuration and if yes, How to activated it by htaccess / eventually by php file
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Language questionFor the alert of poedit
livetv-ar_AR.PO, open this file when it’s already in the wp-langage folder of the plugin and after open it and click on the “map world” button (but if you have all txt in your opened file by poedit, the click on map world is unnecessary). Now, start your traduction and save it regulary (when you save it, your txt already translated goes to the bottom of the poedit program, don’t worry if this txt disappears and scroll to the bottom).
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Language questionFor your other question, don’t use single quot in your traduction (or escaping it)
You can not changes anything in the wp-langage folder of the pulgin or delete some of its files, just put your traduction files in this folder and change your wp-config.php, view here http://codex.wordpress.org/Installing_WordPress_in_Your_Language
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Language questionWhen you change the global language in wp-config.php, all internationalized plugins changes automatically its language.
http://codex.wordpress.org/Installing_WordPress_in_Your_Language
No, but you may create your proper style.css and make that more “small” and without thumbnail img (it’s just an idea)
You may view FAQ to create your proper css file
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Problem to turn Online the thumbnailIt’s the real problem that Sash explains http://bit.ly/OWyf6a
If the php option is not activated on your “php engine” on server side, this php default function can not work.
Thx Sash
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Problem to turn Online the thumbnailI’m not very fluent in english, I have regularly requested on a translator to make sure my English is bearable.
A latest point, the plugin have some problem with buddypress.
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Stream Height IncorrectSome css changes is necessary. View /css/page-livetreams-hook.css
You may delete its content or view/read FAQ http://wordpress.org/extend/plugins/livetv-bundle/faq/ to debug “large view” with simply css changes in this short css file.
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Stream Height Incorrecta link of the problem ?
What’s your navigator ? Have you tried with another modern browser ?
Did you have the latest version of the plugin ? Verify manually, we are on 1.2.7+ version. View in your dashboard > plugins section.
The plugin is compatible only for any modern browser (like IE9+, Firefox, Chrome, Opera,…)
If you have IE8, I have not create a css hack for IE8 & –
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Problem to turn Online the thumbnailTry also to change your file permission of /cache/ folder to 0755 with your ftp client
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Problem to turn Online the thumbnailA simple hack to use sub-menu without create sub-page is in Dashboard > Appearence > menu (if your theme support menu).
To create a simple hack, you may add in the box “Custom link”
@ url
#and
@ label
name of your choiceClick add and after you may add your pages in this menu and after move these pages buttons lightly to the right of
name of your choicebutton to create your sub-menu with these pages buttons.Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Problem to turn Online the thumbnailDon’t use sub-pages in some case.
The plugin preg_match the url in use for the shortcode [livesOnline] to create some liberty of usage for your choice of the url/page name and to generate some php script but a rule is to use a different page for this shortcode (in fact in your site). Don’t mix multiples sub-pages (with manual shortcodes included) with the shortcode [livesOnline] included in the parent page.
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Problem to turn Online the thumbnailI have matched the problem
file_get_contents(http://api.justin.tv/api/stream/list.json?channel=artien,)
Sometimes, the official Api and this latest comma makes down stream.
The 1.2.8 version is up to date and correct them
Forum: Plugins
In reply to: [Kw Modern Advertise] [Plugin: Kw Modern Advertise] No appearing on home page<?php wp_footer(); ?>must be added only in footer.php fileForum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Problem to turn Online the thumbnailYou can use a cache system plugin but you must exclude the stream page from this kind of plugin (this kind of options exists in page options of these plugins)
e.g. for your site, you must exclude
/stream/After this kind of changes, it is necessary to delete the content of the /cache/ folder manually (from these cache plugins) to view more rapidly your changes. These plugins re-creates automatically all the necessary file and folder. Don’t worry.