univ182
Forum Replies Created
-
..
Forum: Plugins
In reply to: [Contact Form 7] Email (2) attached files doesn’t working@takayukister your contribution to humanity with contact form 7 has been amazing, thanks.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] CONTACT FORM 7 FIELD BIRTHDAY NOT WORKINGThanks very much @lapzor
Forum: Plugins
In reply to: [Popup by Supsystic] Overwrite the style pop upHello @supsysticcom thank you for the support.
Hello Jules Colle,
Thanks for your time, thanks for your plugin.
I read in a forum about returning the update of a plugin and it works.
I give you the link of the my page: https://publicidadcali.com/carlos/landingpayu/
Forum: Plugins
In reply to: [WooCommerce] starts not showing propertlyI can resolved it,
I had a style on span { font-familiy: ‘myfont’ }
It was my error.
Forum: Plugins
In reply to: [Email Before Download] Contact form 7 problemForum: Plugins
In reply to: [Category and Taxonomy Image] Not working on page templateit’s great!!
Thank you very much Aftab, full support.
Forum: Plugins
In reply to: [Category and Taxonomy Image] Not working on page templateHello Aftab, thanks for reply.
I had made the suggested changes but, I have the next problem:
Catchable fatal error: Object of class WP_Term could not be converted to string in /home/public5/public_html/andres/syscasoft/wp-content/plugins/wp-custom-taxonomy-image/wp-custom-taxonomy-image.php on line 151
The code is the next:
<div class="col-md-12"> <?php $args = array( 'hide_empty' => true ); $terms = get_terms( 'category_tutoriales', $args ); if ( ! empty( $terms ) && ! is_wp_error( $terms ) ) { $count = count( $terms ); $i = 0; ?><div class="row"><?php foreach ( $terms as $term ) { $i++; ?> <div class="col-md-4 col-sm-4 col-xs-12"> <?php if (function_exists('get_wp_term_image')) { $meta_image = get_wp_term_image($term); //It will give category/term image url echo $meta_image; // category/term image url } ?> <a href="<?php echo get_term_link($term); ?>"> <?php echo $term->name; ?> <span><?php _e('(','syscasoft'); echo $term->count; ?><?php _e(')','syscasoft'); ?></span> </a> </div> <?php } ?></div><?php } ?> </div>
Forum: Plugins
In reply to: [WPB Related Products Slider for WooCommerce] Add excerptNot, thank you very much to you.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] About trigger into mailchimpOk thanks for your answer.
you’re very kind.
Hello I just expected a release of a new version of plugin where this bug has been solved. There is a new version?
Forum: Fixing WordPress
In reply to: Save in any option of the dashboard of any pluginThanks for your answers with your help I solved this issue.