V B
Forum Replies Created
-
Solved
Thanks
Forum: Plugins
In reply to: [Contact Form 7] conditional email based on radio buttonHi Aurovrata,
Thanks for replying.
However,my query is solved now. ??
ThanksForum: Plugins
In reply to: [Contact Form 7] How to create a "password" fieldHi all,
Following is the code for giving password field.
In the form (with css styling):
<div class="row"> <div class="col-lg-3 col-md-12">Password : </div> <div class="col-lg-9 col-md-12"> <span class="wpcf7-form-control-wrap"> <input class="wpcf7-form-control wpcf7-text" type="password" name="text-password" /> </span> </div> </div>
In the Mail :
Password : [text-password]
Hope it helps someone
Cheers
VaishaliHi
I am having the same problem.My problem is, that i have designed two emails.
radio button : direct bank transfer|[email protected]
paypal|[email protected]Now i want to send two separate emails to the [email protected] based on the option selected.
Eg: if direct bank is selected, email ‘i am bank transfer’ should be sent and vice versa.
But it is sending both emails.Here is my code:
[radio radio-530 id:rad-show default:1 "Direct Bank Transfer|[email protected]" "Paypal|[email protected]"]
Please advise
ThanksForum: Themes and Templates
In reply to: [Zerif Lite] Mobile menu stopped working suddnely :(Hi Hardeep,
Thanks for replying.I removed the css for right alignment. Please check and kindly give me solution to align main menu towards right without affecting the responsive website.
I used following code to For alignment that is affecting the mobile website menu:
header nav#site-navigation { float: right; position: relative; right: -295px; top: 12px; }
I have one more question.
I used following code to highlight the current menu item..current-menu-item { color: #ead1dc; border: 0px solid #FFFFFF; border-bottom-color: #33ffd6; border-bottom-width:medium; outline: none; }
But it is showing two active links now on home page. (Please see my website).
Thanks
VaishaliForum: Themes and Templates
In reply to: [Zerif Lite] Mobile menu stopped working suddnely :(I found the reason. I added some code in my custom css to align the primary menu towards right. When i am removing that code , the responsive menu working correctly.
I HAVE NEW PROBLEM NOW.
How should i align my primary menu towards right ??? ??
Hi
First download “simple custom css” plugin.Paste following code in it.
.about-us { background: #yourcolor; }
Forum: Themes and Templates
In reply to: [Zerif Lite] Want to add top navigation menuHi anvarjamal
Thanks for replying. But my websute has requirement of two menu. I want to add just login buttons of two parties employer and candidate in the top menu.I added extra menu in functions.php by using register_menu function.
But now I am not able to set it properly in header by using wp_nav.
It is showing second menu but is not responsive.What to modify next?
ThanksForum: Themes and Templates
In reply to: [Zerif Lite] adding another button to the Big Title sectionThank you so much. Its working ??
Can you please tell me how can i add one more top menu bar for login and register. Just like wordpress is having in black color.
Thanks
VaishaliForum: Themes and Templates
In reply to: [Zerif Lite] Unable to add widget in sidebarHi Hardeep
Firstly thanks for your prompt replies. ??
And yes, now m able to add widgets too in sidebar.Forum: Themes and Templates
In reply to: [Zerif Lite] Error in media upload.Hi Hardeep
I haven’t created child theme. And added all the changes in custom css file. So if I delete the theme, will my previous changes retains?
If yes, then I can try deleting and re-installing.
Forum: Themes and Templates
In reply to: [Zerif Lite] header menu and logo background/* change navigation menu background color */ .navbar { background:#fff; }
Add this in your custom css.
Working with my site ??Forum: Themes and Templates
In reply to: [Zerif Lite] adding another button to the Big Title sectionHi
i also want to add more buttons in big title section.
<div class="buttons"> <a href="#">CANDIDATE</a> <a href="#">RECRUITER</a> </div>
this is the code i fetched using developer tool. Now i want to add third button ‘search ‘
<a href="#">SEARCH</a>
where to add this line in front page?
thanks
Forum: Themes and Templates
In reply to: [Zerif Lite] Error in media upload.Yes, when I am switching to some other theme, its working. But after activating zerif theme its giving me error.:(
Forum: Fixing WordPress
In reply to: Showing ftp address in url instead of website nameYes.. The url is correctly set. When m going in settings, two options are shown. One is abc.com and the other is 350.950.myftpupload.com
Abc.com is set as primary one.still m not getting it in url.:-(