rsjeyakumar
Forum Replies Created
-
Forum: Plugins
In reply to: [FAQ Builder] [Plugin: FAQ Builder] "Error Occured" and messy JSThanks for giving this plugin in Open source.i have used this plugin on of my client , when i click ASK button i got one alert box ,It show “An error occured while submitting. Please reload the page and try again.“
I google it.. but i can’t find solution, finally i get idea. its wordpress comparability issue.Please follow these steps..
1.go to requests.php file
2.Changing “require(‘../../../wp-blog-header.php’);” to “require(‘../../../wp-load.php’);” at the start of the script
fixed it.More solution visit this link
Then it will work fine.Forum: Plugins
In reply to: [RecipePress] [plugin-Recipe Press] Helpi got solution for this ,Open Templates folder in Recipe press plugin and you can edit css file and php file for particular template.. enjoy
Forum: Plugins
In reply to: [Breadcrumb NavXT] [plugin-breadcrumb-navxt ]-how to remove single post titlehi mtekk
Thanks for your reply.
I am using this code in my function.php as you said
`<?php add_action(‘bcn_after_fill’, ‘foo_pop’);
function foo_pop(&$trail)
{
if(is_single(‘4688’))
{
array_shift($trail->trail);
}
}?>`
After write this code , No changes in breadcrumbif i am in single page template
My breadcrumb having like this blog > health > how to lead a lifebut I need like this blog > health