krwetton2014
Forum Replies Created
-
Thanks Rob,
Although there is no way of telling from the front end, the Chinese Traditional and Chinese Simplified boxes are ticked in the back end. Worth noting that the ‘flags preview’ you see in the Settings area when you tick these boxes doesn’t show the Chinese flags either, so it doesn’t render in either place.
Thanks Beda, the issue is that it’s not even creating the html around the string.
Here’s an example. Say our website is called awesomesauce.com.
Say we are uploading files. FileA, FileB, FileC and FileD.
Now, we use this exactly as you’ve written.
[types field='url' title='Title' separator='?'][/types]
This is what is outputted
https://awesomesauce.com/wp-content/uploads/2016/07/FileA.pdfhttps://awesomesauce.com/wp-content/uploads/2016/07/FileB.pdfhttps://awesomesauce.com/wp-content/uploads/2016/07/FileC.pdfhttps://awesomesauce.com/wp-content/uploads/2016/07/FileD.pdf
Now the above string of URLs is what I get regardless of whether I use shortcodes or not, whether I add any arguments in the array or not.
It doesn’t wrap it with an ‘a’ tag, it doesn’t include any Title let alone the same one, it doesn’t include link text, it doesn’t do anything useful.
I have managed to use child posts as a different way of addressing this issue, but thought it’s worth bringing it up. Thanks for looking into it for me.
Thanks for your reply but I think we may be confusing eachother. What I’m trying to do is NOT out put just the URL. I am using ‘allow multiple instances’ so this obviously doesn’t work. I don’t wan’t do use a separator argument in the array because it’s a link, so there is no way to set what the link TEXT will be. I don’t want the full URL as the link TEXT.
What I’m trying to point out is that your API (that you have linked me to) is incorrect, this example here
[types field="my-file"][/types] Will generate the following <a href="/path-to-my-file/my-file.pdf" title="/path-to-my-file/my-file.pdf">/
Is incorrect, and because again I am using ‘allow multiple instances’, I need EACH instance to be given both the title and the href, but again all the above code does it output every files string in a non-separated string.
Please test for yourself, and thanks for the help.
Also, I use do_shortcode for other fields when appropriate, why doesn’t it work for the file field specifically?
Forum: Plugins
In reply to: [Instagram image gallery] Settings not savingSeems like this wasn’t fixed…
Same issue for me guys
Uncaught TypeError: Cannot read property ‘top’ of undefined (basic.js?ver=1.8.3:49)
Please fix asap!
Forum: Plugins
In reply to: [WP Mobile Redirect] Your plugin does not workHey guys, any luck with fixing this for the full version? I’m confused as to why the author of this plugin hasn’t bothered to weigh in on this thread?