KentyMac
Forum Replies Created
-
stripe-api.log
[Excessively long file removed – please use a pastebin to post lengthy code – https://codex.www.ads-software.com/Forum_Welcome#Posting_Code ]Thank you for the reply!
I do have the Pro version but am not sure how to set this up. Any assistance is appreciated!
Thanks again,
~KentAny updates?
To clarify, here’s what I would like:
1. Give away a free month trial without requiring any type of credit card.
2. After the free month they can choose to subscribe and enter their credit card information.
3. If they choose not to subscribe, they cannot get another free trial with the same username or email address on file.Is this possible? If so, what would the Form and Coupon codes look like?
Thank you!
~Kent, Paying CustomerSo using PayPal Pro isn’t enough? For some reason I was thinking that would encrypt the information that was sent to PayPal when they clicked the button.
I’m not sure what you mean, jaspud. Can you spell it out a bit more for me?
Thanks!
Exact same issue. Nothing changed. Can login fine to Constant Contact site but plugin says “This plugin is not configured with a valid Constant Contact account.” Please advise or fix!
Forum: Plugins
In reply to: [Flare] Flare not appearing in PagesSame problem. Top & bottom work, but sidebar does not.
Sorry, but is this supposed to show how to enable Enhanced Link Attribution? I don’t see it explained in the destination link.
Thank you!
Forum: Fixing WordPress
In reply to: Removing Page Scroll after More LinkThank you so much, that worked great!
One last newbie question, if you don’t mind: How can I do this in a child theme so it will continue to work after updates?
Thanks again!
Forum: Fixing WordPress
In reply to: Removing Page Scroll after More LinkEr, actually the above code is in post.php. Apologies.
Forum: Fixing WordPress
In reply to: Removing Page Scroll after More LinkThanks for the advice. I couldn’t find ‘read more’ in index.php but did track it down in page.php.
<?php global $theme; ?> <div <?php post_class('post clearfix'); ?> id="post-<?php the_ID(); ?>"> <?php if(has_post_thumbnail()) { ?><a href="<?php the_permalink(); ?>"><?php the_post_thumbnail( array($theme->get_option('featured_image_width'), $theme->get_option('featured_image_height')), array("class" => $theme->get_option('featured_image_position') . " featured_image") ); ?></a><?php } ?> <h2 class="title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'themater' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <div class="postmeta-primary"> <span class="meta_date"><?php echo get_the_date(); ?></span> <span class="meta_categories"><?php the_category(', '); ?></span> </div> <div class="entry clearfix"> <?php the_content(''); ?> </div> <?php if($theme->display('read_more')) { ?> <div class="readmore"> <a href="<?php the_permalink(); ?>#more-<?php the_ID(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'themater' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php $theme->option('read_more'); ?></a> </div> <?php } ?> </div><!-- Post ID <?php the_ID(); ?> -->
Could you please help me figure out how to alter this code so that it simply opens the page rather than scrolling down?
Thank you!