Home Forums WoodMart support forum Klarna woocommerce plugin

Klarna woocommerce plugin

Viewing 17 posts - 31 through 47 (of 47 total)
  • Author
    Posts
  • #185668

    IbrahimY
    Participant

    Hi There,

    First of all many thanks trying to fix but it is not solved yet. I deleted cache and tried with my other computers and phones all same result.

    1.
    This is screen shot https://snipboard.io/SpqtTh.jpg from firefox browser you will see the first icon at top and bottom is broken. This is also with chrome browser. I tested these also with other computer.

    2.
    This screen shot https://snipboard.io/OPDIJw.jpg you can see the button at the bottom when scrolling down, it is greyed out when using child theme. I told before.

    3.
    This screen shot is again at the bottom https://snipboard.io/mZjX5D.jpg you will see the letters content are not visible when child theme active. Please see the difference by activating main theme and then back to child theme you will see it. Also the left circled marker arround subcribe filed is content not visible and also the borders aren’t visible.

    Also when activating child theme it is putting automatically a widget to footer, okay this I can delete manually, but it is strange.

    Last, please can you tell me what you did before to fix a part of the icons so If any problems in the future I can look it up here and I don’t have to other you.

    Many thanks again for the effort, and waiting for your reply.

    Regards,

    Ibrahim

    #185761

    IbrahimY
    Participant

    Hi there,

    1. I have made some changes to the theme. Your advice was to work with child theme. however when I activate the child theme and make the changes there it won’t effect.

    2. Do I need to change make changes in functions.php in child theme because I created the folder name of woodmart to own namen.

    3. Also using your themes settings like minimizing js files and css files and also the option creating custom css with your theme generator. It all effects the customization.

    Can you please answer the points and give me advice. Any advice or help is more then welcome.

    I don’t ask you to make or do custom things I allready did, I only want to use them with the child theme as you adviced me before.

    Thanks in advance.

    reagrds,

    Ibrahim

    #185815

    Hello,

    I have visited your website again and found that you haven’t set the colors according to your requirements that’s why they are appearing like that.

    1) For the icon not appearing it seems that you haven’t set the script code I provided you with correctly.

    And you have provided me with the credentials that are limited access. Please provide me with full admin Access because currently i am unable to add any plugin or edit the child theme.

    For the button background and input text color:

    2) You need to set the colors of the section you mentioned by adding the following Custom CSS in the Global Custom CSS area under Theme Settings Custom CSS.

    .color-scheme-light input[type="email"] {
    color: black;
    }
    .btn.btn-style-bordered:not(:hover) {
    background-color: red !important;
    }

    You can set the color according to your needs.

    3) I have added the following Custom CSS in the Custom CSS area that displayed the icons:

    .fa-pinterest::before {
    content: "\f0d2";
    font-family: fontawesome !important;
    }
    fa.fa-facebook::before {
    content: "\f39e" !important;
    font-family: fontawesome !important;
    }
    .fa-whatsapp::before {
    content: "\f232";
    font-family: fontawesome !important;
    }

    4) I have added the CSS code and made settings and the child theme is working absolutely fine.

    5) You need to make the customizations to the child theme and then Generate CSS.

    Best Regards.

    #185828

    IbrahimY
    Participant

    Hi you have full access, reminding it is a multi site you have to add and edit through network.

    Regard,
    İbrahim

    #185839

    Hello,

    Your issue has been resolved and all the icons are working perfectly fine on my end. Please clear cache and check back.

    Screenshot for Clarification: https://ibb.co/SXDMDRv

    Best Regards.

    #185843

    IbrahimY
    Participant

    Hi,

    That’s great can you tell what what’s wrong and what you did. So in the future I can do it myself if needed.

    And also I asked another question before regarding child theme.

    I made changes in the js folder functions.js added this in child theme. child theme/js/functions.js

    But it is not making any changes also the style.css in child theme it is not Taking the changes. Normally I work with another test site with your theme. So I first test it there before implementing to main site where you now made the changes.

    However.

    I read last night somewhere in your forum that js files changes in child theme won’t affect.

    The reason I wanted child theme is you adviced me. I made changes to swatches variable so above the color/image the name of the color is appearing.

    Important: you made the changes because of the child theme. If I can not use the js files with child theme. Then I think I have to use the main theme.

    Will this effect the site if I change it back to main theme. Because you made changes. Will I lose the changes?

    That’s why I also ask where and what changes you made. So I don’t have to reply you on this.

    Regards,

    İbrahim

    #185877

    Hello,

    You are Most Welcome.

    1) I have added the following script code in the child-theme header.php file and the icons on top were fixed.

    <script src="https://kit.fontawesome.com/01190df41d.js" crossorigin="anonymous"></script>

    2) Our theme has options to add Custom JS files Under Theme Settings >> Custom JS.

    3) You don’t need to use the style.css file. There are a variety of options available in Theme Settings there you can Custom CSS according to your needs.

    Screenshot for Clarification: https://ibb.co/jvSfpY0

    4) Yes the changes will be lost that I made in the child theme when you activate the parent theme.

    Best Regards.

    #186814

    IbrahimY
    Participant

    Hi there,

    Unfortunately I can not use the child theme, cause the changes I made in js folder/file unless you got another option.

    ——————-IDEA——————-
    I mentioned before, you can simply use this option to improve your template and put it as option in your theme for your customers, it is a simple code insert.

    This is what it will do see printscreen https://snipboard.io/mObf9L.jpg

    When clicking on variable product/swatch the product color name appears above the items see circled printscreen.
    ——————————————

    ———ISSUE————
    Folllowing issue I asked before still remains

    See printscreen https://snipboard.io/bXqIeo.jpg

    How and where can I adjust the color of the subcribe form/field

    I made it black and I know that within mailchimp plugin there are options.

    But now I made it black, however I can not get the right color.

    I want it white and with border line and placeholder black

    what i did I only could get it black din’t know where to make all the adjustment.

    In your DEMO page it seems to be working good see printscreen https://snipboard.io/vQpZF1.jpg

    I only want black borders and black place holder

    Many thanks in advance and can you tell me how you did it.

    regards,
    Ibrahim

    #187029

    Hello,

    I saw the screenshots you attached. We will keep your suggestion in mind and will forward this to our development team and I hope to implement this in the near future.

    To change the color of the border and input you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .mc4wp-form-fields input[type="email"]::placeholder {
    color: gray;
    }
    .mc4wp-form-fields input[type="email"] {
    background: white;
    color: black;
    border: 2px solid gray;
    }

    And you can set the color and borders according to your needs.

    Best Regards.

    #187092

    IbrahimY
    Participant

    Hi there,

    Many thanks, I inserted the code it is working except for the placeholder this I can’t change. I tried other ways to code but unfortunataly.

    This why I dont’ know it doesn’t work.

    .mc4wp-form-fields input[type=”email”]::placeholder {
    color: gray;
    }

    Any other ideas

    Regards,

    Ibrahim

    #187117

    Hello,

    You are Most Welcome.

    Please replace the previous code with the following. If it doesn’t work then provide admin panel login details of the website to check it myself and help you out accordingly.

    .mc4wp-form-fields input[type="email"]::placeholder {
    color: gray;
    }

    Best Regards.

    #187127

    IbrahimY
    Participant

    Hi there,

    there is no difference between the code you gave me and the one I shared 🙂

    Please see content for login details.

    ——

    I see you have new update, many thanks for this great job and keep up the good work.

    However it brings small problems for me 🙂

    Please pay attention to my following question

    ————- Custom code——— Template update—–Child Theme—–

    Very imporant question for me.

    As I mentioned I have made simple adjustments see prinsctreen for changes. It shows product color above the variables

    https://snipboard.io/mObf9L.jpg

    I have added in js folder js/functions.js and js/functions.min.js this line:

    line 4479

    if ($(this).hasClass(‘swatch-disabled’)) return;
    $variation_form.find(‘select#’ + id).val(value).trigger(‘change’);
    $(this).parent().find(‘.active-swatch’).removeClass(‘active-swatch’);
    $(this).addClass(‘active-swatch’);
    ======> $(‘.colorvalue’).html(value); <=======
    resetSwatches($variation_form);

    and also made small changes in :

    child-theme/woocommerce/single-product/add-to-cart/variable.php and
    cchild-theme/style.css

    these changes work with child theme.

    however the above js folders not. Every time you guys make an update I lose my custom code. And I can not get it done with child theme as you adviced.

    As I said before I can send these codes for next time update implement.

    Do you have any advice how to solve this issue.

    Again as always many thanks for the great support.

    Regards,

    Ibrahim

    #187135

    Hello,

    1) I have changed the color of the placeholder text on the MailChimp email. Please clear cache and check back.

    Screenshot for Clarification: https://ibb.co/bHFwPcX

    2) Unfortunately, we cannot help you with this because you are asking for core file customization and this is beyond our limitations and support policy.

    Best Regards.

    #187138

    IbrahimY
    Participant

    Hi there,

    1)Thanks, can you tell me where you did the changes is it custom css in theme settings?

    and

    2) I am not asking for custom changes I did this already 🙂

    I only want it to work with chil-theme when I create a js folder in the child theme it is not working is this normal or is there another workarround.

    that was the question.

    regards,

    ibrahim

    #187144

    Hello,

    1) I have added the code I Provided you in the Global Custom CSS area under Theme Settings >> Custom CSS.

    2) It seems that the files are not loaded that’s why its not working in the child theme.

    Please read the following articles for further help:

    https://stackoverflow.com/questions/48106055/cant-load-js-file-into-child-theme-for-wordpress
    https://wordpress.org/support/topic/jquery-js-not-loaded-when-child-theme-enabled/

    Note: Make customization at your own risk.

    Best Regards.

    #187172

    IbrahimY
    Participant

    Hi,

    Many thanks this information i life saving. thanks again

    #187173

    Hello,

    We are thrilled that you loved your experience with XTEMOS, We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day. So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 17 posts - 31 through 47 (of 47 total)

The topic ‘Klarna woocommerce plugin’ is closed to new replies.