• Resolved fernanf

    (@fernanf)


    Hi,

    I am trying to create a child theme and when I complete the process, all web design is like parent theme excep for the things that come from “WordPress Importer” plugin. For example, there are parameters include into auto_install*.php files and they are not being incluide into the child theme and the final web design. What code do I have to include into the child theme files (*.css files / functions.php) to incorporate these parameters?

    Thanks

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

    (@stevengliebe)

    Widget Importer & Exporter’s purpose is only to import and export widgets. There is no functionality specific to a theme or child theme that would require custom development to use.

    Are you using something else that is asking you to incorporate a .wie file generated by our plugin, such as a demo content installer?

    Thread Starter fernanf

    (@fernanf)

    Thanks Steve for your answer. I compared the code of the parent theme to the child theme because there is a section that is not inherited from parent to child theme, and I am not sure but I think it could be related to the installed widget.
    The section code that is not shown into the child theme is the following:

    (you can see the parent theme in https://www.seedmusiccenter.com)

    <div class="widget-wrap">
      <div class="container">
       ::before
       <h2 class="widget-title">New Release Album</h2>
       ::after
      </div>
      <div id="tmpl-image-grid" class="grid cbp-so-section cbp-so-init cbp-so-animate" style="position: relative; height: 746.266px;">
        :: before
        <div class="grid-sizer" style="position: absolute; left: 0px; top: 0px;></div>
        <div class="cbp-so-side cbp-so-side-left album featured col-1" style="position: absolute; left:448px; top: 0px;">...</div>
        ::after
      </div>
     </div>
    </div>

    For example, I looked up the string text “New Release Album” above, into the folder theme and I could find it in file “import-widgets.wie” (see the following code) for this reason, I think it could be related to the WordPress Import Widget and could be the reason why this section does not appear into the child theme.

    Other example: I looked up the string “<div class=”widget-wrap”>” above and I could find it into the file “class-tmpl-image-gallery.php” in the path “\MusicTheme\widgets\class-tmpl-image-gallery.php

    Question:

    What can I do to inherit this code from parent to child theme?

    Thanks

    Plugin Author Steven Gliebe

    (@stevengliebe)

    Please give me steps to recreate the problem and copy/paste any error messages you are seeing. It’s unclear to me what problem you are running into while using Widget Importer & Exporter.

    Plugin Author Steven Gliebe

    (@stevengliebe)

    Assuming resolved due to non-reply. Feel free to reply to re-open.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Child theme & Widget Importer & Exporter’ is closed to new replies.