Lost CSS Stylings since Update

Sorry, but since the last Update of X there are so many bugs… :frowning:

For example: my comment flield lost their css styling which you gave me here in the forum.

I can´t find my old post for this. The answer to a comment should have an different background color. I think this is the old code you gave me:

.x-comments-area .x-comments-list .x-comment-content-wrap {
background-color: #f2f6f9;
overflow: hidden;
padding: 30px;
border-radius: 4px;
box-shadow: 0 0.15em 0.35em 0 rgba(0,0,0,.135);
}

.x-comments-area .x-comments-list .comment-author-admin > article .x-comment-content-wrap {
background-color: #fffae9;
}

But this CSS didn´t work anymore. Every comment field has the same color.

But the main problem is, I can not test it. Because when I click on “Customizer” at my post https://one-million-places.com/reiseberichte/guenstige-fluege-buchen and then on “Customize X in Theme Option” it always redirects me to the Mainpage. When I then browse to the post above the cusumizer didn´t work. I can´t see any changes when I add new code.

I never had such Problems before with X - and I use X for a long time now

But 5 updates (X 6.1.0 to X 6.1.1 to X 6.1.2 to X 6.1.3 to X 6.1.4 and X 6.1.5 ) within the last 4 weeks is not a really good sign! What´s happening there?

Michael

Hello Michael,

Thanks for writing in! This isn’t a bug. After you have updated, you forgot to clear all your caches. You must clear the plugin cache because you have installed WP Rocket plugin. Please understand that after making even a slight change in your site, you need to clear the plugin cache before testing the site. This will prevent you from having any issues and ensure that the latest code or changes would take place and not coming from the cache version of the site. It would also be important to clear the browser cache as well. It would be preferable to use private browsing mode when testing you site after making any changes.

By the way, we have shifted away from the customizer. All the settings can now be found in X > Theme Options.

Hope this helps.

I have already cleared my cache from WP Rocket - and also my browser cache. Also I have used a private tab.
It makes no difference. Every comment has the blue color.

This is the link to the old post:

Can you please check this why the color #fffae9 in the reply box is not working?

By the way, we have shifted away from the customizer. All the settings can now be found in X > Theme Options.

You mean that button and then on the left site CSS - Global CSS, right?

Hello @michaelxxx,

Thanks for updating the thread.

On my end the code for reply box seems to working fine. You can try adding following code also:


.x-comments-area .x-comments-list  .comment-author-admin > article .x-comment-content-wrap {
    background-color: #fffae9 !important;
} 

You also have the option to use below code too:

.x-comments-list .children .x-comment-content-wrap {
    background-color: #fffae9 !important;
}

As my colleague @RueNel communicated that we have moved from customizer as Pro as it’s own options panel. Please see screenshot.

I have also created a screencast video on how you can access theme options panel. https://cloudup.com/cthdcb3yc3i

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.