tgfikes
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: database repair issueThanks, laliz — the database repair option in phpmyadmin did the trick. now just dealing with cleaning up all the corrupted content in my pages after the repair… but at least I’m not rewriting from scratch. Again, many thanks!
Forum: Themes and Templates
In reply to: [Pure & Simple] boxed layout and background imagesI purchased the Pro version of Pure & Simple… I am having the same issues with that. FYI I will be using the child theme (rather than the CSS editor) to customize.
Forum: Themes and Templates
In reply to: [Pure & Simple] boxed layout and background imagesJust one more follow-up: I can see the image behind the boxed page (e.g., below the footer), but cannot see it through the main content page. My goal is to see the image behind the main content area. I have also tried inserting the following code using the CSS Stylesheet Editor, but neither the image nor color updates:
#body { background-image: url(http://localhost:8888/HGP_offline/wp-content/uploads/2015/02/HGP-Logo.png); background-color: rgba(0,0,0,0.4); }Forum: Themes and Templates
In reply to: [Pure & Simple] boxed layout and background imagesI’ve also tried entering hex codes for transparent colors into the Colours-> Main Content Background field (e.g., #00ffffff), but it only seems to accept RGB and not ARGB values.
Forum: Themes and Templates
In reply to: [Pure & Simple] boxed layout and background imagesThanks for the prompt reply. If by background-image customizer you mean the Background Image field between Header Image and Navigation under Appearance>Customize, that is what I have done… the color (selected in Colours-> Main Content Background) appears instead of the image. Any thoughts?