1. PROMO Subscribe our All Access Pass @ 75% OFF & access all our 16+ premium Divi extensions: Divi Block Pro, Carousel Toolkit, etc.LEARN MORE
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 Pages going haywire for no reason

Discussion in 'Free Divi Community Forum' started by Christopher Graham, Nov 4, 2019.

  1. Christopher Graham

    Christopher Graham New Member

    So I am having this repetitive issue. I edit a page, save it in visual builder and everything goes crazy.

    I have modules set to mobile only and desktop only, but now they randomly show both simultaneously on desktop. This happens for no apparent reason. It seems like the page isn't loading custom CSS, or CSS at all in some cases.

    On this page, I was trying to turn off the clickable link associated with each portfolio image.

    http://narejo.shademarketing.com/index.php/projects/

    I added a small bit of code:

    .et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta a {
    pointer-events: none;
    }

    and poof, everything is messed up. I delete the code, and it remains messed up.

    I had solved this issue before by turning off the "Static CSS file generation" option. But this time the option is off and this is still happening.

    Can someone please help me?
     
    1. PRO MEMBER PERKS Divi Ultimate Header Plugin - Add custom vertical navigation for your Divi site. Turns into slide in menu on mobile:Learn More
  2. Christopher Graham

    Christopher Graham New Member


    Other things I've tried:

    • Safe mode on doesn't change the problem
    • Turning off all plugins does nothing to fix the problem
    • Turning on "Static CSS..." then turning off and reloading... nothing


    It's only on this one page, this time.
     
  3. Divi.Help

    Divi.Help Administrator
    Staff Member

    Try to set the Fullwidth Portfolio module to have 100% width.
     
    1. PRO MEMBER PERKS Divi Cart Count Plugin - Easily add cart count to your Divi cart icon. 6 different styles to choose from:Learn More
  4. Christopher Graham

    Christopher Graham New Member

    So, it just corrected itself, for no reason I can understand. It seems like a caching problem.

    Do you have any idea how I can remove teh link each portfolio item has? I want to keep the info on mouse over, but I don't want the images to link to another page. I tried adding this to custom CSS in Divi Options, but it didn't seem to do anything:

    .et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta a {
    pointer-events: none;
    }

    Any ideas? Thanks you so much for your help.
     
  5. Divi.Help

    Divi.Help Administrator
    Staff Member

    1. PRO MEMBER PERKS Divi Block Pro - Easy-to-use drag & drop interface to mix & match 456+ premade Divi blocks & export as json file:Learn More
  6. Christopher Graham

    Christopher Graham New Member

    I added it Divi > Theme Customizer> Custom CSS and it didn't seem to do anything to the portfolio slider. clicking still takes you to a post page with the image blown up. Any ideas?
     
  7. Divi.Help

    Divi.Help Administrator
    Staff Member

    Seems like you wrapped the CSS in @media (max-width:980px){

    Be sure to close the bracket before applying the above CSS.
     
    1. PRO MEMBER PERKS Divi Ultimate Header Plugin - Custom Divi Builder header on desktop + default slide in / fullscreen menu on mobile:Learn More
  8. Christopher Graham

    Christopher Graham New Member

    Thank you! Got it working.