Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Alex Vojacek

    (@alex-vojacek)

    O btw, this happens on Chrome, doesnt seem to be a problem in firefox.

    Plugin Author BeingMaverick

    (@beingmaverick)

    Try adjusting the value of z-index in the .css file. Increase it to 1000 and see if that helps.

    Let me know if that works else I will have a look.

    Thread Starter Alex Vojacek

    (@alex-vojacek)

    No it doesn’t help, that was the first thing I tried, not 1000 not 9999, the thing is always on top 🙁

    You can clearly see it on our news page:

    http://games.tecnogaming.com/novedades

    just click on any video and you will see.

    Alex
    PD: Thank you!

    Thread Starter Alex Vojacek

    (@alex-vojacek)

    Still no news?
    Please, I need a hand, your plugin is critical to my website and all visitors are complaining that videos cannot be viewed correctly, I already ask help to the floatbox developer, he take a look and told me that it was your plugin who was jumping out and he couldn’t do anything about it.

    Alex

    Plugin Author BeingMaverick

    (@beingmaverick)

    Hey Alex,

    Apologies for the delay in replying.

    z-index basically decides the order of elements being displayed. zindex with greater value (1) will be always in front of another element with lower zindex (0).

    Since you are using bottom float, the tfg_style.css file will have bottomcontainerBox id in it. Try adding explicitly the value of zindex to 0 or maybe -1.

    #bottomcontainerBox {
    float:left;
    height:30px;
    width:100%;
    z-index: 0;
    }

    Also since you are not using left float, remove the z-index property from #leftcontainerBox (if that might be conflicting by any chance).

    Hope that helps

    Thread Starter Alex Vojacek

    (@alex-vojacek)

    No it doesn’t help. I tried every combination of z-index, float, no float, still no luck, you can try it yourself with firebug or chrome, none seems to work 🙁

    Thread Starter Alex Vojacek

    (@alex-vojacek)

    Thread Starter Alex Vojacek

    (@alex-vojacek)

    Well, it’s really sad but if i don’t get a reply i will be forced to remove the plugin.

    Is there anything I can do so you fix this? let me know PLEASE.

    Thread Starter Alex Vojacek

    (@alex-vojacek)

    Just for the sake of someone having the same problem an not finding a solution I give mine:

    Problems resides in Floatbox Plus plugin, never use that, just install floatboax as a script into wordpress and all problems will be gone.

    Plugin Author BeingMaverick

    (@beingmaverick)

    Thanks Alex for sharing your experience.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Add Twitter, Facebook Like, Google plus one Social share] TF Social Share interferes with F’ is closed to new replies.