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
2 answers

Background video - What is the best Frame size / Frame rate / Codec / File size?

Please, I need your help. I'm dealing with a background video for our homepage. This section has 100vh and is full-width. I'm using DIVI as a builder. We hired a professional videographer to record a video for us. Now he asks me what should be the…
1
vote
0 answers

WordPress: Divi Accordion Trigger - What is the best way to Trigger an Image Change as the user selects different sections of an accordion?

WordPress site - Divi Theme/Framework. I'm trying to figure out what is the best way to trigger an image change (6 images total, one per tab) as the user selects different parts of the accordion. But the catch is the images are not inside the…
Web-Dude
  • 11
  • 3
1
vote
2 answers

Let the child CSS file load last in the DIVI Theme Wordpress

With the following code I integrate the CSS file from the Divi child theme. add_action( 'wp_enqueue_scripts', 'divi_engine_dynamic_child_theme', 20 ); function divi_engine_dynamic_child_theme() { wp_enqueue_style( 'parent-theme',…
Julian
  • 598
  • 8
  • 23
1
vote
1 answer

How to override divi Menu.php to child theme

Divi does not come with default option for cart count on menu so I'm able to achieve this by editing wp-content/themes/Divi/includes/builder/module/Menu.php but the problem it does not work if the file is put on child theme. Note I tried put it in…
1
vote
1 answer

Stray CSS in et-divi-customizer-global-cached-inline-style

I've got some CSS that I can't find which is in et-divi-customizer-global-cached-inline-style, its not in the custom CSS in Divi and I can't find it in the database. I haven't added any custom css files Looking for suggestions as to where else it…
Michael L Watson
  • 964
  • 13
  • 23
1
vote
1 answer

Can we edit WP-bakery template using the divi builder?

my client's requirement is to add a wp-bakery template and make changes using Divi builder, but I haven't found any relevant articles/tutorials related to this. I'm not sure whether this will work or not
1
vote
1 answer

How to display Woocommerce category description with DIVI theme

I'm using DIVI theme and have created a custom category layout. However, I can't seem to find a way to add the category description to the layout. DIVI doesn't provide any answers, and I've searched here as well. Can I use some tags to get it? The…
Dyvel
  • 847
  • 1
  • 8
  • 20
1
vote
1 answer

Slide in menu (in wordpress theme) with jQuery with CSS animation

trying to make this menu slide in and then slide out when the close button is clicked. For some reason I am unable to get it to slide out. jQuery(function($){ $('#menu-open').click(function() { …
ganoobi
  • 41
  • 4
1
vote
0 answers

Call a javascrip function in a button's link option from Divi (wordpress theme)

First of all, thank you in advance for any help you can give me. I'm not a coder, at all. I'm a photographer (https://lucky4shop.pt/portfolio/) that just happens to know a bit about Wordpress websites and can read css/html but I don't know how to…
1
vote
0 answers

Can I add a break tag into a span that is created by Divi?

I'm trying to use Divi's pricing modules, but want the "subtitle" field to be broken into two lines. Normally, I can just add a break tag to the Divi field, and it reads it normally and breaks the line, but for some reason, it's spitting out this…
1
vote
2 answers

Wordpress Loop - Not returning projects in specific category

I am attempting to simply pull in all projects in a specific category (e.g. 'websites' or 'featured'). When using: $args = array( 'post_type' => 'project', 'category_name' => 'websites', 'posts_per_page' => 10, ); Nothing is…
benelwoods
  • 65
  • 5
1
vote
0 answers

Anchor Links not working properly on desktop - working fine on mobile

I am in process of building this website https://whitesprucepartners.com/ using Divi. My anchor links are currently working just fine when I inspect elements on a mobile browser. However, when browsing the site on a desktop view, the links 'bounce'…
1
vote
2 answers

Why is a line break (
) being added to my image URL?

My website is built on WordPress and using the theme Divi. I am writing a new post and using the Divi image module to add images. In the editor the image shows up fine, however when the post is previewed or published, the image doesn't show up. Upon…
Lisa
  • 11
  • 2
1
vote
2 answers

How to change Divi blog elements order?

I have experience with Wordpress but is my first time with Divi. Based on the client design, I need simple change. On the image below you could see block from the blog(a post list used on the homepage in my case) What I need to do is showing the…
andy_314
  • 431
  • 5
  • 17
1
vote
1 answer

Trying to create a 100% height div in a Wordpress site with Divi theme

I have a Wordpress site, that shows maps of fictional worlds. The maps are leaflet.js maps, that are displayed within a div called map. This div is not created with the divi frontend, but in a html file that gets included through a plugin shortcode.…
1 2
3
16 17