Blogs
How to use Media Queries in Responsive Web Design?
Media queries allow a website of different views on various and different sizes of screens and browsers. Most commonly on
How to add css code with code snippets plugin
You can include code examples in your function php by using the code below. add_action( ‘wp_footer’, function () { ?GREATER
5 Quick Tips to Speed Up WordPress Load Times
Without a doubt, Your website load time is very crucial to its success. It’s no surprise that in the world
Fix elementor posts grey space below the image
.elementor-posts .elementor-post__card .elementor-post__thumbnail { padding-bottom: 0 !important; }
How to add custom post type in wordpress
Learn what a custom post type is, when you need to use it, and how you can create dynamic pages
How to add MARQUEE with Elementor Pro in WordPress
hello there ➺ hello there ➺ hello there ➺ hello there ➺ hello there ➺ hello there ➺ .marquee {
Blur Sticky Header With Elementor
selector.elementor-sticky–effects{ background-color: rgba(0,0,0,0.4)!important; backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); } selector{ transition: background-color 1s ease !important; } selector.elementor-sticky–effects >.elementor-container{ min-height:
How to sort post using custom query with ACF
add_action( ‘elementor/query/sorted_by_date’, function( $query ) { $query->set( ‘meta_key’, ‘sort_date’ ); $query->set( ‘orderby’, ‘meta_value_num’ ); $query->set( ‘order’, ‘ASC’ ); }); /*Add
7 WordPress Plugins I install on all websites 2024
The plugin list Admin and Site Enhancements (ASE) Classic Editor ManageWP Worker Elementor & Elementor Pro Solid Security (or Security
How to change “Add to cart” button text for woocommerce?
// To change add to cart text on single product page add_filter( ‘woocommerce_product_single_add_to_cart_text’, ‘woocommerce_custom_single_add_to_cart_text’ ); function woocommerce_custom_single_add_to_cart_text() { return __(