Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • in reply to: Remove from wishlist button style #43806
    promodesign
    Member
    Post count: 10

    Waiting for solution then.

    in reply to: Remove from wishlist button style #43183
    promodesign
    Member
    Post count: 10

    css changed the color, but still there is no cross mark visible.

    in reply to: Remove from wishlist button style #43181
    promodesign
    Member
    Post count: 10

    Always like that. Same way this button is displayed on your themeforest live preview.

    in reply to: Remove from wishlist button style #42662
    promodesign
    Member
    Post count: 10

    translations again

    in reply to: Remove from wishlist button style #42661
    promodesign
    Member
    Post count: 10

    http://streetlook.stronazen.pl/
    add something to wishlist first, then go to wishlist page and try to find remove button.

    Translations (neighborhood + woocommerce) attached.

    Need to add extra code in my case – function.php

    function translate_text($translated) {
    $translated = str_ireplace(‘Your Order’, ‘Twoje zamówienie’, $translated);
    $translated = str_ireplace(‘Payment Method’, ‘Metoda płatności’, $translated);
    $translated = str_ireplace(‘Returning customer?’, ‘Masz już swoje konto?’, $translated);
    $translated = str_ireplace(‘Login here’, ‘Zaloguj się’, $translated);
    $translated = str_ireplace(‘Share on’, ‘Udostępnij’, $translated);
    $translated = str_ireplace(‘Product Name’, ‘Nazwa Produktu’, $translated);
    $translated = str_ireplace(‘Stock Status’, ‘Magazyn’, $translated);
    $translated = str_ireplace(‘In Stock’, ‘W magazynie’, $translated);
    $translated = str_ireplace(‘Actions’, ‘Akcja’, $translated);
    $translated = str_ireplace(‘Edit address’, ‘Edytuj adres’, $translated);
    $translated = str_ireplace(‘Product successfully removed.’, ‘Produkt usunięty’, $translated);
    return $translated;
    }

    in reply to: Block titles displayed incorrectly. #31149
    promodesign
    Member
    Post count: 10

    Sorted. New CSS fixed my problem

    h4.spb_heading, h4.lined-heading {
    font-weight: normal;
    margin-top: 0;
    border-bottom: 1px solid transparent;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    }
    h4.spb_heading:before, h4.lined-heading:before {
    content: “”;
    display: block;
    border-top: 1px solid #dedede;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
    }
    h4.spb_heading span, h4.lined-heading span {
    padding: 5px 13px;
    position: relative;
    display: inline-block;
    z-index: 1;
    background-color: #f2f2f2;
    border: solid 1px #dedede;
    border-radius: 5px;
    margin-bottom:10px;
    }

    .sidebar .widget-heading h4 {
    font-weight: normal;
    margin-top: 0;
    border-bottom: 1px solid transparent;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    }
    .sidebar .widget-heading h4:before {
    content: “”;
    display: block;
    border-top: 1px solid #dedede;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
    }
    .sidebar .widget-heading h4 span {
    padding: 5px 13px;
    position: relative;
    display: inline-block;
    z-index: 1;
    background-color: #f2f2f2;
    border: solid 1px #dedede;
    border-radius: 5px;
    margin-bottom:10px;
    }

    in reply to: Block titles displayed incorrectly. #31120
    promodesign
    Member
    Post count: 10

    Inner page background color is set to none just to make background image visible, and that cause a problem with titles i think.

    in reply to: Theme options don't save new settings. #30020
    promodesign
    Member
    Post count: 10

    Solved.

    After changing hosting provider everything works fine.

    in reply to: Theme options don't save new settings. #29974
    promodesign
    Member
    Post count: 10

    Wordpress 3.5 same thing.

    in reply to: Theme options don't save new settings. #29972
    promodesign
    Member
    Post count: 10

    Today I tried to fix my shop.
    Reinstaled my wordpress -> upgrade it to 3.7.1 -> woocommerce 2.0.19 -> neighberhood theme -> all plugins required and no change, except block headings are fixed.

    Still no basket options and none of theme options seems to save any changes.

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