• Resolved wimmerstefan

    (@wimmerstefan)


    Only the header is shown. Looking at the source code of the pages delivered the content stops after the header …

    
    		  		<a href="#" id="togglesearchbar"> <i class="fa fa-search" aria-hidden="true"></i> </a>
    				<div class="search-form-nav" id="top-search" style="display:none">
    					<form role="search" method="get" class="search-form" action="https://localhost/wordpress/">
    				<label>
    					<span class="screen-reader-text">Search for:</span>
    					<input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" />
    				</label>
    				<input type="submit" class="search-submit" value="Search" />
    			</form>               
    				</div>
    		  	</li></ul></nav>        </div><!-- #site-header-menu -->
              </div><!-- .container -->
      </header><!-- #masthead -->
    

    EDIT: when using the original theme the content is shown …

    • This topic was modified 5 years, 6 months ago by wimmerstefan. Reason: Adding note about original theme
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wimmerstefan

    (@wimmerstefan)

    Nevermind – I found the error:
    $default = code_manas_get_theme_mods_defaults();
    was changed to
    $default = cm_kirki_fields()->get_theme_mods_defaults();
    in the header.php which caused the empty pages of course ??

    Is it perhaps an idea to communicate this kind of vital changes in the Changelog?

    Theme Author CodeManas

    (@codemanas)

    Hello @wimmerstefan ,

    We are glad that your issue has been resolved.

    Yes, we will provide vital technical changes’ details in changelog henceforth. Thank you for the suggestion.

    Regards,
    Code Manas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘After updating to 1.1.7 content in child theme is not visible anymore’ is closed to new replies.