Home Forums WoodMart support forum Klarna woocommerce plugin

Klarna woocommerce plugin

Viewing 30 posts - 1 through 30 (of 47 total)
  • Author
    Posts
  • #166554

    IbrahimY
    Participant

    Hi there,

    I deleted the klarna woocommerce plugin and it still apears in the checkout page as an option.

    PLease help need to remove klarna payment option.

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

    #166685

    Hello,

    The “klarna woocommerce plugin” is used for payment processing right. You disable and delete it from your plugins list and it still shown in the list of payment methods. You need to make sure that you did not contain some other relevant plugin which used for payments. Just disable all third party plugins clear your site and browser cache and then check back. This will surely fix the issue.

    Best Regards.

    #167743

    IbrahimY
    Participant

    Hi how can i add Content Below Products on Category Pages?

    https://snipboard.io/HUMbOh.jpg

    #167788

    Hello,

    To display the Content Below Products on Category Pages you need to put your content directly or the shortcode of an HTML BLOCK inside the description area of categories.

    Screenshot for clarification: https://jmp.sh/gAazetN

    Then go to Theme settings >> Shop >> Category description position >> Select “After Product Grid” and save the changes.

    Screenshot for clarification: https://jmp.sh/lLKKxFW

    Best Regards.

    #168166

    IbrahimY
    Participant

    Hi there,

    Sounds good, however it would be tremendous if both where possible.Is this possible or do i need to do this also manual coding.

    Any solution is welcome.

    By the way FYI I did the code for variable porduct color name visiblity.

    #168253

    Most Welcome,

    You only ask for one thing and that is “How to add Content Below Products on Category Pages” and I already answered it in the above message and it works for you right.

    What is the second thing which you want to achieve?

    Best Regards.

    #168967

    IbrahimY
    Participant

    Hi there,

    Correct I asked and you gave me answer.

    I alreadey used before the HTML BLocks to display the Content above Products on Category Pages.

    I knew this. I asked how to put content below Category pages. ==> You asnwered how to do this.

    But I am asking how to do both.

    I want and need this for SEO and also making it look good.

    So again how to put content/text/information above and below category pages?

    Thanks in advance

    #169048

    Hello,

    You cannot display the content before the products while you are displaying content after the products. Because “Category Description Position” works like a switch.
    So you can either display the content above or before products on the category page.

    You can display the content at one place at a time, before or after the products.

    Screenshot for clarification: https://jmp.sh/lLKKxFW

    Best Regards.

    #173270

    IbrahimY
    Participant

    Hi there,

    I have as a menu categories, with subcategeries.

    Example: categorie : Lighting ==> subcategorie ceiling light, wall light etc.

    but when i click on lighting i see all the products of lighting. I want to see the subcategorie and the when selected go to the products in that categorie.

    Regards,

    Ibrahim

    #173339

    Hello,

    To display subcategories in the categories pages you need to Go to Theme Settings >> Shop >> Sidebar & Page Title >> Show Current Category Ancestors.

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

    If you want to ask anything else then please provide with relevant screenshots of the specific area to check it myself and help you out accordingly.

    Best Regards.

    #176969

    IbrahimY
    Participant

    Hi there,

    No this is not available in the theme settings. heme Settings >> Shop >> Sidebar & Page Title >> Show Current Category Ancestors.

    Also the icons on my frontpage are not working on firefox.

    #176976

    IbrahimY
    Participant

    Also at the left side of the category when selected a subcategory, the page opens. after that at the bottom when selected a page number it jumps back to main category.

    how come?

    #177034

    Hello,

    1) Please provide some relevant screenshots where you want to show categories to check it myself and help you out accordingly.

    2) For the icons Go to Woodmart >> CSS Generator >> Generate CSS and save.Disable server caching, deactivate cache plugin, Clear Browser cache and check back.

    3) I have visited your website and the categories are working as they should. When you click on the subcategories it loads the products in that subcategory that’s why the page reloads. And the Pagination works for all the products in the categories and subcategories. I hope my explanation is clear enough for you to understand.

    Best Regards.

    #177515

    IbrahimY
    Participant

    Hi there,

    Thanks for the answer, I will reply later today with my login details.
    However I attached a printscreen url. Can you please tell me how to collapse the dropdown version of mobile when product is viewed on mobile.

    The tab title description must not be open but closed. otherwise it is a too long list 🙂
    https://snipboard.io/8C13nj.jpg

    Thanks in advance

    regards,
    Ibrahim

    #177516

    IbrahimY
    Participant

    attachement for previous message

    Attachments:
    You must be logged in to view attached files.
    #177531

    Hello,

    I saw the screenshot you attached. To change the behavior of the tabs to close on the page load. You need to add the following Code in the On document ready area under Theme Settings Custom JS.

    setTimeout(function() {
        var $tab = jQuery('.woodmart-tab-wrapper').find('a.active');
       	 $tab.siblings('.wc-tab').hide();
          $tab.removeClass('active');
    }, 10);

    It will affect both desktop and mobile versions.

    Best Regards.

    #177579

    IbrahimY
    Participant

    Many thanks,

    BuT is it possible to do this only for mobile and not for desktop?

    Also my I did what you said but now are NONE icons showing on chrome.
    see printscreen https://snipboard.io/c5BT0u.jpg

    regards

    #177598

    Hello,

    1) Unfortunately, you couldn’t do it mobile only. It requires customization and this is beyond our limitations and support policy.

    2) Please provide with the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards.

    #177600

    IbrahimY
    Participant

    Hi,

    Okay thanks for the answer as for the login details please see private content.

    Many thanks in advance.

    Regards,

    Ibrahim

    #177608

    Hello,

    I have visited your website and it seems that you are not using the latest version of WoodMart theme.

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

    Please make sure that you are using the latest versions of theme and recommended plugins to make the theme work perfectly.

    This will surely fix the issue.

    Best Regards.

    #177653

    IbrahimY
    Participant

    Hi there,

    I have also a test site before updating the main site. I uploaded your new update and it mostly broke my store. I will do 1 or 2 more tests to see if has to do with other plugin or something other.

    I have also customizations it broke also this. By the way I can give this code to you for free as maybe an update for your site.

    However updating the main site can be done after the test site is running good.

    #177749

    Hello,

    If your test site is broken after the theme update. Then you need to Go to WoodMart >> CSS Generator >> Generate CSS file. Because you need to update the CSS as well for the theme to work well.

    If you made customization in your parent theme then they will be lost after the theme update. You should use a child theme for the customization then the theme update will never affect your customization.

    Best Regards.

    #181333

    IbrahimY
    Participant

    Hi there,

    Okay I did all these in a test url. However the icons are not loading, sometimes it is loading in some pages. but mostly icons at the top or in product pages are not showing mostly or broken.

    https://snipboard.io/27BWxs.jpg
    https://snipboard.io/FPDdBw.jpg missing icons on product page
    https://snipboard.io/2JMeDv.jpg (original how everything normally have to work)

    You said do update everything will be fixed nothing is fixed. Please help this is very bothering.

    The child-theme is active

    #181339

    Hello,

    I have fixed the issue on your website and the icons are working absolutely fine on my end. Please deactivate cache plugin, clear browser cache and check back.

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

    Best Regards.

    #182593

    IbrahimY
    Participant

    Hi there,

    Thanks for fixing what was missing cause this is only a test site, I still need to do this on the main site (the one matters) Please explain sot I can do the same thing .

    Thanks in advance.

    #182653

    Hello,

    I have added the following script code in your child theme header.php file.

    <script src="https://use.fontawesome.com/a9e8be7baf.js"></script>

    And From Theme Settings >> Performance >> CSS >> Font-Awesome library. I have set it to always use and the icons were displayed.

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

    Best Regards.

    #184286

    IbrahimY
    Participant

    Hi there,

    How come the button colors change when activating child-theme.

    I exported the settings and imported with the child theme.

    see printscreen https://snipboard.io/xPs0OY.jpg child theme greyed button

    https://snipboard.io/KrPl0I.jpg normal theme yellow button

    #184292

    Hello,

    Please provide with some relevant screenshots of the specific area buttons to check it myself and help you out accordingly.

    Best Regards.

    #185551

    IbrahimY
    Participant

    Hi there,

    Okay I got the following information with printsreen.

    This prinscreen ===> https://snipboard.io/eLSfab.jpg

    you will see 2 numbers

    Number 1. = The icons at the top and below tags are missing. (yes the website is full updated)

    Number 2. You see the color of the button (add to chart) is dark yellow. when I change my main theme to child theme the color is changing to very light grey please see printscreen https://snipboard.io/9IE6Gs.jpg. and compare this with previous printscreen https://snipboard.io/eLSfab.jpg you will see color difference.

    Printscreen missing icons below tags https://snipboard.io/vyVlpe.jpg

    How come the color is changing when changing to child theme?

    and how come still the icons are not visible?

    also in the footer part see printscreen https://snipboard.io/LnTSp5.jpg is the color greyed, instead of dark yellow.

    This printscreen is from another browser mozilla firefox https://snipboard.io/MYmcnB.jpg , I circled the things red for you. here are more icons missing.

    I have set the setting now to child theme, you can freely change and test to main theme if you want.

    I provided you the login details and all the necessary things.

    Please solve this issue it is been long time. Waiting for your reply

    Many thanks in advance.

    Regards,

    Ibrahim

    #185589

    Hello,

    I saw the screenshots you attached. The child theme is activated on your website and the color of the add to cart button is light yellow and it’s working fine on my end.

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

    And I have fixed the issue on your website and the icons are displayed on my end.

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

    Please clear cache and check back.

    Best Regards.

Viewing 30 posts - 1 through 30 (of 47 total)

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