Forum replies created
so it works now?
sorry, here you go:
#sidebar .widget li,
#sidebar .widget li a {
font-size: 15px!important;
font-family:georgia!important;
color:#fff!important;
}
URl with the shortcode please?
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
the website you provided http://www.fysiodewerf.nl , is using Minamaze Pro theme 😕
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
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
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;
}
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 😕
sorry but dynamic values cannot be used in the shortcodes for now..maybe in future