I want to be able to change the background at will so I added the following code to functions.php, add_theme_support('custom-background'); and the following to style.css .content{ background-image:none !important; background-color: transparent !important; border-bottom:none; border-top:none;} .content_botbg { background-image:none !important; background-color: transparent !important; border-bottom:none; border-top:none;} Which allows for the "background" option to appear under the appearance menu in wp dashboard. However, your background seems to be over riding my code. How do I remove your background code to solve the issue. Thanks. http://sacramentowebdesigner.net/snow 2nd question. I am trying to add a second sidebar on the left. I have added the code, but there is no sidebar call to action in the function.php file? How can I do this. I also am wondering why there is no preview image / thumbnail for my user uploaded video? Please advise a solution. Thank you
Hello Brianskim, Changes you are asking require lot of customization in theme files. So unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry. Thanks & Regards Nitesh Raghuwanshi
Being able to change the background image is too much customization? Like I said in my comment, I already created and added the code, which in every other theme, would work, but your coding overrides it. Same with adding the code for a second sidebar. You also did not comment on the no preview image for uploaded videos. If these changes can't be done, I would like a refund please. That is ridiculous.
Hello, The process you are following for custom background require lot of changes. Background is also possible with the css code. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content_wrapper, .page_container{ background: url("YOUR IMAGE ADDRESS"); } Left sidebar is not possible. Theme layout will allow such changes. For preview image: There is an image upload option at the upload video page through which user can upload thumbnail image for there video. Check image given below for reference. Thanks & Regards Nitesh Raghuwanshi
Thank you for getting back to me, however, if I cannot add a 2nd sidebar, I would like a refund. I added the necessary code, including css to make sure the layout would adjust properly. I have added 2nd sidebars to over 15 themes and this is the first one it will not work on. I have also used the code for adding the background option in the panel on numerous themes and this is the only one it doesn't work on. Thanks in advance.