JblaskyVT
Forum Replies Created
-
Forum: Plugins
In reply to: [Portfolio Slideshow] V1.10.0 and still have problemsI have a very similar problem to that described by shady. I update to V1.10.0, when I press activate I get the error:
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected ‘[‘ in /home/content/82/11477382/html/wp-content/plugins/portfolio-slideshow/lib/Plugin.php on line 57When I got to a page that uses slideshow, for example:
http://boltonfriends.org/images/All I see is: [portfolio_slideshow id=50]
Indicating that indeed the plug-in is not working
Any suggestions are appreciated. Thanks, Jerry
Forum: Themes and Templates
In reply to: Reducing space between posts twenty elevenI have made a number of changes to the Twenty Eleven child theme Stylesheet (style.css) which have reduced the white space between posts. Below I list all the changes I have made. I hope others will find this useful.
p {
margin-bottom: 0px;
}Below changing padding to 0em (third number) had big effect
.hentry, .no-results {
padding: 0 0 0em;
}The first number below further affects spacing. The default was 1.625 em one could decrease it to 0.0em for a further white space reduction.
.entry-content, .entry-summary {
padding: 1.0em 0px 0px;
}Forum: Themes and Templates
In reply to: Reducing space between posts twenty elevenStill working on reducing the white space further.
Forum: Themes and Templates
In reply to: Reducing space between posts twenty elevenI’m still working on this, but I have reduced the white space between posts considerably by adding this code to the stylesheet (style.css) in the twentyeleven child theme:
.hentry, .no-results {
padding: 0 0 0em;
}Forum: Themes and Templates
In reply to: Reducing space between posts twenty eleventhanks, I am editing a Twenty Eleven child theme. Any suggestions on how to reduce the excessive space between posts on my website BoltonFriends.org ?