Bring Your Business to Life › Support › Image Store › Looking for .php file location on the photo page
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- October 23, 2012 at 1:17 am #50474
rayzor00
ParticipantI am trying to find the .php file so I can edit the text on the photo page.
Im looking for:
Select all
Unselect all
Add to cartI either want to remove all together
Remove the bullet points (as they over lap the text)
Change the spacing or position on the with the table/pageta
October 23, 2012 at 1:19 am #50486Xpark Media
KeymasterThis 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'); - AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.