scottl31
Forum Replies Created
-
Forum: Plugins
In reply to: [Feed Pull] Help with xpath?It must be something for each server, but how do you find it out?
Just sent it! Thanks!
Is it not possible to update in wordpress, or do I have to delete and replace in FTP?
Also, the version I had has “Modified by Ces” as part of the name. Is that anything that matters?
Thanks!
I didn’t know there was a newer version of this. I have 1.3.3 and have been finding php files in contact_files but there was no notification of files being uploaded.
Isn’t there a way to update in the WP dashboard? If not, if I remove the old version and put the new one in, will my forms and settings be retained?
OK, now I found it. It is:
Bulk operation??
Thanks!
Forum: Plugins
In reply to: [Redirection] Is this the plugin I need for this?Hi Mark,
I tried this but it didn’t work. I had the regex box checked. anything else I might have done wrong?
Thanks!
ScottForum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Is this the plugin I need for this?I tried that and still not working. Anything else I did wrong?
Here’s an actual url:
https://norfolkpress.com/new4/product/california-faience-kirby-brown/
should go to:
https://norfolkpress.com/new4/california-faience-kirby-brown/
Thanks again!
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Is this the plugin I need for this?Hi Don,
That first redirect didn’t seem to work. It’s a test site in a sub directory. The real site does not have /new4. Think that makes a difference? So from my above example, I’m actually removing “product/” Here’s my htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^/product/(.*) https://norfolkpress.com/new4/$1 [NC,R=301,L]
</IfModule># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /new4/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /new4/index.php [L]
</IfModule># END WordPress
Thanks!
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Is this the plugin I need for this?Wow Don, thanks I’ll try this and let you know in a bit.
Is the key to this putting it before the #BEGIN WordPress section?Do you know if something like this would also work to redirect if someone puts www on a subdomain like this:
https://www.subd.oursite.com —> subd.oursite.com
and have it apply to all internal pages?
Thanks!
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Is this the plugin I need for this?That’s what I thought, but I don’t know the code or syntax etc. to put in the htaccess.
Do you know?
Forum: Themes and Templates
In reply to: [Flat] Change font colorsCaroline, it would have been nice to hear how you did it.
Thought it would be simple to change the sidebar text color, but are you saying I have to monkey with css to do that?
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Discount based on defined items?So are you saying you want to discount product X but not Y?
What I did discounts all items in the cart by a dollar amount or percentage. Can’t apply different discount to each.
There is a coupon code, but it’s entered automatically and the code field and button is hidden.
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Discount based on defined items?I used this:
https://www.ads-software.com/plugins/woocommerce-bundle-style-coupons/
Let me know if it doesn’t work the way you want. I think I tried it with some other code to make it work the way I wanted.
Forum: Plugins
In reply to: [WP-EMail] Can I remove the envelope Icon?I figured out how to do the second question above. I found code relating to your plugin in three files:
loop-page.php
loop-single.php
loop.phpIf one would be for posts, and one for pages, what would the other one be for?
The one that worked for pages was: loop-page.php
Thanks!
Forum: Plugins
In reply to: [WP-EMail] Can I remove the envelope Icon?Thanks so much for your fast answers!
I’m using Graphene (actually a child) and I never put that in. Do you happen to know which file I would edit to remove it?
Also, if I decide I want it showing on posts, but not pages, what would I have to do?
Thanks again!
Scott