Looking for .php file location on the photo page

Bring Your Business to LifeSupportImage StoreLooking for .php file location on the photo page

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #50486
    Xpark Media
    Keymaster

    @rayzor00,

    This will be easier using css and that way you can upgrade the plugin without problem. Other options are:

    to activate the tools widget, that will remove the navigation and will allow to use a widget to place the navigation where you want it. settings > Tools Widget

    to use Image store API to remove the navigation, add the following code to your functions.php file

    function mytheme_remove_main_imstore_nav($nav){
    return array();
    } 
    add_filter('ims_subnav', 'mytheme_remove_main_imstore_nav');
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.