Advertisement:

Author Topic: Problem modifying bender theme  (Read 1657 times)

baazonline

  • Newbie
  • *
  • Posts: 37
Problem modifying bender theme
« on: December 18, 2013, 03:43:39 pm »
Hi guys,

i have posted earlier about my problem for modifying the bender theme.
recently i have accomplished to insert the header navigation on top that is..
technouniversal.com/Classifieds/

now i wish i can add the sub header like this..
technouniversal.com "in orange with categories"

please help me modifying my theme, i can send you the login details for my admin panel please PM

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: Problem modifying bender theme
« Reply #1 on: December 23, 2013, 06:52:26 pm »
you are making a lot of modifications to the bender theme. you might want to change the name of the theme and pathways so you don't lose all your work and are able to auto upgrade. your site will look great when your done.

please also watch out for people that take money and don't produce results, there are some good ones on here that will be able to help you. research them!

baazonline

  • Newbie
  • *
  • Posts: 37
Re: Problem modifying bender theme
« Reply #2 on: December 23, 2013, 07:22:12 pm »
Thanks design i wish if it could be your name :)

i am sure i can do it by myself but just need little bit guidance from senior members around here,
i would appreciate if you could help me with this as still i am stuck on the main page. :(
have a look to the classifieds again you wil notice the slider is working but the items are moving from bottom to top in one row only.
Thanks

design

  • Hero Member
  • *****
  • Posts: 2619
  • Osclass 3.5 MAC/PC w/ Modern Browsers
Re: Problem modifying bender theme
« Reply #3 on: December 23, 2013, 08:59:22 pm »
I don't work with sliders, but I'd imagine somewhere it has a setting for vertical or horizontal scrolling, in the js file.

take the twitter menu. and style it. place this in your header.php not sure where in your theme as it's so modified. but this snippet has what you need
Code: [Select]
<div class="topbar-wrapper" style="z-index: 5;">
        <div class="topbar">
          <div class="fill">
            <div class="container">
              <?php osc_goto_first_category() ; ?>
              <?php if(osc_count_categories () > 0) { ?>
              <ul class="nav">
                <?php while ( osc_has_categories() ) { ?>
                <li class="<?php echo osc_category_slug() ; ?><?php if ( osc_count_subcategories() > ) { ?> menu<?php ?>"> <a href="<?php echo osc_search_category_url() ; ?>" <?php if ( osc_count_subcategories() > ) { ?>class="menu"<?php ?>>
                  <?php View::newInstance()->_erase('subcategories'); echo osc_category_name() ; ?>
                  </a>
                  <?php if ( osc_count_subcategories() > ) { ?>
                  <ul class="menu-dropdown">
                    <?php while ( osc_has_subcategories() ) { ?>
                    <li class="<?php echo osc_category_slug() ; ?>"><a href="<?php echo osc_search_category_url() ; ?>"><?php echo osc_category_name() ; ?></a></li>
                    <?php ?>
                  </ul>
                  <?php ?>
                </li>
                <?php ?>
              </ul>
              <?php ?>
            </div>
          </div> <!-- /fill -->
        </div><!-- /topbar -->
      </div>

baazonline

  • Newbie
  • *
  • Posts: 37
Re: Problem modifying bender theme
« Reply #4 on: December 24, 2013, 09:59:07 am »
Thanks mate,
i really appreciate your feedback,

let me try changing it, will keep in touch.

Regards