Browser css compatibility
Disable safari select fields css to avoid unparalleled height of your form fields.
select {
-webkit-appearance: none;
}
How to fix this kind of error? This is showing on your console of a browser. adsbygoogle.js:35 Uncaught TagError: adsbygoogle.push() error: All ins elements in the DOM with class=adsbygoogle already have ads in them. With this codes below, your problem is solve. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> jQuery(document).ready(function($){ $('ins').each(function(){ (adsbygoogle = window.adsbygoogle || []).push({}); }); });…
How to hide Gravity Form field Label? I have 2 ways to solve the problem. Option 1: via CSS code. #gform_wrapper_1 label.gfield_label { display: none; } Option 2: via PHP code to be placed on your functions.php. add_filter( 'gform_enable_field_label_visibility_settings', '__return_true' ); Happy coding… 🙂
Re-register the default genesis sidebar into your function.php. See the image above for html output. genesis_register_sidebar( array( 'id' => 'sidebar', 'name' => __( 'Primary Sidebar', 'genesis' ), 'before' => '<div id="%1$s" class="widget %2$s">', 'after' => '</div></div>', 'before_title' => '<h4 class="widget-title widgettitle">', 'after_title' => '</h4><div class="widget-inner">' ) );
Gravity Forms Media Upload Field for BuddyPress Complete Tutorial Gravity Forms Media Upload Field for BuddyPress is an WordPress addon for Gravity Forms, BuddyPress, Gravity Forms User Registration Add-On. Plugins mentioned is required before this plugin. It helps user to upload photo and cover photo with advance cropping of the image. You might interested to…
Design WP Login landing page (wp-login.php, wp-login.php?action=lostpassword,etc.). I’d like to share some CSS code for you, you can enhance it on your own and this is just an example of mine. The 2 screenshot will be the layout output in WP login landing page. Copy the PHP code to your functions.php of your current WordPress…
Learning React.js is quit exciting #ReactJS #LearnReact #WebDevelopment #JavaScript #FrontendDev #ReactComponents #CodingTutorial #React101 #DevTips #Programmers
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.