Hello. Thank you for contacting the Toolset support.
Well - I do not able to see the form. I think I need access details in order to see the form.
But, before you grant me access:
1)
Could you please try to resolve your issue by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes?
2)
We always recommend to run your site with latest stable release plugin version.
*** Please make a FULL BACKUP of your database and website.***
Could you please update ALL Toolset plugins to it's latest official released version if you are using outdated Toolset plugins. You can download latest plugin release from your accounts page:
=> https://toolset.com/account/downloads/
I have set the next reply to private which means only you and I have access to it.
I just used tried the twenty seventeen theme, and still nothing. I am convinced it has something to do with coding conflicts. I see some Image items show bootstrap, some don't, neither work. I also found that your features are NOT compatible with avada's fushion builder so I typically don't use it. I am EXTREMELY disappointed with avada other than the header options. But I am unwilling to switch theme and most definitely not willing to pay for another theme unless I am guaranteed it will work for what I want and of course that isn't possible. Loading up images should be a foundation aspect of a website even from the front end. I do not buy into the theme issue since switching it didn't work. I am trying to launch this site (it is a new site, as I started over from my last one. I am trying to reduce these conflict so I don't have to spend so much time trouble shooting) it was supposed to launch January first, now I am hoping for February 1st. I don't have time to re-trouble shoot all over again. Yes I am frustrated. I am soooooo tired of getting pawned off on it's something elses fault. please fix this.
1:
It Ok with your current theme, I've just asked you to follow few basic debug steps that will help us to minimize the cause of the issue and that is why I ask you to disable non-toolset plugins and switch to default theme.
2.
Its Ok. You can use your current theme.
3.
We need to debug this, why images not uploaded. For that I need test site as to debug things on live site is not recommended. I suspect the access details you shared is of live site is that correct?
5. It is 10:41 AM central standard time in the US. I know you are not available now. So I am putting my site back up so I can actually work on it today. You are allowed to disable or do what ever you need, I just suggest you maybe send me a heads up so I know that you need to have me off the site and I won't freak out. If I don't hear from you by the time I go to bed I will try to remember to disable everything back to where it is now.
==> I will start to debug the issue when you give me permission as I suspect its live site. Please advise.
my site is a redo of another site. when I started "over" my intention was to reduce as many conflicts as possible. Since toolset is THE core of my site I thought I would look into the layouts aspect. In the layouts documentation there is a list of themes that supposedly are intergrateable with layouts. of the list avada appeared to offer the best features. However, it has it's own fusion features which are very similar to layouts, however didn't keep there styling when I started to add content. to get to layouts you need to go through fusion builder. if you look at the back end of a page where I am not using fusion builder (pretty much every one - unless I missed going back and changing it) you will notice that layouts isn't an option. So I now have a very heavy theme that couldn't be uploaded with out going through FTP, that is redundant, that i can't change css, despite having a child theme. All because I have been told by many plugins that there is a conflict with a theme and I tried to be diligent and use a recommended theme from my core plugin. So I am frustrated cuz to now change the theme AGAIN will mean starting many things all over again. However If I am to do it NOW is the time. I just don't want to run into the same issue again. it is tedious to say the very least.
As for the site being live. yes it is. however, only 6 people have the website name and they all know the site is under construction. It is more of an issue of me trying to accomplish something, being in the middle of that something and having all the plugins being disabled at the same time. I get it, but I just don't want to be in the middle of something. You have full permission to do what you need to do to fix the issue as it is imperative that it gets resolved.
using this it worked. I do not have any css on it so at this point I will compare a few other things and see if I can figure it out. this is happening on more than one form but at least I was able to get this feature to work alone. If you have any other ideas please let me know.
okay so i went and added styling to the test form above and it broke. the image wont load up. HOWEVER, when I took it away from the original form the endorsement form it didn't fix it.
this is the styling at broke the image only form
[credform class='image-test'] - used in the form itself
*** when I go back and remove it the form stays broken. see hidden link
i went to purge my site cache and it didn't help.
frustration is now setting in. it seems that this aspect is becoming common, can't unbreak things. this is happening with another ticket I have in.
There are some special CRED shortcodes that control the basic functionality of every form. These shortcodes include:
[credform class='cred-form cred-keep-original'] – mandatory
[cred_field field='form_messages' value=''] – optional, used for rendering the validation messages
[cred_field field='form_submit' value='Submit' urlparam=] – mandatory (form cannot work without a submit button)
[/credform] – mandatory
You should not allowed to change the class for [credform] shortcode.
I've rebuild the form as you can see here:
=> hidden link
And I've tried to upload the post with featured image and I can see its working fine. You can see my test post here:
=> hidden link
Could you please confirm that the form is also working for you.
Okay now we are not communicating I don't think.
1. I have the cred class in EVERY FORM!! It has been my understanding that you change the class name if you want the css to work, since you used the same name in css. If this has changed then I certainly hope css will still work
2. I have never seen [cred_field field='form_messages' value=''] – optional, used for rendering the validation messages - have no idea what that would be used for.
3. I understand that the submit button is needed - that is how it gets to the back end. where in the above code am I missing ANY of these features.
4. if the [/credform] – mandatory wasn't there the form would be broken completely nothing would work.
I am clear i am missing something, BUT I have actually been working with this program for years now, I have NEVER had an issue with the image like I am now. I currently have 69 cred forms all submit ALL other content other than the image. I have got to be doing something right.
if you made changes to how your coding works, and I don't know about it that is one thing but there is NO way I can keep up with all your changes and know how they affect everything else. I have other things to do than to troubleshoot all your changes.
1. I have the cred class in EVERY FORM!! It has been my understanding that you change the class name if you want the css to work, since you used the same name in css. If this has changed then I certainly hope css will still work
==> Following exact code is required for all forms:
2. I have never seen [cred_field field='form_messages' value=''] – optional, used for rendering the validation messages - have no idea what that would be used for.
==> This shortcode is to display the error messages. If you dont want, as we said its "optional", so you can remove it.
3. I understand that the submit button is needed - that is how it gets to the back end. where in the above code am I missing ANY of these features.
=> Yes, obviously, submit button is needed to submit the form.
4. if the [/credform] – mandatory wasn't there the form would be broken completely nothing would work.
==> Its by design, and for information so users should not delete the closing shortcode [/credform], otherwise you may get unexpected results.
Now, I've modified your original form where you have issue:
=> hidden link
I've keep your class but also the two classes "cred-form cred-keep-original" that is required by CRED form to work properly :
Well - you can style it but just keep [credform] shortcode away or you need to use it with the classes that is required by form as I already advise you and shared the solution in my previous post.
as long as I change the class to the original terminology (which by the way my forms have been working for years with that part changed so something on your end changed) and I take away ALL styling THEN it will work.