Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bluey80

    (@bluey80)

    Maybe you can be a little more specific in your question and what changes you have made so far. The formatting / alignment, etc, should be handled by css and if you look at templates/default.php if shows how to do a custom template with your own css file.

    Thread Starter minorcustomcrafts

    (@minorcustomcrafts)

    I was able to make the formatting changes in the CSS. Right now, in this plug in, you are not able to add an image of what you are putting the add to cart button with. I know enough to be dangerous, with coding, but not enough to know what to code to be able to add an image to show up with the “add to cart” button. I dont know where to put it or what the code is to do it.

    I did try and add the image in the page itself and it broke the plug in, so I have to figure out what to code.

    Plugin Author bluey80

    (@bluey80)

    Why do you want the image inside the [scabn] strcuture? Can you just show the image and place the add to cart short code below it — then you don’t have to change the plug or anything. If you want to put a box around the whole ensemble, just get ride of the SCABN box in css and put:

    <div class=”something”>
    display image
    [scabn blah]
    </div>

    and write css to put a box around the class something.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding Image’ is closed to new replies.