Merge pull request #3657 from gregory-p/wordpress

hide mobile app download buttons
This commit is contained in:
bivis
2020-04-20 12:23:48 +03:00
committed by GitHub
3 changed files with 6 additions and 2 deletions

View File

@@ -63,11 +63,13 @@ require_once 'inc/walker-nav-menu.php';
</div>
</div>
</div>
<?php if(0):?>
<div class="app-download">
<div class="title">Download our app</div>
<a target="_blank" href="https://apps.apple.com/us/app/livecarta/id1505717341" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/app-store.png'); ?>" alt=""></a>
<a target="_blank" href="https://play.google.com/store/apps/details?id=com.teqspring.apps.livecarta" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/google-store.png'); ?>" alt=""></a>
</div>
<?php endif;?>
</div>
</footer>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -39,11 +39,11 @@
<div class="title">Subscribe</div>
<div class="sub-input">
<div id="mc_embed_signup">
<form action="https://lawcarta.us12.list-manage.com/subscribe/post?u=f1055fdbaf5889ec432f2821f&id=25a4c0d555" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
<form action="https://lawcarta.us12.list-manage.com/subscribe/post?u=f1055fdbaf5889ec432f2821f&id=a0685621c3" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Enter your Email" required>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_f1055fdbaf5889ec432f2821f_25a4c0d555" tabindex="-1" value=""></div>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_f1055fdbaf5889ec432f2821f_a0685621c3" tabindex="-1" value=""></div>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
</form>
@@ -57,11 +57,13 @@
</div>
</div>
</div>
<?php if(0):?>
<div class="app-download">
<div class="title">Download our app</div>
<a target="_blank" href="https://apps.apple.com/us/app/livecarta/id1505717341" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/app-store.png'); ?>" alt=""></a>
<a target="_blank" href="https://play.google.com/store/apps/details?id=com.teqspring.apps.livecarta" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/google-store.png'); ?>" alt=""></a>
</div>
<?php endif;?>
</div>
</footer>