sachinkumbalath
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Looking for a wordpress plugin for Digital Membership CardThat’s great! It seems I have to go for the paid version. When I installed it, I am not getting login, registration pages, etc.
Forum: Everything else WordPress
In reply to: Looking for a wordpress plugin for Digital Membership CardHi @rajnishvijya, thank you for replying to me. Can they sign up here and, after logging in, only see their profile page? possible to do that .
basically we don’t want to show our physical employee id to avail discount.Can anyone suggest me a solution …
Or is it a premium feature that has no support? Please confirm …
Tried this code data is posting but not reflecting on the subscriber list
<div class="tnp tnp-subscription"> <form method="post" id="fm_sub"> <div class="tnp-field tnp-lists"><div class="tnp-field tnp-field-checkbox tnp-field-list"><label for="nl3"><input type="checkbox" id="nl3" name="nl[]" value="1"> Financial Results</label></div> <div class="tnp-field tnp-field-checkbox tnp-field-list"><label for="nl4"><input type="checkbox" id="nl4" name="nl[]" value="2"> Earnings Release/Conf Calls</label></div> <div class="tnp-field tnp-field-checkbox tnp-field-list"><label for="nl5"><input type="checkbox" id="nl5" name="nl[]" value="3"> Investor Presentations</label></div> <div class="tnp-field tnp-field-checkbox tnp-field-list"><label for="nl6"><input type="checkbox" id="nl6" name="nl[]" value="4"> Annual Reports</label></div> <div class="tnp-field tnp-field-checkbox tnp-field-list"><label for="nl7"><input type="checkbox" id="nl7" name="nl[]" value="5"> General Assembly Meetings</label></div> <div class="tnp-field tnp-field-checkbox tnp-field-list"><label for="nl8"><input type="checkbox" id="nl8" name="nl[]" value="6"> Ratings</label></div> <div class="tnp-field tnp-field-email"><label for="tnp-1" style="font-size: 18px; font-weight: 400; color: #ab0434;">Enter email address</label> <input class="tnp-email" type="email" name="ne" id="tnp-1" value="" required style="margin-bottom: 6px";> <button class="tnp-submit" type="button" id="btn_sub">Subscribe</button></div> <div id="msg_alert"></div> </div> </form> </div> <script> $("#btn_sub").on("click", function(){ console.log($("#fm_sub"). serialize()); $.ajax({ type: 'POST', url: "https://staging-qatarinsurancegroup.kinsta.cloud/?na=s", data: $("#fm_sub"). serialize(), success: function() { $("#msg_alert").html("Save Complete").fadeOut(5000); } }); }); </script>
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Subscriber Form arrangementThanks Mr. Stefano. I have used custom HTML. It works well. Thank you for your great support.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] align “subscribe” formYou may edit the css
.tnp.tnp-subscription?{ text-align: right; }
Forum: Plugins
In reply to: [Job Manager] How to add a Pagination linkHI
I am using this plugin its really a good one and working great.
In my WordPress website inside job listing page showing pagination properly i want a links on pagination display. How to add thatExample: Here is showing – ” Jobs 1-2 of 4 “
If i press 2 it should go page number 2.
How to come like in job listing plugin.
Please help me
Website
word press version 4.1.5
Thankz
SachinForum: Plugins
In reply to: [Job Manager] How to customize job listing pageIn Jobs Listing page i changed the permalink
https://dotsads.com/Projects/vertex/Demo1/jobs
to
https://dotsads.com/Projects/vertex/Demo1/jobslisting
And added the code In joblisting page below shown:
“
Hi! This page is used by your Job Manager plugin as a base. Feel free to change settings here, but please do not delete this page. Also note that any content you enter here will not show up when this page is displayed on your site.<div id=”smenu-headin”>
<div id=”subheadingtext”>Careers</div>
</div>“
After i added its css in jobmanger display.css page
#smenu-headin{
width:251px;
height:60px;
float:left;
text-align:center;
color:#FFFCFC;
background-color:#0B3F83;
border-color:#000;
border-style:groove;
font-size:27px;
border-bottom: none;
}#subheadingtext{
margin-top:11px;
}Heading is not showing give me a solution please .
Thanks
SachinForum: Plugins
In reply to: [Job Manager] How to customize job listing pageDear sir,
I got your replay its really helpful .I am beginner in word press so i having confusion so you could help me to clear my problem .i have created one page careers and how i show job listing inside that careers page .you replayed me before for my this problem .
I will tell you what i want .wordpress version 4.1.5
in my website dotsads.com/Projects/vertex/Demo1 every pages i added a heading box in blue color you can see in my website .i want same heading in my applicants menu in my website .
if i create a normal page how i displays the job manager listing there ?could you please send me some screenshots how to do that.
Thankz & Regards
SACHINForum: Plugins
In reply to: [Job Manager] How to customize job listing pageHello sir
I have one more problem .i want to show my custom created page titles on joblisting and apply form pages.
I added this code on my job listing page
” <div id=”job-manager”>
<div><h3>Careeres</h3></div>
</div>
“
And added its css on job manager display.css page
#job-manager
{
background-color:#000;
width:200px;
height:200px;
} code is not working .How i can add that on my website could you please help me someone .And could tell me the proper way .Thankz
Forum: Plugins
In reply to: [Job Manager] How to get the applicats registration info on my mail idThanks For Your valuable info.
Forum: Fixing WordPress
In reply to: how to add image banner in particular wordpress pageThankz for your valuable info i used conditional tag
Forum: Plugins
In reply to: [Job Manager] How to get the applicats registration info on my mail idI solved my email problem .i just applied for job from another pc its working fine.Thanks for replaying me .And i have one more doubt i need to edit the form page and form successful page.i cant see those pages anywhere how i edit the appearance of that pages could you please help me
Thankz