Shinkiro
Forum Replies Created
-
Forum: Plugins
In reply to: [Process Steps Template Designer] Using more than 5 StepsThanks 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.
Forum: Plugins
In reply to: [Process Steps Template Designer] Apple / SafariHello,
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.