by
Dan Mardis
| Nov 11, 2018 | Php, Snippets
Hi everyone, today we will see a little snippet code in order to add in an integrated way the possibility to upload a Svg logo directly from within your Divi Theme Options panel and customize it just like as any other jpg/png logo. EDIT FUNCTIONS.PHP AND ALLOW SVG...
by
Dan Mardis
| Aug 24, 2018 | React, Snippets
Hi everyone, today we want to talk about the styling in React and specifically in our Divi Modules development. So, let’s get started! STYLES IN REACT When dealing with styles in React you can feel a little confused cause there are several ways in order to style...
by
Dan Mardis
| Aug 4, 2018 | Css, Snippets
Hi everyone, we announced in the last post, today we want to continue showing you some news about Css features and how we can use them in our Divi posts and pages. More in detail we will see now how the @supports Css works and when it can come useful to us; in order...
by
Dan Mardis
| Jul 10, 2018 | React, Snippets
SUGGESTED POSTS The following article assumes you have already read the articles on the side. Take a look! Divi React I - Let's deepen React States React in Divi - How to work with State in your custom Divi modules Hi everyone, last week we talked...
by
Dan Mardis
| Jun 29, 2018 | jQuery, Snippets
SUGGESTED POSTS The following article assumes you have already read the articles on the side. Take a look! Divi jQuery - A glance at three useful jQuery and Js methods: .each(), .append() and .replace() Hi everyone, today we will put into Divi practice the...
by
Dan Mardis
| Jun 5, 2018 | jQuery, Snippets
Hi everyone, today we will talk about three jQuery interesting functions: ‘.find’, ‘.text’ and ‘.prepend’. First of all, however, let’s introduce a new method we will follow from here on (with just few exceptions) to write on...