manpasand
Forum Replies Created
-
Thanks, it automatically resolved for now.
Previously it was working and current file numeric value is 644. This file is showing through WordPress > SEO > Tools.
Same file I can edit through FTP only but still counter the problem.
Forum: Plugins
In reply to: [Max Mega Menu] Dropdown isn’t working in mobileOne small question…how can I add $ (dollar) sign in the amount input fields?
@edgarrojas Thanks for your help… it works now by using Math.min(
Gross Income, 2000)May be spacing problem my end.
THANKS FOR YOUR TIME & GREAT HELP.
I have no problem but I will ask from the client first. Will update you soon.
Input field shows undefined
Used RNFRound Math.min(
Gross Income, 2000)Getting error “unexpected identifier”
What formula I should use?
Yes, you are right.
Getting Syntax Error when I use
Math.min([Gross Income], 2000)ORRNFRound Math.min([Gross Income], 2000)in the Formula Builder.Sorry, I want user amount should compare with $2000 if the it is low then show the actual lower figure but if the amount is higher than $2000 then figure should show only $2000.
During my research I found a link in Google at https://goo.gl/Pkoq1R
Here, if I put Gross income $3000 then INCOME TOTAL AMOUNT shows $2770.50 BUT I want it should show only $2000 because $2770.50 is is higher than $2000.
BUT at the same time if I put gross income $2000 then INCOME TOTAL AMOUNT shows $1847 that will not change because $1847 is lower than $2000.
I don’t know what form they are using but its first three inputs (Income, FICA and Income total) will work for my model of form.
So how to configure via Formula Builder.
Forum: Installing WordPress
In reply to: What we choose for installation?I am not a programmer 🙂 so I don’t know much about scripts. BUT I can do manual installation as well by visiting the installation guide.
Will it be any benefit/loss when I move my host later?
Thanks for help!
Forum: Fixing WordPress
In reply to: Blog URL ErrorBIG Thanks!!!
Working fine now.
Forum: Fixing WordPress
In reply to: Blog URL ErrorIt is also in root directory.
Forum: Fixing WordPress
In reply to: Blog URL ErrorFollowing lines in my .htacess file
RewriteEngine on
RewriteCond %{HTTP_HOST} ^tilakbisht\.com
RewriteRule ^(.*) http://www.tilakbisht.com/$1 [R=301,L]<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>