• Resolved richard_vermeer

    (@richard_vermeer)


    Hi There,

    Hope you can help out here. I am using the free version of the SKT theme (which is very nice). Unfortunately, when pressing the pause button, the image disappears (i suspect a play button needs to appear). I can still press the images but it doesn’t look that well. I did not find a solution yet myself, so if you can help me out that would be great!

    Regards,

    Richard

    Link to website: http://www.mastbos-parelvanbreda.nl

Viewing 14 replies - 1 through 14 (of 14 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Download the play button:
    http://themes.svn.wordpress.org/skt-full-width/1.3.8.1/images/img/play.png

    Then upload it to your “img” directory:

    /wp-content/themes/skt_full_width/images/img/

    Thread Starter richard_vermeer

    (@richard_vermeer)

    Hi,

    Thanks for the feedback, but that directory already contains a play.png file…(searched for it by using Filezilla).

    BR,

    Richard.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you ask your hosting providers as to why this file cannot be publicly accessed?

    Theme Author sonalsinha21

    (@sonalsinha21)

    Hi Richard,

    Yes as mentioned by Andrew the play file does appear so seems to be a problem with your hosting.

    In case it still remains unresolved after hosting intervention please send us the WordPress admin details via email at: support@sktthemes.com

    We will check and try to solve it for you.

    Thread Starter richard_vermeer

    (@richard_vermeer)

    OK, thanks for the feedback.

    I have asked my provider for feedback.

    Due to security reasons I never share admin details with others then myself and my customers. I hope you understand that.

    Again, thanks for the help!

    BR,

    Richard

    Theme Author sonalsinha21

    (@sonalsinha21)

    Administrators can be created new and then can be deleted from user table.

    Marking this as resolved as Richard can’t share details.

    Thread Starter richard_vermeer

    (@richard_vermeer)

    Hi There,

    I created a temporary account as you indicated above. Where can I sent the details (login and password)?

    I contacted my hostingprovider, set the file rights to 777, but still the button disappears.

    Thanks for the help.

    Update: Oops, already sent an email to your support account.

    BR,

    Richard

    Hello,
    I have the same problem.

    At first access to http://www.maurizioabete.it the pause button image appears correctly.
    After the first click both play and pause button are no more displayed.

    The problem seems to be, checking html:
    at first connection (OK):
    <img id="pauseplay" src="http://maurizioabete.it/wp-content/themes/skt-full-width/images/img/pause.png"></img>

    then (NOK)
    <img id="pauseplay" src="wp-content/themes/skt_full_width/images/img/play.png"></img>

    <img id="pauseplay" src="wp-content/themes/skt_full_width/images/img/pause.png"></img>

    Thanks

    Theme Author sonalsinha21

    (@sonalsinha21)

    Hi,

    Checked: http://www.maurizioabete.it/ and found play and pause doing just fine.

    hi guys,

    after i install new theme in wordpress, when click theme option this things came out…. hell me how to solve……

    Fatal error: Call to undefined function json_last_error() in /home/lotulcom/public_html/wp-content/themes/shopping/framework/classes/core/options.php on line 54

    Theme Author sonalsinha21

    (@sonalsinha21)

    Kindly create your own thread and post the problem.

    Hi, I have same problem with this button.. After I clicked it, it doesn´t work and change file path from skt-full-width to skt_full_width..
    BR,
    Stoky007

    The issue seems to be hiding here:
    /wp-content/themes/skt-full-width/js/supersized.shutter.js

    The play image is getting called but it’s looking in a directory that doesn’t exist. Looks like a typo – just change the underscores in supersized.shutter.js to dashes (skt-full-width) to match the theme parent folder.

    So in supersized.shutter.js change:

    image_path:
    ‘wp-content/themes/skt_full_width/images/img/’, // Default image path

    TO

    image_path:
    ‘wp-content/themes/skt-full-width/images/img/’, // Default image path

    Theme Author sonalsinha21

    (@sonalsinha21)

    @jacobd183:

    Problem is for some users: this works:

    image_path:
    ‘wp-content/themes/skt_full_width/images/img/’, // Default image path

    TO

    image_path:
    ‘wp-content/themes/skt-full-width/images/img/’, // Default image path

    For others: what we have done works just fine. So not sure what to do. If we change it then it will work for you guys but won’t work for the others.

    As per WordPress rules we can’t use blog info url or absolute paths hence we had to keep it like that.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘images disappear after pressing pause button on homepage’ is closed to new replies.