• The GD file attachment. I don’t know what is going on with firefox on my server but I have the GD file attachment for bbpress and firefox it stopped letting me upload an attachment. Can any one replicate this that is using the plugin with the theme?

    Every update the theme gets better but things choke…

Viewing 15 replies - 1 through 15 (of 16 total)
  • Theme Author nobita

    (@nobita)

    GD bbPress Tools result

    [u]hello world[/u]
    
    [size=40]hello world[/size]
    
    [img]http://www.example.com/images/image.jpg[/img]

    http://www.tenman.info/wp3/manualraindrops/files/gd-bbpress.jpg

    Thread Starter atfpodcast

    (@atfpodcast)

    no not gd bbpres tool gd file attachment. its another plugin to let you upload files to bbpress.

    Theme Author nobita

    (@nobita)

    gd file attachment.

    I can upload image correct firefox, chrome,

    Result of me and you, too difference too.

    Is this, You think it is a problem caused by theme ?

    Thread Starter atfpodcast

    (@atfpodcast)

    Yes it was working before and latest update fixed the missing menu bar in bbpress but the upload some how stopped working. The internal player for audio works in the editor but on the front end it wont work but video does. I dont know why its only firefox on my system. I have debugging on but its not longer showing anything in your theme. So the only issues I have are:

      internal audio player not working in firefox
      GD attachment tool wont upload file in firefox
      some videos will not go full screen in IE

    So far that is what I see.

    Thread Starter atfpodcast

    (@atfpodcast)

    IM just trying to pimp it out and find what is going on.

    Thread Starter atfpodcast

    (@atfpodcast)

    I’m having an issue with another plugin and it appears to be java / firefox related. Does your theme have java calls? That might be why internal audio and video player chokes?

    Thread Starter atfpodcast

    (@atfpodcast)

    TypeError: match is null: “var version = parseInt( match[2], 10 );”

    Theme Author nobita

    (@nobita)

    raindrops-helper.js

    line:92

    var match = userAgent.match( /(trident)(?:.*rv:([\w.]+))?/ );
                        var version = parseInt( match[2], 10 );
                        if ( version == 11 ) {
                            jQuery( 'body' ).addClass( 'ie11' );
                        } else {
                            jQuery( 'body' ).addClass( 'gecko' );
                        }

    try comment out

    /*
                        var match = userAgent.match( /(trident)(?:.*rv:([\w.]+))?/ );
                        var version = parseInt( match[2], 10 );
                        if ( version == 11 ) {
                            jQuery( 'body' ).addClass( 'ie11' );
                        } else {
                            jQuery( 'body' ).addClass( 'gecko' );
                        }
    */

    works?

    Thread Starter atfpodcast

    (@atfpodcast)

    Theme Author nobita

    (@nobita)

    Thread Starter atfpodcast

    (@atfpodcast)

    See only one video shows

    Theme Author nobita

    (@nobita)

    firefox say

    Content Security Policy: The page's settings blocked the loading of a resource at data:application/x-javascript;base64,LyohICRGaWxlVmVyc2lvbj0xLjYuMjc1ICovIA0KLyoKKiBDT1BZUklHSFQgKGMpIDIwMTQgTUNBRkVFIElOQy4gIEFMTCBSSUdIVFMgUkVTRVJWRUQuCiovCnZhciBzY3JvbGxiYXJ3aWR0aD0yNDt2YXIgc2Nyb2xsYmFyaGVpZ2h0PTE2O3ZhciBnX1VJRDt2YXIgZ19pY29uO2Z1bmN0aW9uIGdldEltYWdlRGF0YShhKXt0cnl7aWYoInVuZGVmaW5lZCI9PXR5cGVvZihpbWFnZU1hcFthXSkpe3JldHVybiJzYWNvcmU6IithfXJldHVybiBpbWFnZU1hcFthXX1jYXRjaChiKXtyZXR1cm4ic2Fjb3JlOiIrYX19ZnVuY3Rpb24gZ2V0Q1NTc3R5bGVJbWFnZShhKXtyZXR1cm4idXJsKCIrZ2V0SW1hZ2VEYXRhKGEpKyIpIn1mdW5jdGlvbiB0cmltKGIsYSl7cmV0dXJuIGx0cmltKHJ0cmltKGIsYSksYSl9ZnVuY3Rpb24gbHRyaW0oYixhKXthPWF8fCJcXHMiO3JldHVybiBiLnJlcGxhY2UobmV3IFJlZ0V4cCgiXlsiK2ErIl0rIiwiZyIpLCIiKX1mdW5jdGlvbiBydHJpbShiLGEpe2E9YXx8IlxccyI7cmV0dXJuIGIucmVwbGFjZShuZXcgUmVnRXhwKCJbIithKyJdKyQiLCJnIiksIiIpfXZhciBEZWZhdWx0QmFsbG9vbkltYWdlcz17aGFja2Vyc2FmZTp7YmFja2dyb3VuZEltYWdlczp7SEVBREVSX0M6Imluc3QtdG9wLmdpZiIsQ0xPU0VCVE46Imluc3QtdG9wLmdpZiIsQ

    Is themes issue?

    Thread Starter atfpodcast

    (@atfpodcast)

    it has to be because its working on other browsers.

    Where is this found? I got the other info from the makers of the plugin….

    All my issues are with firefox with this setup. i get it on other domains that I use the theme. i dont know. I like this and dont want to change again to another theme. im going nuts…

    Thread Starter atfpodcast

    (@atfpodcast)

    Everything works on the backside of the theme just not user side…

    Theme Author nobita

    (@nobita)

Viewing 15 replies - 1 through 15 (of 16 total)

The topic ‘another plugin chopkes with theme update’ is closed to new replies.