• Resolved Lexi_Bird

    (@lexi_bird)


    Here is where I’m talking about and that is consistent with all of the products. Is there any way to fix this? It was suggested in another post of mine that I give a temporary password so that it can be fixed but unfortunately I can’t do that as I am not the owner/creator of the website. Any help would be greatly appreciated, thank you.

    https://wordpress.org/plugins/jigoshop/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jigoshop Support – Marcin

    (@azrielnefezen)

    Hi Lexi_Bird,
    I really, really need more details to resolve your problem- how do you expect the product page to look like? Please describe the issue in more detail 🙂
    Regards,
    Marcin.

    Thread Starter Lexi_Bird

    (@lexi_bird)

    The section at the right is half way down the page and not aligned right next to it like it should be, for example like this: this

    Plugin Author Jigoshop Support – Marcin

    (@azrielnefezen)

    Hi
    In your frontend.css file change the:

    div.product div.images div.thumbnails {
        padding-top: 10px;
        overflow: hidden;
        zoom: 1;
    	}

    to this

    div.product div.images div.thumbnails {
        padding-top: 10px;
        overflow: hidden;
        zoom: 1;
    	width:inherit!important;
    	}

    and to align the image with the text change this:

    div.product div.images {
        float: left;
        margin-bottom: 10px;
        position: relative;
    }

    to this

    div.product div.images {
        float: left;
        margin-bottom: 10px;
        position: relative;
        margin-top: 120px;
    }

    Thread Starter Lexi_Bird

    (@lexi_bird)

    I don’t have the files for the jigoshop unfortunately, as I didn’t set up the website i’m merely redoing many of the framework and theme, ect for my boss. Could you tell me how to do what you proposed in a different way? Or is there a way I could do that without accessing files I dont have on my laptop? Thank you

    Hi Lexi_Bird,

    If you have access to the theme/style.css file copy and paste the code snippets above (the snippets which need to be replaced with the original)
    or you can do it by editing the theme/style.css file from the admin panel:

    Appearance -> Editor (See the screen below)
    http://scr.hu/3k1d/noqmx

    Copy and paste the snippets and save the file.

    Above you can find the code snippets in case if you are confusing to which you can add:

    div.product div.images div.thumbnails {
    padding-top: 10px !important;
    overflow: hidden !important;
    zoom: 1 !important;
    width:inherit !important;
    }

    div.product div.images {
    float: left !important;
    margin-bottom: 10px !important;
    position: relative !important;
    margin-top: 120px !important;
    }

    Thread Starter Lexi_Bird

    (@lexi_bird)

    Sorry about the late replies.

    Thank you for your responses. Vasili, I don’t have the ‘editor section’.

    Hi Lexi_Bird,

    Can you access to the site admin panel? Probably it has a diferent name like “Theme editor” or “Theme styles”, it depends on your theme settings, see the screen please:
    http://scr.hu/3k1d/6bco9

    To access it you need to be logged in in your site admin panel.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Product Page Information Isn't Displaying Properly’ is closed to new replies.