shaon007
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Make Attribute H4 tagIts not about styling it. I want the H4 tags in attribute name.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Add header h2 tag in attribute nameThanks for it
Forum: Plugins
In reply to: [WooCommerce] Add h2 tag to product attribute nameThis is my code, I want to add <h3></h3> tags for each drop down option
<td class=”value”>
<?php
wc_dropdown_variation_attribute_options(
array(
‘options’ => $options,
‘attribute’ => $attribute_name,
‘product’ => $product,));
echo end( $attribute_keys ) === $attribute_name ? wp_kses_post( apply_filters( ‘woocommerce_reset_variations_link’, ‘‘ . esc_html__( ‘Clear’, ‘woocommerce’ ) . ‘‘ ) ) : ”;
?>
</td>How do I add the H3 tags for each option here??
Forum: Plugins
In reply to: [WooCommerce] Add h2 tag to product attribute nameJust to make sure, I do not want to add H2 tags to Product Title.
What I want is add h2 tags in attribute name and H3 tags to Options Name.
I already added H2 tags in attribute name.
https://prnt.sc/S-NPGsXN9UW3What I want now is to add H3 tags to each option name.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Add header h2 tag in attribute nameI have added H2 tags but its not working.
Even the class is not showing.
<label class=”shaon” for=”tag-name-for-<?php echo esc_attr( $taxonomy ) ?>”><h2><?php _ex( ‘Name’, ‘term name’ ); ?></h2></label>Is that the correct file you suggested me??
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Add header h2 tag in attribute nameLet me try it
No, not using your plugin
Forum: Plugins
In reply to: [WooCommerce] Add h2 tag to product attribute nameAnyone can help me?
Forum: Plugins
In reply to: [Elementor Website Builder - More than Just a Page Builder] Horizontal ScrollThanks all
Forum: Plugins
In reply to: [WooCommerce] Column CustomizationThanks
Forum: Plugins
In reply to: [Redirection] Redirect by Product NameThanks for the reply.
Is there any way to redirect by Name.
e.g. If I have a sheet of all my products name and redirect them to specific URL by matching products name?
Kids Toy >redirect> /kids-toy/
@pantsman28 Have you tried any other way? Is that fixed?
Hi, thanks for the reply. I am just using the form for simple contact form. Do not have enough budget to buy the pro version.
Sorry to say that i do not know how to apply this hook. Can you send the full code so that I can apply it to website Header or theme function.php files.
Thanks again.
Forum: Plugins
In reply to: [Calculated Fields Form] Add Class In Select tagThanks
Forum: Plugins
In reply to: [Calculated Fields Form] Add Class In Select tagYes i know that, but the thing is I am using same form in single page. And i want when customer select a value of one form, other form value will be changed according to the first form. I google something like that and i came to know with jQuery I can solve it.
Can you provide any code like that. Just check my first message. I explain everything.