Remove Sitetitle and image placement

Rafail Stratiotis Posted in Technical Support 5 years ago

Hi Guys
i want to Remove Sitetitle and put a image
i managed to make that change but does not work on all page..

the change was made by
/themes/social/plugins/default/theme/page/elements/topbar.php

Replies
Breton Elias Hilario dos Santos Replied 5 years ago

as would be the php code, can you show me the line, I'm learning the php, I'm not screw!

Indonesian Arsalan Shah Replied 5 years ago

@Rafail, thanks for sharing your solution for others much appreciated.

@Elias to you need edit themes/goblue/plugins/default/theme/elements/topbar.php

Breton Elias Hilario dos Santos Replied 5 years ago

hello I would like to put my brand in place of the site name, could you show me the code? php

<!-- ossn topbar -->
<div class="topbar">
<div class="container">
<div class="row">
<div class="col-md-2 left-side left">
<?php if(ossnisLoggedin()){ ?>
<div class="topbar-menu-left">
<li id="sidebar-toggle" data-toggle='0'>
<a role="button" data-target="#"> <i class="fa fa-th-list"></i></a>
</li>
</div>
<?php } ?>
</div>
<div class="col-md-7 site-name text-center <?php echo $hide
loggedin;?>">
<span><a href="<?php echo ossnsiteurl();?>"><?php echo ossnsitesettings('sitename');?></a></span>
</div>
<div class="col-md-3 text-right right-side">
<div class="topbar-menu-right">
<ul>
<li class="ossn-topbar-dropdown-menu">
<div class="dropdown">
<?php
if(ossn
isLoggedin()){
echo ossnpluginview('output/url', array(
'role' => 'button',
'data-toggle' => 'dropdown',
'data-target' => '#',
'text' => '<i class="fa fa-sort-desc"></i>',
));
echo ossnviewmenu('topbardropdown');
}
?>
</div>
</li>
<?php
if(ossn
isLoggedin()){
echo ossnpluginview('notifications/page/topbar');
}
?>

Breton Elias Hilario dos Santos Replied 5 years ago

???

     <div class="ossn-page-container">
          <?php echo ossn_plugin_view('theme/page/elements/topbar');?>
      <div class="ossn-inner-page">    
          <?php echo $contents; ?>