Home › Support › Image Store › Menu layout on gallery / shop
-
AuthorPosts
-
October 21, 2012 at 7:49 am #50454rayzor00Participant
All looks and works great so far. Been looking for a shop like this for age! great stuff thanks!…
But I have one clash because of the theme I am using. I am using the theme Flashlight. You plugin works with the theme but the layout of the menu text overlays each other-
The bullet points that say: select all, Unselect, remove, add to cart all overlay each other. The spacing seem incorrect
The ones above that say : Slideshow, favourites, prices list and shopping cart look ok and the spacing between them are correct.
Hope this makes sense!
I am still building and testing but try this link for a test page (password 123):
http://www.jemsphotography.co.uk/galleries/try-2/favorites/
Hope you can help!! (so close!)
October 21, 2012 at 8:03 am #50455rayzor00ParticipantIn fact if I can just remove the grey bullet points then it would look ok!?
October 22, 2012 at 8:51 pm #50476rayzor00ParticipantOr can you tell me the location of the .php file for the photo page?
I am looking for the bullet points text of:
Select all
Unselect all
Add to cartI either want to :
Remove all together
Remove the bulletpoints (as the lay over the text at the moment)
Move the text in the table/pageta
October 23, 2012 at 1:07 am #50480Xpark MediaKeymasterThis 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');
October 23, 2012 at 9:51 am #50493rayzor00ParticipantOK, thank you for the reply. I managed to change in the CSS as suggested, so looks allot better now! appreciate the advice!
I have one issue which I can seem to change yet. In the Checkout option form. The layout is odd, I am changing the CSS but can’t get it to look perfect yet.
I basically need to move City, State, Zip and phone do not align with the text box.
Name, email and address are all ok.
I just need to knock the City text down a line and I think the rest should align up.
-
AuthorPosts
- You must be logged in to reply to this topic.