• Resolved charlesjdvp

    (@charlesjdvp)


    My project have a text widget, where has some php code. If this text is a simple like <?php echo Hello world;?> , “Fixed Widget” pluggin works well. I scroll down a mensagem comes down.
    But if text widget has any php function like <?php echo component_cart_menu();?> , “Fixed Widget” pluggin doesn’t work. I scroll down and not happens.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Well… You have to investigate deeper! The plugin cannot be affected by php in described way, but it can be affected by php generated code!

    Check frontend for javascript errors after <?php echo component_cart_menu();?> output!

    Thread Starter charlesjdvp

    (@charlesjdvp)

    I fixed. I diffined id (<div id=”teste_function”>) in the plugin where contain php function.
    Thank you.

    Plugin Contributor Max Bond

    (@max-bond)

    Good!

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

The topic ‘Does not working with php function in text widget.’ is closed to new replies.