Home Forums WoodMart support forum Split: Problem of version 6.0 with the Smart slider plugin

Split: Problem of version 6.0 with the Smart slider plugin

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #279859

    daniel@limeworks.us
    Participant

    Hi, I am experiencing a similar problem on my site after updating to 6.0. We use smart slider on almost ever page and on every page the slides are broken. I tested troubleshooting by disabling other plugins and found that with all other plugins disabled with the woodmart theme our slides are still broken. Could you assist? we also have other css issues occuring with text and some social buttons after the update.

    #280051

    Artem Temos
    Keymaster

    Hello,

    Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?

    Thank you in advance

    #280058

    kevajo
    Participant

    We cannot deactivate our plugins on the production site because it is currently visited, we are creating the test site for you to work on the test site.

    #280068

    Artem Temos
    Keymaster
    #280198

    daniel@limeworks.us
    Participant

    Smart Slider fixed the issue and came up with a solution to the conflict. However, I am having issues with my REST API after the update. Could you assist with that?

    #280212

    kevajo
    Participant

    How did Smart Slider solve the problem? can explain to us or send their solution.

    #280218

    daniel@limeworks.us
    Participant

    Email <support@nextendweb.com> and they can send you the update to fix the problem. They are adding the update to the version of Smart Slider as well.

    #280234

    Artem Temos
    Keymaster

    What problem with the API do you have? Please, provide us with some details.

    #280252

    kevajo
    Participant

    Hello
    The problem with smart slider is solved but the category menu is disturbed see the video.

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

    kevajo
    Participant

    I want to decrease the size of the writings that I have circled.
    Thank you

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

    Artem Temos
    Keymaster

    Hello,

    As we can see, both issues have been solved. Could you please clarify if you still have any questions?

    Kind Regards

    #280539

    kevajo
    Participant

    We wish we had the chips we had before, the round chips are not pretty.
    Thanks for checking.
    These bullets affect the entire site in all unordered lists on the site such as in menus, product descriptions etc …

    #280540

    kevajo
    Participant

    hello private

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

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woocommerce-product-details__short-description ul {
    	  list-style: none;
        padding-left: 0;
    }
    .woocommerce-product-details__short-description ul li:before {
    		margin-right: 10px;
        font-size: 8px;
        content: "\f113";
        font-family: "woodmart-font";
    }
    #280637

    kevajo
    Participant

    It doesn’t work we have round point bullets all over the site.

    #280645

    kevajo
    Participant

    Here is a video to show you the problem.

    #280749

    Bogdan Donovan
    Keymaster

    Try to replace previous custom CSS with this one:

    .unordered-list ol>li,
    .order-list>li,
    .order-list ol>li,
    .entry-content>ul ol>li,
    .entry-content>ol>li,
    .entry-content>ol ol>li,
    .header-banner-container>ul ol>li,
    .header-banner-container>ol>li,
    .header-banner-container>ol ol>li,
    .comments-area .comment-body ol>li,
    .woodmart-entry-content>ul ol>li,
    .woodmart-entry-content>ol>li,
    .woodmart-entry-content>ol ol>li,
    .portfolio-single-content>ul ol>li,
    .portfolio-single-content>ol>li,
    .portfolio-single-content>ol ol>li,
    .textwidget>ul:not(.menu) ol>li,
    .textwidget>ol:not(.menu)>li,
    .textwidget>ol:not(.menu) ol>li,
    .wpb_text_column .wpb_wrapper>ul ol>li,
    .wpb_text_column .wpb_wrapper>ol>li,
    .wpb_text_column .wpb_wrapper>ol ol>li,
    .elementor-text-editor>ul ol>li,
    .elementor-text-editor>ol>li,
    .elementor-text-editor>ol ol>li,
    .vc_toggle_content>ul ol>li,
    .vc_toggle_content>ol>li,
    .vc_toggle_content>ol ol>li,
    .woodmart-text-block>ul ol>li,
    .woodmart-text-block>ol>li,
    .woodmart-text-block>ol ol>li,
    .woodmart-more-desc-inner>ul ol>li,
    .woodmart-more-desc-inner>ol>li,
    .woodmart-more-desc-inner>ol ol>li,
    .woocommerce-product-details__short-description>ul ol>li,
    .woocommerce-product-details__short-description>ol>li,
    .woocommerce-product-details__short-description>ol ol>li,
    .wc-tab-inner>div>ul ol>li,
    .wc-tab-inner>div>ol>li,
    .wc-tab-inner>div>ol ol>li,
    .term-description>ul ol>li,
    .term-description>ol>li,
    .term-description>ol ol>li,
    .woocommerce-terms-and-conditions>ul ol>li,
    .woocommerce-terms-and-conditions>ol>li,
    .woocommerce-terms-and-conditions>ol ol>li {
        list-style: decimal;
    }
    
    .unordered-list ol>li:before,
    .order-list>li:before,
    .order-list ol>li:before,
    .entry-content>ul ol>li:before,
    .entry-content>ol>li:before,
    .entry-content>ol ol>li:before,
    .header-banner-container>ul ol>li:before,
    .header-banner-container>ol>li:before,
    .header-banner-container>ol ol>li:before,
    .comments-area .comment-body ol>li:before,
    .woodmart-entry-content>ul ol>li:before,
    .woodmart-entry-content>ol>li:before,
    .woodmart-entry-content>ol ol>li:before,
    .portfolio-single-content>ul ol>li:before,
    .portfolio-single-content>ol>li:before,
    .portfolio-single-content>ol ol>li:before,
    .textwidget>ul:not(.menu) ol>li:before,
    .textwidget>ol:not(.menu)>li:before,
    .textwidget>ol:not(.menu) ol>li:before,
    .wpb_text_column .wpb_wrapper>ul ol>li:before,
    .wpb_text_column .wpb_wrapper>ol>li:before,
    .wpb_text_column .wpb_wrapper>ol ol>li:before,
    .elementor-text-editor>ul ol>li:before,
    .elementor-text-editor>ol>li:before,
    .elementor-text-editor>ol ol>li:before,
    .vc_toggle_content>ul ol>li:before,
    .vc_toggle_content>ol>li:before,
    .vc_toggle_content>ol ol>li:before,
    .woodmart-text-block>ul ol>li:before,
    .woodmart-text-block>ol>li:before,
    .woodmart-text-block>ol ol>li:before,
    .woodmart-more-desc-inner>ul ol>li:before,
    .woodmart-more-desc-inner>ol>li:before,
    .woodmart-more-desc-inner>ol ol>li:before,
    .woocommerce-product-details__short-description>ul ol>li:before,
    .woocommerce-product-details__short-description>ol>li:before,
    .woocommerce-product-details__short-description>ol ol>li:before,
    .wc-tab-inner>div>ul ol>li:before,
    .wc-tab-inner>div>ol>li:before,
    .wc-tab-inner>div>ol ol>li:before,
    .term-description>ul ol>li:before,
    .term-description>ol>li:before,
    .term-description>ol ol>li:before,
    .woocommerce-terms-and-conditions>ul ol>li:before,
    .woocommerce-terms-and-conditions>ol>li:before,
    .woocommerce-terms-and-conditions>ol ol>li:before {
        content: none;
    }
    
    .unordered-list>li,
    .unordered-list ul>li,
    .order-list ul>li,
    .entry-content>ul>li,
    .entry-content>ul ul>li,
    .entry-content>ol ul>li,
    .header-banner-container>ul>li,
    .header-banner-container>ul ul>li,
    .header-banner-container>ol ul>li,
    .comments-area .comment-body ul>li,
    .woodmart-entry-content>ul>li,
    .woodmart-entry-content>ul ul>li,
    .woodmart-entry-content>ol ul>li,
    .portfolio-single-content>ul>li,
    .portfolio-single-content>ul ul>li,
    .portfolio-single-content>ol ul>li,
    .textwidget>ul:not(.menu)>li,
    .textwidget>ul:not(.menu) ul>li,
    .textwidget>ol:not(.menu) ul>li,
    .wpb_text_column .wpb_wrapper>ul>li,
    .wpb_text_column .wpb_wrapper>ul ul>li,
    .wpb_text_column .wpb_wrapper>ol ul>li,
    .elementor-text-editor>ul>li,
    .elementor-text-editor>ul ul>li,
    .elementor-text-editor>ol ul>li,
    .vc_toggle_content>ul>li,
    .vc_toggle_content>ul ul>li,
    .vc_toggle_content>ol ul>li,
    .woodmart-text-block>ul>li,
    .woodmart-text-block>ul ul>li,
    .woodmart-text-block>ol ul>li,
    .woodmart-more-desc-inner>ul>li,
    .woodmart-more-desc-inner>ul ul>li,
    .woodmart-more-desc-inner>ol ul>li,
    .woocommerce-product-details__short-description>ul>li,
    .woocommerce-product-details__short-description>ul ul>li,
    .woocommerce-product-details__short-description>ol ul>li,
    .wc-tab-inner>div>ul>li,
    .wc-tab-inner>div>ul ul>li,
    .wc-tab-inner>div>ol ul>li,
    .term-description>ul>li,
    .term-description>ul ul>li,
    .term-description>ol ul>li,
    .woocommerce-terms-and-conditions>ul>li,
    .woocommerce-terms-and-conditions>ul ul>li,
    .woocommerce-terms-and-conditions>ol ul>li {
        position: relative;
        list-style: none;
    }
    
    .unordered-list>li:before,
    .unordered-list ul>li:before,
    .order-list ul>li:before,
    .entry-content>ul>li:before,
    .entry-content>ul ul>li:before,
    .entry-content>ol ul>li:before,
    .header-banner-container>ul>li:before,
    .header-banner-container>ul ul>li:before,
    .header-banner-container>ol ul>li:before,
    .comments-area .comment-body ul>li:before,
    .woodmart-entry-content>ul>li:before,
    .woodmart-entry-content>ul ul>li:before,
    .woodmart-entry-content>ol ul>li:before,
    .portfolio-single-content>ul>li:before,
    .portfolio-single-content>ul ul>li:before,
    .portfolio-single-content>ol ul>li:before,
    .textwidget>ul:not(.menu)>li:before,
    .textwidget>ul:not(.menu) ul>li:before,
    .textwidget>ol:not(.menu) ul>li:before,
    .wpb_text_column .wpb_wrapper>ul>li:before,
    .wpb_text_column .wpb_wrapper>ul ul>li:before,
    .wpb_text_column .wpb_wrapper>ol ul>li:before,
    .elementor-text-editor>ul>li:before,
    .elementor-text-editor>ul ul>li:before,
    .elementor-text-editor>ol ul>li:before,
    .vc_toggle_content>ul>li:before,
    .vc_toggle_content>ul ul>li:before,
    .vc_toggle_content>ol ul>li:before,
    .woodmart-text-block>ul>li:before,
    .woodmart-text-block>ul ul>li:before,
    .woodmart-text-block>ol ul>li:before,
    .woodmart-more-desc-inner>ul>li:before,
    .woodmart-more-desc-inner>ul ul>li:before,
    .woodmart-more-desc-inner>ol ul>li:before,
    .woocommerce-product-details__short-description>ul>li:before,
    .woocommerce-product-details__short-description>ul ul>li:before,
    .woocommerce-product-details__short-description>ol ul>li:before,
    .wc-tab-inner>div>ul>li:before,
    .wc-tab-inner>div>ul ul>li:before,
    .wc-tab-inner>div>ol ul>li:before,
    .term-description>ul>li:before,
    .term-description>ul ul>li:before,
    .term-description>ol ul>li:before,
    .woocommerce-terms-and-conditions>ul>li:before,
    .woocommerce-terms-and-conditions>ul ul>li:before,
    .woocommerce-terms-and-conditions>ol ul>li:before {
        position: absolute;
        top: 6px;
        left: -20px;
        font-size: 8px;
        content: "\f113";
        font-family: "woodmart-font";
    }

    Best Regards

    #280923

    kevajo
    Participant

    it is okay

    #281089

    Artem Temos
    Keymaster

    OK. Let us know if you have any further questions.

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

The topic ‘Split: Problem of version 6.0 with the Smart slider plugin’ is closed to new replies.