Forum replies created

    Roman
    Spectator
    Posts: 3147
    27.05.2015 at 06:30 #17784

    about the content icons please check this thread https://theme4press.com/support/topic/replace-with-a-custom-graphic/,

    have you check the docs how to set up any slider on homepage?

    Roman
    Spectator
    Posts: 3147
    27.05.2015 at 06:28 #17783

    please provide your website with login details in private reply, I will check it

    Roman
    Spectator
    Posts: 3147
    26.05.2015 at 17:10 #17778

    may you please provide your login details with your website in the private reply?

    Roman
    Spectator
    Posts: 3147
    26.05.2015 at 15:35 #17775

    this will be fixed in the next release…this has been reported…thanks

    Roman
    Spectator
    Posts: 3147
    26.05.2015 at 15:33 #17773

    have you try to install the theme through wp admin interface?

    Roman
    Spectator
    Posts: 3147
    26.05.2015 at 10:46 #17768

    you didn’t have updated the T4P Core plugin which comes with the latest theme version, I updated it and now it works fine

    Roman
    Spectator
    Posts: 3147
    26.05.2015 at 09:59 #17767

    you could try it…I never test it 🙂

    Roman
    Spectator
    Posts: 3147
    26.05.2015 at 04:43 #17762

    thanks for your patience Jonathan

    Roman
    Spectator
    Posts: 3147
    26.05.2015 at 04:42 #17761

    there is no need to reinstall the theme..please provide your website with login details in private reply I will do it for you

    Roman
    Spectator
    Posts: 3147
    26.05.2015 at 04:40 #17760

    globally it can be disabled in Theme Options -> Styling -> Disable Widget Background , but if you wish to disable it only for footer widgets, will need to use a Custom CSS, for example:

    .footer .widget-content {
    background: none;
    border: 0;
    box-shadow: none;
    }

    .footer .widget::after {
    background: none;
    }