Home Forums Basel support forum I need immediate help please !

I need immediate help please !

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #121236

    mahmutyavsn
    Participant

    I update woocommerce and yıht plugin and my product pictures turn this . Before update pictures was full but after update all heads in pictures gone pictures size turn small i really need immediate help please help me

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

    mahmutyavsn
    Participant

    Please I have an live business and it’ll affect me.

    I link a before screenshots.

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

    mahmutyavsn
    Participant

    And i found this type errors

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

    Hello,

    Please update your site admin access to the private area and confirm the permit to deactivate all the plugins not related to the theme and switch the parent theme for the period of checking what may take up to 20 minutes.

    The filter problem occurred after the Woocommerce update. We shall fix this in our nearest update. You can add this code meanwhile:

    .widget_layered_nav_filters .widgettitle {
        display: none;
    }

    Please add this code to the Theme Settings > Custom CSS > Global

    Best Regards

    #121280

    mahmutyavsn
    Participant

    20 minutes is too much time. Is it possible to solve more quick version of this problem

    #121282

    Hello,

    Clone your site and place on a staging platform so that we could test and fix and then you will be able to transfer the ready solution to your live site.

    Best Regards

    #121283

    mahmutyavsn
    Participant

    I can’t clone i’m not technical guy. Is it possible to do this after 23.00 for forum clock.

    #121318

    Hello,

    Install and activate the free plugin All in one WP Migrate, export your current file, then install WordPress on the staging platform, install the same plugin and import from the file. It is quite easy and clear.

    Best Regards

    #121348

    mahmutyavsn
    Participant

    I use All in one WP Migrate plugin. I create a backup is it posibble to this right now. Now they a few user online

    #121363

    Hello,

    Please follow the video tutorial from here https://uk.wordpress.org/plugins/all-in-one-wp-migration/

    Best Regards

    #121435

    mahmutyavsn
    Participant

    I transfer a new hosting provider to my clone of my current website you can test what you’ll do.

    I write all of informations to private content section i can give ssh information

    #121444

    Hello,

    You have provided your live site in the private in your recent reply, right. Please indicate clearly which is staging platform not to confuse.

    Best Regards

    #121460

    mahmutyavsn
    Participant

    kinsta.cloud is clone of my website

    my orginal website ends with .com

    #121468

    Hello,

    Please navigate to Appearance > Customize > Woocommerce > Product Image and set “Uncropped” http://prntscr.com/nie81k You will get this result https://gyazo.com/b52d0b0e1c245823fbee5c8e11af246a

    Best Regards

    #121483

    mahmutyavsn
    Participant

    OK Thanks. Before this want to do this type atribute swatch when i have a clone of my website could you please try to do this

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

    Hello,

    Please navigate to Dashboard -> Products -> Attributes -> Size -> Configure iterms, enable swatch as shown http://prntscr.com/jskm29

    Navigate to Theme Settings > Shop > Attribute swatches > choose pa_size (your size attribute)

    Best Regards

    #121770

    mahmutyavsn
    Participant

    I did it but it not shown good could you please write custom css for looks it more better

    https://modaberfu.kinsta.cloud/urun/pile-detay-kemerli-elbise-mor/

    https://modaberfu.kinsta.cloud/urun-kategori/yeni-urunler/

    #121783

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .single-product-content .variations .swatches-select>div {;
        border: 2px solid #333333;
    }
    vody .swatches-on-grid .swatch-on-grid.text-only {
        border: 1px solid #333333;
    }

    Best Regards

    #121880

    mahmutyavsn
    Participant

    It looks like this. I think it doesn’t look good and when a variaton choosen the choosen variable not showing

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

    Hello,

    Please replace this code in the Theme Settings > Custom CSS > Global:

    This is for product page

    body .single-product-content .variations .swatches-select>div {;
        padding:3px 5px;
        border: 2px solid #333333;
    }
    body .single-product-content .variations .swatches-select .active-swatch {
        border-color: #fdab52;
    }

    You can increase the paddings as per your needs and set other colors.

    Do you need a border for swatches in shop page?

    Best Regards

    #121926

    mahmutyavsn
    Participant

    Yes i would be great

    #121946

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .basel-hover-quick .swatches-select>div,
    body .swatches-on-grid .swatch-on-grid.text-only {
    border:1px solid red;
    padding:0 2px 0 2x;
    border-radius:5px;
    }

    Best Regards

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