Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #516900

    hello :)

    can you help me?
    I have a difficult problem..

    first, i have a plug-in php code.
    That’s it <? if(function_exists(“xBreadcrumbs”)){ xBreadcrumbs(); } ?>
    This PHP coding is provided xBreadcrumbs Plugin..

    Just I want this code is adding my website!
    http://kimbongjour.com/enfold/%ED%9A%8C%EC%82%AC%EC%86%8C%EA%B0%9C/%ED%9A%8C%EC%82%AC%EC%86%8C%EA%B0%9C/

    Like This
    screenshot

    I guess that solution file is located in \enfold\config-templatebuilder\avia-shortcodes\section.php …
    But I don’t know that how to modifying.

    Please Help me please :(

    • This topic was modified 8 years, 6 months ago by celebcomms.
    #516956

    Hey celebcomms!

    What happens when you add it to the bottom of the header.php file?

    EDIT: Ok your screenshot is loading for me now. I see your wanting it to display after a color section so it’s going to be difficult. If you add it to the color section shortcode file then it’s going to display every time you use a color section. Is that what your wanting?

    Regards,
    Elliott

    • This reply was modified 8 years, 6 months ago by Elliott.
    #516965

    Yes Of Course!
    It’s Exactly!

    I use the one time color section each page.
    It doesn’t matter to me.

    Please Help me.
    :)

    #516981

    Hey!

    On line 687 you should see this.

    $output .= "</div></div>{$cm}</div>".avia_sc_section::$add_to_closing.avia_sc_section::$close_overlay."</div>";
    

    Try adding this to the next line.

     if(function_exists(“xBreadcrumbs”)){ $output .= xBreadcrumbs(); } 
    

    If the plugin shortcode returns the content instead of echoing it then that might work. If it echoes the content then not sure what we could do there. You could try using a plugin such as PHPExec to execute PHP in the editor.

    Cheers!
    Elliott

    #516986

    I try to your solution, but i still go through difficulty..

    Like This..

    Could you help me at my website backend?
    I surely solving this problem…
    Please Help me.

    P.s plug-in information
    http://codecanyon.net/item/xbreadcrumbs-expandable-navigation-for-wordpress/7230130

    Plugin install and activating description:

    Important: Please note that xBreadcrumbs will not appear automatically on the front-end of your website. You should edit your theme file(s), usually it’s header.php file of your WordPress theme and add the following snippet code:  
    <?php 
    if(function_exists(“xBreadcrumbs”)){ xBreadcrumbs(); } 
    ?> 
    
    #517780

    Hey!

    I think this won’t be easily possible and and we can’t provide support for any 3rd party plugins, as written in our support policy. Please ask plugin’s author about it.
    If they can’t provide you a solution for it, you would need to hire a freelance developer for this job and you can find one for example here: http://kriesi.at/contact/customization

    Regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.