Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Waiting for solution then.
css changed the color, but still there is no cross mark visible.
Always like that. Same way this button is displayed on your themeforest live preview.
translations again
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;
}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;
}Inner page background color is set to none just to make background image visible, and that cause a problem with titles i think.
Solved.
After changing hosting provider everything works fine.
Wordpress 3.5 same thing.
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.
-
Posted in: We hit Power Elite.