[Plugin: [iframe]] Anyone Successfully Wrap Their Custom Theme for Jigoshop?
-
We’re thinking of using Jigoshop for our website cart functionality as it is capable of all the features we’re looking for. However, as could be expected, Jigoshop carries its own CSS. We’ve read most of the threads concerning wrapping Jigoshop using hooks, but want to be certain before committing. Has anyone wrapped Jigoshop using a theme other than twenty-ten or twenty-eleven?
The threads say to examine a particular .php file with
<?php get_header(); ?>
resident. Examination of our page.php file gives us this:<?php get_header(); ?> <div id="sub-column"> <div id="sub-top"> <?php get_template_part('scripts/breadcrumb'); ?> </div> <div id="sub-content"> <div class="content">
Is this the correct file to determine the divs to wrap with ? That is to say, do we need to hook Jigoshop with the “sub-column,” “sub-top,” and “sub-content” IDs. Instead of the Jigoshop’s integral divs?
Has anyone else done this with the Creativix theme? Let us know if we’re on the right track.
Regards,
Eric & Barb
- The topic ‘[Plugin: [iframe]] Anyone Successfully Wrap Their Custom Theme for Jigoshop?’ is closed to new replies.