meetgeraldine
Forum Replies Created
-
I tried it and it did not work..
However, what DID WORK is removing clear: both;
Yaay!
Forum: Fixing WordPress
In reply to: Remove WooCommerce Pricing from Homepagethat worked! you’re awesome.
No worries, I plan to just make it transparent so they can’t see it. Do you think that would work?
No worries, I plan to just make it transparent so they can’t see it. Do you think that would work?
thanks for responding…
the client asked if we can just set it to checkmark itself automatically.
can i do that by editing these codes somewhere? we need to launch soon so i think this would be more time efficient than troubleshooting.
$content = $this->checkbox(‘showccuser’,__(‘Allow user to request a copy of their submission’, ‘salesforce’) );
//send me a copy
if( $options[‘showccuser’] ){
$label = $options[‘ccusermsg’];
if( empty($label) ) $label = __(‘Send me a copy’,’salesforce’);
$content .= “\t\n\t”.'<p><label class=”w2llabel checkbox”><input type=”checkbox” name=”w2lcc” class=”w2linput checkbox” value=”1″/> ‘.esc_html($label).”</label><p>\n”;
}