leaklords
Forum Replies Created
-
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Problem to turn Online the thumbnailNo, nothing to change (except css for some themes).
possible problems
1 Maybe your site (with 7389 like from facebook) have reached rapidely the sum of maximum request on twitch Api if you have disable the cache system and so if many visitors have clicked on live stream page until your test and implementation.
The limit is fixed by twitch with a maximum of 45 request for 5 minutes without Api key.
Choose a minimal cache time of 5 minutes for your site in your dashboard > liveTV Bundle > General livestream (cache time option), is a good choice.
ps: I don’t know the ban time by twitch/justin Api. but Google known maybe this.
2 The event you try to share is a competitive big challenge I think. And I don’t know if a owner of a channel (or Twitch) can be disable the authorization to share on other site ???
3 Normally If the plugin return “offline”, therefore the official API twitch/justin returns “offline” otherwise it is impossible the plugin return “offline” for nothing (unless a spelling error is made on your profile for this channel, unless I made a mistake in my code).
4 Try to add a 2nd, 3rd,… channel (try with the same channel before others) to view if I have made a mistake in my code.
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Problem to turn Online the thumbnailMaybe you have a cache system like wp3-total-cache, wp-super-cache and then your page live stream isn’t (re)generated ? If you use a dedicated cache system plugin for your site, you must exclude this page from this kind of plugin.
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Problems with the pagination1) I don’t not known what happens for you without a link to your site. Pagination work for me on my personal themes, on also on the two default wordpress themes (eleven/twelve). So it’s hard to guess what happens.
2) Yes, it’s possible, view FAQ http://wordpress.org/extend/plugins/livetv-bundle/faq/
3) This variable is important because the content is generate on server side before echoed only one time. In the previous versions, multiple echo exist for each loop of thumbnails list (like own3d, twitch) and also multiple echo by thumbnail… It’s not ideal.
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Livestream times 3 on top of the pagehope it will work somehow…magically
Indeed, I am not a magician… I can not put my hands in your code and debug it for you magically without your files and I can not guess which library one theme use, or what theme will be activated on each site. All site requires a phase debug. css knowledge is a good knowledge to start your personal site. Otherwise you have to call a developer friend.
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Stream Height IncorrectAfter that if you have some problem, take the latest version (one update of one version have this bug was corrected the same day with one update of a new one version).
After if you have the latest version, you may changes this value @ line ~121 in /page-frontend/page-livestream.php
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Stream Height IncorrectGo to liveTV Bundle > General configuration and define the width and height, only the digits without “px” in the input. (These values works also for the normal view of live stream page and it’s necessary to define these values).
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Livestream times 3 on top of the pagemanually shortcode to put only one live stream in a page/a post
example on 3.4.1: http://livetv.allwebtuts.net/test-one-channel/
code in use:
[livestream type="own3d" channel="34046"] [liveTVChat type="quakenet" width="650" height="300" channel="nameofyourchoice"]tutorial: how to manual shortcode
Rule: Don’t put this kind of code with the other shortcode for the loop of thumbnails [LivesOnline].
For a page with the loop of thumbnails list (as different of a single shortcode usage, it’s a 2nd usage separated of single shortcode usage)
it’s only: [LivesOnline] without parameters and for this list you may add your live streams only from your default wp profil.
After I don’t know what happens from the plugin with buddypress activated but I think ensure that make the plugin compatible for BuddyPress is a task too heavy for me until I do not know more of the code of BuddyPress. It’s preferable to ask a Buddypress expert.
For CSS of the page live stream with loop of thumbnails
The 2 css loading on that page it’s only page-livestream.css and page-livestream-hook.css. page-livestream-hook.css is only loaded when a user request a “large view”. This css is a css cheating to make your theme more large but with some theme, css changes is necessary: http://wordpress.org/extend/plugins/livetv-bundle/faq/
If your theme is very exotic, it’s necessary to changes seriously this css cheating.
For the Break of your slides
I think the plugin use one of the same JQuery extension library of your theme. Some adaptative works is necessary to stop the load of one.
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Livestream times 3 on top of the pageTry to add a css cheat in your page live stream (directly with your Editor) where the shortcode is.
Something like (with html editor only) <div style=”display:block !important”>[LivesOnline]</div>
If this css cheating don’t work you may move the shortcode anywhere you want and eventually you may also select a page template from your theme.
Orherwise I thing the problem maybe comes from the older files generates by the cache system. Clean your cache folder in the plugin (and after choose a cache time). And go on your live stream page to re-generate the cache file.
But your theme is particular (buddyPress ?), some adaptative works is maybe necessary. Your are the 2nd to try the plugin with buddypress activated and the 2 times the plugins isn’t compatible.
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Language questionDon’t change anything in the plugin, leave livetv anywhere this txt is.
* Open folder of the plugin named /wp-langage/
* /Copy the 3 livetv files named livetv
* /Past the 3 files in the same folder /wp-langage/
* Rename the 3 files with livetv-yl_YL where yl_YL is yourlocalization_YOURLOCALIZATION like fr_FR, es_ES, ru_RU etc…
After download poedit http://www.poedit.net/download.php
Now with poedit
* open the new file livetv-.._.. .PO (with right click > open with > select poedit. Open only the new file .PO, don’t change anything to the .MO because is updated by poedit automatically).
* After opened this file, click on poedit the icon “map world”.
* Start your traduction and save regulary with the button @ the left of the “map world” button.Now, if your wordpress installation is in your language and if you put these new livetv-.._.. files on your server, the language changes automatically.
ps: to add your name and your email for this traduction file, you may open your new .PO file with your text editor, and changes the necessary values with your values (like name, mail) for this traduction, then close and save. Now, you may re-open your .PO with poedit and then click to the button to save to make the update automatically by poedit for the .MO file.
After, you may compress these files and I adds your files to the plugin for the community. You may served these file from my site/contact @ http://kwark.allwebtuts.net
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Warning: file_get_contentshttp://livetv.allwebtuts.net (demo site)
http://localhost/ my developpement all shortcodes works.
Give me a link and after we tried to speaks of the problem.
Forum: Plugins
In reply to: [Kw Modern Advertise] [Plugin: Kw Modern Advertise] No appearing on home pageDon’t search more. I have added accidentaly a maxlengh=55 char on some input like url and src, maybe the problem comes from this.
version 1.2.3 fixed this and an online demo is updated.
Forum: Plugins
In reply to: [Kw Modern Advertise] [Plugin: Kw Modern Advertise] No appearing on home page1)
* Verify the /cache/ folder in the plugin if it’s readable/writable (try 0644 and if 0644 don’t work try also 0755)
* Don’t leave empty options in the administration Appaerence > modern advertise, “width of the left and right div” (expressed in pixel but add only the decimal value without “px” @ its ending). It’s the same for width of your theme (and your theme must be a “column central theme” and you must add only the width of this main column with the sidebar).
* After, your background must be more largest then your theme to appears.
If you put here directly a link to your site, we would save time to view if it’s a css problem for your theme (with F12 button) or a bad configuration from options in admin or a real problem from plugin.
2)
* If you don’t use a modern browser (min IE9) and others (Chrome, Firefox, Opera), the plugin work only with the main modern browser.
* If items don’t appears in a list in Appareance > modern advertise (and below options), the problem comes from: you leave some inputs blank. Don’t leave blank any inputs for each entries (or use simple css hack with “#” for some entries like url).
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Warning: file_get_contentsHi,
The live stream page is automatized… Just add [LivesOnline] in one page, go to your profil and add only your live stream (or multiple live streams) with the options of the plugin appeared on your profil page from wp.
This kind of shortcode you try to use exists in the plugin codes to create one by one live stream in a post (eventually in a page). With this kind of shortcode, [LivesOnline] isn’t necessary (and banned to use on the same page or mixed the two shortcode).
http://wordpress.org/extend/plugins/livetv-bundle/installation/
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Warning: file_put_contentsI see no other problem like that could act on that.
Forum: Plugins
In reply to: [liveTV Bundle] [Plugin: liveTV Bundle] Warning: file_put_contentsAdd @ the top of your function.php file of your theme
ini_set('output_buffering','1');After, the cache for wp-super-cache is in wp-content/cache/. Delete folder meta, folder supercache and delete all gz file below the htaccess. wp-super-cache recreates automatically these folders, don’t worry.
If that change changes anything for the php alert, it’s necessary to contact your hoster for this option (output_buffering) if the alert continue.