Allan_James
Forum Replies Created
-
Hi nikepapa,
dont know if you sorted this out yet but this seems to be an issue with the advanced file uploader field. when you add the file upload you’ll see that there is 2 options – Basic and Advanced. Changed the field to basic and it should work.
Hi Alexdave,
You should use a text widget and add it there under the edit tab (not visual editor) and see if it then shows. By default the HTML widget doesnt display shortcodes I believe.
https://www.wpbeginner.com/wp-tutorials/how-to-use-shortcodes-in-your-wordpress-sidebar-widgets/
Im not Caldera support, but maybe try disabling the caching if you are using a cache plugin and see if you still have the same issue. You should be able to exclude that page from caching
Hi macsuibhne,
im not Caldera support, but you can achieve something like this by adding a D before your date format so if you date format was
D dd-mm-yyyy
it would show Fri 29/11/2019 and come through in the email.
not sure if that’s the best way, but it works!
Hi Gazatteer,
dont know if you got this solved yet.
Im not from Caldera but have done what you are asking on a site before.
After you have set your drowpdown with sites (you dont need to add any values to these) You want to go to Processors and set up Redirect, add the first site url and then you’ll see you can set a conditional there – so create and ‘Use IF site selected IS’ your first site.
Add additional redirects for all your sites and with the same process.
Ta
FlySwatter,
im not caldera support but I done this on sites before, you can do this using
{post_meta:*}
magic tag to pull through the listers email address, add your field id where the * is, so something like{post_meta:lister_email}
. Use that tag in the email reciepients field.ta
Hi jodlue,
im not Caldera support but we do this ourselves on some sites, there is two easy ways to accomplish this, first is by using the entry id tag in the email
{entry_id}
, you can use it in subject and body of email and also auto responder.The other way is to set up a processor on the form – Increment Value, this allows you to start from a chosen number, you you then set up hidden field in the form that captures this and them merge it through to your emails. https://calderaforms.com/doc/incremental-value-processor/
Ta
Never Mind, below seems to do the trick,
[if select_ground_status="Ground CLOSED"] <img src="/wp-content/uploads/2019/01/GROUND-CLOSED.jpg"> [else] <img src="/wp-content/uploads/2019/01/GROUND-OPEN.jpg"> [/if]
Thanks
Forum: Plugins
In reply to: [WooCommerce Australia Fastway Shipping Method] Error Warning on ActivationThanks, solved the issue.
Looks good so far, will review once using it live.
I experienced the same problem today regarding not been able to access the dashboard.
On plugin install I was able to access the dashboard, after exploring the plugin and editing a user to admin role via their user profile and updating user in the “users center” I could no longer access the crm dashbord – basicially page didnt receive any data – couldnt load. tried loggin in as the other user and also wouldnt load.
What fixed it for me was the the UpiCRM “user center” I clicked reset configuration, then the users actually showed up under the “Global User Hierarchy:” heading on the page and I could then access the dashboard under both users. I though reset configuration would delete any user changes but it actually seemed to allow the changes to stick and fixed the issue.