Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3639924
Demo import failed
Closed

Comments

  • MArco started the conversation

    if I try to import any demo it doesn't work, I would like to import the demo science but nothing happens

  •  2,540
    PenciDesign replied

    Hi,

    For this case, please send me your WordPress admin account in a PRIVATE reply.
    I'll log in and try to help you check this problem.

    Regards,
    PenciDesign.



  •   MArco replied privately
  •  2,540
    PenciDesign replied

    Hi,

    1. Kindly send me the URL that includes the player.

    2. The Dark/Light mode works based on the CSS selector. In this scenario, your footer was constructed using the Elementor Page Builder, thus it cannot switch between light and dark mode.

    Regards,
    PenciDesign.


  •   MArco replied privately
  •  2,540
    PenciDesign replied

    Hi,

    1. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    body.pcdark-mode.pcdm-enable .pencipdc_mobile_player_wrapper,
    body.pcdark-mode.pcdm-enable .pencipdc_player_control__playlist,
    body.pcdark-mode.pcdm-enable .pencipdc_player_inner {
        background: #111;
    }

    2. Go to Appearance → Customize → Footer → General: disable the Footer Builder and then check again.

    Regards,
    PenciDesign.


  •   MArco replied privately
  •  2,540
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    body.pcdark-mode {
        --pcheading-cl: #000;
    }

    Regards,
    PenciDesign.