jschurman
Forum Replies Created
-
I’m trying to do exactly the same thing via https://smartchat.evangelyze.net. The form size is not changing though. Any help would be greatly appreciated!
Forum: Fixing WordPress
In reply to: Remove /index.php/ from permalinksThanks @songdogtech. I actually found the solution which is exactly what you showed. I installed the URL Rewrite Module via WPI and then added the code referenced in the web.config file.
Forum: Fixing WordPress
In reply to: Remove /index.php/ from permalinksDo you know the configuration required for IIS as it uses a web.config file not a .htaccess file.
Forum: Fixing WordPress
In reply to: Need Help!! Moved WordPress data to another server.Permalinks was the issue. Changed to another setting from custom and everything works fine! Thanks for the amazingly fast response. Great support out here.
Forum: Plugins
In reply to: [Visual Form Builder] [Plugin: Visual Form Builder] Submit Button Greyed OutResolved issue. Replaced the code inside the validate .js file. Thanks!
Forum: Plugins
In reply to: [Visual Form Builder] [Plugin: Visual Form Builder] Submit Button Greyed Outwould really appreciate some support on this as i’m a paying customer. i have posted the issue in the forum and do not have any assistance regarding this problem still.
Forum: Plugins
In reply to: [Visual Form Builder] [Plugin: Visual Form Builder] Submit Button Greyed Outthe forum was not coming up for me yesterday. it kept routing to your main page.
Forum: Plugins
In reply to: [Visual Form Builder] [Plugin: Visual Form Builder] Submit Button Greyed Outalso noticed this is on a page where only 1 form is posted via https://www.evangelyze.net/partners/ec-partner-program/
Forum: Plugins
In reply to: [Visual Form Builder] [Plugin: Visual Form Builder] Submit Button Greyed OutIn the previous version I was instructed to place the following code at the end of the code in the visual-form-builder-validate.js file:
/* Disable the Submit button until you page to it*/
if ( $( ‘#sendmail’ ).is( ‘:visible’ ) )
$( ‘#sendmail’ ).attr( ‘disabled’, false );
else
$( ‘#sendmail’ ).attr( ‘disabled’, ‘disabled’ );But I see in Chrome using the Console tool that I’m getting the error:
Uncaught TypeError: Property ‘$’ of object [object Window] is not a function visual-form-builder-validate.js:3
(anonymous function)Forum: Fixing WordPress
In reply to: Changing Site URL Directions ConflictingOk, so after running a script, I was able to fix all of the broken links in the wordpress db. The issue I’m facing now is that the site is now rendering https://www.evangelyze.net/wordpress/ instead of simply https://wwww.evangelyze.net. Any ideas on how to change the URL of the site again to avoid another mess?
Forum: Fixing WordPress
In reply to: Changing Site URL Directions Conflictingok, i was quickly able to sort this out. the only issue i have now is a manual one which will be to update any manual/written link i have placed within pages, posts, etc pointing to the old url.
Forum: Fixing WordPress
In reply to: Changing Site URL Directions ConflictingApologies for formatting issues above.