Menu layout on gallery / shop

HomeSupportImage StoreMenu layout on gallery / shop

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #50454
    rayzor00
    Participant

    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!)

    #50455
    rayzor00
    Participant

    In fact if I can just remove the grey bullet points then it would look ok!?

    #50476
    rayzor00
    Participant

    Or 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 cart

    I either want to :

    Remove all together
    Remove the bulletpoints (as the lay over the text at the moment)
    Move the text in the table/page

    ta

    #50480
    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');
    #50493
    rayzor00
    Participant

    OK, 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.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.