whitedd
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Sidebars - Dynamic Sidebar Classic Widget Area Manager] PHP8.1 errorswitched to php 8.0 and get same error…its not resolved
Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] Display Publish DatesThank you… waiting for next version… its realy important feature for us couse we are news website. Thank you… ??
Forum: Plugins
In reply to: [Simple Custom Post Order] SmartMag theme problemHi, tnx for answer
adding this code to function.php solved all…
??add_filter( 'bunyad_block_query_args', function($args){ $args['orderby'] = 'menu_order'; return $args; });
Forum: Plugins
In reply to: [WordPress Popular Posts] UTF8?same problem here…
deinstalled…sorry
Forum: Plugins
In reply to: [Simple Custom Post Order] 2.5.5 won’t hold ordersame problem here but with posts. rolled back to 2.5.4
Forum: Plugins
In reply to: [Post Views Counter] ERROR[27-May-2021 12:30:36 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXX/public_html/wp-includes/functions.php:4757) in /home/XXXXX/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1642
[27-May-2021 12:54:54 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXX/public_html/wp-includes/functions.php:4757) in /home/XXXXX/public_html/wp-includes/functions.php on line 6362
[27-May-2021 12:54:55 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXX/public_html/wp-includes/functions.php:4757) in /home/XXXXX/public_html/wp-admin/includes/misc.php on line 1310
[27-May-2021 12:54:55 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/XXXXX/public_html/wp-includes/functions.php:4757) in /home/XXXXX/public_html/wp-admin/admin-header.php on line 9Forum: Fixing WordPress
In reply to: LInk embed blocks not working in Chromesame here too
this plugin workin great, problem is with plugin Clasic Editor… just disabled Clasic Editor plugin…
- This reply was modified 4 years, 1 month ago by whitedd.
resolved
Forum: Plugins
In reply to: [HD Quiz] Duplicate contentit work…tnx :))))))))))
File does not exist or is outside restricted basedir
same problem here… ??
Forum: Plugins
In reply to: [WebP Express] File does not exist or is outside restricted basedsame problem here…
<?php foreach ($custom_field[‘default_value’] as $default_key => $default_value) : ?>
<option value=”<?php echo $default_key ?>” <?php echo ($db_save_value == $default_key) ? ‘selected=selected’ : ”; ?> ><?php echo $default_value; ?></option>
<?php endforeach; ?>