qsmart
Forum Replies Created
-
Hi,
I have the same error when “analyzing” the child of the sparkling theme. Is this an issue it all seems to work fine… The parent analyzed fine when I first did this.Thanks Quentin
Notice: Undefined index: size in /…./clone/wp-content/themes/sparkling/inc/extras.php on line 304
Notice: Undefined index: style in /…/clone/wp-content/themes/sparkling/inc/extras.php on line 304
Hi
This is the wordpress admin-dashboard (looks like post edit), the event isn’t one that I created so I don’t see it in the frontend (web form).I think I may have solved it by adding a “feature image”. Not that intuitive.
close
Sorted..
I added this to my CSS
/* DatePicker Container */
.ui-datepicker {
width: 216px;
height: auto;
margin: 5px auto 0;
font: 9pt Arial, sans-serif;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
background-color: #FFF;
}Looking in firebug seems to be the right version 1.12.3
Datepicker is version 1.11.4