Sanya Kuzovlev
Forum Replies Created
-
Thanks a lot for the detailed answer. The main question was precisely that https://validator.w3.org writes an error on the HTML structure: style inside the div. I tried the suggested method, added the code to the head, but nothing happened.
function add_custom_style_to_head() {
echo '
<style id="wpdt-custom-style-17"></style>
<style>
/* th background color */
.wpdt-c.wpDataTablesWrapper table.wpdtSimpleTable.bt[data-has-header="1"] td.wpdt-header-classes,
.wpdt-c.wpDataTablesWrapper table.wpdtSimpleTable thead th,
.wpdt-c .wpDataTablesWrapper table.wpDataTable thead th,
.wpdt-c .wpDataTablesWrapper table.wpDataTable thead th.sorting {
background-color: #FEEA33 !important;
background-image: none !important;
}
</style>
';
}
add_action('wp_head', 'add_custom_style_to_head');The error remains the same.
- Error:?Element?
style
?not allowed as child of element?div
?in this context. (Suppressing further errors from this subtree.)From line?681, column?7; to line?681, column?40le>?</div><style id='wpdt-custom-style-132'>?.wpdt
Contexts in which element?style
?may be used:Where?metadata content?is expected.In a?noscript
?element that is a child of a?head
?element.Content model for element?div
:If the element is a child of a?dl
?element: one or more?dt
?elements followed by one or more?dd
?elements, optionally intermixed with?script-supporting elements.If the element is not a child of a?dl
?element:?flow content.
Thank you very much for the reply! Unfortunately, this add-on is not suitable for us. It is not very convenient to work with tickets in the mail. Our employees have already got used to the website interface. The ticket page shows all the correspondence, who did what, etc. Tell me, will the functionality of multiaccounts be implemented in the near future?
- This reply was modified 9 months, 3 weeks ago by Sanya Kuzovlev.
Forum: Plugins
In reply to: [YML for Yandex Market] Выгружаются все категрииСпасибо за подробные разъяснения
Forum: Plugins
In reply to: [WooCommerce] You need a higher level of permissionSo, I don’t understand what happened, but after I went in and looked at the traffic history in the Wordfence plugin, everything worked for me. Although I tried disabling the Wordfence plugin before and it didn’t help.
Forum: Plugins
In reply to: [WooCommerce Admin] Importing historical data too slow and weirdApparently there is a problem with the Follow-Up Emails plugin. Now I’m trying to find out more details
Forum: Plugins
In reply to: [WooCommerce Admin] Importing historical data too slow and weirdAnybody?
Forum: Plugins
In reply to: [WooCommerce Admin] Importing historical data too slow and weirdMy Quad-core server is still hanging. Why is there no big warning that this can take very long time and creates a heavy load on the server.
- This reply was modified 4 years, 3 months ago by Sanya Kuzovlev.
I disabled almost all plugins (I have to enable woocommerce due to an error), but it didn’t help. I also switch to Twenty Twenty theme, which doesn’t help either.
Forum: Plugins
In reply to: [Sensei LMS Certificates] Completion date format@kasra1990 you did everything right. I wrote my code in a functions.php file.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Wpdiscuz weird behaviour in Sensei LMS lessonsAny ideas? I disabled almost all plugins (I have to enable woocommerce due to an error), but it didn’t help. I also switch to Twenty Twenty theme, which doesn’t help either. I can provide admin access to website…
- This reply was modified 4 years, 3 months ago by Sanya Kuzovlev.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Wpdiscuz weird behaviour in Sensei LMS lessonsI checked everything that was recommended by the link, but nothing helped. I checked all the settings, everything is fine. Below are links for two screenshots. On the first one I didn’t write a comment, on the second one a form that is shown immediately after I published the comment.
https://drive.google.com/file/d/1QC6hx0M4FTEDqKZmHifon6QCa0QTU82-/view?usp=sharing
https://drive.google.com/file/d/1Qr1FRi14lA1oYHnc67XPnI_j886GDzed/view?usp=sharing
Forum: Plugins
In reply to: [Sensei LMS Certificates] Completion date formatSolution
add_filter( ‘sensei_certificate_date_format’, ‘custom_change_certificate_date_format’);
function custom_change_certificate_date_format($date){
return ‘%d.%m.%Y’;
}- This reply was modified 4 years, 4 months ago by Sanya Kuzovlev.
Forum: Plugins
In reply to: [Sensei LMS Certificates] Completion date formatCurrent date format in settings – d.m.Y
Forum: Plugins
In reply to: [Яндекс.Касса для WooCommerce] Версия 2.3.10 (ФФД 1.05)@ostulov Здравствуйте! Когда ждать обновления с исправлением? Изменять каждый товары и вбивать атрибуты займет много времени. Куда больше чем изменить код в одном месте.
2.0.30 totally broke my website
- This reply was modified 6 years ago by Sanya Kuzovlev.
- Error:?Element?