Hello there. I’m having real problems to center the Menu and keep it that way in every size of the browser. Any tips?
Thanks
PS: I’ve been trying days and right after I asked for help I found the solution
.site-navigation{
width: 526px !important;
margin-left: auto;
margin-right: auto;
float: none;
]]>
Hi, I was dealing with some problems in this template. I fixed them.
1. post in homepage was sometimes overlapped
Fix: scripts.js
jQuery(document).ready(function($) {
$('.isotope').imagesLoaded(function(){
$('.isotope').isotope({
itemSelector: '.isotope-item',
layoutMode: 'sloppyMasonry'
});
});
});
2. In mobile version: homepage with 2 columns not 1
Fix: index.php – column numbers changed
<div class="col-xs-12 col-sm-6 col-lg-4 isotope-item">
3. Images in post gallery are in full resolution
Fix: wp-bootstrap-gallery.php
lines 150-151: size changed to medium
]]>Please take a look at my article page. It appears as if the post is under the div on the mobile version. Not sure what I should try and figured I would come ask you guys.
]]>Is there a way to control the “excerpt” that shows on front page? Sometimes i want to put an image in the beginning of the post but the excerpt pulls the html of the link image to it.
]]>I’m having an issue where article titles and summaries (which usually appear beneath article thumbnails) are not displaying correctly on the home page. This problem occurs sporadically. When it does, it seems like the article summary is being rendered behind the article thumbnail; during a page load it is possible to see the summary content load in just before the thumbnail is rendered right on top of it. Resizing the viewport in any way causes the summary info to be ‘pushed down’ to its correct location, until the page is refreshed. I can confirm this behavior occurs in Chrome 31 and Safari 7.
]]>I am getting another error for this theme when clicking on posts.
[Wed Dec 11 12:45:38 2013] [error] [client 216.183.175.194] PHP Warning: call_user_func(nuthemes_bootstrap_navwalker::fallback) [function.call-user-func]: Unable to call nuthemes_bootstrap_navwalker::fallback(Array) in /public/wp-includes/nav-menu-template.php on line 173
]]>I get this error when I try loading this. I can load the main page by commenting out the if statement on line 54.
PHP Fatal error: Call to undefined function is_multi_author() in /public/wp-content/themes/pieces/functions.php on line 54
Just leaving some feedback. Thanks.
]]>