Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • The omnia25 above work perfectly for me. First time I tried it never work and the problem is because I copy and paste codes just like omnia25 inside my text editor. The codes are written by omnia25 but unknowingly when I paste the codes inside text editor the quote sign change to quote sign like writing in word document which is forbidding in coding.

    When I paste the codes inside my text editor the codes appear like this:

    $nd_options_xml_url = get_template_directory().’/import/demos-options.xml’;

    But the codes suppose to appear like this:

    $nd_options_xml_url = get_template_directory().’/import/demos-options.xml’;

    Do you notice the difference from this area:

    ’/import/demos-options.xml’ // I notice this is showing properly here. My intention is to use quote like in word document.

    and this area:

    ‘/import/demos-options.xml’

    Please try to use the codes below from omnia25 and ensure that when you paste it into text editor the quote sign did not change to quote sign like in word document.

    $nd_options_xml_url = get_template_directory().’/import/demos-options.xml’;

    This solved my problem perfectly after 48hrs of trying.

    The omnia25 above work perfectly for me. First time I tried it never work and the problem is because I copy and paste codes just like omnia25 inside my text editor. The codes are written by omnia25 but unknowingly when I paste the codes inside text editor the quote sign change to quote sign like writing in word document which is forbidding in coding.

    When I paste the codes inside my text editor the codes appear like this:

    $nd_options_xml_url = get_template_directory().’/import/demos-options.xml’;

    But the codes suppose to appear like this:

    $nd_options_xml_url = get_template_directory().’/import/demos-options.xml’;

    Do you notice the difference from this area:

    ’/import/demos-options.xml’

    and this area:

    ‘/import/demos-options.xml’

    Please try to use the codes below from omnia25 and ensure that when you paste it into text editor the quote sign did not change to quote sign like in word document.

    $nd_options_xml_url = get_template_directory().’/import/demos-options.xml’;

    This solved my problem perfectly after 48hrs of trying.

    Thread Starter azurintegrated

    (@azurintegrated)

    Thanks Suman,

    Your suggestions perfectly work. Really appreciate.

    Akintola & anton341,

    The footer is like a global footer means it is set to appear on every part of the theme though you can make the footer to appear on specific pages as your wish . The footer can be customized, all you need to do is to install this plugin: Elementor – Header, Footer & Blocks. After installation then click on APPEARANCE then click on HEADER FOOTER BUILDER that will take you to HEADER FOOTER TEMPLATES, in there click on FOOTER page and click on EDIT WITH ELEMENTOR. That is the place you can start customizing the footer of your website.That will solve your problem. Additionally, as a matter of fact you can build different footers for different pages in this location and they will work as global footer for different pages you have selected when you build the footer. Hope that will help you guys.

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