Make a free theme:
Remake the butt attach a file all the way down!
<span lang="en">Create an anspress option: insert pdf and word</span>
Hi all!
It has been a while I have this issue but since I had a lot of things to change on my website (including theme), I preferred to wait before getting some help. My problem is that the TiniMCE formatting icons (bold, italic,…) are not showing on my answer form (they are showing up fine on the ask a question page). When you click, you get the Ajax loading and then there is the text field that stills allow oneself to post an answer but without formatting. I checked previously asked questions about the matter or even the FAQ (this page) but nothing seems to solve my problem.
Since it’s quite an old problem and I remember there were issues with the editor before, do you know of any file that I might have overridden at that time and that could be messing up with my form now? Any other idea?
Any help/hint will be much appreciated. ?
Thanks!
I’m pretty new to WordPress. I’m wanting to have a Q&A Discussion section on my site, but also to replace the default Comments section on each of my blog posts with the ability to post comments within the Q&A board. Ideally, each post would auto-generate a question when someone posts on it (something like “Reaction to _post-name_”).
But I can’t even figure out how to replace the generic WordPress comments section with the ansPress functionality. I’ve read through the support discussion and it looks like it is possible with widgets, but I’m not sure how to set that up.
Can someone help me out?
Thanks,
Image upload are not replacing the apimage regex on uploads – testing here to see if this is an environmental problem
There’s an issue with the permalinks, setup is done correctly but there’s a major issue between anspress and wordpress’s permalinks.
So let’s say my Anspress Archives page is set to Raspunsuri in the Anspress > Options.
If I do a search via search.php for the keyword ‘rasp’ it doesn’t work because it tries to load an anspress page, my body page classes ‘search search-results logged-in anspress-content ap-page-base hfeed’ , if I search for the keyword other my body classes are ‘search search-results logged-in hfeed’ which is normal and the search works flawlessly.
Please help!
Hi Rahul,
I just ran into an issue. For each wordpress site I install I change the table prefix for security reasons. On this install the prefix changed from wp_ to answers_
Now I am having issues on the front end, see attached screenshot. AP is still looking for a table with the default prefix:
[Table ‘xxxxxx_answersfinal.wp_ap_reputations’ doesn’t exist]
It doesn’t as it is called xxxxxx_answersfinal.answers_ap_reputations
The table names should be called with prefix, otherwise the default wordpress table name will be used:
$wpdb->prefix . "ap_reputations";
I want to add custom file upload field to upload pdf file, if there any hook the i can add ?
Also the image upload button is not working in mobile site. Any Solution ?