Forums
(@kotoman)
4 years, 9 months ago
unchecking the iframe seems to have worked. Thanks
8 years, 4 months ago
I crumbled and commissioned a developer to build a plugin to allow me to duplicate as many products as I wish in one go. Thanks for your help though.
is there documentation on this? I have the coding know how of a kitten.
9 years, 7 months ago
fixed the problem by upgrading to wordpress 4
10 years, 7 months ago
Much head banging, I’ve sorted it
11 years, 1 month ago
You mention in the readme.txt “There are plenty of CSS classes throughout the HTML that is generated,” Where do we find and edit these HTML files?
Score!!!
Cheers for your help, that’s fixed it.
Paul
So I added the snipet in:
<div class=”galleries”> <ul class=”gallery_list”> <?php foreach ($galleries as $k=>$gallery): ?> <?php if ( $gallery->ID == $skip_this_68 ) continue; ?> <?php if ($k > 0 && $k % 3 == 0): ?>
<ul class=”gallery_list”> <?php endif; ?> <li class=”gallery_list_item”>ID == $gallery_id)?’active’:”; ?>” href=”<?php echo get_permalink($gallery->ID); ?>”><?php echo $gallery->post_title; ?> <?php endforeach; ?>
</div>
added the ID that the reveal plugin gave me but sadly nothing changed. Did I add it correctly?