vstoja
Forum Replies Created
-
Forum: Themes and Templates
In reply to: i can't upload/update theme to wordpress control panelFirst, try to reinstall wordpress,
If this does not work,
then sign in to your cPanel account and removed theme you currently have and upload this them https://wordpress.org/themes/twentyfourteen/Forum: Fixing WordPress
In reply to: WordPress RedirectHere there is a cool guide 😉
http://www.seomoz.org/learn-seo/redirection
or
plugin
http://wordpress.org/extend/plugins/redirection/if you do redirect properly all your old blog posts still link properly to the new site
Forum: Fixing WordPress
In reply to: Changing Menu & Background Color.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #134A66; } .dropdown-menu { background-color: rgba(52, 111, 142, 0.9); }put rgb color of your choice.
Forum: Fixing WordPress
In reply to: How to center title of page?Put this in custom css,
This will make the change on all pages of your websiteh1 { text-align: center; } img.alignright { display: inline; margin: 0 38px 15px 15px; }if you just want to change the main page title and bake margin put this in css:
.home h1 { text-align: center; } .home img.alignright { display: inline; margin: 0 38px 15px 15px; }Forum: Fixing WordPress
In reply to: Changing Menu & Background ColorPut this in custom css for menu color:
.navigation_menu { background: rgb(49, 163, 221); }you can put rgb color of your choice…
for the background you have to be more accurate
Forum: Themes and Templates
In reply to: i can't upload/update theme to wordpress control panelwho made the site? you or someone else
Forum: Themes and Templates
In reply to: i can't upload/update theme to wordpress control panelthat you have all administrative rights?
leave the link of the pageForum: Fixing WordPress
In reply to: How to safely update to WordPress 4.2.1?First make a backup of the site
http://skillcrush.com/2015/04/23/backing-up-wordpress/and then make an update, if there’s a problem just make restor of website
Forum: Themes and Templates
In reply to: [Virtue] Virtue Portfolio not showing imagesLeave a link to the website