Lhemmerich
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Stretched PhotosThat fixed it !! THANKS!
Looks better now
RESOLVED..MY ERROR
I had renamed the plugin and for some reason it only affected the ALBUMSALL working fine now as far a ALBUMS are concerned
NO NO CHANGE…
Albums fork fine at site
https://www.knottydog.com/wp/photos-albums-2013/I just can not edit or add ALBUMS
I have had the database lock also…4 times…Just had to reload from backup
Today it is running OK but I have strayed away from next-Gen..
i will wait for answer …Forum: Themes and Templates
In reply to: Child theme –what am I doing wrong Left sidebarOK but what do I put in its place to move the sidebar to the LEFT
I though I copied this from the WP support site..
ThanksForum: Themes and Templates
In reply to: Child theme –what am I doing wrong Left sidebarWell that fixed part of my problem…THANKS
Now it changed the entire look of the page..All I was trying to move sidebar to the LEFTbelow is my style.css for the child…..
Theme Name: Twenty Twelve Child
Theme URI: https://www.knottydog.com/wp
Description: Child theme for the Twenty Twelve theme
Author: larry hemmerich
Author URI:
Template: twentytwelve
Version: 0.1.0
*/
@import url(‘../twentytwelve/style.css’);/*– move sidebar to the left –*/
@media screen and (min-width: 600px) {
.site-content {
float: right;
}
.widget-area {
float: left;
}
}/* for IE8 and IE7 —————-*/
.ie .site-content {
float: right;
}
.ie .widget-area {
float: left;
}Forum: Themes and Templates
In reply to: Child theme –what am I doing wrong Left sidebarBroken Theme
Missing TemplateI have only a style.css in directory
Larry
I am part way there need help on making thunb nails LARGER and adding at least one row
https://www.knottydog.com/wp/?page_id=118
Thanks