Similar Posts
Fatal error: Allowed memory size
Fatal error: Allowed memory size is showing if the default WordPress or hosting allocated memory is reach. In some case this can be fix via wp-config.php, php.ini, or .user.ini. If the error is still not fixed, better to contact your hosting provider and let them fix the error. This is my error: Fatal error: Allowed…
How to fix the Buddypress comment button issue using The7 WordPress themes?
Do you have issues in comment button in Buddypress activity page? When clicking the comment button the page keeps on reloading the whole page? And you are using The7 WordPress themes? The code below will show you how to fix the Buddypress comment button issue using The7 WordPress themes? add_action( 'wp_print_scripts', 'my_deregister_javascript', 100 ); function…
WordPress html entities
left single quote ‘ ‘ right single quote ’ ’ single low-9 quote ‚ ‚ left double quote “ “ right double quote ” ” double low-9 quote „ „ dagger † † double dagger ‡ ‡ per mill sign ‰ ‰ single left-pointing angle quote ‹ ‹ single right-pointing angle quote › › black…
Disable plugin default css
GRAVITY FORM .gform_wrapper { margin: 0!important; max-width: 100%!important; } .gform_wrapper .top_label li.gfield input, .gform_wrapper .top_label li.gfield select, .gform_wrapper .top_label li.gfield textarea { width: 100%!important; padding-right: 2%!important; padding-left: 2%!important; } .gform_wrapper .top_label li.gfield .ginput_left, .gform_wrapper .top_label li.gfield .ginput_right { width: 49%!important; } .gform_wrapper .gform_footer { padding: 0; margin: 10px 0 0 0; } WOOCOMMERCE TABS .woocommerce-tabs…
Genesis hooks and custom functions
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' );
Design WP Login landing page (wp-login.php, wp-login.php?action=lostpassword,etc.)
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…


Many thanks if you are so kind to fairly share this information.