• Resolved stevantic

    (@stevantic)


    Hi,

    I’m trying to connect custom theme settings which was created using redux framework to elementor’s.

    First issue – Redux compiled css looking like this

    {background-color:#ce0000;}{margin-top:0em;margin-right:0em;margin-bottom:0em;margin-left:0em;}{}

    – I was changed body background color and there is no body tag in provided code.. beside that is wraped to curly brackets.

    Second issue – previous code is working without elementor, but when elementor is activated he overvrites redux style that is generated.

    Im using elementor hook’s -> https://developers.elementor.com/add-custom-functionality/

    Second question:

    What beside css i need to “connect” with elementor to provide normal theme functioning?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    1.About the missing body tag, I’ve just tested this functionality on TwentyTwnetOne and the body tag in the CSS generated by Redux has been printed normally.

    So, this would be an issue in Elementor.

    2.There might be an issue that the theme overrides Redux styles and I will discuss this with the development team.

    3.Could you please clarify this question?
    What beside css i need to “connect” with elementor to provide normal theme functioning?

    Thread Starter stevantic

    (@stevantic)

    Hi,

    1. different situation here
    2. tnx
    3. yes,
    I was uninstaled plugin, and set it directly in my theme, but admin dash styles and js crashed.

    https://prnt.sc/x82fqk

    code in functions.php:
    // Including Redux Framework
    require_once (dirname(__FILE__) . ‘/lib/theme-options/redux-framework.php’);
    if ( class_exists( ‘Redux’ ) ) {
    require_once (dirname(__FILE__) . ‘/lib/theme-options/sample/sample-config.php’);
    }

    File structure: https://prnt.sc/x82msr

    Plugin Contributor Dōvy Paukstys

    (@dovyp)

    There is currently an issue with embedding Redux 4 in a theme. Please use the plugin to load Redux until we resolve this issue. 🙂

    Thread Starter stevantic

    (@stevantic)

    Please fix issues that I’v reported earlier on this topic

    Thanks!

    About this issue:
    Second issue – previous code is working without elementor, but when elementor is activated he overvrites redux style that is generated.

    This has been fixed in the next Redux release.

    I’m checking the first issue.

    Hi,

    Taking about the first issue. I’m not able to replicate the issue on my local installation.
    Can you share the needed configurations to replicate the issue?

    Thanks.

    • This reply was modified 5 years, 3 months ago by mohammedeisa.
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘redux with elementor css problem’ is closed to new replies.