Browser css compatibility
Disable safari select fields css to avoid unparalleled height of your form fields.
select {
-webkit-appearance: none;
}
Navigation menu on-click prevent default if menu item has children and fires only on second click // OPTION 1 // JQUERY $( '.menu-item-has-children a' ).click( function(e){ $( this ).parent().toggleClass( 'active-li' ); if( $( this ).next( '.sub-menu' ).css( 'display' ) == 'block' ){ e.preventDefault(); } }); // CSS ul.menu .sub-menu { display: none; } ul.menu .active-li…
Having trouble in Javo Directory WordPress theme? Currently the PHP class code that manage all the templating system of the Javo Directory WordPress theme. I’ll have a sample code on how to add new dashboard page using Javo Directory WordPress theme. In my case I’d like the `Add Listing` page to be displayed within dashboard…
Facebook Facebook Like Box Widget http://wordpress.org/plugins/facebook-like-box-widget/ Testimonials WP Customer Reviews https://wordpress.org/plugins/wp-customer-reviews/ Popup Cookie Cookie Control – http://wordpress.org/plugins/cookie-control/
Wrap the genesis footer widgets and footer section by footer wrap. Example: <div class="footer-widgets"></div> <footer class="site-footer" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter"></div> Using the codes below, this will be the output look like. <div class="footer-wrap"> <div class="footer-widgets"></div> <footer class="site-footer" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter"></div> </div> add_action( 'genesis_before_footer', 'footer_wrap_start', 1 ); add_action( 'genesis_after_footer', 'footer_wrap_end' ); function footer_wrap_start(){ echo '<div id="footer-wrap">'; }…
How to remove primary side include the ‘ ‘ tags. <aside class="sidebar sidebar-primary widget-area responsive-element" role="complementary" itemscope="itemscope" itemtype="http://schema.org/WPSideBar"> <section id="text-36" class="widget widget_text">YOUT WIDGET</section> </aside> Copy this code and paste into your functions.php remove_action( 'genesis_after_content', 'genesis_get_sidebar' );
Before we start please do support my Youtube channel Web Developer Green – https://www.youtube.com/channel/UCSilTsUejzMeHJ8rSvp2K_g master, thank you! DIV ALIGNED TOP HTML CODE <div class="master-row master-row-1"> <div class="master-wrap"> <h1 class="text-center">DEMO 1</h1> <div class="row-col"> <div class="col col-2"> <div class="col-d"> <img src="img.jpg" alt="" /> </div> </div> <div class="col col-2 pl-30"> <div class="col-d"> <h2>DIV ALIGNED TOP HTML CSS EXAMPLE</h2>…
You’re a among a form blogger in this field. Keep up the work. It’ll pay off.
Wow, it’s no surprise why you’ve so many people following you online.