sftranna
Forum Replies Created
-
Forum: Plugins
In reply to: [EC Authorize.net] Additional Fields for Invoice@bullertech your suggestions are impemented in new version. Please down;oad and enjoy.
Forum: Plugins
In reply to: [EC Authorize.net] Logo URL?1. Logo is “Your”, the client’s, identity to be displayed on the payement page. you can leave this as blank.
2. default amount is the amount you, as an admin set for the items. In case user dont fill in the amount field on the front end “default amount” will be charged through the payment page.
Feel free to post all other queries/questions and suggestions.
Best,
Forum: Plugins
In reply to: [EC Authorize.net] Additional Fields for Invoicethanks @bullertech for your suggestion.
Our team is working on some major changes in the plugin to incorporate all these suggestions. you can find this option in the next release.Forum: Plugins
In reply to: [EC Authorize.net] Additional Fields for Invoicethanks @bullertech for your suggestion.
Our team is working on some major changes in the plugin to incorporate all these suggestions. you can find this option in the next release.Forum: Plugins
In reply to: [EC Authorize.net] Add 5% Processing Feecurrently This is not available. We can add this for you. Do you need this feature?
Forum: Plugins
In reply to: [EC Authorize.net] Redirect to website after the paymentHello Yuvraj,
Yes this is possible through the admin panel at authorize.net you have to set a link where you want to send your user after the payment is complete.
Forum: Plugins
In reply to: [Masonry Widget] Remove Author post date from Masonry plugin@laurabrivadera yes you can use this code.
I didn’t come across any problem while using this code.Best,
Forum: Plugins
In reply to: [Masonry Widget] Remove Author post date from Masonry plugin@r0bm1lls if you need to get this plugin customized please send me an email. But keep an eye on your budget too
Forum: Plugins
In reply to: Get The website url through pluginsForum: Plugins
In reply to: [Masonry Widget] Remove Author post date from Masonry pluginFile is /public_html/wp-content/plugins/so-masonry/tpl/masonry.php. You can use your favourite editor to edit it after downloading ??
Forum: Plugins
In reply to: [Category Posts Widget] why u stop updating the plugin???Not working for me either at WP 3.8.1 with Wrings theme ??
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Not compatible with WP 3.7same problem here! 1.10.1 works, update to 1.10.3 stops with same error.
Fixed copying
public_html/wp-content/plugins/all-in-one-event-calendar/themes-ai1ec/vortex
to
public_html/wp-content/themes-ai1ec/vortexThis worked for me
Forum: Plugins
In reply to: [Masonry Widget] Remove Author post date from Masonry plugin@tammy.m and @katharine
You are always welcome
Forum: Themes and Templates
In reply to: [Celebrate] Change text size and font for captions?Yep you can simply do it as follow
.class-name h3.header { font-size: 24px; font-family: 'Lobster'; line-height: 26px; }
Forum: Plugins
In reply to: [Masonry Widget] How to delete post date on masonry layoutHello @marketing123,
Simplest, Although never advised, way to get/update your required feature is edit this file /public_html/wp-content/plugins/so-masonry/tpl/masonry.php and comment out as in<!--<div class="entry-meta"> <?php printf( __( 'Posted on <a href="%1$s" title="%2$s" rel="bookmark" target="_blank"><time class="entry-date" datetime="%3$s">%4$s</time></a><span class="byline"> by <span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>', 'so-masonry' ), esc_url( get_post_meta( get_the_ID(), 'website_url', true ) ), esc_attr( get_the_time() ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ), esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( sprintf( __( 'View all posts by %s', 'so-masonry' ), get_the_author() ) ), get_the_author() ); ?> </div><!-- .entry-meta -->