I am not able to get the button shortcode to go to the correct URL.
When I’m at www.createitwebdesigns.com/about and click on the contact me button, it takes me to https://www.createitwebdesigns.com/about/www.createitwebdesigns.com/contact
The HTML code is:
Have a question and want to find out more? Drop me a line. [button text="CONTACT ME!" url="www.createitwebdesigns.com/contact" background_color="#ffffff" text_color="#ffffff" style="lt_hollow" size="default" icon="" open_new_window="true" rounded="true"]
How do I get the URL in the button shortcode to not append but refresh to a new URL?
Thank you,
Jessica
https://dianawest.com/purchase-lcforms/
Do you have any ideas why this isn’t working?
Thanks so much for your help!
https://www.ads-software.com/plugins/easy-paypal-digital-downloads/
]]>I’m just creating a new theme and I have some different shortcodes. I now want a button into the editor which just inserts something like: [table name=”” age=””]
Is it possible to do this without a plugin? I need it to be in my theme.
]]>I’m trying to place the add to cart button to my single post pages using the [add_to_cart id=”1″ sku=”1″] or [add_to_cart_url id=”1″ sku=”1″ price=”no” class=”yourClass”] but it only displays the url or the price of the desire product. No button is displayed at all.
What am i doing wrong?
https://www.ads-software.com/plugins/jigoshop/
]]>Can you please advise how to complement the Button Styling Shortcode (i.e. [button url=’FULL URL’ color=’#HEX-COLOR’ bgcolor=’#HEX-COLOR’ size=’large, medium or small’]Click Here[/button])
in order for the URL to open in a new window?
Thank you
]]>1. each post favorited is there but they do not left align which looks messy, how to get left aligning?
2. my theme SnowblindPro has button shortcodes. These work perfectly on individual posts, but on the favorites page it just displays the shortcode rather than a button. I dont understand why it works on posts but not this page. Any suggestions?
To see what I mean go to www.golfdrills.info and create a favorite and look at the My Favorite Drills page
Would appreciate any help
https://www.ads-software.com/plugins/wp-favorite-posts/
]]>But, when it appears on the site the columns are stacked on top of each other. The button appears below the text.
If I try the same formatting, but with more text where my button is supposed to go, the columns work fine. Is there a way to fix this? To allow the button to appear in the column next the text.
https://www.ads-software.com/plugins/column-shortcodes/
]]>function sButton($atts, $content = null) {
extract(shortcode_atts(array('link' => '#'), $atts));
return '<a href="'.$link.'"><span>' . do_shortcode($content) . '</span></a>';
}
add_shortcode('button', 'sButton');
This gives the output link with dofollow.
But I want to have another shortcode for button that has rel=”nofollow”. Is it possible to 2 such codes in custom_functions.php.
If so please help me to have such code.
]]>