Ron Valmont
Forum Replies Created
-
Great. Thanks for the reply. I’ll check this out.
Forum: Plugins
In reply to: [Theme My Login] How do I change “From” email address “[email protected]”Great. Thanks for the reply. I’ll check that out.
Forum: Plugins
In reply to: [Yoast SEO] Keyphrase not in SEO title@jeroenrotty Yes
I figured it out. In creating a footer-widget form, don’t use tables to place input fields like First and Last name. MailPoet auto stacks fields. Unless this is in your documentation, knowing this would have saved me some time.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Subscription – WooCommerce Account Connected: NOHere’s the answer I just got from Mouli at WooCommerce:
If you go to Dashboard ? WooCommerce ? Extensions ? My Subscriptions you will see the option to connect to WooCommerce.com.
It was that simple.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Account IssueSame issue.
I tried contacting you guys through My Account and I get some kind of error. I’ve tried contacting you guys through the support email. I have yet to get a response. How do I resolve this: WooCommerce Account Connected:NO?
I am connected everywhere but I do not see an option to directly connect while this states not connected? It’s like going into a room with a light bulb off but no light switch to turn it on. Makes no sense.Forum: Fixing WordPress
In reply to: Search Bar Widget ErrorInstalling HT Mega and using their Search widget doesn’t give me an error message. That is one work-around but I don’t want to use plugins to replace native widgets. This is not audio mixing where ProQ is every DAWs native EQ replacemnt.
Forum: Fixing WordPress
In reply to: Search Bar Widget ErrorHere is the source code block which includes lines 49 and 57 as well as everything between:
public function widget( $args, $instance ) { $title = ! empty( $instance['title'] ) ? $instance['title'] : ''; /** This filter is documented in wp-includes/widgets/class-wp-widget-pages.php */ $title = apply_filters( 'widget_title', $title, $instance, $this->id_base ); 49---- echo $args['before_widget']; if ( $title ) { echo $args['before_title'] . $title . $args['after_title']; } // Use active theme search form if it exists. get_search_form(); 57---- echo $args['after_widget']; }
- This reply was modified 2 years, 5 months ago by Ron Valmont.
- This reply was modified 2 years, 5 months ago by Ron Valmont.