Forum Replies Created

Viewing 15 posts - 31 through 45 (of 46 total)
  • Posted in:
  • in reply to: Woocommerce Widget #30118
    Twitch
    Member
    Post count: 53

    Hi Laranz,

    Thanks this solved my problem, since i have the option to display in multiple option like: category,color,best seller,top rated.

    Thanks!

    in reply to: Woocommerce Widget #29673
    Twitch
    Member
    Post count: 53

    Hi,

    No that’s not what I mean, it is about the widget on the single product page. So for example the Bestseller widge, I want to adjust the widget so it looks like the shop page. I has to show the products in a grid and not in a list.

    Hopefully you can help me with this.

    Kind regards,

    Twitch

    in reply to: Woocommerce Widget #29324
    Twitch
    Member
    Post count: 53

    Hey,

    Hmm that’s weird, maybe you should move it a line or two up/down.

    This is my result: http://www.streetammo.nl/product/shirt/

    It is indeed a standard to have it above your price.

    However this only works for me if I keep a certain setup for my single product page, I’m using sidebars. If I turn it of the title is way of, so a back side of this adjustment is that you can’t use multiple setups for your product pages.

    Anyways I’ve attached the PHP file I’ve adjusted. If you replace it by my file it should work.(Sorry can’t attach a PHP file)

    We, Twitchvertising, are also available for custom work. You can mail me at [email protected].(If Swiftideas don’t mind)

    Let me know if it works, by mail please because if we respond to this post it will take longer to get an answer from swift.

    in reply to: Woocommerce Widget #29206
    Twitch
    Member
    Post count: 53

    Hi,

    Where can I find this setting?

    And could you also tell me how to remove some sort options on the shop page?

    Thanks,

    in reply to: Product Title above the price instead of the header bar #28712
    Twitch
    Member
    Post count: 53

    I have done it by doing this:

    Copy this div from the Single-product.php on line 61 to line 73

    <div class=”heading-text”>
    <?php if ($page_title_one) { ?>
    <h1><?php echo $page_title_one; ?></h1>
    <?php } else { ?>
    <h1><?php the_title(); ?></h1>
    <?php } ?>
    </div>

    To align the Header above the price do this:

    .single.single-product .heading-text {
    Margin-left:820px;
    }

    in reply to: Product Overlay 2 Images #27739
    Twitch
    Member
    Post count: 53

    For people looking for an answer, change the padding from the following line:

    Style.css line 7210
    .woocommerce ul.products li.product figure {

    Change the bottom-padding, depending on your image size.

    in reply to: How to change size of feature image on "Shop Page" #27736
    Twitch
    Member
    Post count: 53

    I have managed to do this by adding this to my Style.CSS, however there is flaw when loading the page.

    body.woocommerce .has-one-sidebar ul.products li.product, body.woocommerce .has-one-sidebar .upsells.products ul.products li.product {
    width:150px;

    in reply to: Spaces between elements #27694
    Twitch
    Member
    Post count: 53

    Hey,

    I managed to remove the margin and I had to remove the padding from : box-content-wrap
    To get those boxes next to each other, but how can I remove the space between the slider and the boxes?

    Regards

    in reply to: Spaces between elements #27412
    Twitch
    Member
    Post count: 53
    This reply has been marked as private.
    in reply to: Login doesn't work #26529
    Twitch
    Member
    Post count: 53

    I’ve fixed it already.

    in reply to: Login doesn't work #26175
    Twitch
    Member
    Post count: 53

    Come on! Some support please it has been to long now!

    in reply to: Login doesn't work #25858
    Twitch
    Member
    Post count: 53

    Hey,

    Didn’t work :S

    My account page kept on looping again.

    I’m going to sleep now, if you need my credentials you can scroll up.
    It is 00:14 here.

    Thanks in advance,

    in reply to: Login doesn't work #25846
    Twitch
    Member
    Post count: 53

    Hi

    What do you mean by default theme?

    The default the of wordpress doesn’t have the “my account” option..

    Regards,

    in reply to: Login doesn't work #25816
    Twitch
    Member
    Post count: 53

    Hello,

    If I disable all plugins the website doesn’t work.

    The page My account next to personal shopper etc. keeps on reloading. However if I go to the My account page via he main navigation is works perfectly.

    Could you help me out here?

    in reply to: Login doesn't work #25261
    Twitch
    Member
    Post count: 53
    This reply has been marked as private.
Viewing 15 posts - 31 through 45 (of 46 total)