Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Shinkiro

    (@midnightowl)

    Thanks for the reply,

    I already tried out Cool Timeline but it’s to much. It takes to much space and is an overkill for what I need it. That’s why I realy like the minimalistic approach of Cool Process Steps.

    If I find some time, I will try to extend this Plug in that way =)

    • This reply was modified 9 years, 4 months ago by Shinkiro.

    Hello,

    I looked in the code and found that every Safari user should have this problem. Safari is punishing developers harder for typos and it’s the same scenario here.

    I don’t know how experienced you are with developing so here is a noob-friendly solution until the creator of the plugin fixes it, too.

    1. Open your wp-admin board.

    2. Go to Plugins -> Installed Plugins

    3. Click on the “Edit” text under “Process Steps Template Designer”

    4. On the right side you can see all the Plugin-Data. Choose
    “process-steps-template-designer/includes/process_shortcode.php”

    5. Search (CTRL+F or CMD+F on Mac) for this line:

    $clt_icon ='<div class=”img-placeholder” style=”background:url(‘.$bg_img.'”);”>’;

    6. Replace it with this line (there was a ” for no reason):

    $clt_icon ='<div class=”img-placeholder” style=”background:url(‘.$bg_img.’);”>’;

    7. Enjoy the plugin on Safari

    • This reply was modified 9 years, 4 months ago by Shinkiro.
Viewing 2 replies - 1 through 2 (of 2 total)