Questions tagged [divi]

Divi is a website theme builder for WordPress websites. Use this tag for questions or problems you have with writing code in Divi.

254 questions
1
vote
1 answer

Problem with Divi stylesheet - remove css on element placed on element by style sheet

So I know the question is going to sound really weird as to why I want to do this, so here is a quick synopsis: I am working with wordpress, writing my own child theme. There is some style sheet that has changed all of the tags to be white,…
Shmack
  • 1,933
  • 2
  • 18
  • 23
1
vote
1 answer

how to remove placeholder in divi contact form by using javascript

I want to know how we can remove placeholders of contact form in divi theme by the the help of JavaScript. So that when someone open this contact form the placeholder does not show to user.
0
votes
0 answers

Multiple gravity forms work fine individually, however, if I embed them all in one web page, the html blocks of my gravity forms do not work

Wordpress website built with Divi Using gravity forms to create conditional logic forms Having trouble getting multiple forms (6 separate forms with similar conidtional logic pattern and modules) to work together on a website page. Any suggestions…
Aditya
  • 1
0
votes
1 answer

How to display custom post type using Divi?

I am trying to build a school website using Divi builder, and I need custom content to display like teachers, subjects etc. I used Custom Post Type UI and ACF plugin to create custom fields and I used the Divi theme builder to display dynamic…
Mina
  • 193
  • 1
  • 5
  • 16
0
votes
2 answers

How to resolve Divi (WordPress) anchor link issue

I've setup Divi anchor links on a page but those are not working as expected. The anchor link move the page to top only, but not moving to specific section. See it yourself: http://ryanr179.sg-host.com/test/ WordPress: v6.3 Divi: v3.0.21
Haroon
  • 155
  • 2
  • 10
0
votes
0 answers

Disable Anchor Link Scroll Animation in Divi

By default, Divi smooth-scrolls the page to sections from anchor links. I need the page to "jump" directly to the section instantly without any scroll animation. Example: https://stanfordimapro.wpengine.com [Nav links at top] I've added this…
pseudojk
  • 67
  • 6
0
votes
0 answers

Icons for divi extensions / option fields

I'm trying to add "icons" instead some texts for a "multiple_buttons" type field. I tried few different ways like stuff. Wasn't helpful. Anybody here who have done this early? 'options' => array( 'sadd-flex-flex-start' =>…
Kushan
  • 1
0
votes
1 answer

Enqueueing a Different CSS File (/assets/css/index.css) in Divi Child Theme

I'm facing an issue with enqueueing a custom CSS file in the Divi Child theme. Unlike the traditional structure where a child theme's style.css is automatically enqueued, I'm using a different directory structure for my custom styles. My goal is to…
0
votes
0 answers

reCaptcha badge appears in the lower right only on some pages

I am using Formidable Forms with Divi in WordPress 6.2.2. I had a non-Formidable request form in a global section that I replaced with a new formidable form plus a code module containing the reCaptcha Enterprise page script. All pages that already…
0
votes
0 answers

How do I make the desktop view responsive across even larger screens?

I made a website for a client using Wordpress (Divi) and it’s mobile responsive and beautiful. I thought I was done with the project until I sent the client a link to make revisions was when I discovered that the elements of the website are all…
0
votes
0 answers

How to filter custom post type (CPT) with custom fields to display/hide in divi blog module?

I'm trying to implement Show/Hide functionality on Custom Post Type (CPT) with Advanced Custom Fields (ACF) plugin in Divi Blog module. I want to be able to show only those CPT that have True value set in ACF field named 'show'. I'm using Theme:…
GZargi
  • 1
  • 1
0
votes
0 answers

Preventing Popups for Divi Popup from Closing when the ESC Key is Pressed

If I may, I'm currently using Popups for Divi plugin on my WordPress website and I'm facing an issue where the popup closes when the ESC key is pressed. My use case requires that the popup should remain open until a valid secret key is entered by…
Lotus
  • 67
  • 7
0
votes
0 answers

jQuery code breaks anchor links of the whole website

I have added jQuery for the menu navigation of my website. Unfortunately this makes all anchor links outside the menu unusable. The jQuery code is as follows: jQuery(function($){ $(document).ready(function(){ // All variables needed in functions …
Sven
  • 1
  • 1
0
votes
0 answers

Wordpress - Error with Divi widget builder

I encountered a problem while trying to activate the Divi Widget Builder plugin. When I attempt to activate the plugin, I receive the following error: Fatal error: Uncaught Error: Call to undefined function create_function() in…
mathieu
  • 1
  • 1
0
votes
0 answers

Autoplay audio in Wordpress not working even after a click or interaction on the popup

I am creating a web page by using Wordpress & Divi Builder which a background music will automatically play after the page load. According to the Chrome's autoplay policy, autoplay with sound is allowed if the user has interacted with the domain…
billyhalim25
  • 323
  • 1
  • 2
  • 16