Here you see a screenshot of the problem.
Who else has this problem and why there were added a display: inline-block to this???
]]>i am trying to add the site editor feature to a classic theme to make it a hybrid theme or a universal theme.
i followed this tutorial by Frank Klein and i did managed to add the site editor feature to my theme, but it messed up my templates and it seem that wordpress includes the wrong templates.
i step debugged my site trying to access my product archive
and in wp-includes/template-loader.php the template that was loaded was storefront/archive.php instead of storefront-child/product-archive.php
i dont know why this is hapening and i would like and appreciate help with this subject.
]]>Now when I try to update to Hybrid 0.3 to 1.2 I get a the following error on my admin page:
Server Error
The website encountered an error while retrieving https://50.87.191.241/blog/wp-admin/update-core.php. It may be down for maintenance or configured incorrectly.
Error code: 500
and the following error when visiting the site:
Server Error
The website encountered an error while retrieving https://50.87.191.241/blog/. It may be down for maintenance or configured incorrectly.
Error code: 500
Should I not have copied all of the parent files? When I just used the stylesheet in the child-theme many elements on the page where broken.
]]>I’m not super talented/well-versed when it comes to figuring this stuff out, so if someone can send me some detailed ideas or a solution, that would be greatly appreciated!
]]>https://www.ads-software.com/extend/plugins/dk-new-medias-image-rotator-widget/
]]><?php do_atomic( ‘head’ ); // @deprecated 0.9.0. Use ‘wp_head’. ?>
<?php wp_head(); // wp_head ?>
This removed the WordPress menubar from the top of the page, which is what I wanted.
However, all of the links from the menubar now appear at the bottom of my blog: https://mamageekminis.com/blog/
How do I get rid of them?
]]>Site is here: https://lastshredsofsanity.com/ThisIsATest/
Hybrid’s support forum kind of sucks as all good answers are hidden unless you pay a $25 yearly fee to be able to post.
I did find this in the community forum, but it did not work:
#header-container {
overflow: hidden;
height: 90px;
border-bottom: 1px solid #021f32;
}
#header {
overflow: hidden;
width: 960px;
height: 90px;
margin: 0 auto;
}
#site-title {
float: left;
width: 450px;
height: 90px
}
#site-title a {
display: block;
width: 460px;
height: 90px;
background: url(images/f1ezine-brand.png) no-repeat 0 0;
}
#site-title a span {
display: none;
}
#site-description {
display: none;
}
I have tried adding this to both the header.php and the hybrid hook plugin…nothing. Although the tagline finally did show up. But still no image/logo.
<div id="header">
<a href="index.html"><img src="<?php bloginfo('template_directory') ?>/images/logo_agile.gif" id="logo" /></a>
<div id="tag"> Real Estate Solution Advisors, Planners & Implementors
</div>
<div style="clear:both;"></div>
</div>
I put this under
<div id="body-container">
<?php hybrid_before_header(); // Before header hook ?>
<div id="header-container">
<div id="container">
I am completely stumped on this one. I have tried all my tricks.
]]>Thanks in advance!
]]>