forked from LiveCarta/LiveCartaWP
File diff suppressed because one or more lines are too long
@@ -8,7 +8,7 @@ require_once 'inc/walker-nav-menu.php';
|
||||
<div class="cont">
|
||||
<div class="footer-left">
|
||||
<div class="logo">
|
||||
<a href="/">
|
||||
<a href="/" tabindex="0">
|
||||
<img src="<?= get_theme_file_uri('/assets/img/logo.svg'); ?>" loading="lazy" alt="LiveCarta" width="136" height="26">
|
||||
</a>
|
||||
</div>
|
||||
@@ -19,37 +19,37 @@ require_once 'inc/walker-nav-menu.php';
|
||||
<div class="footer-menu">
|
||||
<div class="fm-col">
|
||||
<div class="title">Product</div>
|
||||
<a href="/features/">Features</a>
|
||||
<a href="/collection/">Chapter Collections</a>
|
||||
<a href="/custom-copy/">Customized book copies</a>
|
||||
<a href="/individual-chapters/">Individual Chapters</a>
|
||||
<a href="/blog/">Blog</a>
|
||||
<a href="/features/" tabindex="0">Features</a>
|
||||
<a href="/collection/" tabindex="0">Chapter Collections</a>
|
||||
<a href="/custom-copy/" tabindex="0">Customized book copies</a>
|
||||
<a href="/individual-chapters/" tabindex="0">Individual Chapters</a>
|
||||
<a href="/blog/" tabindex="0">Blog</a>
|
||||
</div>
|
||||
<div class="fm-col">
|
||||
<div class="title">Legal</div>
|
||||
<a href="/privacy-policy/">Privacy Policy</a>
|
||||
<a href="/cookies-policy/">Cookies Policy</a>
|
||||
<a href="/terms-of-use/">Terms of Use</a>
|
||||
<a href="/privacy-policy/" tabindex="0">Privacy Policy</a>
|
||||
<a href="/cookies-policy/" tabindex="0">Cookies Policy</a>
|
||||
<a href="/terms-of-use/" tabindex="0">Terms of Use</a>
|
||||
</div>
|
||||
<div class="fm-col">
|
||||
<div class="title">Contact</div>
|
||||
<a href="<?= get_lawcarta_url()?>/review-copy">Request review copy</a>
|
||||
<a href="/contact-us/">Contact Us</a>
|
||||
<a href="/faq-page/">FAQs</a>
|
||||
<a href="/about-us/">About Us</a>
|
||||
<a href="<?= get_lawcarta_url()?>/review-copy" tabindex="0">Request review copy</a>
|
||||
<a href="/contact-us/" tabindex="0">Contact Us</a>
|
||||
<a href="/faq-page/" tabindex="0">FAQs</a>
|
||||
<a href="/about-us/" tabindex="0">About Us</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-right">
|
||||
<div class="socials">
|
||||
<a target="_blank" href="https://twitter.com/_livecarta" title="Twitter"><span class="icon-twitter"></span></a>
|
||||
<a target="_blank" href="https://www.instagram.com/livecarta" title="Instagram"><span class="icon-instagram"></span></a>
|
||||
<a target="_blank" href="https://fb.me/LikeLiveCarta" title="Facebook"><span class="icon-facebook"></span></a>
|
||||
<a target="_blank" href="https://www.linkedin.com/company/likelivecarta" title="LinkedIn"><span class="icon-linkedin"></span></a>
|
||||
<a target="_blank" href="https://twitter.com/_livecarta" title="Twitter" tabindex="0"><span class="icon-twitter"></span></a>
|
||||
<a target="_blank" href="https://www.instagram.com/livecarta" title="Instagram" tabindex="0"><span class="icon-instagram"></span></a>
|
||||
<a target="_blank" href="https://fb.me/LikeLiveCarta" title="Facebook" tabindex="0"><span class="icon-facebook"></span></a>
|
||||
<a target="_blank" href="https://www.linkedin.com/company/likelivecarta" title="LinkedIn" tabindex="0"><span class="icon-linkedin"></span></a>
|
||||
</div>
|
||||
<div class="app-download">
|
||||
<a target="_blank" href="https://apps.apple.com/us/app/livecarta/id1505717341" class="app-download"><img width="120" height="35" loading="lazy" src="<?= get_theme_file_uri('/assets/img/app-store.png'); ?>" alt="App Store"></a>
|
||||
<a target="_blank" href="https://play.google.com/store/apps/details?id=com.teqspring.apps.livecarta" class="app-download"><img width="120" height="35" loading="lazy" src="<?= get_theme_file_uri('/assets/img/google-store.png'); ?>" alt="Play Store"></a>
|
||||
<a target="_blank" href="https://apps.apple.com/us/app/livecarta/id1505717341" class="app-download" tabindex="0"><img width="120" height="35" loading="lazy" src="<?= get_theme_file_uri('/assets/img/app-store.png'); ?>" alt="App Store"></a>
|
||||
<a target="_blank" href="https://play.google.com/store/apps/details?id=com.teqspring.apps.livecarta" class="app-download" tabindex="0"><img width="120" height="35" loading="lazy" src="<?= get_theme_file_uri('/assets/img/google-store.png'); ?>" alt="Play Store"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -148,7 +148,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
<button class="header-menu-toggle header-btn mobile" title="Open Menu">
|
||||
<span class="icon-menu"></span>
|
||||
</button>
|
||||
<a href="/" class="logo" title="Logo">
|
||||
<a href="/" class="logo" title="Logo" tabindex="0">
|
||||
<picture>
|
||||
<source media="(min-width: 600px)" srcset="<?= get_lawcarta_url()?>/img/logo.svg">
|
||||
<img src="<?= get_lawcarta_url()?>/img/logo-mobile.svg" width="36" height="36" alt="Logo">
|
||||
@@ -267,13 +267,13 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
}
|
||||
|
||||
let desktopLinks = '';
|
||||
if (!isGuest) desktopLinks += '<a href="' + linksObject.dashboard + '" class="menu-link movable"><span class="text">Dashboard</span></a>';
|
||||
desktopLinks += '<a href="' + linksObject.catalog + '" class="menu-link movable"><span class="text">Catalog</span></a>';
|
||||
if (!isGuest) desktopLinks += '<a href="' + linksObject.library + '" class="menu-link movable"><span class="text">My Library</span></a>';
|
||||
// if (!isGuest) desktopLinks += '<a href="' + linksObject.bundles + '" class="menu-link movable"><span class="text">Bundles</span></a>';
|
||||
if (isGuest) desktopLinks += '<a href="' + linksObject.features + '" class="menu-link movable' + isPageSelected.features +'"><span class="text">Features</span></a>';
|
||||
if (isGuest) desktopLinks += '<a href="' + linksObject.aboutUs + '" class="menu-link movable' + isPageSelected.aboutUs +'"><span class="text">About Us</span></a>';
|
||||
desktopLinks += `<a href="${linksObject.llm}" class="menu-link movable">
|
||||
if (!isGuest) desktopLinks += '<a href="' + linksObject.dashboard + '" class="menu-link movable" tabindex="0"><span class="text">Dashboard</span></a>';
|
||||
desktopLinks += '<a href="' + linksObject.catalog + '" class="menu-link movable" tabindex="0"><span class="text">Catalog</span></a>';
|
||||
if (!isGuest) desktopLinks += '<a href="' + linksObject.library + '" class="menu-link movable" tabindex="0"><span class="text">My Library</span></a>';
|
||||
// if (!isGuest) desktopLinks += '<a href="' + linksObject.bundles + '" class="menu-link movable" tabindex="0"><span class="text">Bundles</span></a>';
|
||||
if (isGuest) desktopLinks += '<a href="' + linksObject.features + '" class="menu-link movable' + isPageSelected.features +'" tabindex="0"><span class="text">Features</span></a>';
|
||||
if (isGuest) desktopLinks += '<a href="' + linksObject.aboutUs + '" class="menu-link movable' + isPageSelected.aboutUs +'" tabindex="0"><span class="text">About Us</span></a>';
|
||||
desktopLinks += `<a href="${linksObject.llm}" class="menu-link movable" tabindex="0">
|
||||
<span class="icon-magic"></span>
|
||||
<span class="text">Curriculum Builder</span>
|
||||
</a>`;
|
||||
@@ -286,13 +286,13 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
if (isGuest) {
|
||||
hrmHtml += `
|
||||
<div class="desktop-sign-cont">
|
||||
<a href="` + linksObject.login + `" class="sign-link button action">Log In</a>
|
||||
<a href="` + linksObject.signUp + `" class="sign-link button secondary">Sign Up</a>
|
||||
<a href="` + linksObject.login + `" class="sign-link button action" tabindex="0">Log In</a>
|
||||
<a href="` + linksObject.signUp + `" class="sign-link button secondary" tabindex="0">Sign Up</a>
|
||||
</div>
|
||||
`;
|
||||
mmSign += `
|
||||
<a href="` + linksObject.login + `" class="sign-link button action">Log In</a>
|
||||
<a href="` + linksObject.signUp + `" class="sign-link button secondary">Sign Up</a>
|
||||
<a href="` + linksObject.login + `" class="sign-link button action" tabindex="0">Log In</a>
|
||||
<a href="` + linksObject.signUp + `" class="sign-link button secondary" tabindex="0">Sign Up</a>
|
||||
`;
|
||||
}
|
||||
if (!isGuest) {
|
||||
@@ -302,7 +302,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
hrmHtml += `</button>`;
|
||||
}
|
||||
hrmHtml += `
|
||||
<a class="header-btn circle" href="` + linksObject.cart + `" title="My Cart">
|
||||
<a class="header-btn circle" href="` + linksObject.cart + `" title="My Cart" tabindex="0">
|
||||
<span class="icon-shop"></span>`;
|
||||
hrmHtml += frontSettings?.cartItemsCount > 0 ? '<span class="num">' + frontSettings.cartItemsCount + '</span>' : '';
|
||||
hrmHtml += `</a>`;
|
||||
@@ -317,22 +317,22 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
<span class="label">Manage account:</span>`;
|
||||
sharedAccounts.forEach((account) => {
|
||||
mmHtml += '<a href="' +
|
||||
linksObject.accountManage.replace('<id>', account.id) + '" class="menu-link"><span class="text">' +
|
||||
linksObject.accountManage.replace('<id>', account.id) + '" class="menu-link" tabindex="0"><span class="text">' +
|
||||
account.name + '</span></a>'
|
||||
})
|
||||
mmHtml += `</div>`;
|
||||
}
|
||||
|
||||
mmHtml += `<div class="menu-link-cont">
|
||||
<a href="` + linksObject.profile + `" class="menu-link"><span class="icon-my-profile"></span><span class="text">My Profile</span></a>`;
|
||||
if (showConfirmationNotice) mmHtml += `<a href="` + linksObject.verify + `" class="confirm-email">Confirm email</a>`;
|
||||
<a href="` + linksObject.profile + `" class="menu-link" tabindex="0"><span class="icon-my-profile"></span><span class="text">My Profile</span></a>`;
|
||||
if (showConfirmationNotice) mmHtml += `<a href="` + linksObject.verify + `" class="confirm-email" tabindex="0">Confirm email</a>`;
|
||||
mmHtml += `</div>`;
|
||||
|
||||
if (showRoyaltiesAndSales) mmHtml += '<a href="' + linksObject.royalties + '" class="menu-link"><span class="icon-royalties"></span><span class="text">Royalties and Sales</span></a>';
|
||||
mmHtml += '<a href="' + linksObject.order + '" class="menu-link"><span class="icon-order-history"></span><span class="text">Order History</span></a>';
|
||||
if (showAccountAccess) mmHtml += '<a href="' + linksObject.accountAccess + '" class="menu-link"><span class="icon-account-access"></span><span class="text">Account Access</span></a>';
|
||||
if (showAdmin) mmHtml += '<a href="' + linksObject.admin + '" class="menu-link"><span class="icon-admin"></span><span class="text">Admin</span></a>';
|
||||
mmHtml += '<a href="' + linksObject.logout + '" class="menu-link"><span class="icon-logout"></span><span class="text">Logout</span></a>';
|
||||
if (showRoyaltiesAndSales) mmHtml += '<a href="' + linksObject.royalties + '" class="menu-link" tabindex="0"><span class="icon-royalties"></span><span class="text">Royalties and Sales</span></a>';
|
||||
mmHtml += '<a href="' + linksObject.order + '" class="menu-link" tabindex="0"><span class="icon-order-history"></span><span class="text">Order History</span></a>';
|
||||
if (showAccountAccess) mmHtml += '<a href="' + linksObject.accountAccess + '" class="menu-link" tabindex="0"><span class="icon-account-access"></span><span class="text">Account Access</span></a>';
|
||||
if (showAdmin) mmHtml += '<a href="' + linksObject.admin + '" class="menu-link" tabindex="0"><span class="icon-admin"></span><span class="text">Admin</span></a>';
|
||||
mmHtml += '<a href="' + linksObject.logout + '" class="menu-link" tabindex="0"><span class="icon-logout"></span><span class="text">Logout</span></a>';
|
||||
}
|
||||
|
||||
document.querySelector('.mm-links').innerHTML = mmHtml;
|
||||
|
||||
@@ -66,8 +66,8 @@
|
||||
<div class="mp-interested centered">
|
||||
<h4 class="text-header">Interested? Get to know more</h4>
|
||||
<div class="buttons">
|
||||
<a href="/book-a-demo/" class="button action big">Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big">Sign up for free</a>
|
||||
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
<div class="mp-interested centered">
|
||||
<h4 class="text-header">Interested? Get to know more</h4>
|
||||
<div class="buttons">
|
||||
<a href="/book-a-demo/" class="button action big">Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big">Sign up for free</a>
|
||||
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -126,8 +126,8 @@ if ($tIds !== false) {
|
||||
<div class="mp-interested centered">
|
||||
<h4 class="text-header">Interested? Get to know more</h4>
|
||||
<div class="buttons">
|
||||
<a href="/book-a-demo/" class="button action big">Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big">Sign up for free</a>
|
||||
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -39,8 +39,8 @@ get_header();
|
||||
<div class="mp-interested">
|
||||
<h4 class="text-header">Interested? Get to know more</h4>
|
||||
<div class="buttons">
|
||||
<a href="/book-a-demo/" class="button action big">Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big">Sign up for free</a>
|
||||
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
<div class="mp-interested">
|
||||
<h4 class="text-header">Interested? Get to know more</h4>
|
||||
<div class="buttons">
|
||||
<a href="/book-a-demo/" class="button action big">Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big">Sign up for free</a>
|
||||
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -44,8 +44,8 @@ $post = $posts[0];
|
||||
<div class="mp-interested centered">
|
||||
<h4 class="text-header">Interested? Get to know more</h4>
|
||||
<div class="buttons">
|
||||
<a href="/book-a-demo/" class="button action big">Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big">Sign up for free</a>
|
||||
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -72,8 +72,8 @@
|
||||
<div class="mp-interested centered">
|
||||
<h4 class="text-header">Interested? Get to know more</h4>
|
||||
<div class="buttons">
|
||||
<a href="/book-a-demo/" class="button action big">Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big">Sign up for free</a>
|
||||
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a>
|
||||
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -41,8 +41,8 @@ get_header();
|
||||
</div>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<a href="/book-a-demo/" class="button xxl mp-top-right">Book a demo</a>
|
||||
<a href="/user/registration" class="button xxl mp-top-left">Sign up for free</a>
|
||||
<a href="/book-a-demo/" class="button xxl mp-top-right" tabindex="0">Book a demo</a>
|
||||
<a href="/user/registration" class="button xxl mp-top-left" tabindex="0">Sign up for free</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
|
||||
Reference in New Issue
Block a user