short code problem
-
Hello i am new to wordpress and my question is this how efficient is the text editor on wordpress as i am inputting html directly there. Can this cause conflicts? i have been able to resolve an issue where i needed a buy now button using the code below in a locked content shortcode but i am worried of future problems. I suppose what i am saying is i have always coded on notepad and never directly within a home page or divi builder etc.
[et_bloom_locked optin_id=optin_1]
<span class=”edd-add-to-cart-label”>Free – Purchase</span> <input class=”edd-add-to-cart edd-no-js button white edd-submit et_pb_button” name=”edd_purchase_download” type=”submit” value=”Free – Purchase” data-action=”edd_add_to_cart” data-download-id=”770″ data-variable-price=”no” data-price-mode=”single” />Checkout
<span class=”edd-cart-ajax-alert” aria-live=”assertive”> <span class=”edd-cart-added-alert” style=”display: none;”>
Added to cart</span>
</span>
<input name=”download_id” type=”hidden” value=”770″ />
<input class=”edd_action_input” name=”edd_action” type=”hidden” value=”add_to_cart” />
[/et_bloom_locked]
The topic ‘short code problem’ is closed to new replies.