Tunn
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Spoiler] Notice: Use of undefined constant titleSolved: Put
title
between quotation marks –"title"
.function simple_spoiler_shortcode($atts, $content) { if ( ! isset($atts["title"]) ) { $sp_name = __( 'Spoiler', 'simple-spoiler' ); } else { $sp_name = $atts["title"]; } return '<div class="spoiler-wrap"> <div class="spoiler-head folded">'.$sp_name.'</div> <div class="spoiler-body">'.$content.'</div> </div>'; } add_shortcode( 'spoiler', 'simple_spoiler_shortcode' );
@ustimenko, thank you! I know how to make a shortcode, but I don’t find in your plugin code what to return. Any idea? Sorry, if I ask too much! ??
Forum: Plugins
In reply to: [Import Social Events] Delete Import HistoryI solved my problem with the WP Bulk delete plugin.
Thank you very much!
Forum: Plugins
In reply to: [Psychological tests & quizzes] Multiply the final score by a number1. Multiply your scores by 2.
This is what I want too, but how? When I replace in the Edit Scores section the scores 1, 2 and 3 with 2, 4 and 6 (the multiplied scores) the plugin will kept in the Quick Fill Scores section also the old unexisting scores (1, 2, 3).
Hi, Moustafa!
Can you give an example of how to use your function? Generally speaking, I know how to call a function, but I can’t understand how to call yours to exclude a country (or multiple) :(.
Regards,
Iurie- This reply was modified 6 years, 10 months ago by Tunn.
Forum: Reviews
In reply to: [Press This] Don’t be conservative – this is an excellent plugin/idea!I use it currently, and I can confirm that the plugin works the same as the old “Press This” bookmarklet, so I don’t understand why so many negative reviews.
This is what I use in my Twenty Seventeen child theme style.css file:
div.time-picker li { height: initial; font: 14px/1 Helvetica, Arial, sans-serif; }
But, probably, you have more troubles there.
OK, thank you!
OK. Thanks!
Sorry, I didn’t notice this option. ??
P.S. Mul?umesc mult! Ave?i un modul excelent!
@modernnerd Thank you very much! I understand now!
Solved! Thank you very much!
For now, the only way to make them compatible is to disable in the WPBruiser settings the next options:
Protect Login Form
Protect Lost Password Form
Protect Registration FormAnd how they can be integraded?
Sorry about my previous message. I used the wrong template. Now I solved it.