Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

[HELP] Player Title


  • Please log in to reply
5 replies to this topic

#1 Harvinder Dhami

Harvinder Dhami

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 14 January 2013 - 09:00 AM

Hi,

I have installed the player and it works fine.

However i want to remove the title from the embedded player. I used the following guide to do it.

http://tubepress.com...stomize:Recipes

But when i click a video it doesn't load into the player the current video becomes darker but still plays.

http://www.mediamixo...uk/mm-showcase/

How do i fix this?

Thanks in Advance.

Harvinder

#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 14 January 2013 - 08:52 PM

Hi Harvinder,

Are you still experiencing this issue? I checked out your gallery in a few different browsers and it seems to be working normally.. Let us know.

p.s. I love your mods! The iMac wrapper is very slick

#3 Harvinder Dhami

Harvinder Dhami

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 15 January 2013 - 04:12 PM

Hi Eric,

I have managed to fix the glitch by deleting my cache. Works fine now.

Only problem i have now is that when i go on the page the single video player shows but the gallery below doesn't show, i have to refresh the page to get it to show up, sometimes it requires me to refresh it twice?

P.S Thanks for the comment on my mod, thought id spruce up the player a little :)

Thanks.

#4 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 16 January 2013 - 12:02 AM

Only problem i have now is that when i go on the page the single video player shows but the gallery below doesn't show, i have to refresh the page to get it to show up, sometimes it requires me to refresh it twice?


Which browser and OS are you seeing this problem? Hasn't happened to me - yet anyway.

You might want to experiment with disabling "Fluid Thumbs" from WP Admin > Settings > TubePress > Thumbs. In a small number of sites this logic will get "confused" and set a zero width for the thumbs.

#5 Harvinder Dhami

Harvinder Dhami

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 16 January 2013 - 03:49 AM

Only problem i have now is that when i go on the page the single video player shows but the gallery below doesn't show, i have to refresh the page to get it to show up, sometimes it requires me to refresh it twice?


Which browser and OS are you seeing this problem? Hasn't happened to me - yet anyway.

You might want to experiment with disabling "Fluid Thumbs" from WP Admin > Settings > TubePress > Thumbs. In a small number of sites this logic will get "confused" and set a zero width for the thumbs.



Hi Eric,

I am running on Mac OSX 10.8.2 Mountain Lion and I am using Safari 6.0.2 browser. I was also getting the same problem on Windows Vista using Google Chrome browser.

However disabling "Fluid Thumbs" seems to be doing the trick for now, but some of the title under the first video is being cut off? How do i fix that?

Thanks for the great support.

#6 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 16 January 2013 - 10:35 PM

some of the title under the first video is being cut off? How do i fix that?


I would experiment with the following CSS rule added to your theme's style.css:

.tubepress_thumb {
    width: 130px;
}
That should space out the columns enough to not cut off the title. Let me know how that works. Thanks!