PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
shortcodes
/
tinyMCE
/
includes
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <script data-cfasync="false"> // executes this when the DOM is ready jQuery(document).ready(function() { // handles the click event of the submit button jQuery('#submit').click(function(){ var testimonial_text = jQuery('#testimonial-text').val(); var author_by = jQuery('#author_by').val(); var author_image = jQuery('#author_image').val(); if( ! tinyMCE.activeEditor || tinyMCE.activeEditor.isHidden()) { var contenttestimonial = jQuery("textarea.wp-editor-area").selection('get'); } else { var contenttestimonial = tinyMCE.activeEditor.selection.getContent(); } var shortcode = '[wpsm_testimonial'; if(author_by !='') { shortcode += ' by="' + author_by + '" '; } if(author_image !='') { shortcode += ' image="' + author_image + '" '; } shortcode += ']<br />'; if ( testimonial_text !== '' ) shortcode += testimonial_text; else if ( contenttestimonial !== '' ) shortcode += contenttestimonial; else shortcode += 'Testimonial'; shortcode += '<br />[/wpsm_testimonial]'; window.send_to_editor(shortcode); // closes Thickbox tb_remove(); }); jQuery(".authorby").css("display","none"); jQuery("#authorcheck").click(function(){ // If checked if (jQuery("#authorcheck").is(":checked")) { //show the hidden div jQuery(".authorby").show("slow"); } else { //otherwise, hide it jQuery(".authorby").hide("slow"); } }); }); </script> <form action="/" method="get" id="form" name="form" accept-charset="utf-8"> <p> <label><?php _e('With author? :', 'rehub_framework') ;?></label> <input id="authorcheck" name="authorcheck" type="checkbox" class="checks" value="false" /> </p> <p class="authorby"> <label><?php _e('Author :', 'rehub_framework') ;?></label> <input id="author_by" name="author_by" type="text" value="" /> </p> <p class="authorby"> <label><?php _e('Author image url:', 'rehub_framework') ;?></label> <input id="author_image" name="author_image" type="text" value="" /> </p> <p> <label>Text</label> <textarea type="text" name="testimonial-text" value="" id="testimonial-text" col="10"></textarea><br /> <small><?php _e('Leave blank if you selected text in visual editor', 'rehub_framework') ;?></small> </p> <p> <label> </label> <input type="button" name="submit" value="<?php _e('Insert', 'rehub_framework') ;?>" class="button" id="submit"> </p> </form>
[+]
..
[-] quote.php
[edit]
[-] numberbox.php
[edit]
[-] toggle.php
[edit]
[-] postimagesslider.php
[edit]
[-] countdown.php
[edit]
[-] column.php
[edit]
[-] woobox.php
[edit]
[-] gallerycarousel.php
[edit]
[-] promobox.php
[edit]
[-] offerbox.php
[edit]
[-] rss.php
[edit]
[-] tooltip.php
[edit]
[-] titlebox.php
[edit]
[-] divider.php
[edit]
[-] cartbox.php
[edit]
[-] compare-bars.php
[edit]
[-] recentpostcarousel.php
[edit]
[-] reviewbox.php
[edit]
[-] button.php
[edit]
[-] taxarchive.php
[edit]
[-] customget.php
[edit]
[-] highlight.php
[edit]
[-] categorizator.php
[edit]
[-] dropcap.php
[edit]
[-] offerscorebox.php
[edit]
[-] numberheading.php
[edit]
[-] tabs.php
[edit]
[-] box.php
[edit]
[-] accordion.php
[edit]
[-] codebox.php
[edit]
[-] itinerary.php
[edit]
[-] lightbox.php
[edit]
[-] membercontent.php
[edit]
[-] map.php
[edit]
[-] woocompare.php
[edit]
[-] colortable.php
[edit]
[-] woolist.php
[edit]
[-] affbutton.php
[edit]
[-] reviewlistbox.php
[edit]
[-] recentpostlist.php
[edit]
[-] testimonial.php
[edit]
[-] proscons.php
[edit]
[-] bars.php
[edit]
[-] video.php
[edit]
[-] slider.php
[edit]
[-] list.php
[edit]
[-] price.php
[edit]