airmvp23g
Forum Replies Created
-
Forum: Plugins
In reply to: [File Away] Uploaded files don’t appear until refresh of pageDid you ever update this? I am trying to do the same thing. Clients are uploading files, but are having trouble because they cant see if it worked without manually reloading screen.
I tried the temporary fix talked about here, but that didnt work for me in ie or chrome.
Thanks.Forum: Plugins
In reply to: [WooCommerce] New Shipping Radio ButtonsI thought that might work too, but for some reason it’s not. I added to Style.css Child theme and nothing. I added to css within my theme css overide panel. Nothing. I checked in 2 different browsers and nothing.
Forum: Plugins
In reply to: [WooCommerce] Problem with Error Message in CartOkay. If nothing else how would I change the wording of any errors after submitting.
Thanks.Forum: Plugins
In reply to: [WooCommerce] New Shipping Radio ButtonsRight now there are about 5 options. At this point I just want to display: none these options on View Cart page.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Card Declined/Payment FailedApologies
Forum: Plugins
In reply to: [WooCommerce] New Shipping Radio ButtonsUnderstood. I’ve only just used since update did not include drop down menus.
WPC
ThanksForum: Plugins
In reply to: [WooCommerce] Card Declined/Payment FailedI have had a similar issue with a Failed Transaction without any details. It mostly says Server Error, but no details. It is probably coming from Authorize.net, but I would like to be able to change this wording to something more helpful to the customer. Where can I go to change this message?
Thanks.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Customer Notes not showingForum: Plugins
In reply to: [Invoices for WooCommerce] Customer Notes not showingForum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Send email on data updationPlease please please make this possible in the future.
Thanks.Forum: Plugins
In reply to: [Form Manager] Email NotificationAnything I can do to implement this?
Thanks.
That did work without the Permalinks enables though. And the url says https://www.domain.com/?landing-page=main1
So it uses the Landing Page as Homepage and redirects all traffic to homepage.Is there anyway to just have the https://www.domain.com without the landing page info.
Thanks again.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteRule ^dt/([^/]*)? /wp-content/plugins/landing-pages/modules/module.redirect.php?permalink_name=$1 [QSA,L] RewriteRule ^langing-page-group=([^/]*)? /wp-content/plugins/landing-pages/modules/module.redirect.php?permalink_name=$1 [QSA,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
This is combination of WordPress permalink code and Landing Page as Homepage plugin.
Thanks.
Thanks. I have tried that code. The problem I’m having is redirecting after the Landing Page add Homepage plugin had redirected to the landing page first. As I may have mentioned the your Landing Page as Homepage plugin adds code to the htaccess in order to use the created template as a homepage. So i need to have it redirect all traffic to the template which is also the homepage. I hope that makes sense.
Thanks again.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Send email on data updationIs it possible to have another plugin do this or are you planning to try to implement this?
Thanks.