joelouis
Forum Replies Created
-
Forum: Plugins
In reply to: [Jazzy Forms] jazzy forms dropdown problemEsthappan, this is something I have been looking for too, but as far as I am aware this functionality is not yet built in.
Forum: Plugins
In reply to: [Jazzy Forms] HTML emailsCjeyes and Loev, sorry for late response, I missed the earlier email notifications…
I am glad it’s working and is what you have been looking for too. Yes, I like that way the HTML output can be customized completely and by default all the emails sent out by WordPress use this template once it is set up.One drawback though is that it overrides the ‘from email’ that you specify in the forms with the default one set in WP better emails.
Forum: Plugins
In reply to: [Jazzy Forms] HTML emailsLoev, I have been using WP Better Emails for quite sometime and it’s been very useful and completely customisable..
It seems to work fine after activating the plugin again. The changelog says it’s fixed in v2.3.5
Thanks to the support team (Ludwig), they were prompt and suggested that I turn ‘on’ the
short_open_tag
in php.ini file.But, since I don’t directly have access to php.ini, I tried searching for the php shorthand tag within the NextScripts_SNAP.php file and found that there were two places the shorthand was used –
<? ... ?>
instead of<?php ... ?>
– replacing<?
with<?php
worked for me (line#322, in my case).<?php if(function_exists('doPostToGooglePlus')) { ?><s><? } ?><img src="<?php echo $nxs_plurl; ?>img/snap-icon12.png"/> Get the <a href="https://www.nextscripts.com/social-networks-auto-poster-for-wp-multiple-accounts/#getit">"Pro" Edition</a>. You will be able to add several accounts for each network as well as post to Google+, Pinterest and LinkedIn company pages.<?php if(function_exists('doPostToGooglePlus')) { ?></s> <i>Done! Thank you!</i><? } ?><br/>
to
<?php if(function_exists('doPostToGooglePlus')) { ?><s><?php } ?><img src="<?php echo $nxs_plurl; ?>img/snap-icon12.png"/> Get the <a href="https://www.nextscripts.com/social-networks-auto-poster-for-wp-multiple-accounts/#getit">"Pro" Edition</a>. You will be able to add several accounts for each network as well as post to Google+, Pinterest and LinkedIn company pages.<?php if(function_exists('doPostToGooglePlus')) { ?></s> <i>Done! Thank you!</i><?php } ?><br/>
Getting the same error, but in my case, the site did not go down. The plugin just failed to get activated..
Wow, thanks so much, Igor..can’t wait to try it out, and eagerly waiting for the drop down as well…i am very excited..
Ok, if I got it right, I think it has been (partly) discussed here at https://www.ads-software.com/support/topic/plugin-jazzy-forms-input-validation?replies=2 and Igor says it’s still on his pending list which can be tracked at https://github.com/l90r/jazzy-forms-dev/issues/73
Here, I am assuming that the obligatory elements referred to is the mandatory fields (I may be wrong)