sylvestercomputerguy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Logo size and number of blog posts on home pageSorry, I have a bad habit of just trying to help out when someone asks, regardless of how/where they asked. That being said, chad’s hijacking of this thread did prompt me to add to its relevance, as I figured out the answer to my earlier question to you about putting more than 8 posts on the front page, which remained unanswered:
Forum: Themes and Templates
In reply to: [Virtue] Logo size and number of blog posts on home pageIt’s been awhile since I set mine up. Try making a second post and see if that squishes the first one, since it’s a two column design. Seems I may have gone to Appearance>Customize and then done some things there. BTW, you have a blank slide in your slider, which is why the slider disappears and the content moves around every so often. Wish I could be more helpful on those last questions 😉
Forum: Themes and Templates
In reply to: [Virtue] Logo size and number of blog posts on home pageAnd since this thread was brought up again, I just want to mention that I was able to modify the number of posts on the home page by tweaking line 7 of wp-content/themes/virtue/templates/home/blog-home.php to swap the variable with a number constant (in my case 12). Just keep in mind that the slider in the theme options will no longer work for changing the number once you do it (perhaps someone else can find how to modify the slider max value directly, but this is the first solution I came upon and it works for my purposes), and you’ll have to retweak it after every theme update. Looked like this:
<?php global $virtue; if(isset($virtue[‘home_post_count’])) { $blogcount = ’12’;} else { $blogcount = ’12’; }
Forum: Themes and Templates
In reply to: [Virtue] Logo size and number of blog posts on home pageJust scanning through, it looks like you may be able to modify the following (I like using Jetpack’s Custom CSS feature):
.col-md-12, .span12, .woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
width: 100%;
}Forum: Themes and Templates
In reply to: [Virtue] Logo size and number of blog posts on home pageWhere can we adjust the number of posts on the homepage through the code (not the slider)? I’d like to show more than 8 posts.
Forum: Plugins
In reply to: [OptionTree] [Plugin: OptionTree] Daily Press Theme Options Not Showing UpI’m unsure about whether the versions matched as I currently do not have access to the original site in question, but you made me think of something else: Due to an unrelated issue on my host server, awhile back I discovered that the platform was using php 5.2 and I needed to be running 5.3. So I decided to go load up the test fresh install I mentioned in my original post, which hasn’t been touched since then (so the WP version and everything is the same), just to see if php 5.3 made a difference… and apparently it did!
I do not know if this was a case of version matching, or if you just need to be on 5.3 or later, but everything is working now (albeit way too late). Thanks for reviving this old thread to get me looking into it 😉
Forum: Plugins
In reply to: [OptionTree] [Plugin: OptionTree] Daily Press Theme Options Not Showing UpUnfortunately, I never found a way to get around the problem. The client’s website regrettably has to stay on GoDaddy for the foreseeable future :/