Home>Support>Problem with play.png and thumbnail.png

Problem with play.png and thumbnail.png

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

:) When I’ve got the free theme I can change that 2 images and after change I saw the new images on page, but now when I paid for focus theme and change this 2 images in ftp it doesn’t working.

In slider isn’t play button (I tried rechange back play.png)… I tried change Play Button in Focus Premium Theme Settings but it’s doesn’t work too.

I really want change this 2 images.

You can check play button here: http://yfilmy.sk
And thubnail.png here on “Aréna smrti (2002)”: http://yfilmy.sk/?s=arena

URL: http://yfilmy.sk

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 16 days ago Robert Šaray

    I fix it, when I upload mages to gallery and change css for play.png and functions.php for thumbnail.jpg

    I changed:

    .slider .play{
    	display: block;
    	width: 97px;
    	height: 97px;
    	background-image: url('images/play.png');

    to

    .slider .play{
    	display: block;
    	width: 97px;
    	height: 97px;
    	background-image: url('http://yfilmy.sk/wp-content/uploads/2015/07/play.png');

    and

    function focus_default_post_thumbnail(){
    
    	return '<img src="'.get_template_directory_uri().'images/thumbnail.jpg" width="297" height="160" class="attachment-post-thumbnail wp-post-image" />';

    to

     function focus_default_post_thumbnail(){
    
    	return '<img src="'.get_template_directory_uri().'http://yfilmy.sk/wp-content/uploads/2015/07/thumbnail.jpg" width="297" height="160" class="attachment-post-thumbnail wp-post-image" />';

    But I still really want to know why it’s doesn’t work with original way with protected images from “images” but it’s only work with images with public acces.

  2. 10 years, 16 days ago Robert Šaray

    Oh sorry, lastone without “‘.get_template_directory_uri().'” of course… :)

  3. 10 years, 13 days ago Robert Šaray

    I have the another problem :) after my upgrade to premium mages in slider is not displayed correctly. Normal featured images works good, but I use Nelio External Featured Images and that images have still one size. On my resolutions it look good but all another resolutions display it bad.

    Before upgrading to premium it Works perfectly.

  4. 10 years, 9 days ago Andrew Misplon
    Hi, I Work Here

    Hi Robert

    Really sorry to hear about these issues and for the long wait.

    The home/archive and single post main images are handled by the following function:

    add_image_size('slider', 1280, 768, true);
    

    As an example, this post: http://yfilmy.sk/jursky-svet-2015/ has an original image that is 700 x 393.
    If it’s not possible to acquire a higher res image then you might consider:

    1. Install Simple Image Sizes: https://wordpress.org/plugins/simple-image-sizes/
    2. Change the image dimensions of the ‘slider’ image.
    3. Run regenerate thumbnails: https://wordpress.org/plugins/regenerate-thumbnails/

  5. 10 years, 9 days ago Robert Šaray

    :) This problem is already fixed :) developer of Nelio gave me more info :)

    But I have problem with, play.png still, maybe it’s working, but in slider is only logo without the dark backgroud, that e ligher when the cursor is on logo :)

    I want it back :)

    Thanks for reply.

  6. 10 years, 8 days ago Andrew Misplon
    Hi, I Work Here

    Thanks for the update. It should be possible to replace the play button using CSS under Appearance > Custom CSS:

    /* Slider Play Button */
    
    .slider .play {
      background-image: url('http://yfilmy.sk/wp-content/uploads/2015/07/play.png') !important;
    }
    

    The image should be 97px x 97px.

  7. 9 years, 10 months ago Robert Šaray

    Hi, I got a new issue with remote video file :)

    Featured image is adding with nelio external featured image:

    http://yfilmy.sk/mimoni-2015/ – how you can see here, the background of player is only gray without the featured image.

    With using featured image upload on page, not external it’s working right:

    http://yfilmy.sk/anna-2013/

    I need to know, where I can find the code with background settings of video. Probably in plugin settings?

    At least I wanna change the gray background to full transparent background. It’s possible to do it?

    And second problem. Where in code I can find the OG:Image, cause I have the problem with social network and external featured image too.

    Thanks for reply.

  8. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi :)

    Insert at Appearance > Custom CSS:

    /* JW Player */
    
    .jp-audio, .jp-audio-stream, .jp-video {
        background-color: transparent;
    }
    

    All in One SEO Pack is most likely adding those OpenGraph tags. OG. You’d need to work with that plugin’s settings to correct.

  9. 9 years, 9 months ago Robert Šaray

    I’ve got 2 things now :)

    Not problems :) only questios.

    1. Is it possible to make menu floated? Cause, now my page shows the worpress bar for all users only for floating search at top. If I change the menu to floating menu, I can delete admin bar and make page faster.

    2. Is it possible to switch betwen 2 css files? I wanna only change the background color. And add to menu “Switch lights off/on” to make a change. How I can add some icon to menu? And how to make it Works for 2 css files?

    Understand me? :)

    Thanks for reply.

  10. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Sure.

    1. Focus, unfortunately, doesn’t offer a sticky menu.

    2. You can icons to menu items using: https://wordpress.org/plugins/menu-icons/. Adding a dark/light option for the theme is, unfortunately, a custom development challenge beyond what we’re able to assist with here on the forums. You could perhaps look to see if there is a plugin that can help.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More