Remove “gear button” settings bar.

I don’t want users to have the option of changing color or layout of the store. How can I remove the “gear” button. I want to lock “gift store” as the default theme.

  1. <a href='http://www.ubertheme.com/profile/ziven/&#039; rel="nofollow">@Ziven</a>
    Unfortunately this didn't work. Disabling all the "featured" static blocks just removes the content of the sliding panel, but the gear button still showing up. http://prntscr.com/8qb8mtSetting "crafts" as Demo Theme, didn't change the theme at all, as seen on the screen shot.http://prntscr.com/8qb92n

2 answers

Profile photo of Ziven Staff 100280.00 $tone October 7, 2015
Public

@Hector,
Please go to admin and disable the statics block like this(admin->cms->static block): http://prntscr.com/8olffj
Default theme: Please go to the admin -> System -> Configuration -- > Joomlart -> Demo Theme Settings -> Settings Demo and set the craft  like the image http://prntscr.com/8olfu5
Best Regards,
Ziven.
 

#1
Profile photo of Hector Pelayo 20.00 $tone October 14, 2015
Public

I’ve finally made the sliding panel disappear.
For all wanting to get rid of the “gear button” and the sliding panel; go to (in this case I’m using Crafts template):
/app/design/frontend/ubertheme/craftst/template/page/
Here, you will find these files http://prntscr.com/8r3ewm
Invalidate the following code from each file enclosing it in <-- --> in this way you don’t have to delete it en case you want to revert the change.

<div id="jm-featured" class="has-toggle">
        <div class="btn-toggle featured-toggle"><i class="fa fa-gear">&nbsp;</i></div>
        <div class="inner-toggle">
            <?php Mage::app()->cleanCache(array("BLOCK_HTML"));?>
            <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('ub-crafts-featured-sidebar')->toHtml() ?>
        </div>
    </div>
#2

Please login or Register to Submit Answer

Written By

Comments