Jon Dunning

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question:
  • Author
    Posts
  • in reply to: Jigoshop accent color for the Catalog Base page #7549
    Jon Dunning
    Participant

    So glad I could help, Shannon. If you find that you’re having difficulties getting the jigo-shop pages to work correctly on mobile devices, you can see what Bill Robbins helped me to do here:

    -jon

    in reply to: Using Jigoshop with Foxy #7548
    Jon Dunning
    Participant

    Thanks for all your help Bill.

    in reply to: Using Jigoshop with Foxy #7486
    Jon Dunning
    Participant

    Awesome Bill,

    That did the trick for the product page. Thanks for all your help.

    Should I add similar code for the Cart, Check-Out and Thank You pages where “.foxy-catalog {” is the name of each page? Those also need to be adjusted.

    Thanks Again

    in reply to: Jigoshop accent color for the Catalog Base page #7485
    Jon Dunning
    Participant

    Hi Shannon,

    I had a similar problem and the only way I found to fix it was to modify the original css file.

    If you’re comfortable doing that go to appearance>editor and the first page of code that opens should be your css page. If not look at the list on the right side of the page under Templates. All the way at the bottom should be an option that looks like this:

    Stylesheet
    (style.css)

    Scroll down until you see this block of code:

    }

    article h1,
    h2.title,
    .page-content h1,
    h1.page-title {
    float: left;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0 0 15px -30px;
    background-color: #e65203;
    }

    This block of code will be about a quarter of the way down the page.

    What you want to do is change the “background-color” value to whatever you want it to be. The number you see in yours will be different than #e65203. That’s the color value I used on my site and I can’t recall the original values that the foxy theme uses.

    After you change the value hit “update file” and it should be set.

    Also, it’s a good idea to create a backup of this css file before you make any changes.

    I hope this helps

    Jon

    in reply to: Using Jigoshop with Foxy #7466
    Jon Dunning
    Participant

    So as it seems, this fix did in fact work for each individual product page. they seem to be working fine now. The main product page with all the items, however, is unchanged.

    So we appear to be on the right path. any thoughts on how to fix the main product page?

    thanks for your help so far.

    in reply to: Using Jigoshop with Foxy #7435
    Jon Dunning
    Participant

    Thanks for the input Bill but that didn’t seem to change anything. If I were to add that directly into the css file do you think it would make a difference?

Viewing 6 posts - 1 through 6 (of 6 total)