in New Features Discussion by beheer (160 points)
More and more we use J2Store for Webshop applications for our customers. In order for the checkout to work well with a sales condition popup and a check box to agree to the terms and conditions, I need to make two changes to template.css each time. It would be great if they were there as a standard. the changes are:

1) Approx halfway through the file there is:
{
  display:block;
  overflow: visible;
  position: inherit;
}

The last line needs to be commented out:  /*   position: inherit; */

2) At the end we need to add:

input[type="checkbox"] , #checkbox_tos {    
    -webkit-appearance:checkbox;
      visibility: visible !important;
  }

Is it possible to add the option to do this in Template toaster, so it is done each time I make small changes to the template?

1 Answer

by sarah (15.2k points)
Hello,

To have the default Checkbox and Radiobutton style, please check the "IsDefault" at TemplateToaster -> Elements -> Checkbox -> IsDefault.

Similarly, for the Radiobutton.
by beheer (160 points)
Thank you Sara. Your suggestion works well and is a great time saver. No need for this new feature after all.
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...