sunnylife
Forum Replies Created
-
sorry it works. thank you for support.
Sir, it works to print “Alternate Phone No”. But, it overwrite my existing form field i.e. “Complete Street Address” which is very important.
So, please take a moment to get rid of this issue as well.
sir i added your suggested code but it breaks my invoice alignment. Alternate no is displaying too right. Email and phone number too below and invoice details alignment also changed.
Please check the attached issue here. https://pasteboard.co/K1FO5Wg.jpg
I just want to print “Alternate phone no” and “landmark” just below the billing details.
Thank you.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Add attributes dynamicallyHi,
I am using this plugin to generate automated invoices. But unfortunately 2 of my checkout form fields i.e. “Alternate Phone No” and “Landmark” are going to missed in the invoice.
Please help me. [sabziadda.com]
Forum: Themes and Templates
In reply to: [Virtue] top bar element alignmentHi,
I want to reduce the top bar vertical length (i.e. want to reduce blue color menu vertical space).
Forum: Themes and Templates
In reply to: [Virtue] Search box in top menuOkay Kevin.
I will wait.
Forum: Themes and Templates
In reply to: [Virtue] Search box in top menuThank you so much.
Now the code is working when I changes comment tag.
How can change default text in search box?
Forum: Themes and Templates
In reply to: [Virtue] Search box in top menuThe above code is not working.
Forum: Themes and Templates
In reply to: [Virtue] Search box in top menuYes, I am using child theme. Now what I will do to make changes to top bar search box?
Thanks,
SunnyForum: Themes and Templates
In reply to: [Virtue] Extra space between content and TableHere is the link of my FAQ page:
https://bit.ly/2cZiBrWForum: Themes and Templates
In reply to: [Virtue] Extra space between content and TableThank you so much Kadence Themes.
How should I remove extra spaces in FAQ page?
Forum: Themes and Templates
In reply to: [Virtue] Extra space between content and TableThank you for your response Kevin.
I have added below codes. Kindly look into it:
<p align=”justify”>We are constantly growing and will expand our delivery areas soon. Stay tuned though, as we’re always working on ways to reach you soon! Our services currently cover delivery to almost all locations of Patna, Bihar. We are serving at all the pin codes listed below:</p>
<!DOCTYPE html>
<html>
<head>
<style>
table {
width:80%;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 5px;
text-align: left;
}
table#t01 tr:nth-child(even) {
background-color: #eee;
}
table#t01 tr:nth-child(odd) {
background-color:#fff;
}
table#t01 th {
background-color:#4285F4;
color: white;
}
</style>
</head>
<body><table id=”t01″ align=”center”>
<tr>
<td>800001</td>
<td>800002</td>
<td>800003</td>
<td>800004</td>
</tr>
<tr>
<td>800005</td>
<td>800006</td>
<td>800007</td>
<td>800008</td>
</tr>
<tr>
<td>800009</td>
<td>800010</td>
<td>800011</td>
<td>800012</td>
</tr>
<tr>
<td>800013</td>
<td>800014</td>
<td>800015</td>
<td>800016</td>
</tr>
<tr>
<td>800017</td>
<td>800018</td>
<td>800019</td>
<td>800020</td>
</tr>
</table></body>
</html>Forum: Themes and Templates
In reply to: [Virtue] Extra space between content and TableForum: Themes and Templates
In reply to: [Virtue] WooCommerce "please choose product options" errorThank you @Kadence Themes for your support.
Forum: Themes and Templates
In reply to: [Virtue] WooCommerce "please choose product options" errorHello Kadence Themes,
I just followed your suggestion. I reinstall the woocommerce plugin but still the same problem. Please check and suggest me the other possible soultion.
Thanks,