honorm
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comments are not sent. WhaThis helps, but makes my site slower. What is better to use before /head and after body? Minify/Combine only? Preserved comment removal? Line break removal?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comments are not sent. WhaI found out something else. The problem is with the minify function.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comments are not sent. WhaWhen W3 Total Cache is disabled, the text input field begins to display correctly. How can I disable caching of Wp Discuz comments with the W3 Total Cache plugin?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comments are not sent. WhaRestarting the Cerber plugin seems to have solved the problem with blocking. It remains to solve the problem with displaying the input field for text. I use the W3 Total Cache plugin, most likely comments conflict with it, what settings should I change?
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comments are not sent. WhaThe final picture of the problem. Cerber WP plugin blocks the form submission. A separate problem is that the text input field from the desktop is not always loaded. You need to reload the page. This may be due to Lazy load or caching.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comments are not sent. WhaWP CERBER plugin blocks my IP when trying to send a comment from a mobile device connected to the same WIFI.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comments are not sent. WhaI tried refreshing the page several times. The text input form sometimes just doesn’t load.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Comments are not sent. WhaI click on the submit button and nothing happens. When I’m logged in, the text entry form disappears and then appears.
@luckybhumkar can you plase tell me more info? I have problem like this. What options should I choose for this part of css code start works?
I’m sorry for my language mistakes
Forum: Themes and Templates
In reply to: [Bento] White space on the left side of contentI’m added 1440 => ‘1440’ width in this part of “customizer” code. Is it safe? Or this size can make troubles for website?
$wp_customize->add_control(
‘bento_content_width’,
array(
‘section’ => ‘bento_layout_background’,
‘type’ => ‘select’,
‘choices’ => array(
900 => ‘900’,
960 => ‘960’,
1020 => ‘1020’,
1080 => esc_html__( ‘1080 (default)’, ‘bento’ ),
1140 => ‘1140’,
1200 => ‘1200’,
1260 => ‘1260’,
1320 => ‘1320’,
1440 => ‘1440’
),
‘label’ => esc_html__( ‘Content width’, ‘bento’ ),
‘description’ => esc_html__( ‘Set the width of the content container, in pixels; default is 1080.’, ‘bento’ ),
)
);