Genesis plugins
- Genesis Layout Extras
- Genesis Simple Hooks
- Genesis Style Trump
- Genesis Visual Hook Guide
jQuery click event is not working when using .clone() or ajax. You can’t fire a click event after your element is loaded? I found the solutions below. jQuery( document ).ready(function($) { $(document).delegate(“#my-clone-id”, ‘click’, function() { $(this).clone().appendTo( “body” ); }); });
How to disable zoom in/zoom out on google map iframe tag? Just use style=”pointer-events:none” inline CSS. see example below. Output:
Click every tab to get the sample options and se the screenshot image. [anton-accordion cat=”270″]
Add sub-page using 1 page without adding another pages using add_rewrite_rule is very simple but clean strategy most specially if you have multiple sub-pages. Using add_rewrite_rule, your task is done. Please copy the codes to your functions.php. Example: I have this page, https://www.anthonypagaycarbon.com/parent/ and the page ID is 10. add_filter(‘query_vars’, ‘wdes_query_vars’); function wdes_query_vars($vars) { $vars[]…
1 long and 2 short computer beep code error indicates a video error has occurred and the BIOS cannot initialize the video screen to display any additional information. In my case, my computer has a video card, I simple remove it and clean a little then put it back. Beep is gone after that. For…