totallytech

HomeSupportWordPress: Popular Widget Plugin 100K downloads

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Adding ordered items in the email? #392399
    totallytech
    Participant

    Hi,

    I’ve added &pound ; or &#163 ; in to the settings -> payment page but its still showing /£ in the emails even though the settings page just shows £

    Any ideas?

    in reply to: Adding ordered items in the email? #302066
    totallytech
    Participant

    Thank you for your reply.

    The trouble is the \£ is generated via your shortcode %shipping% etc – and if I enter £ in the currency symbol and save when the page refreshes it shows £ but the email still shows \£

    in reply to: Adding the products in a drop down? #286865
    totallytech
    Participant

    is there a way to add a product selection form <?php echo $add-to-cart-form; ?> instead of having to click on the add to cart link?

    This is what I’m trying to generate 🙂

    in reply to: Adding the products in a drop down? #283794
    totallytech
    Participant

    Sorry, see this link for what I’m trying to make my site look like..

    http://tinypic.com/m/ivxys3/2

    in reply to: Adding the products in a drop down? #283223
    totallytech
    Participant

    Hey,

    I’m struggling to add this code still.

    I’m trying to make my layout very similar to this:
    http://tinypic.com?ref=2lk8u1c

    I’ve been editting the image-store/theme/ims-image.php file
    This is the code below, so you can see how I’m trying to get it look 🙂

    http://pastebin.com/pjNsbp4R

    Can you point me in the right direction to display the product selection in the php 🙂

    in reply to: using lightbox for the slideshow? #283219
    totallytech
    Participant

    Hey, I’m trying to get it so that when you click on the slideshow link it loads in a lightbox and plays all the images in that lightbox

    Check this out http://goo.gl/KkGgwj for an example 🙂

    in reply to: Adding items in cart to page #257219
    totallytech
    Participant

    Is there a list of variables that we can call?

    For example I have changed the single photo page layout slightly – http://goo.gl/MLgo1j

    It shows the Gallery Name -> Photo Name

    [Image] [Sidebar]
    [products]

    but I cannot work out how to find out the hyperlink for the gallery name.

    Plus, the link for [photos] [slideshow] [prices] [checkout] will all need adding.
    Is there a simple ‘$ImStoreCart->cart->checkout’ type code for each section?

    in reply to: Adding items in cart to page #257209
    totallytech
    Participant

    Thank you 🙂

    I’ve added this code

    if (!empty($ImStoreCart->cart->items)) {
    			$count = $ImStoreCart->cart->items;
    			echo "Items in Basket: ". $count;
    		} else { 
    			echo "Your shopping basket is empty."; 
    		}

    however it always shows the shopping basket is empty even if it isnt.

    any ideas?

    in reply to: Adding the products in a drop down? #257195
    totallytech
    Participant

    Is there a good way to edit the pages so they don’t get over written on each update of the script?

    I’ve added the code above to image-store/theme/ims-image.php however its not displaying anything.

    I tried echo $imStore->store_subnav(); and echo $ImStore->store_subnav(); but neither display the order form.

    I get this error though:

    Order Form Fatal error: Call to a member function store_subnav() on a non-object in /var/www/vhosts/xxxx.co.uk/clients/wp-content/plugins/image-store/theme/ims-image.php on line 45

    in reply to: Trouble with image display in Cart #57073
    totallytech
    Participant

    Fixed.

    Added:

    .ims-img{margin:0px;padding:0px;}

    to store.css

    in reply to: Pricelist not showing, Cannot buy anything #54761
    totallytech
    Participant

    Have you got a custom theme installed?

    I set up a test site, installed brand new clean WP and brand new clean Image Store, Both latest versions.

    I didnt change any config at all and created an gallery – uploaded 5 pictures, looked at the site and it works normally….

    I then installed my own theme (made using artisteer) and it broke the site doing exactly what your screengrab shows. Must be incompatability with a script etc but I dont know which.

    I would also love to have an add to cart button underneath the image next to the select button.

    Obviously I need it to work with my theme first though lol.

    in reply to: Trouble setting image sizes #52135
    totallytech
    Participant

    Excellent thank you,

    I’ve installed the RC1 on a dummy site and I’ve left you some comments on the blog page 🙂

    in reply to: Trouble setting image sizes #52100
    totallytech
    Participant

    Ugh,

    I’ve been playing for around 8 hours on this and finally realised its using the wordpress media thumbnail settings so now got them working but they are duplicating still… Any ideas how to cure that?

    Also I’m looking to play with the pagination system. One gallery I uploaded has 280 images, When viewing the gallery I see the 20 images I set and just a simple “More Images” link and then a “Previous Images” link.

    Is there a way to set it so it displays something like:

    Images 1-20 of 280 displayed.
    Results: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Next >>

    in reply to: Trouble setting image sizes #52099
    totallytech
    Participant

    Also, I’ve noticed that my images are broken….

    If I go to my admin page, galleries and then open a gallery all the thumbnails are missing. I check the source and its shows:

    wp-content/_imsgalleries/gallery-947/_resized/CBH-006-70x60.jpg

    as the location for the thumbnail.
    I ftp in to my site and check and for some reason my images are stored all over the place….

    wp-content/CBH-006.jpg

    wp-content/_imsgalleries/ TOTALLY EMPTY

    wp-content/_resized/CBH-006-150x150.jpg
    wp-content/_resized/CBH-006-360x450.jpg
    wp-content/_resized/CBH-006-70x60.jpg

    Any ideas why my files are duplicating all over the place. My current image system has around 3000 images on it, meaning I would end up with 3000 images in wp-content, and 9000 images in _resized

    Is there a way to only create 2 files, one large one restricted to a max of 500px wide or tall and one thumbnail which is a max of 140px wide or tall….?

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