lordram
Forum Replies Created
-
Forum: Plugins
In reply to: HDFC payment gateway plugin with woocommerceI need help with this as well. Anyone figured this out, yet?
Any help would be greatly appreciated.
Yeah I can do that. But I also need something that retrieves the data entered in the form, from the database and displays it on the website.
Thanks for helping ??
Forum: Fixing WordPress
In reply to: Enqueuing scriptsRight Click -> View Page Source. Ctrl+F through the data for your Javascript filename.
Still nothing?
Forum: Fixing WordPress
In reply to: Email Getting Dropped as SpamThank you so much for showing interest.
I configured the Postman SMTP plugin for a gmail account like you asked me. When I try to send a test email it says “Your message was delivered (2704 ms) to the SMTP server! Congratulations :)” and Sending the Message is shown as a success.
However I am not still not receiving this email in my inbox. I dont know what happens to the email after it reaches the SMTP server but for some reason it is still getting dropped.
Forum: Everything else WordPress
In reply to: Post Meta for Custom Post TypesHey Dan, thanks a lot for replying here as well as on twitter. Your post was really helpful. Just clarify one more thing for me if possible : Does using the add_meta_box() function create a field within the wp_postmeta table in the database? The description for this function in the codex does not really say that it does.
If it doesn’t, what is the procedure to do that? I am really keen on understanding how creating fields in the wp_postmeta works when hand coded because I know the theme developer has done it but I cannot find any occurrences of the add_post_meta() function where this is happening.
Once again, thanks a lot ?? Been stuck on this for a long time.
Forum: Fixing WordPress
In reply to: WordPress Interaction with MySQL for a Job Board SiteThank you for your reply. Appreciate it. But I am still not clear about this. Allow me to ask this in a different way. Consider the following block of HTML which is an input field asking the name of a Job Seeker:
<input type="text" name="fullName" id="fullName" value="" class="input-textarea" placeholder=""/>
When a user enters his name here and clicks on the submit button, what exactly happens and where does this data get stored. If you could refer to particular WordPress Functions that do this, it would be really great.
Thanks again ??
Forum: Everything else WordPress
In reply to: What is the meaning of handle in WordPressCorrect me if I am wrong : Its like a name given to the script/stylesheet that I just linked to ?
Forum: Everything else WordPress
In reply to: What is the meaning of handle in WordPressI understand that it should be unique. But what is it used for? Is it a name given to certain functions or variables or something like that?