Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter wph4

    (@wph4)

    Thanks for coming by Menaka.

    As I have mentioned I have already a child theme.

    My question is how to insert this code to my child theme:

    @atcinc
    For instruction:
    Go to yourwebsite[dot]com/wp-content/themes/theme-you-are-using
    Edit the file: index.php
    you add this line:
    <?php wp_footer(); ?>
    to the bottom of the content.

    And then edit the file: footer.php
    you add this line:
    <?php wp_footer(); ?>
    before the </body></html> at the bottom of the file content.
    It would be:

    <?php wp_footer(); ?>
    </body>
    </html>
    Done! Now save those 2 files and upload/save/overwrite it to the directory: yourwebsite[dot]com/wp-content/themes/theme-you-are-using.

    Now, F5 the website and see it changes. Hope you would be successful.

    Thread Starter wph4

    (@wph4)

    I wanted to say:

    As I have mentioned I have already a child theme with some codes in it.
    I want to know how to insert this code:

    should that just be copy any paste this part:
    <?php wp_footer(); ?>

    or should that suppress some part of it when adding to the functions.php that has already some codes in it?

    Hi,
    wp_footer() is already called by the customizr theme.
    So, there is no need to add this.
    If you can explain the root problem why you want to add this code, I may be able to help you better.

    Thread Starter wph4

    (@wph4)

    Hi @menaka,

    By my first message I gave a link to another thread. I am having the same issue from there.

    Cheers

    Thread Starter wph4

    (@wph4)

    by the way it is happening to this site:

    h4bs.com – home page has a tab that is not working.
    also some other pages that uses Shortcode ultimate plugin are not working properly.

    Thread Starter wph4

    (@wph4)

    Hi

    It looks like een conflict. when using Customizer Shortcode plugin works. When using default wp template shortcode ultimate works too.
    When using Child thema from Customizr or Customizr it does not work.

    It works when in Customizer mode, but when I go back to live it does not.

    Kan someone help here?

    @nikeo @rdell @d4z_c0nf

    Thanks!

    Hi,

    I tried installing it in my test site. It works in Child theme without any issue.
    So, Customizr (or its child theme) and Shortcodes Ultimate do not have any conflict, atleast for the Tabs.

    Can you disable all other plugins and check if it is a plugin conflict?

    Thread Starter wph4

    (@wph4)

    Thanks @menaka,

    I tried also with a beta site and it works.
    After that I went back to my site.

    I will check it further.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘inserting code to a child theme’ is closed to new replies.