1. PROMO Subscribe our All Access Pass @ 75% OFF & access all our 16+ premium Divi extensions: Divi Block Pro, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved Fix the display issue wp-content/cache/et

Discussion in 'Free Divi Community Forum' started by konopnafarmacja, Dec 6, 2019.

  1. konopnafarmacja

    konopnafarmacja New Member

    Hello,

    I'm not a webmaster but i have a online store website and I have a problem with displaying WooCommerce checkout page. I made some investigation with Google Chrome and I can fix that problem temporarily by removing a few lines containing "display:none" from "/wp-content/cache/et/372/et-core-unified-[some_numbers].min" file, but I believe that because it is "cache" folder, the file is recreated from time to time. Could you advise where is the source code which generate that *.min files in /cache folder?

    I'd be very grateful if anyone could help me
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade floating button design for your Divi site without using any plugins:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    See if the CSS code is in WP Admin > Divi > Theme Options > Custom CSS.
     
  3. konopnafarmacja

    konopnafarmacja New Member

    Thanks for prompt reply,
    In custom CSS code in Divi I have only
    Code:
    Log In or Sign Up to view this code.
    I think it is not a problem, because my problem is that ".et_pb_text_3" gets "display:none" code when screen is narrower than some specific number of pixels. I switched off generating Static CSS in Divi, then wrong code seemed to come from /cache/.. but "autooptimize" css file. When switched off Autooptimize plugin, now that code is coming directly from (index) page, and look like this:
    Code:
    Log In or Sign Up to view this code.
    Do you have any idea where that code is generated and how modify the source of that auto-generated display properties?
     
    1. PRO MEMBER PERKS Divi Ultimate Archive Plugin - Beautify your Divi archive / category page with 15 different premade blog designs:Learn More
  4. Divi.Help

    Divi.Help Administrator
    Staff Member

    For this CSS, it's coming from your page module settings.

    Basically, you just need to go to edit your page in Divi Builder & locate the affected Text module & go to the Text module settings > Advanced > Visibility & untick Tablet & Phone.
     
  5. konopnafarmacja

    konopnafarmacja New Member

    Thanks,

    I looked to Divi Builder and tried to click every module in the affected page but none of them has mobile/tablet options "ticked" in Visibility properties.
    Btw. that problem occurs also on desktop when you resize the browser window to width less than 980px because the line is:
    Code:
    Log In or Sign Up to view this code.
    Do you think that I could override that line with some CSS code and where I could put that extra CSS to make ".et_pb_text_3" visible (especially the wrong line contains "important" phrase in it?)
    '
     
    1. PRO MEMBER PERKS Divi Ultimate Archive Plugin - Beautify your Divi archive / category page with 15 different premade blog designs:Learn More
  6. konopnafarmacja

    konopnafarmacja New Member

    I don't see "Edit post" option so one more comment from my side: the only content of affected page is [woocommerce_checkout] (when edit in "default" editor)
     
  7. Divi.Help

    Divi.Help Administrator
    Staff Member

    You can try the below CSS in Divi > Theme Options > Custom CSS to make it always visible:
    Code:
    Log In or Sign Up to view this code.
     
    1. PRO MEMBER PERKS Divi Ultimate Header Plugin - Custom Divi Builder header on desktop + default slide in / fullscreen menu on mobile:Learn More
  8. konopnafarmacja

    konopnafarmacja New Member

    Thank you very much Divi.Help

    Althought I did not find a source of that redundant line of code, overriding with custom CSS helped in satisfactory way