Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thanks 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.

    Thread Starter rsjeyakumar

    (@rsjeyakumar)

    i got solution for this ,Open Templates folder in Recipe press plugin and you can edit css file and php file for particular template.. enjoy

    Thread Starter rsjeyakumar

    (@rsjeyakumar)

    hi 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 breadcrumb

    if i am in single page template
    My breadcrumb having like this blog > health > how to lead a life

    but I need like this blog > health

Viewing 3 replies - 1 through 3 (of 3 total)