WordMonkey25
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WC 3.3.1 New issues with product category displayI am having the exact same issue on a few sites.
Has anyone had any luck in re-writting the snippet?
Forum: Plugins
In reply to: [Testimonial Basics] Redirect after submission?Surely there is a way to edit the code to create this function, no? From Katb_shortcodes line #378
if( isset($_SESSION[‘katb_submitted’]) && $_SESSION[‘katb_submitted’] == SHA1(‘true’) && $correct_form == true ) {
if( $use_popup == 1 ){ ?>
<script><?php echo ‘alert(“‘.esc_html__(“Testimonial Submitted – Thank You!”,”testimonial-basics”).'”)’; ?></script>
<?php } else {
$input_html .= ‘<span class=”katb_test_sent”>’.esc_html__(‘Testimonial Submitted – Thank You!’,’testimonial-basics’).'</span>’;
}$_SESSION[‘katb_submitted’] = SHA1(‘false’);
}
Forum: Plugins
In reply to: [WP STAGING WordPress Backup Plugin - Migration Backup Restore] Same DatabaseOn second thought I do have a question about this.
With the clone using the same database, what is the workflow for exporting/importing posts/pages for testing. If the databases were separating they could just be copied over. What do you recommend for keeping the sites in selectively in sync?
Forum: Plugins
In reply to: [WP STAGING WordPress Backup Plugin - Migration Backup Restore] Same DatabaseHi,
Sorry I missed that in the description. Yes the clone appears to be working great. I’m loving it so far.
Good Work.
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Post navigation within categoryI’m trying to do this with no luck as well…
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Category class supportThanks, can this be adjusted to overlay the post title and category over the thumbnail as well?
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Category class supportSo that section would look like this when complete?
if ( 'inline' == $post_thumb_op || 'after' == $post_thumb_op || 'thumbs_only' == $post_thumb_op ) { $output .= '<a href="' . get_permalink( $postid ) . '" rel="' . $rel_attribute . '" ' . $target_attribute . ' class="tptn_link">'; // Add beginning of link $tptn_thumb_class = "tptn_thumb " . implode( " ", wp_list_pluck( $categorys, 'slug' ) ); $output .= tptn_get_the_post_thumbnail( array( 'postid' => $postid, 'thumb_height' => $thumb_height, 'thumb_width' => $thumb_width, 'thumb_meta' => $thumb_meta, 'thumb_html' => $thumb_html, 'thumb_default' => $thumb_default, 'thumb_default_show' => $thumb_default_show, 'scan_images' => $scan_images, 'class' => "tptn_thumb", 'class' => $tptn_thumb_class, ) ); $output .= '</a>'; // Close the link }
Forum: Plugins
In reply to: [Youtube Channel Gallery] Error message KeyExpiredI’m getting this despite creating and entering a new api key per the instructions.
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Category class supportSure, just did.
I have reverted to theprevious version of the plugin until this issue is fixed.
They dont respond there either. Also if they don’t want to provide support here, then they shouldn’t list the plugin.
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Category class supportAwesome, thank you!
This plugin has better support that some paid ones I’ve used ??
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Category class supportThat’s fine. Would you be able to direct me to the right place to look for what needs to be changed/added?
Does ithemes not have a comment on this?
No, it was another plugin causing the issue in my case.
White Label CMS