Forum replies created

    Roman
    Spectator
    Posts: 3147
    September 30, 2018 at 10:12 am #40321

    Hello Olga,

    please provide your WP admin login in Private reply, I will have a look. Thanks.

    Roman
    Spectator
    Posts: 3147
    September 30, 2018 at 8:45 am #40319

    Those elements are inactive because they are disabled in the particular section, please enable it under Customizer -> Posts Slider -> Enable Posts Slider http://prntscr.com/l0dofl

    Roman
    Spectator
    Posts: 3147
    September 29, 2018 at 9:24 pm #40317

    can you please try the evolve based on Kirki framework?

    Roman
    Spectator
    Posts: 3147
    September 29, 2018 at 6:57 pm #40315

    This is evolve based on Redux framework. You will need to install the Redux plugin in order to enable those Drag & Drop front page. In your account is also available evolve based on Kirki framework which works with the customizer view.

    Roman
    Spectator
    Posts: 3147
    September 29, 2018 at 4:21 pm #40313

    Can you please provide Wp admin login in Private Reply? I will have a look. Thanks.

    Roman
    Spectator
    Posts: 3147
    September 29, 2018 at 11:34 am #40311

    Hello Denham,

    under Customizer -> Styling -> Header & Footer section be sure to have selected under Header Styling section Header Background Image Responsiveness Style -> Cover and Background Repeat -> No-repeat

    Let me know if it’s what you looked for 😉

    In reply to alora issue
    Roman
    Spectator
    Posts: 3147
    September 22, 2018 at 1:27 pm #40072

    Hello,

    2 plugins breaks the code – Autoptimize and WP deferred javaScript. I temporary disabled them on your website to see the result

    Roman
    Spectator
    Posts: 3147
    September 22, 2018 at 12:14 am #40071

    Hello Jo,

    have you check the knowledge base https://theme4press.com/knowledge-base/ if you have set the minimum server requirements?

    Roman
    Spectator
    Posts: 3147
    September 20, 2018 at 5:36 pm #40034

    In the theme customizer footer area is not possible to add a dynamic PHP code to display the year as the text/textarea field save and read values from database. What you could try is to enable footer widgets and install a PHP code widget, e.g. https://wordpress.org/plugins/php-code-widget/ and insert the PHP code there, so it will work for sure 😉 Another way is to create a child theme and insert the PHP code in its footer.php file. PHP code to display current year is:

    <?php echo date("Y"); ?>

    Roman
    Spectator
    Posts: 3147
    September 20, 2018 at 5:30 pm #40033

    Does this issue exist with other WordPress theme? For example default WP theme?