Divi is a website theme builder for WordPress websites. Use this tag for questions or problems you have with writing code in Divi.
Questions tagged [divi]
254 questions
-1
votes
1 answer
Problems with Divi Theme Builder in Wordpress
Greeting everyone.
I'm trying to put my CSS code on a form using the Wordpress tool called Divi Builder. But the code i put in came out totally diffrent of what i programmed. I already tried almost everything and nothing works. I'll put my CSS code…

Gabriel Cintra
- 1
- 2
-1
votes
2 answers
How can I close a hamburger menu after an anchor is clicked
I am sorry if this question has been asked a thousand times but I am not a coder more a designer. I am developing a one page site for my business with a hamburger menu that opens to cover the page. I have anchor links to the different sections. I…

Paul 808Images
- 3
- 1
-1
votes
2 answers
Div with "height: 100%" greater than child
I'm working in WordPress with the Divi theme and I've made a grid of 2 rows and 4 columns. I'm trying to create a zigzag pattern in the grid where each div has either an image or text:
image
text
image
text
text
image
text
image
I've…

Jaywesterlow
- 3
- 3
-1
votes
1 answer
Woocommerce product gallery crop images
Images displayed in low quality and cropped when gallery on grid mode, and Divi settings do not got configuration for images. How it can be displayed on vertical display in full width with different orientation (horizontal images now…

TheNikCD
- 191
- 1
- 2
- 18
-1
votes
1 answer
Divi Woocoommerce Shop speed issue
I am currently trying to speed up a Wordpress webshop using the Divi Theme in combination with the Plugins WooCommerce & BodyCommerce.
The usage of this plugins is lowering the speed of the site. The current loading times are 5-10 seconds. After…

Zharin
- 75
- 12
-1
votes
1 answer
Divi Theme woocommerce gallery - more images per page
I would like to change the default number of photos per page that is displayed in the woocommerce gallery of the product in Divi Theme. Currently default option is 4 photos per page.
currently - only 4 images per page
How can i make 2 rows of photos…

dmaker2912
- 1
- 1
-1
votes
1 answer
Can I get the Wordpress Divi Editor Search Module to search text
I am developing a webpage which has to host 100s of videos (link to youtube vidoes) and I need a way to search these, but the Divi Search Module only seems to search posts or pages. Can I build my own search module or get this one to work?

Kaira Wadhwa
- 17
- 3
-1
votes
1 answer
Render Divi Tags via WordPress API
I am trying to pull out a page via the WordPress API like so:
/wp-json/wp/v2/pages/MY_PAGE_ID?status=publish
However the page was built using the Divi Page Builder module and includes the various Divi tags in the content such as:
[et_pb_section…

Aphire
- 1,621
- 25
- 55
-1
votes
2 answers
Changes on the site dose not show up after publishing
I am learning WordPress on localhost. I am using the Divi theme to create a demo site. whenever I edit a landing page, the changes don't show up on the site after publishing. What is the problem? Kindly help me as I am a newbie to WordPress.

Faisal Nawaz
- 1
- 1
-1
votes
2 answers
Divi Theme Builder Keeps Loading
The Divi theme builder keeps loading when enabled in any pages. I updated the WordPress, Divi and PHP although the problem persists. Can anyone help me solve the issue.

Dibya Darshan Khanal
- 45
- 1
- 8
-1
votes
1 answer
Align Quick View Buttons Horizontally/Vertically
how do I align the quick view buttons horizontally?
I've tried css below but it doesn't work. Please advise. Thank you.
.woosq-btn {
display: flex;
justify-content: center;
}
I'm using WPC Smart Quick View plugin. Link…

Jacob
- 13
- 5
-1
votes
1 answer
How to make a button to disable elements in a class
I am trying to create a filtering system for a portfolio site in wordpress (using the Divi Builder) and would love to be able to make a button/buttons to set elements with specific classes on a page to display: none when the button is clicked on.
If…

Rohan Gerrard
- 1
- 2
-1
votes
1 answer
-1
votes
1 answer
Submenu text and background css not in sync
In the main navigation of our Wordpress website (made by the Divi Page Builder) we have two submenus. The submenu appears without a problem when you hover over the main navigation item, but the problem occurs when you leave the submenu. The…

Jan
- 89
- 9
-1
votes
1 answer
How can I change the data-icon value using jQuery?
I have an ajax "load more/show less" button on my blog. The default button text is "More Posts" with a down arrow icon.
More Posts button
When the button is clicked, the text changes to "Less Posts", but I can't figure out how to change the icon to…

Jeremy
- 3
- 1