msummers
Forum Replies Created
-
So, you are suggesting I delete my currently deactivated Sucuri plugin and then install the development version? That would not affect my ability to make the site live, would it?
Forum: Plugins
In reply to: [WooCommerce] Edit Woo order confirmation emailsRiaan – that looks like what I’m looking for. Where is that actual filter (woocommerce_email_order_items_table) located?
Forum: Plugins
In reply to: [PayPal for WooCommerce] “Download”able productsThanks!
Forum: Plugins
In reply to: [PayPal for WooCommerce] “Download”able productsThanks for the link. Would this system be compatible with your PayPal for WooCommerce plugin so that I can get the benefit of both?
Forum: Fixing WordPress
In reply to: WordPress in subdirectory and htaccessI think I’m going to take a different tack on this. Right now the site is in a subdirectory. I’m going to move it to the root level and see if that helps.
Forum: Hacks
In reply to: use an include in functions.php?Thank you – I don’t know why I didn’t think of this months ago!
Forum: Fixing WordPress
In reply to: WordPress in subdirectory and htaccessTara – thanks for your suggestion. I’m not sure how plugins would be involved at this level of action though. The problem is one of too many redirects even before anything loads other than index.php.
Please tell me this – is the sequence of events I describe above the correct one to allow WordPress to live in a subdirectory?
Forum: Fixing WordPress
In reply to: Shortcode in widget curiosityZounds! What an important thing to know. Thank you so much, Steve. It works fine now.
Forum: Fixing WordPress
In reply to: Link preservationJose – sorry for the delay! This project has been pushed to a back burner, so I’ll re-consider when it bubbles up again.
I think the way to do it is somewhat like you describe: just create link module shortcodes that can be used in any text widget placed in the sidebar. The trick will be to name the shortcodes so that they are easily recognizable!
Nevermind – I see I needed to RTFM! Enabling the Web API was the solution.
By the way, the same thing happens with the test form included with the plugin.
In addition, my form is not in a table. It’s a raw, unformatted HTML form containing fields within <p></p> blocks.
Forum: Fixing WordPress
In reply to: Link preservationThanks again, Jose! See, what I’m trying to avoid is what you try to avoid in a regular static site when you put your navigation into a server-side include. I don’t want to have to enter the same navigation path multiple times for multiple sidebar widgets.
Using your method with custom post or custom text widgets, how would I embed the link widget within the content widget? Or am I not understanding what you are suggesting? I’d like to have something like –
text text text
{link set #1 }
text text text
{link set #5 }in a sidebar text widget.
Forum: Fixing WordPress
In reply to: Link preservationJose – thanks for your reply! This is a good idea, but I don’t see how to implement it with my site. Those sidebars have text, images, and multiple blocks of links like this –
text text text
link
link
link
image
link
text textetc.
You can see the site at http://www.fielco.com. I’m thinking I may be stuck with my switch block, but I’m very open to other suggestions!
Forum: Fixing WordPress
In reply to: Force post category for Contributor roleThanks! I’ll give that a try.
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Reminder email?So, if they are not automatically sent, how can I trigger the manual send of the message? I don’t see any way to do that…