Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author dFactory

    (@dfactory)

    Can’t you use wp_head() and wp_footer() there?

    I’m not sure how the plugin behave if you add the code manually. (probably not to good as there are plugin vars sent to the script via wp_localize_script() function)

    Thread Starter spatdesign

    (@spatdesign)

    I can’t add wp_head() because it creates conflict with the page. I added wp_footer() and it works, but it doesn’t use the options style that I selected (bottom position and wordpress buttons), it shows only the background and text colors that I choose, with only text buttons and in top position. Maybe lacking some necessary information in my page template. What can I do to fix this? This is the site: https://tinyurl.com/osv6lks
    thanks a lot!

    Plugin Author dFactory

    (@dfactory)

    Yes, because it’s missing front.css file which can’t be loaded in footer. You may either included that file manually or copy the style and paste it into your theme stylesheet.

    Thread Starter spatdesign

    (@spatdesign)

    Ok, then I’ll try to work with CSS, because now I uploaded front.css bar has disappeared completely, there is probably something that conflicts with the page that I made. Thanks so much for your help and availability.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Manually add the script to php page’ is closed to new replies.