Hi I have a few questions... 1)I am not able to load pictures into my media...I am following video directions but to no avail. http://newjerusalemwholetruthchurch.org/ 2) mobile view jumbles up the slogan and the website name...how can i correct this? 3) What is the actual size of the background? I have a custom background in now but just guessed for the size. 4) I am not sure how to explain this so please forgive me if I am not clear but I don't like the way the page moves in the main content area...it seems that the content is scrolling up as i read the page. I have the transparent content areas but with the page scrolling it is hard to read some of the info especially when i click on other pages. I can change the content background back to solid color such as off white if that will help but i still want the page to move down instead of "seemingly scrolling up". 5) I would like to take the search box away from the top and place it in the footer. 6) Can i make the pictures in the feature content area larger? thx
here is a screen shot for the error i am receiving when i try to upload images see attachment "an error occurred in the upload please try again later"
7) The blog post on the "home page bottom settings" only shows two blog post...how do i get it to show all of my blog post, for example 15? 8) I have the home page feature area along with the menu section and heading set to tranparant but I would like the additional pages with a white background, how can I get that changed? I hope you understand my questions. thx
Hello, 1) Deactivate all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s). 2) Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .social-links { background-size: 65% 100%;} .top-search { margin-top: 20px;} .logo img { width: 100%;} 3) Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: html, body{ background-size:100% 100%!important; background-attachment:scroll!important; } 4, 5) Code: .top-search {display:none;} .social-links {height: 65px;} 6) Only height can be increased but it will not look good. 7) For this Go to the Appearance > Editor > front-page.php and edit code as shown in the image given below. 8) Code: .fullwidth { background: white;} .page-content { background: white;}
Thank you for answering my many questions, I truly appreciate you all. Now concerning the height of the pictures you stated that "Only height can be increased but it will not look good." The problem that I have is that my client says that the pictures look stretched so i need to increase the height so that they can make the decision for themselves if they prefer it increased or not. 6) Can i make the pictures in the feature content area larger?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .gallery_entry1 { background: url("images/item-bottom-shadow.png") no-repeat scroll -2px 290px transparent!important; height: 300px; } .feature-content .feature-box .feature-box-inner img { height: 290px; } Note: Image stretching depends on image size. Featured area is designed for image dimension (210 x 120)px. If we add image of different dimension. It will stretch.