Hi there,
This time a new problem:
Seems the shortcode [sf_button] cannot read the nested shortcode.
I’ve placed a shortcode [gv_entry_link] in the ‘link=’of the [sf_button], which will return a url, but it didn’t display a right url, or it didn’t return the right url, here is the code I wrote:
[sf_button colour="grey" type="sf-icon-stroke" size="standard" link="[gv_entry_link field_values="chosen_sp=1" return="url" /]" target="_blank" icon="fa-close" dropshadow="no" extraclass=""]取消订单[/sf_button]
The [gv_entry_link field_values="chosen_sp=1" return="url" /]
should return a raw url, but when nested in the [sf_button], it failed to show the url. It shows in the page: href=”#”, the “#” is supposed to be the url(see the err-screenshot in the attachment).
I wanna know why this is happening, and how can I fix this?
Attachments:
You must be
logged in to view attached files.