Overwriting WordPress plugin javascript files
WordPress is a popular CMS that uses plugins to extend its functionality. Sometimes, we need to customize the way the plugin works.
Check the latest tips, tricks and news from the IT market.
Stay up to date with the marketWordPress is a popular CMS that uses plugins to extend its functionality. Sometimes, we need to customize the way the plugin works.
Services, scripts and cookie definitions can be configured in the Service Manager plugin in the WordPress Admin Panel, but sometimes this is not enough – then a PHP function should be used.
For an ecommerce shop, it is important to build a trustworthy image. See how we do this using FOMO.
Unexpected benefit of CSS development CSS3 made it possible to incorporate almost impossible features of webdesign in your markup. Now it seems like it can replace javascript. Well, of course I am just joking, but still there is a lot of functionalities that you can introduce just by the use of styles. I personally never […]
In today’s article we show our 3D Curtain Template, along with examples and code fragments. Check out our solution.
Websites need a special HTML markup and an additional style-rtl.css to be compatible with RTL languages. Let us help you.
Symfony 4.4, popular PHP framework, can be configured to use Swift Mailer library. Configuration can be defined in swiftmailer.yaml file: sending using own SMTP server or other email providers like: SendGrid, Amazon SES or Gmail. For Advanced User Management – FOSUserBundle can be used. It provides user registration and password recovery, including “confirmation per email” […]
Converse.js is an open-source XMPP chat in the browser, one that is easy to set up and integrate into your own website.
Force WordPress to log errors to a custom file location. Use WP_DEBUG_LOG constant in wp-config.php file.
Lets learn together why you should avoid to many redirects or chain redirects,