architecb33
Forum Replies Created
-
Forum: Plugins
In reply to: [Document Gallery] Creating document gallery button beside “add media button”you guys are just awesome!
and yes, i am a heavy user of your plugin :pForum: Plugins
In reply to: [Document Gallery] Creating document gallery button beside “add media button”thx for the response!
right now, to access document gallery, the steps are following:
click “Add Media” button > click “Insert Document Gallery” > select imagesi just wondering if we can create new button located right beside the “Add Media” button, so the steps will be:
click “Insert Document Gallery” button > select imagesForum: Plugins
In reply to: [Document Gallery] Creating document gallery button beside “add media button”Hi! Any reply yet? ??
Forum: Plugins
In reply to: [Document Gallery] change href to onclickWorks like a charm!
Thanks Dan & Demur ??Forum: Plugins
In reply to: [Document Gallery] change href to onclickHello,
Still waiting for the solution..
Thankyou ??Forum: Plugins
In reply to: [Document Gallery] change href to onclickthx for the reply!
the code doesn’t work,
i get this error :Warning: Missing argument 2 for dg_href_to_onclick() in /home/gravig5/public_html/propertigo/wp-content/themes/ion-ap3-child/functions.php on line 22 Warning: Missing argument 3 for dg_href_to_onclick() in /home/gravig5/public_html/propertigo/wp-content/themes/ion-ap3-child/functions.php on line 22 Warning: preg_replace(): Unknown modifier ']' in /home/gravig5/public_html/propertigo/wp-content/themes/ion-ap3-child/functions.php on line 23 Warning: Missing argument 2 for dg_href_to_onclick() in /home/gravig5/public_html/propertigo/wp-content/themes/ion-ap3-child/functions.php on line 22 Warning: Missing argument 3 for dg_href_to_onclick() in /home/gravig5/public_html/propertigo/wp-content/themes/ion-ap3-child/functions.php on line 22 Warning: preg_replace(): Unknown modifier ']' in /home/gravig5/public_html/propertigo/wp-content/themes/ion-ap3-child/functions.php on line 23 Warning: Missing argument 2 for dg_href_to_onclick() in /home/gravig5/public_html/propertigo/wp-content/themes/ion-ap3-child/functions.php on line 22 Warning: Missing argument 3 for dg_href_to_onclick() in /home/gravig5/public_html/propertigo/wp-content/themes/ion-ap3-child/functions.php on line 22
Forum: Plugins
In reply to: [Document Gallery] add custom class to linksThankyou for the answer!
i have another question if you dont mind :
So, long story short, i use your plugin on WP website inside cordova app.problem: because android cannot view pdf & office docs on webview,
i need to change icon links (a) elements from something like
https://PATH-TO-FILE/FILE.PDF
to
https://docs.google.com/viewer?url=https://PATH-TO-FILE/FILE.PDF&embedded=truequestion: how can i achieve this programatically using PHP, and only apply for android?
sorry to bother you,
i will be very thankful if you can help me.
cheers!