edwardgnz
Forum Replies Created
-
Hi Akyusa,
Thanks ??
Sorry, I forgot to post a link to where a gallery is used.
I can’t quite figure out how to prevent the page from scrolling up when I press the next/previous button on the lightbox. But I have stopped other # links from triggering a page scrolling up when clicked. I placed this code on the footer.php but it didn’t fix the issue on the lightbox.<script type="text/javascript"> /* <![CDATA[ */ ( function( $ ) { $( 'a[href="#"]' ).click( function(e) { e.preventDefault(); } ); } )( jQuery ); /* ]]> */ </script>
Here’s a gallery example:
https://www.myhomecavite.com/lancaster-new-city/thea-townhouse/Forum: Themes and Templates
In reply to: [Llorix One Lite] hashtag links prevent scrolling upI already solved it by adding this code to the bottom of page.php
<script type="text/javascript"> /* <![CDATA[ */ ( function( $ ) { $( 'a[href="#"]' ).click( function(e) { e.preventDefault(); } ); } )( jQuery ); /* ]]> */ </script>
Forum: Plugins
In reply to: [Data Tables Generator by Supsystic] Data tables all gone after updateI removed the plugin folder and re-installed the plugin. Thankfully all the tables are back.
Forum: Themes and Templates
In reply to: [Kyma] how to remove borders/margin on the page?Here is the site URL thanks!
Forum: Themes and Templates
In reply to: [Kyma] how to remove borders/margin on the page?https://www.myhomecavite.com/wp-content/uploads/2016/02/prntscren1.0-1.png
Here is a screenshot
Forum: Themes and Templates
In reply to: [Kyma] Child Theme second methodI figured it out thanks!
Forum: Themes and Templates
In reply to: [Kyma] Child Theme second method.hm_go_top { display: inline-block; height: 43px; width: 43px; position: fixed; bottom: 20px; right: 20px; background: #13896b url(images/hm-top-arrow.svg) no-repeat center 50%; visibility: hidden; opacity: 0; z-index: 1; -webkit-transform: translateZ(0); }
I tried to change the color and it loses the white arrow when I do so using custom css
Forum: Themes and Templates
In reply to: [Kyma] Child Theme second methodhttps://www.myhomecavite.com
I was able to change the text color of the footer using custom css plugin.
Do you recommend using custom css plugin instead of a child theme?It worked great. THANKS!!!