Support

Account

Forum Replies Created

  • Hello @robertark,
    You are talking about a sample for entire collection. But, I am talking about whole collection.
    Once, I develop entire theme and share it a collection or 1000 people. Then, I will encounter some with every kind of user – novice to master. No one will consider theme with such mess.
    Is there any way to include contact form like we export ACF fields as php to embed into theme.
    Any help will be appreciated.

  • Hello Amin,
    It s something like this – I have embed ACF free along with ACF-CF7 and ACF-fields. Why? Because I have a Contact form 7 for each item which take input from user. Contact form 7 will be added to plugins (not embedded).
    With fresh installation, there will be no contact form to work with.
    If I have specified a contact form 7 in ACF Contact Form 7 field. Then, it is not going to work with new installation.

    So, any way to export contact from 7 to embed in theme will be a great help.

    Thanks

  • Hello Asger,
    functions is the best place to call all scripts(javascripts) and styles.
    Syntax highlighting is not necessary in real life project.

    The code below is enough to make flexslider work.

      <script type="text/javascript">
        $(window).load(function(){
          $('.flexslider').flexslider({
            animation: "slide",
          });
        });
      </script>

    Please, make sure that you have added call to flexslider.css and place flexslider’s font in proper place as well.

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