To randomize a list in HTML with Javascript use the following codes HTML CODE <div class=”container”> <h3>Shuffle List Randomly when page reload.</h3> <ul id=”grid” class=”list-inline”>… Read More →
.background-img { width: 10px; height: 10px; margin: 0 auto; animation-name:img-ani; animation-duration: 2s; animation-timing-function: ease-in; } @keyframes img-ani { from{opacity:0;} to{opacity: 1;} }
How to reset queries – wp_reset_query() Function – Smartupworld Developer’s Documents
March 28, 2022
Use the following function to reset queries wp_reset_query()
How to configure newsletter subscription in Magento 2?
March 14, 2022
Here’s a step-by-step guide to configuring newsletter subscription in Magento 2: Enable Newsletter Subscription: To enable newsletter subscription in Magento 2, go to Stores >… Read More →
Change a HTML5 input’s placeholder color with CSS
February 5, 2022
::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #909; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #909; opacity: 1; } ::-moz-placeholder… Read More →
Create Admin User in Magento 2 via Command Line
January 14, 2022
Create Admin User in Magento 2 via Command Line To create an admin user in Magento 2 via the command line, you can use the… Read More →