whitneyr
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Removed wp_query – same resultThank you for your response.
Yes “Expand shortcodes in post content: is selected.Should I clear cache and try again?
I am still not getting my search on “thomas” to pull up this page: http://www.boycelab.org/members/ which is the page with shortcodes.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Removed wp_query – same resultThank you for your response.
Yes “Expand shortcodes in post content: is selected.Should I clear cache and try again?
I am still not getting my search on “thomas” to pull up this page: http://www.boycelab.org/members/ which is the page with shortcodes.
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce – excelling eCommerce] Redirect on loginOh I see.
Without really having a chance to think about it,
my first thought is the get the url of the page where your enter the address.For me, I simply went to My Account and hovered over the edit button to find the address: http://domain.com/my-account/edit-address/?address=billing
Of course yours will be different.
Then, again this being my first thought, use the redirect code within the registration form found in form-login.php and replace the url with your ‘edit address url’.
Here is the code as given by aaires (above):
<input type="hidden" name="redirect" value="<?php echo get_home_url(); ?>" />change
get_home_url()to the appropriate url.*NOTE, as aaires mentioned above, make sure you are not working on the core files.
Also, as Riccardo mentioned above, you may need to follow his steps if you are using the login widget.
I’ll keep thinking on this one. Let me know if this solution works.
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce – excelling eCommerce] Redirect on loginI just received the answer on another forum and it worked for me.
I’m not sure exactly what you are trying to do.
Note, your dashboard may be setup differently:Go to “WooCommerce \ Settings” then select tab “Pages” on row “My Account Page” you can select page you want to redirect after login/register.
Does this work?
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce – excelling eCommerce] Redirect on loginAny idea on how to do the same when someone Registers for the first time? I’d like to redirect to the homepage instead of myaccount. I am not using the widget.
Forum: Plugins
In reply to: WooCommerce Login RedirectOne more thing.
I tried to do this in the same file for the registration.
I want to forward to the home page after the customer registers for the first time. Instead it goes to the my acct page.Any idea on how to get this to work?
Thank you!
Forum: Plugins
In reply to: WooCommerce Login RedirectForum: Plugins
In reply to: WooCommerce Login RedirectVery helpful!
This worked like a charm!Forum: Plugins
In reply to: [Add Link to Facebook] How to make web page an actual hyperlinkYes, they are click-able.
However, there is another plugin that allows for a click-able web address (Facebook Page Publish).
If I could figure out how to make the web address a hyperlink AND take away the uploaded 1 minute ago via [app name] blurb, then I’d be set. 🙂
Forum: Plugins
In reply to: [Add Link to Facebook] How to make web page an actual hyperlinkYes.
After the link is posted to facebook using the plugin, the website name is not a hyperlink, only a line of text.