Forum Replies Created

Viewing 9 replies - 46 through 54 (of 54 total)
  • Thread Starter grape

    (@grape)

    PLEASE HELP!

    It’s my understanding that this is an automatic function within woocommerce – correct?

    I’ve set up all Email options to multi-part, and copied all the templates to yourtheme/woocommerce/emails/. Even though I don’t think that was the issue, just grasping at straws trying to figure this out! I don’t see any other options within the settings, or found threads with this particular problem.

    I am receiving email notifications just fine – orders are fulfilled, tracked, and paid through paypal correctly. The issue is that the customer isn’t receiving any notifications whatsoever!?

    Any clues? point me in the direction I missed

    Thread Starter grape

    (@grape)

    Funny! (and too bad for me ) . I wish I could remember what version it was! I tried 1.0.5, but it didn’t seem compatible with – WP 3.5.1 . never showed up. Thanks- I’ll dig around tomorrow and see if your above mention works – fingers crossed.

    Thread Starter grape

    (@grape)

    thank you very much for you response(s) i do appreciate. The issue is that even when I have the aspect ratio disabled, it stretches out the image to the size /dimensions set in the theme (Arras) for those particular thumbs. The site Im using it on was done in ’10 or so there is a lot of content I don’t want to mess with (as far as changing the theme setting). What Im confused about is that in the past using this plugin, I could crop an image to a square (or whatever variation depending on the image) and it would crop it to that size (in effect, overriding the themes setup) and now it’s not.

    Thread Starter grape

    (@grape)

    Thank you for the reply, perhaps I wasn’t being clear. I realize you can do that in the editor, but it still passes the default setup for the thumbnail, when an aspect ratio is set by the theme. This makes the image distorted, because while i may have cropped it to more square, it stretches it out to fit the size parameters set by the theme. In an earlier version of the plugin, i could crop to different dimensions and it worked fine. Is there anyway I can modify the post-thumbnail-editor/php/functions.php or one of those files, so that the quick-preview-thumb isn’t handled by the theme? – where the C (in W H C) isn’t set to true? Would that fix it? This is a great plugin btw, which i’ve appreciated using over the years.

    Thread Starter grape

    (@grape)

    scuse – ill write this again using the code insert.

    $rcstthec = strip_tags($rcsample);
    when i add , '<a>' like so:
    $rcstthec = strip_tags($rcsample, '<a>');

    i get the links working, BUT then the excerpt doesnt show up.??
    Anyone have any ideas/fixes?

    Thread Starter grape

    (@grape)

    yes, like i said – i know about the options page and settings.the issue was with how it distorted diff. sizes/resolutions when it used the setting under the options. it had everything to do with the style sheet- unless there was something i could change in timthumb/ with a child theme.?

    To manually resize images to accommodate both the full “featured image” and the “thumbnail” would have been a nightmare, and didn’t work across the board. you cant (as far as i know) select a different image for the “featured image” and the thumbnail, ie: tapestry quick preview.

    distortion fixed- yes thru CSS.

    Thread Starter grape

    (@grape)

    well, if anyone cares/runs across the same problem, i figured out my solution.
    to accommodate both horz + vert images, without them getting distorted.
    (the minimums are what i defined under the admin/arras options)

    in my child stylesheet:
    .posts-quick .entry-thumbnails
    {min-width: 220px; min-height: 140px;}

    #archive-posts .posts-quick .entry-thumbnails img
    {height: auto; width: auto; overflow: hidden;}

    .posts-quick .entry-thumbnails img
    {height: auto; width: auto;}

    Thread Starter grape

    (@grape)

    also – i fond this on their site, but honestly don’t know where to find the init in WP..
    or if would work –

    So if you really really must use BR elements for some odd reason then set this in your init code:

    tinyMCE.init({
    forced_root_block : false,
    force_br_newlines : true,
    force_p_newlines : false
    });

    Thread Starter grape

    (@grape)

    Thanks for the reply, I finally figured out the 1st part of my question in edit-form-advanced.php
    Although I cant hide the “code” tab, now ive discovered that she can’t see the “visual” tab (because shes on old version of safari….
    i found a link for “Editor monkey” plugin BUT his site is down…ugg

Viewing 9 replies - 46 through 54 (of 54 total)