I am interested in the premium tabs widget, but I would like to view it on desktop and mobile first. The test/demo site under tabs didn’t work.
The original code is below. This is for a button from the siteorigin plugin. I pulled this code from the editor in the page. I have a plugin call URLParams that takes a string from the url and adds it into this one. I need to insert this after the URL: The urlparam plugin shortcode…
I have a shortcode from another plugin, that generates a paramater string to add to the end of a url. Is it possible for me to put a URL and then the shortcode that generates the string? For example: if my destination URL is example.com/, I’d like to have example.com/[shortcode], which would output example.com/?test with…