Kabitaprocab
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Problem creating/updating contact formHi all, the problem was fixed. The mod security extension had forbid the contact form 7 plugin to get the POST/GET data. So either a rule or completely disabling the mod security solved my problem.
Regards
KabitaForum: Plugins
In reply to: [Contact Form 7] Color of submit button on contact formHello happystylishfit,
If nothing worked out for changing the submit button :
1. You can copy the submit button html :
i.e https://prnt.sc/dic4uq
2. Go the dashboard Contact Forms -> Contact Form page -> Form
3. Replace the default submit button short-code with the copied submit button
4. Add your own style in the button
5. And save it.i.e https://prnt.sc/dic2yi,
https://prntscr.com/dic6wfRegards,
KabitaForum: Plugins
In reply to: [Contact Form 7] Go an ajax-error when submitting the formThe error can be seen :
https://server.procab-dev.com/~prime/contact/
https://prntscr.com/dibtg7Laxman Thapa
Thanks for solution. It worked for me.I found that it was WPML plugin that was problem. bbPress and WPML are not compatible with each other. And to solve this we need to install a bridge. https://github.com/dmsherazi/bbPress-Multilingual
@dwinden thanks for the reply.
I did not like idea of editing the core files of the plugin… For now, I am I made it work by turning of a feature of itheme security.Hi Sabiaskey,
try something like this;
$categoriesT = sortCategories(get_categories( $args ));
function sortCategories($items){
$placeHolder= [];
foreach($items as $item){
$placeHolder[$item->name] = $item;
}
ksort($placeHolder);
return $placeHolder;
}Hope it helps you
KabitaThe problem seems to be with the ‘hide login area’ feature of iThemes Security. https://prntscr.com/990h9v
When I turned off this feature, the bbPress worked good. I have recorded the problem in the video. https://screencast.com/t/fbJkY8tAqIo