Advertisement:

Author Topic: Title not showing correctly. Help!  (Read 2240 times)

Akhim

  • Newbie
  • *
  • Posts: 34
Title not showing correctly. Help!
« on: June 30, 2015, 02:51:30 pm »
I have always like repurpose theme but something is wrong. Somehow it is not able to capture the title of my website and thus  shows 'Osclass free classified scripts!' as the title. I have several functional websites and when i activate them repurpose, everything else is fine apart from the title. Even when i upload my own logo, osclass favicon still persist. Thus i have to opt for other themes. anyone else experiences this?

Rudy1978

  • Guest
Re: Title not showing correctly. Help!
« Reply #1 on: August 09, 2015, 09:38:51 pm »
Did you delete the logo? have same problem before!

Akhim

  • Newbie
  • *
  • Posts: 34
Re: Title not showing correctly. Help!
« Reply #2 on: August 11, 2015, 08:32:58 pm »
Did you delete the logo? have same problem before!

Hi Rudy,

I don't understand what you mean. Once my logo was not showing and instead the osclass favicon. I changed to theme twitter.

Rudy1978

  • Guest
Re: Title not showing correctly. Help!
« Reply #3 on: August 12, 2015, 08:54:14 am »
Solved same problem!

1. First delete in your theme under images the logo!
repurpose/images/ (Logo)

2. /themes/repurpose/header.php

<!-- header -->
        <div id="header-main">
            <div id="header-inner">
                <div id="logo">
                    <?php if( file_exists( WebThemes::newInstance()->getCurrentThemePath() . "images/logo.jpg" ) ) { ?>
                        <a href="<?php echo osc_base_url() ; ?>">
                            <img src="<?php echo osc_current_web_theme_url('images/logo.jpg') ; ?>" alt="<?php echo osc_page_title() ; ?>" title="<?php echo osc_page_title() ; ?>" />
                        </a>
                    <?php } else { ?>
                        <a href="<?php echo osc_base_url() ; ?>"><?php echo osc_page_title() ; ?></a>
                    <?php } ?>
                </div>
                <ul id="nav">
                    <?php if( osc_users_enabled() ) { ?>
                        <?php if( osc_is_web_user_logged_in() ) { ?>
                            <li><span class="link"><?php printf(__('Hi %s', 'twitter'), osc_logged_user_name() . '!'); ?></span></li>
                            <li><a href="<?php echo osc_user_dashboard_url() ; ?>"><?php _e('My account', 'twitter') ; ?></a></li>
                            <li><a href="<?php echo osc_user_logout_url() ; ?>"><?php _e('Logout', 'twitter') ; ?></a></li>
                        <?php } else { ?>
                            <li><a href="<?php echo osc_user_login_url() ; ?>"><?php _e('Login', 'twitter') ; ?></a></li>
                            <li><a href="<?php echo osc_register_account_url() ; ?>"><?php _e('Register', 'twitter') ; ?></a></li>
                        <?php } ?>
                    <?php } ?>
                    <?php if ( osc_count_web_enabled_locales() > 1) { ?>
                    <?php osc_goto_first_locale() ; ?>
                </div>   :) (add only this line!!!)
                    <li class="languages">