essmeier
Forum Replies Created
-
I’ve tried several different discount plugins for Woocommerce, and none of them produce sales that Woocommerce actually recognizes as being “on sale.” Looks like it’s just a deficiency with Woocommerce itself.
I’m migrating to Woocommerce from Shopp, which came with an onsale page and the ability to put entire categories on sale built in to the software. The company that developed Shopp has gone out of business and they were the sole source of tech support, so I’m having to migrate to Woo as quickly as I can manage it.
I have an entire category of products on sale each week, and my primary menu and a sidebar graphic point to the “on sale” page. I was hoping to be able to create a page for that so I could keep a static link in those two positions.
Fortunately, Woocommerce does have pages for individual categories, so I can just link to the appropriate one each week.
The workaround, for me at least, is just to change those two links every Monday when I change the sale category. A minor nuisance that will take 60 seconds, so I’ll deal with it.
The ability to put categories on sale seems like something that should have been built in to the Woocommerce plugin in the first place.
Still, your Advanced Dynamic Pricing for WooCommerce plugin works well for creating category discounts, so I’ll stick with it.
Thanks for the help.
Forum: Plugins
In reply to: [Redirection] Redirection with VariablesMore here at the official site:
https://redirection.me/support/redirect-regular-expressions/
Forum: Plugins
In reply to: [Redirection] Redirection with VariablesI think you can do it like this:
1. Create a new redirect.
2. Use /noco/.* as the URL to be redirected.
3. Check the box after the Source URL that says “Regex.”
4. Enter the URL for where you want the traffic to go.That should do it.
Forum: Plugins
In reply to: [Redirection] Bug: “Delete all logs for this 404”Same here. I just lost a bunch of links (probably 20+) for which I needed to create redirections when I clicked “Delete all logs for this 404” for just the first one.
I don’t suppose there’s any way to retrieve those logs, is there?
- This reply was modified 7 years, 6 months ago by essmeier.
Forum: Plugins
In reply to: [Better Search - Relevant search results for WordPress] Fatal errorChanging that line fixed the problem. Thanks for the prompt reply.
Forum: Themes and Templates
In reply to: [Sean Lite] Show entire blog post, not just excerpt?You need to edit this file: Sean-Lite > Core > Templates> after-content.php
Find the line that says “the_excerpt” and change it to “the_content.”
Done.
You can’t edit that file from within WordPress; you’ll have to use FTP or do it through Cpanel.
Charlie
Forum: Plugins
In reply to: [Contact Form 7] reCaptcha HopelessThe problem I was having with recaptcha is that I was getting twice as many spam comments as I was when using Really Simple Captcha comments. I’ve reverted to the older version of the plugin.
I had to start with that line and edit out the next six to get it to work:
// echo '<div class="heatmap_daily">'; // echo '<h4>'; // echo strip_tags( $bsearch_settings['title_daily'] ); // echo '</h4>'; // echo get_bsearch_heatmap( 'daily=1' ); // Overall heatmap // echo '</div>'; // Close class="heatmap_daily"That did it; it’s working now, with Daily Popular Searches not displayed but Popular Searches still present.
Thanks for the help.
Charlie
Adding the string to the filter list doesn’t work.
While I could disable the heatmap, I’d like to keep the popular searches heatmap, but not the daily popular searches portion of the heatmap. I must be able to disable that somewhere in the better-search.php file.
What do I need to comment out?
Charlie
Forum: Plugins
In reply to: [Facebook] Social Publisher and ImagesIf I understand you correctly, the plugin isn’t pushing an image to Facebook, but rather, Facebook is pulling an image from my Website?
Presumably, if there were any image in my post, Facebook would publish that one instead of the site header.
Is there no way to turn that off other than to include some sort of image in my post? The result on Facebook really does look awful.
site: http://www.rarerecords.net
FB page: http://www.facebook.com/rarerecords.netForum: Themes and Templates
In reply to: [Tiny Forge] Changing widget text colorI found it. It’s in the CSS file around line 651.
Forum: Themes and Templates
In reply to: [Spine] How to remove "Published by" in postsOh…and line 23 of that same file.
Forum: Themes and Templates
In reply to: [Spine] How to remove "Published by" in postsNever mind. I found it. I commented out line 7 in the content.php file. That seems to have fixed it.