@gkouvousisg My post was related to make some changes to your plugin, to allow @maestraweb use the updated plugin and enjoy if new versions come out in the future.
I read another request to present the option “Read Less” after all the text, and make sense if the content to display is too long, the reader would need to go up to apply the “read less”.
For a sustainable “programming environment”, i suggest to read the business model from Cybertracker, field data collection CyberTracker is freeware and is supported through donors and community funded features.
(Programmers can’t survive only with likes and beautiful stars.)
<Read Less>
No se en donde esta el error
Esto no esta apareciendo en la pantalla
Weird test connection
J’admets que tu as eu raison. Je le connais, c’est un fait.
<Read Less>
Once the horse is tamed, everyone wants to ride it !
$new_string .= '<div class="read_div" id="read' . $rnum . '" style="display: none;">' . do_shortcode($content)
. '<span><a onclick="read_toggle(' . $rnum
. ', \''
. $more
. '\', \''
. $less . '\''
. '); return false;" class="read-link-less"'
. '" style="readlink" href="#">'
. $less
. '</a></span>' . "\n"
. '</div>';
Some styling ?
.read-link-less {
background: <?php echo get_option('rmwr_background_color'); ?>;
color: white;
padding: <?php echo get_option('rmwr_padding') .' 10px'; ?>;
border-radius:3px;
}
.read-link-less:hover {
font-weight: <?php echo get_option('rmwr_font_weight'); ?>;
color: <?php echo get_option('rmwr_text_color'); ?>;
padding: <?php echo get_option('rmwr_padding'); ?>;
border-bottom: <?php echo get_option('rmwr_border_bottom'); ?>
solid <?php echo get_option('rmwr_border_bottom_color'); ?>;
}
I learned a lot from your implementation. Thanks.