Forum Replies Created

Viewing 15 replies - 76 through 90 (of 138 total)
  • Plugin Author leaklords

    (@kwark)

    After updated the pulgin, maybe try to clean your cache system like (wp super cache, wp3 total cache) manually if you use this kind of plugin. I have the same problem when the plugin is installed with wp-super-cache and after an update.

    After one manually cleaning of the cache folder of wp-super-cache, all (re)works correctly for the widget.

    For the file_put_content alert, if you are in localhost (in test environment), try to activate some things for output buffering, etc in php conf

    If you are not in a test environment, I think the problem comes maybe from a configuration server from your hoster.

    Plugin Author leaklords

    (@kwark)

    I have editing my previous message when you answered. View the previous message.

    Plugin Author leaklords

    (@kwark)

    frontend.js is an extension for JQuery

    /*
    * jQuery Easing v1.3 – http://gsgd.co.uk/sandbox/jquery/easing/
    * TERMS OF USE – jQuery Easing
    * Open source BSD License.
    * Copyright © 2008 George McGinley Smith
    * All rights reserved.
    */

    comment in /page-frontend/page-livestreams.php @line ~ 55

    wp_enqueue_script('livetv-beautiful-effect');

    to stop this load for the plugin (but it’s preferable, to stop the load of your slider/Lightbox if the slider/Lightbox isn’t displaying on that page…).

    why the php code for the sliderpost/Lightbox, loads its js file everywhere while there are needs that only where the sliderpost/Lightbox is displayed ? Now you must changes the liveTV code (@risk for css bugs) for another plugin…

    Plugin Author leaklords

    (@kwark)

    If you desire to use the plugin only for background img changer, you may add in the input named url one # (each times).

    and for option “width value of the two div left and right clickable” something like 0 and if nothing work define 1

    Plugin Author leaklords

    (@kwark)

    cycleW comes from a JQuery extension and it’s loaded for the slide effect between the div share/div Chat.

    A maximum of the necessary JQuery code/JQuery extensions/JQuery dependancies for my plugin are loaded only if it’s the page where the shortcode is.

    (except q-tip because it is necessary also for the widget)

    Plugin Author leaklords

    (@kwark)

    If it’s the fact, you may stop the load of JQuery extension for pagination and makes test to view if the pagination yet works after this stopping.

    you may delete in /page-frontend/page-livestream.php ~line 293

    wp_enqueue_script('livetv-pagination');

    Plugin Author leaklords

    (@kwark)

    The solution is already in the php alert.

    "...file_put_contents..."......."failed to open stream: Permission denied...."

    php alert is a general server response and not necessary a bug from one plugin but a general php bug for a plugin. “A bug from” and “a bug for” are very different.

    and the problem is …… ???

    * Change your folder permissions on cache folder. test 644 or if 644 don’t work test 755.

    * After, if these changes perms don’t work, verify if you have a htaccess file in your sup-folders where one htaccess protects some folders/sub-folders.

    * After, if all these tests don’t work, its maybe a configuration server. Test to delete index.html in /cache/. If this solution don’t change anything, reset a new empty index.html file in this folder.

    * After the problem comes from other scripts and concerns write process.

    The widget is generated only with the cache system and with the write problem on this folder, the cache is not generated…

    Plugin Author leaklords

    (@kwark)

    jQuery to load differently?

    No. The plugin uses a maximum of wordpress standard for all php script and the default wordpress standard to enqueue/register all scripts.

    wp_register_script('script', 'src_to_the_script', array('dependance'));

    where dependance is attached to the default jquery version includes by wordpress and in wordpress.

    and after all wp_enqueue_script are loaded only if it is necessary and in the page where shortcode is.

    A better way to view where the problem comes from, it’s to make a search on cycleW for all your files in your wp-content folder and looks if one javascript library is loaded maybe two times (your theme, one plugin, and this plugin).

    http://tubepress.org/demo/ (same result pagination). Maybe tubepress used the same JQuery extension for pagination.

    Plugin Author leaklords

    (@kwark)

    It’s possible with a change.

    You may make this in /page-frontend/page-livestreams.php ~line 131

    if($viewmode == 'normal')
    {

    by

    if($viewmode == 'normal')
    {
       wp_enqueue_style('livetv-hook');
    Plugin Author leaklords

    (@kwark)

    You must define also the others inputs, and then, This link appears in your administration @ the bottom of the same zone.

    It’s not for backgrounds changer. It’s for partners program with background images clickable.

    But you may divert this plugin for another usage, but all inputs must be defined.

    Plugin Author leaklords

    (@kwark)

    and also, this version fixes this bug for twitch (from the previous 1.2.4 version updated from one day).

    Ok ? It’s good ? life is not too hard. lol.

    Plugin Author leaklords

    (@kwark)

    and also, name fixed for moderation and also the + 1 empty live stream bug

    Plugin Author leaklords

    (@kwark)

    1.2.5 is up to date

    * Added option to define limitation of thumbnails by page with the new option pagination.
    * Added option to define limitation by user to limit live stream update on its profil.
    * Leave option 3 columns and added 2 new options to define thumbnails width & height
    * Added pagination for frontend and profil
    * Fix bug for twitch from one unnecessary escaping
    * Code clarification for improve performance
    * Added an alert when user requesting on one offline live stream
    * Added “offline” also for own3d in urls
    * Now absolutly all request is prepared
    * escaping html and all urls with esc_url and esc_html from wp
    * More square thumbnail in the thumbnails list to adapt more easily to more themes

    Plugin Author leaklords

    (@kwark)

    1.2.5 is up to date

    * Added option to define limitation of thumbnails by page with the new option pagination.
    * Added option to define limitation by user to limit live stream update on its profil.
    * Leave option 3 columns and added 2 new options to define thumbnails width & height
    * Added pagination for frontend and profil
    * Fix bug for twitch from one unnecessary escaping
    * Code clarification for improve performance
    * Added an alert when user requesting on one offline live stream
    * Added “offline” also for own3d in urls
    * Now absolutly all request is prepared
    * escaping html and all urls with esc_url and esc_html from wp
    * More square thumbnail in the thumbnails list to adapt more easily to more themes

    Plugin Author leaklords

    (@kwark)

    1.2.5 is up to date

    * Added option to define limitation of thumbnails by page with the new option pagination.
    * Added option to define limitation by user to limit live stream update on its profil.
    * Leave option 3 columns and added 2 new options to define thumbnails width & height
    * Added pagination for frontend and profil
    * Fix bug for twitch from one unnecessary escaping
    * Code clarification for improve performance
    * Added an alert when user requesting on one offline live stream
    * Added “offline” also for own3d in urls
    * Now absolutly all request is prepared
    * escaping html and all urls with esc_url and esc_html from wp
    * More square thumbnail in the thumbnails list to adapt more easily to more themes

Viewing 15 replies - 76 through 90 (of 138 total)