Forum replies created

    Roman
    Spectator
    Posts: 3147
    07.05.2015 at 17:19 #17366

    so it works now?

    Roman
    Spectator
    Posts: 3147
    07.05.2015 at 13:44 #17354

    sorry, here you go:

    #sidebar .widget li,
    #sidebar .widget li a {
    font-size: 15px!important;
    font-family:georgia!important;
    color:#fff!important;
    }

    Roman
    Spectator
    Posts: 3147
    07.05.2015 at 12:59 #17352

    URl with the shortcode please?

    Roman
    Spectator
    Posts: 3147
    07.05.2015 at 12:58 #17351

    try to use !important tag:

    #sidebar #jtwt .jtwt_tweet,
    #sidebar #jtwt .jtwt_tweet a {
    font-size: 15px!important;
    font-family:georgia!important;
    color:#fff!important;
    }

    I didn’t test it, just an idea

    Roman
    Spectator
    Posts: 3147
    07.05.2015 at 10:58 #17346

    the website you provided http://www.fysiodewerf.nl , is using Minamaze Pro theme 😕

    Roman
    Spectator
    Posts: 3147
    07.05.2015 at 10:54 #17344

    sorry, but the standard tables can work in responsive mode only like this for now, when you have a look for example responsive table tutorial https://css-tricks.com/responsive-data-tables/ you will see they are parsing data from the custom css (Label the data) which is impossible for now with a theme

    Roman
    Spectator
    Posts: 3147
    07.05.2015 at 10:48 #17343

    you can fix it by modifying file js/main.js, line #851:

    jQuery('.t4p-accordian a').click(function(e) {

    change to:

    jQuery('.t4p-accordian .panel-title a').click(function(e) {

    it will be fixed in the next version. thanks

    Roman
    Spectator
    Posts: 3147
    07.05.2015 at 10:15 #17341

    Appearance -> Theme Options -> Custom CSS:

    .header-v4 #header,
    .header-v4 #small-nav,
    .header-v5 #small-nav {
    border: 0;
    }
    #sidebar #jtwt .jtwt_tweet,
    #sidebar #jtwt .jtwt_tweet a {
    font-size: 15px;
    font-family:georgia;
    color:#fff;
    }

    Roman
    Spectator
    Posts: 3147
    07.05.2015 at 09:51 #17340

    For the grid, there is a drop down selection to include ID’s, which are Page ID’s. You can then select the pages, by their ID’s that you want to use.

    where you select this? any screenshot? I am lost 😕

    Roman
    Spectator
    Posts: 3147
    07.05.2015 at 09:46 #17339

    sorry but dynamic values cannot be used in the shortcodes for now..maybe in future