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
- This topic has 18 replies, 4 voices, and was last updated 4 years, 1 month ago by
Artem Temos.
-
AuthorPosts
-
April 7, 2021 at 7:34 pm #279859
[email protected]ParticipantHi, 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.
April 8, 2021 at 9:47 am #280051
Artem TemosKeymasterHello,
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
April 8, 2021 at 9:50 am #280058
kevajoParticipantWe 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.
April 8, 2021 at 9:54 am #280068
Artem TemosKeymasterHi @kevajo,
Please, continue the conversation in your topic here https://xtemos.com/forums/topic/problem-of-version-6-0-with-the-smart-slider-plugin/#post-280067
Thank you
April 8, 2021 at 1:09 pm #280198
[email protected]ParticipantSmart 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?
April 8, 2021 at 1:21 pm #280212
kevajoParticipantHow did Smart Slider solve the problem? can explain to us or send their solution.
April 8, 2021 at 1:24 pm #280218
[email protected]ParticipantEmail <[email protected]> and they can send you the update to fix the problem. They are adding the update to the version of Smart Slider as well.
April 8, 2021 at 1:41 pm #280234
Artem TemosKeymasterWhat problem with the API do you have? Please, provide us with some details.
April 8, 2021 at 2:30 pm #280252
kevajoParticipantHello
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.April 8, 2021 at 2:39 pm #280261
kevajoParticipantI want to decrease the size of the writings that I have circled.
Thank youAttachments:
You must be logged in to view attached files.April 9, 2021 at 7:33 am #280499
Artem TemosKeymasterHello,
As we can see, both issues have been solved. Could you please clarify if you still have any questions?
Kind Regards
April 9, 2021 at 8:00 am #280539
kevajoParticipantWe 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 …April 9, 2021 at 8:02 am #280540April 9, 2021 at 8:57 am #280597
Artem TemosKeymasterTry 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"; }
April 9, 2021 at 9:35 am #280637
kevajoParticipantIt doesn’t work we have round point bullets all over the site.
April 9, 2021 at 9:38 am #280645
kevajoParticipantHere is a video to show you the problem.
April 9, 2021 at 11:51 am #280749
Bogdan DonovanKeymasterTry 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
April 9, 2021 at 3:41 pm #280923
kevajoParticipantit is okay
April 10, 2021 at 6:22 am #281089
Artem TemosKeymasterOK. Let us know if you have any further questions.
-
AuthorPosts
The topic ‘Split: Problem of version 6.0 with the Smart slider plugin’ is closed to new replies.
- You must be logged in to create new topics. Login / Register