dedemo
Forum Replies Created
-
Forum: Plugins
In reply to: [User Post Gallery - UPG] Upload multiple images at onceHi! Is there documentation you can direct me to? I have hundreds of photos to upload.
Forum: Plugins
In reply to: [Sponsors] Warning messages in class-wp-sponsors-shortcode.phpHi Jan! Thanks! I didn’t receive the previous error messages. However it appears that it’s causing my website to hangup. I tried [sponsors category=”platinum”] and it caused my site to become unresponsive then I got an Internal Server error. So restored from backup. [sponsors] alone seems to be fine, but I want to group by sponsor levels.
UPDATE: I tried entering the same shortcode on a fresh page without using the Divi Builder. That did the trick, after your update.
Thank you!!! I was working on something like this Friday, but couldn’t quite get the syntax down.
Okay. I’m making slowly making progress. Have it where I can filter the surname.
For one, I moved the WHERE statement before ORDER BY…duh :
WHERE surname = ‘<?php $_GET[searchsurname] ?>’ ORDER BY surnameHowever, I want to show all the data be default until someone enters the information. In your plugin, how can get the WHERE statement stated correctly, so that if GET[searchsurname] is empty it shows everything?
Forum: Plugins
In reply to: [Storefront Top Bar] Font Awesome Shortcode in topbarThanks! I had to tweak a little more, but this worked instead.
<i class=”fa fa-phone fa-lg” style=”color:#fcbf00″></i>