forked from LiveCarta/LiveCartaWP
LAW-8882: fixes
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -25,6 +25,7 @@ require_once 'inc/walker-nav-menu.php';
|
|||||||
<a href="/collection/" tabindex="0">Chapter Collections</a>
|
<a href="/collection/" tabindex="0">Chapter Collections</a>
|
||||||
<a href="/custom-copy/" tabindex="0">Customized book copies</a>
|
<a href="/custom-copy/" tabindex="0">Customized book copies</a>
|
||||||
<a href="/individual-chapters/" tabindex="0">Individual Chapters</a>
|
<a href="/individual-chapters/" tabindex="0">Individual Chapters</a>
|
||||||
|
<a href="/blog/" tabindex="0">Blog</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="fm-col">
|
<div class="fm-col">
|
||||||
<div class="title">Legal</div>
|
<div class="title">Legal</div>
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
<div class="mp-interested centered">
|
<div class="mp-interested centered">
|
||||||
<h4 class="text-header">Interested? Get to know more</h4>
|
<h4 class="text-header">Interested? Get to know more</h4>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a>
|
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
|
||||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<div class="mp-interested centered">
|
<div class="mp-interested centered">
|
||||||
<h4 class="text-header">Interested? Get to know more</h4>
|
<h4 class="text-header">Interested? Get to know more</h4>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a>
|
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
|
||||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ if ($tIds !== false) {
|
|||||||
<div class="mp-interested centered">
|
<div class="mp-interested centered">
|
||||||
<h4 class="text-header">Interested? Get to know more</h4>
|
<h4 class="text-header">Interested? Get to know more</h4>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a>
|
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
|
||||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -30,6 +30,7 @@
|
|||||||
console.warn("please add pdfUrl");
|
console.warn("please add pdfUrl");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
btn.classList.remove("btn-loading");
|
||||||
window.open(pdfUrl, "_self");
|
window.open(pdfUrl, "_self");
|
||||||
}, false );
|
}, false );
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<div class="mp-interested">
|
<div class="mp-interested">
|
||||||
<h4 class="text-header">Interested? Get to know more</h4>
|
<h4 class="text-header">Interested? Get to know more</h4>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a>
|
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
|
||||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ $post = $posts[0];
|
|||||||
<div class="mp-interested centered">
|
<div class="mp-interested centered">
|
||||||
<h4 class="text-header">Interested? Get to know more</h4>
|
<h4 class="text-header">Interested? Get to know more</h4>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a>
|
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
|
||||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -72,7 +72,7 @@
|
|||||||
<div class="mp-interested centered">
|
<div class="mp-interested centered">
|
||||||
<h4 class="text-header">Interested? Get to know more</h4>
|
<h4 class="text-header">Interested? Get to know more</h4>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a>
|
<a href="/book-a-demo/" class="button action big promo" tabindex="0"><span class="icon-star-circle"></span>Book a demo</a>
|
||||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user