Please check if they are waiting for moderation, if yes then go to AnsPress setting and change status of new question to publish.
Thread Starter
NijatR
(@nijatr)
I checked it. It doesn’t post it to moderation.
I write title and question’s content. When I post it, it just reload page and after reload the things that I wrote stay still in the boxes.
Thread Starter
NijatR
(@nijatr)
It was working before update. This problem breakes my project. You can see the problem live here: kinoms.com
as a user login with:
username : qatest
pass: qatest123
I got this error:
TypeError: $(...).slides is not a function
/anspre...le/ask/ (line 20)
TypeError: jQuery(...).tooltipster is not a function
ap.js?ver=2.1.1 (line 123)
TypeError: $(...).formSerialize is not a function
anspres...r=2.1.1 (line 173, col 41)
Did you chnaged AnsPress theme function.php or overridden it ? Some JS file are not loading.
If you edited or overridden then undo it.
Thread Starter
NijatR
(@nijatr)
Ok, I tried with a different theme. Problem is in the theme, but how can I fix it?
Please, can you help?
You have to ask to theme developer about it.
Thread Starter
NijatR
(@nijatr)
It was about footer.php. I solved the problem.
Hello i am also facing problem.
http://www.pandititsolutions.com/demo/projectbid/anspress/ask/
Here i used plugin but i am unable to ask question?
Thanks
Your question is created successfully but ajax request dont show success cause there is css code in ajax request, some plugin is outputting css code for every ajax request.
Find the plugin and report to the author. Here is the code:
<style type="text/css">
a.um-link-alt {
line-height: 22px;
color: #0003F9!important;
display: block!important;
text-decoration: none!important;
font-weight: 400;
text-align: center;
border-bottom: none!important;
}
#content {
float: left;
padding-top: 0;
height: auto;
}
form {
margin-left: 49px;
}
.um-573.um input[type=submit].um-button, .um-573.um input[type=submit].um-button:focus, .um-573.um a.um-button {
background: #152245 !important;
}
.um-573.um .um-button.um-alt, .um-573.um input[type=submit].um-button.um-alt {
background: #152245 !important;
}
.um-573.um .um-button.um-alt, .um-573.um input[type=submit].um-button.um-alt {
color: #fff !important;
}
.um-col-alt-b {
float: left;
margin-left: 52px;
padding-top: 20px;
}
Can we use new css for this because if we change css then design is overlap.
Can you give me css for this so i can use it
why don’t you add this styles to .css file, or use WordPress enqueue. Now your css code is sent with every ajax request, which is not good.
Move it to a .css file and your issue will be solved.
Change .formSerialize() to .serialize() in anspress_site.min.js