Advertisement:

Author Topic: Edit Menu Bar [SOLVED]  (Read 2099 times)

Riding The Storm

  • Newbie
  • *
  • Posts: 22
Edit Menu Bar [SOLVED]
« on: October 25, 2015, 05:00:19 am »
I'm using Bender Theme. Have a link in the menu bar that I need to change. I just can't seem to find the location to make the change
« Last Edit: October 31, 2015, 04:48:02 pm by Riding The Storm »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Edit Menu Bar
« Reply #1 on: October 25, 2015, 02:13:47 pm »
Hi,

Do you mean where "Login" and "Register for a free account" are shown? ??? That is printed in bender/header.php

Regards

Riding The Storm

  • Newbie
  • *
  • Posts: 22
Re: Edit Menu Bar
« Reply #2 on: October 25, 2015, 09:27:32 pm »
Thanks for the reply.  Well here is how it went   osclass/oc-content/theme/bender/header.php there is nothing that resembles anything associated with the menu bar

But if I go to osclass/oc-content/theme/bender/commom/head.php this is what see. This resembles the menu bar on the login screen just don't know where to go to edit the URL

<!-- favicon -->

<link rel="shortcut icon" href="<?php echo osc_current_web_theme_url('favicon/favicon-48.png'); ?>">

<link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php echo osc_current_web_theme_url('favicon/favicon-144.png'); ?>">

<link rel="apple-touch-icon-precomposed" sizes="114x114" href="<?php echo osc_current_web_theme_url('favicon/favicon-114.png'); ?>">

<link rel="apple-touch-icon-precomposed" sizes="72x72" href="<?php echo osc_current_web_theme_url('favicon/favicon-72.png'); ?>">

<link rel="apple-touch-icon-precomposed" href="<?php echo osc_current_web_theme_url('favicon/favicon-57.png'); ?>">

<!-- /favicon -->

<link href="<?php echo osc_current_web_theme_url('js/jquery-ui/jquery-ui-1.10.2.custom.min.css') ; ?>" rel="stylesheet" type="text/css" />

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Edit Menu Bar
« Reply #3 on: October 25, 2015, 09:42:02 pm »
Sorry, still don't know what are you calling "Menu bar"? ??? That code you have written has nothing to do with any menu (basically it only manages the favicon).

Quote
Do you mean where "Login" and "Register for a free account" are shown?


Regards

Riding The Storm

  • Newbie
  • *
  • Posts: 22
Re: Edit Menu Bar
« Reply #4 on: October 27, 2015, 04:02:34 am »
Sorry over looked that part but yes-it is where where you "Login" and "Register for a free account" are shown--right below the search bar.

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Edit Menu Bar
« Reply #5 on: October 27, 2015, 01:12:52 pm »
Then it's as I told you: bender/header.php, the element that contains menus and Publish buttom is <ul class="nav"> (around line 40).

Regards

Riding The Storm

  • Newbie
  • *
  • Posts: 22
Re: Edit Menu Bar
« Reply #6 on: October 28, 2015, 01:55:09 am »
Ok I found the line that you are talking about  It is line 40.

<ul class="nav">
       

But there is no Url's to edit. I have one URL that reads--- https:wwws.domain name/forum/---need to remove the s right after the www

Thanks again
« Last Edit: October 31, 2015, 04:44:52 pm by Riding The Storm »