Forum Replies Created
-
AuthorPosts
-
skellogg
ParticipantHere's a better URL for the screenshot: http://imgur.com/a/cmmu3
skellogg
ParticipantAlso, the other themes in the directory work properly.
skellogg
ParticipantThanks, Victor!
skellogg
ParticipantThank you for replying, Victor.
I have add_filter('widget_text', 'do_shortcode') in my functions.php. Shortcodes work neither in widgets nor pages. Following this https://en.support.wordpress.com/videos/youtube/ tutorial, I still can't see shortcodes.
skellogg
ParticipantThanks, Victor!
skellogg
ParticipantThis issue is addressed here: http://stackoverflow.com/questions/18724007/url-of-child-theme-in-wordpress
skellogg
ParticipantThank you! That looks like a great plugin.
skellogg
ParticipantYou are, sir, The Man 🙂
skellogg
ParticipantI'm still working this out. The following will display the image, but leave a white band at the bottom of the screen. adding "no-repeat center center fixed" to backgroun-image prevents the image from being seen. It's a mystery.
http://www.gardentowerproject.co.uk/landing-page/
.altitude-landing .site-container {
background-image: url("images/fresh-salad-1600.jpg");
background-attachment: fixed;
background-color: #fff;
background-position: 50% 0;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}skellogg
ParticipantThanks, Tom! This is a great place to start.
Scott
skellogg
ParticipantThanks, Tom.
skellogg
ParticipantThis has been resolved by Studiopress tech support. What I'm seeing is the unpopulated middle widget area.
skellogg
ParticipantThis reply has been marked as private. -
AuthorPosts