umer2001uf
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Fixing WordPress
In reply to: My theme nav not works correctlyi tried different themes but none of it works for me,
and lets change it in to question…where should i place`wp_nav_menu( array(
‘menu’ => ‘Something custom walker’,
‘walker’ => new bootstrap-walker()
) );`
in the header html ?<html> <head> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> </head> <body> <header class="nav-area navbar-fixed-top" > <div class="container" > <div class="row" > <div class="col-md-12 col-xs-12" > <div class="main-menu"> <div class="navbar navbar-cus"> <div class="navbar-header"> <a href="index.html" class="navbar-brand">SAYBER<span>S</span></a> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div class="navbar-collapse collapse"> <nav style="background-color: turquoise;"> <ul class="nav navbar-nav navbar-right"> <li><a>Home</a></li> <li><a>Contact</a></li> <li><a>Blog</a></li> </ul> </nav> </div> </div> </div> </div> </div> </div> </header> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> </body> </html>Forum: Fixing WordPress
In reply to: How To Fix WordPress Site Address (URL) and Site Address (URL)go to phpmyadmin and opent the table for your site then click on “wp_options” table and change siteurl & home to your site address and thg go to setting of your dashboard and click save changes once …..
Viewing 2 replies - 1 through 2 (of 2 total)