Installation Issues & Fixes (Read First)

This topic has 711 replies, 86 voices, and was last updated 8 years, 1 months ago ago by Eva Kemp

  • Avatar: sebdicam
    sebdicam
    Participant
    October 15, 2015 at 10:54

    Hello Eva,

    Now i could change the font of product with your code. Thank you, but i try to put another google font like ubuntu font but doesn’t works.

    I would like to change in white background, if you give me the code for black font 🙂 please.

    Thank you Eva.
    Sébastien

    Avatar: Eva
    Eva Kemp
    Support staff
    October 15, 2015 at 11:14

    Hello @sebdicam,

    You need add Google font in WP admin panel > Punch Fonts. After that you can change font via css.
    Do you want to have whole page in white background or keep header black and only the content to have white background?

    Regards,
    Eva Kemp.

    Avatar: sebdicam
    sebdicam
    Participant
    October 15, 2015 at 14:29

    Ok thank s Eva for font.

    I would like like all pages. Header in black, rest in white.
    Thank you.
    Sébastien

    Avatar: Eva
    Eva Kemp
    Support staff
    October 15, 2015 at 15:12

    Hello @sebdicam,

    Sorry, but it’s still unclear. In the previous post you said you wanted to change background color only for Cart and Checkout pages, now you told to change it for all pages. So how should it be done?

    Please explain with more details what you want to achieve.
    Thank you.

    Regards,
    Eva Kemp.

    Avatar: sebdicam
    sebdicam
    Participant
    October 15, 2015 at 16:13

    I just told you i would like the cart and checkout pages like all my other pages:
    Black header and white background content.
    Tks

    Avatar: Eva
    Eva Kemp
    Support staff
    October 15, 2015 at 17:15

    Hello @sebdicam,

    I’ve edited CSS blocks of VC editor for both pages – Cart and Checkout:
    http://storage7.static.itmages.com/i/15/1015/h_1444925582_4008602_f0725f5a79.png

    Please check the pages now.

    Regards,
    Eva Kemp.

    Avatar: sebdicam
    sebdicam
    Participant
    October 15, 2015 at 17:29

    Eva,

    Thank you.

    – When i want to put a side bar on cart and checkout page, the background become black but the sidebar is white (i would like inverse). Is it normal?
    – On final checkout page i can’t translate 2 words: “Cart subtotal” (Sous-total) and “order total” ( Total) (these words are translated in po file)
    -For cart page: The name of product is in light grey. How can i change for dark grey, same for “total panier” and “page précédente”(under “contact” main menu)

    Thank you.
    Sébastien

    Avatar: sebdicam
    sebdicam
    Participant
    October 15, 2015 at 19:29

    Eva,

    I ve still problem on flag page https://aitoguerriersdupacifique.com/categorie-produit/accessoires-t/drapeaux/

    Thanks
    Sébastien

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 16, 2015 at 12:55

    Hello @sebdicam,

    1. As I see there is no side bar on cart and checkout page. Please add it and after notify us to change background.
    2. You can translate “Cart subtotal” and “Order total” in the wp-content/themes/legenda/woocommerce/checkout/review-order.php file in lines 50 and 97.
    3. I’ve added the css code in custom css to change mentioned font color:

    .shop_table .product-name a, .breadcrumbs .back-to, .cart_totals h2  {
        color: #716E6E !important;
    }

    4.

    I ve still problem on flag page https://aitoguerriersdupacifique.com/categorie-produit/accessoires-t/drapeaux/

    Could you please describe with more details what exactly problem you are facing?

    Best regards,
    Jack Richardson.

    Avatar: sebdicam
    sebdicam
    Participant
    October 16, 2015 at 13:22

    Hello Jack,

    – Color font: done. Thank you. Just miss “page précédente” on each product page (previous page in english)
    -Translation: done. Thank you.
    – Problem on flag category: http://i59.tinypic.com/wi4ocj.jpg
    I would like without space between flags.
    – For sidebar on cart and checkout page, i would like to put one but when client use mobile, the widget is first on page, is it possible to put them at the end? If yes, i ll put it.
    -Is it possible to have 6 rows on each page categories?

    Thank you Jack.
    Sébastien

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 16, 2015 at 17:31

    Hello @sebdicam,

    Just miss “page précédente” on each product page

    I’ve fixed the color you wanted.

    I’ve edited the css code to fix the problem with the flag category page:

    .product-category {
        width: 30% !important;
    }

    As for the sidebar position go to Theme Options > Blog Layout and change “Sidebar position for responsive layout” to “Top”.

    Is it possible to have 6 rows on each page categories?

    Unfortunately it’s not possible.

    Best regards,
    Jack Richardson.

    Avatar: sebdicam
    sebdicam
    Participant
    October 16, 2015 at 17:43

    Jack,

    – “Previous page” font color. Thank you.
    – Flags page: ok, thank you but i would like 5 rows like “écussons” page.
    Each time i change something in flag category i have a problem space.

    If i update WP and legenda, i won’t have any problem of presentation? any problem with woocommerce?
    Thank you.
    Sébastien

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 17, 2015 at 09:24

    Hello @sebdicam,

    I’ve edited the code in custom.css to:

    @media (min-width: 1200px) {.product-category {
        width: 18% !important;
    }}

    Each time i change something in flag category i have a problem space.

    Please clarify the issue with more details.
    Show a screenshot of the space problem.

    You can update WP and legenda, but create a back up of your files and database before starting update process!

    Best regards,
    Jack Richardson.

    Avatar: sebdicam
    sebdicam
    Participant
    October 19, 2015 at 10:36

    Hello,

    Each time i change something in flag category, there is a problem of presentation and your code css is erased.
    https://aitoguerriersdupacifique.com/categorie-produit/accessoires-t/drapeaux/
    I tried to put it again but still problem.

    Is it possible to have smaller size font in each part of category? I would like name product in 2 line.
    https://aitoguerriersdupacifique.com/categorie-produit/accessoires-t/drapeaux/drapeaux-personnalises/polynesie-drapeaux-personnalises/

    Thank You
    Sébastien

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 19, 2015 at 11:26

    Hello,

    Try to add this code in custom.css:

    .span4.product-category.first {
        margin-left: 1% !important;
    }

    and check categories then.

    To change font size of product titles use this code in custom.css file:

    .archive .product-name a {
      font-size: 13px !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: sebdicam
    sebdicam
    Participant
    October 19, 2015 at 11:31

    Thank you Jack.

    For font it’s ok.

    When i asked you if i can have 6 rows in categories, you said no. With the code you gave me for flag, now i have 6 rows but still with hole.
    Can i have 6 rows in each categories, please?

    Thank you.
    Sébastien

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 19, 2015 at 11:48

    Hello @sebdicam,

    When there are 6 items per row there may be displaying issues if you add more categories.
    Please show on a screenshot what “hole” you mean.

    Thank you.

    Best regards,
    Jack Richardson.

    Avatar: sebdicam
    sebdicam
    Participant
    October 19, 2015 at 14:54

    Jack,
    When i change something in these page always, problem on presentation.

    http://i58.tinypic.com/14bmc7p.jpg
    http://i61.tinypic.com/18j2o5.jpg
    https://aitoguerriersdupacifique.com/categorie-produit/accessoires-t/drapeaux/
    https://aitoguerriersdupacifique.com/categorie-produit/accessoires-t/drapeaux/drapeaux-aito/

    – When you add products in cart, is it possible to change the green background by red and white font? Please.
    http://i61.tinypic.com/9103f4.jpg

    Thank you.
    Sébastien

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    October 19, 2015 at 15:31

    Hello @sebdicam,

    The layout breaks because you category items number differs on each page and the code we provide should be always modified in this case. That’s why we recommend you not to use 6 or 5 items per row, use only 3 or 4 to avoid such problems.

    Your screenshot regarding cart question isn’t working. Please reupload it. If you mean to change this block http://storage6.static.itmages.com/i/15/1019/h_1445265038_7971951_6610cc046e.png then add this code in custom.css:

    .woocommerce-message {
        color: white;
        background-color: red !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: sebdicam
    sebdicam
    Participant
    October 20, 2015 at 08:31

    Hello Jack,

    For cart, perfect. Thank you.
    Ok for rows but i didn’t choose nothing. When i try to put 5,there is a problem of presentation on the page i shown you link above. For ecusson page, i ve no problem, always good. Could you arranged these 2 pages please?
    https://aitoguerriersdupacifique.com/categorie-produit/accessoires-t/drapeaux/
    https://aitoguerriersdupacifique.com/categorie-produit/accessoires-t/drapeaux/drapeaux-aito/

    Thank you
    Sébastien

  • 1 2 3 30 31 32 34 35 36
    Viewing 620 results - 601 through 620 (of 711 total)

The issue related to '‘Installation Issues & Fixes (Read First)’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.