rakeshnirzari1
Forum Replies Created
-
Forum: Plugins
In reply to: [AI Engine] Button to copy generated response so it can be usedThank you so much. Greatly appreciated. If possible, please set it up in such a way that it copies the content without the colored background so people can copy and paste it straight to their email or a word document without needing further formatting. Thank you so much.
Its resolved now. I am so silly that I put function code in the php snippet. I moved the function code to function.php and its fixed.
`function getBetween($content,$start,$end){
$r = explode($start, $content);
if (isset($r[1])){
$r = explode($end, $r[1]);
return $r[0];
}
return ”;
}- This reply was modified 3 years ago by rakeshnirzari1.
I logged the error and here it is
- https://ibb.co/8NxzLkT
Somekind of Fatal error: Cannot redeclare getBetween() (previously declared in
Thank you Artem. Appreciated. I checked the code editor and there are no errors (with red underline). I still get the error on the page where I am posting this shortcode. See an image below
- https://ibb.co/K6kdgDS
Is it possible that a hosting company is somehow blocking execution of php on my site? Just a thought..
When I put the php file on my website and open the URL, I am getting the result “4.50%” however when I use your plugin and put shortcode on the wordpress post, I am getting the error. Please help. e.g.
- This reply was modified 3 years, 1 month ago by rakeshnirzari1.
Removing this question.
Forum: Plugins
In reply to: [URL Params] HTML tag in windows open command not working<a href="https://skyscanner.net/[urlparam param='FirstName']" onclick="window.open('https://google.com/[urlparam param='FirstName']', '_blank'); return true;">multiopen</a>