wadigraphic
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Change sidebar background colorAd this line of code to the CSS:
.sidebar { background-color: #D8D8D8!important; }
(Change the hexadecimal color value as you like)Forum: Fixing WordPress
In reply to: Leverage Browser Caching won't workUse this Plugin:
https://wordpress.org/plugins/leverage-browser-caching-ninjas/Forum: Fixing WordPress
In reply to: Image showing in preview but not on published/live siteHope this link helps
https://codex.wordpress.org/Inserting_Images_into_Posts_and_PagesForum: Installing WordPress
In reply to: InstallationYou can use BitNami https://bitnami.com/ for desktop development to experiment WordPress although the different between the live host and the localhost in your computers is that using inexpensive hosting
you can have live experiment on a server for about $5 a month for hosting which you can see the live experiment results with different devices but with localhost you can’t.Forum: Themes and Templates
In reply to: [Spun] Re-ordering postsThe structure of the Blog Post is an automated system you don’t have to arrange your post whatever Post you wrote will pop at the top of the posts list with date and time. What you might do is copy all your posts and save theme somewhere and then delete all these posts from your Blog and then taking them back according to the way you intend your lists to be which one you like em first or last. Put in mind the first post you published will be the last one in the list.
Forum: Themes and Templates
In reply to: [Zerif Lite] remove ARCHIVES and METAGo to appearance – widgets and look for ” ARCHIVES and META’ which widget they located at and remove them one at the time. It could be on the “Main” widget.
Forum: Themes and Templates
In reply to: [Editor] how to remove featured image in the homepafeJust click on the “Featured Image” on the right side of your page and it will be gone.
Forum: Themes and Templates
In reply to: [Hueman] How to remove powered by in FooterIt depends on what theme you use, but usually there should be “a footer option” or go to customize where you can find footer options on widgets, check all the footer widgets look for the phrase “Powered by”. Some themes have “Theme Options” where you can find footer.
Forum: Fixing WordPress
In reply to: Featured imageHi, Just click on where says featured image on the right side of your page it will take you to the image library, if you don’t have images on your image library you can still click on where it says upload to upload an image from your computer.Hope that helps.
Forum: Themes and Templates
In reply to: Removing page title in Mystile themeHi Lars, so what you saying is that you have a menu contains items (personal- from me to you and those items under home) to play around with this specific menu in your dashboard just go to menu under appearance and adjust the menu that contains
( Home-Personal blog – from me to you!) and click on home it will stretch open where you can click on delete and it will be gone!Forum: Themes and Templates
In reply to: [Twenty Fourteen] Logo, front navigation menuTo add Logo to Twenty Fourteen theme in your admin dashboard go to header section under appearance where you can upload your logo. Make sure you have a child theme to make your changes on not the Twenty Fourteen parent theme, now to center the header add this to your child theme style.css file:
.header-main {
text-align: center;
}.primary-navigation {
float: none;
}Forum: Themes and Templates
In reply to: Removing page title in Mystile themeLogin to your admin dashboard, go to pages and create a home page. Add new and create an other page you can name it a blog. You can create as many pages as you want. Now you can customize a menu and assign it to be a primary menu and there you adjust which pages to show up in that menu. You can create and adjust as many menus as you want by going to appearance menu. To remove a page title go to pages navigate and click delete then click update and that page won’t show up. Hope that would help.
Forum: Themes and Templates
In reply to: [Gridster-Lite] child themeWhen creating a chlidtheme you only need one file which is Style.css. In addition, add a copy of the screenshot.png file from the parent to chlidtheme folder.
Forum: Your WordPress
In reply to: how can i make my blog look good and attractiveFrom my point of view, change your top header background and your logo.