Home Forums WoodMart support forum Your update gives me problems again.

Your update gives me problems again.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #154081

    KH
    Participant

    Last time I already reported you about the issue of your update that affects my css customization. Here is the topic https://xtemos.com/forums/topic/problem-after-update-5/.

    This time it happens again. Last time I asked to customize this icon. You already give me css code. And everything works fine. Here is the topic https://xtemos.com/forums/topic/replace-icon-x/.

    However, after update to the latest version, again your original style comes and my css customization is not working. The css you provide doesn’t work anymore. Here it is https://www.dropbox.com/s/4beyycqp6llvvvf/sc50.png?dl=0/ Your update breaks the css customization every time. I donate a lot of time for the customization and finally lose it when I update the theme. This is worth for nothing. Css customization shouldn’t affect when using child theme.

    If this happens again I cannot rate your theme five stars.

    #154082

    Artem Temos
    Keymaster

    Hello,

    We are working on our theme’s performance and optimize it as much as we can. In some situations, we are rewriting some parts to make the code cleaner and load faster. That is why some customization may not be compatible with the latest version. But is how any software works. If you don’t need a new, faster theme you can keep our old version and don’t update. Otherwise, you will have to review your customization after each update. The same process we do every time when WordPress, WooCommerce or WPBakery update. We review all parts that we customized in our theme to be sure that they are compatible with updated plugins. So improving the theme doesn’t mean that the theme is bad and doesn’t deserve 5 stars.

    Kind Regards

    #154090

    KH
    Participant

    I believe many other theme authors also do the same thing like you do. I don’t use only your theme but also another theme. And as I notice the other theme seems not to have such issue so often. And many theme authors seems to advertise that their themes can be customized, just use child themes.

    Can you tell me what the change you have improved regarding this specific css style? What is the new thing you have made the change about this style? I still see your original style.

    Does the css customization you provide to me before is the issue?

    #154095

    KH
    Participant

    please provide another css to get this style back. Consider this as a new topic. Thanks.

    #154140

    Bogdan Donovan
    Keymaster

    First, try to remove previous custom code that relates to the close buttons and then add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body .woodmart-wishlist-remove:before,
    body .widget-heading .close-side-widget:before {
            display:none;
    }
    
    body .wd-button-remove-wrap .woodmart-wishlist-remove,
    body .widget-heading .close-side-widget {
    	line-height: 1;
    	padding-right: 0;
    	font-size: 0;
    }
    
    body .woodmart-wishlist-remove:after,
    body .widget-heading .close-side-widget:after {
      position: relative;
      display: inline-block;
      content: "\f2d4";
      font-family: FontAwesome;
      background-color: transparent;
    	font-size: 40px;
    	color:rgba(135,135,135,.15);
    	height:auto;
    	width: auto;
    	line-height: 1;
    }
    
    .wd-cross-button .remove-loader {
        right: 15px;
    }
    
    body .woodmart-wishlist-remove:after,
    body .widget-heading .close-side-widget:after {
       -webkit-transform: none;
       transform: none;
    }

    Regards

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