30 comments found.
Subject: Issue with News Widget (Masonry Post Grid) on Bold Themes Template with Cloudflare Caching
Dear Developer,
First of all, I want to express my gratitude for the incredible experience your theme provides while browsing the website!
It has been in use for quite some time, but recently, I needed to add a widget displayed on this page: https://korsel.bold-themes.com/main-demo/slider/ – specifically, the news block – Masonry Post Grid.
However, I discovered a bug. My website is cached through Cloudflare. Initially, the news block loads correctly after the first page load, but after some time, the news content stops appearing, leaving the block empty. The only way to make the news appear again is by completely clearing the browser cache. When Cloudflare caching is disabled, everything works fine. The latest version of the theme is installed.
Could you please advise how to ensure the news block loads correctly with Cloudflare caching enabled?
Thank you!
Hi,
Masonry Post Grid loads the data via ajax by retrieving the data from the WP Standard ajax end point – /wp-admin/admin-ajax.php
So, in order to resolve the issue, you should omit /wp-admin/admin-ajax.php from caching policies either on Cloudflare or your caching plugin if any.
Kind regards,
BoldThemes team
Many thanks!
Your solution didn’t help resolve the Cloudflare issues. I had to further refine the AJAX problems. Maybe this will be useful to someone:
func php:
<?php // AJAX hooks add_action(‘wp_enqueue_scripts’, ‘korsel_child_enqueue_scripts’); function korsel_child_enqueue_scripts() { wp_enqueue_script(‘korsel-child-ajax’, get_stylesheet_directory_uri() . ’/js/ajax.js’, array(‘jquery’), ‘1.0’, true); }
wp_localize_script('korsel-child-ajax', 'korselAjax', array(
'ajaxurl' => admin_url('admin-ajax.php'),
'nonce' => wp_create_nonce('korsel-ajax-nonce')
));
// AJAX handlers add_action(‘wp_ajax_nopriv_korsel_load_content’, ‘korsel_load_content_handler’); add_action(‘wp_ajax_korsel_load_content’, ‘korsel_load_content_handler’); function korsel_load_content_handler() { check_ajax_referer(‘korsel-ajax-nonce’, ‘nonce’); }
// Ваш код обработки AJAX
wp_die();
// Error handler add_action(‘wp_ajax_nopriv_korsel_ajax_error’, ‘korsel_ajax_error_handler’); add_action(‘wp_ajax_korsel_ajax_error’, ‘korsel_ajax_error_handler’); function korsel_ajax_error_handler() { wp_send_json_error(‘AJAX error occurred’); }
js/ajax.js
jQuery(document).ready(function($) { ‘use strict’; });
// AJAX request with error handling
function sendAjaxRequest(data) {
$.ajax({
url: korselAjax.ajaxurl,
type: 'POST',
data: {
action: 'korsel_load_content',
nonce: korselAjax.nonce,
...data
},
success: function(response) {
if(response.success) {
// Handle success
} else {
console.error('AJAX Error:', response.data);
}
},
error: function(xhr, status, error) {
console.error('AJAX Error:', error);
$.post(korselAjax.ajaxurl, {
action: 'korsel_ajax_error',
error: error
});
}
});
}
I bought this while ago and now I need some Support, dont want to renew since I never used it.
Seems the Bold Page Builder keeps having errors and when I try to open a page its blank.
To keep your site safe, this link will expire in 1 day. Don’t worry about that, though: a new link will be emailed to you if the error occurs again after it expires.
When seeking help with this issue, you may be asked for some of the following information: WordPress version 6.7.1 Active theme: Korsel (version 1.2.1) Current plugin: Bold Builder (version 5.2.5) PHP version 8.0.30
Error Details
An error of type E_ERROR was caused in line 1269 of the file /home/p1motorcars/public_html/wp-content/plugins/bold-page-builder/bold-builder.php. Error message: Uncaught TypeError: array_values(): Argument #1 ($array) must be of type array, null given in /home/p1motorcars/public_html/wp-content/plugins/bold-page-builder/bold-builder.php:1269 Stack trace: #0 /home/p1motorcars/public_html/wp-content/plugins/bold-page-builder/bold-builder.php(1269): array_values(NULL) #1 /home/p1motorcars/public_html/wp-includes/class-wp-hook.php(324): BT_BB_Remove_Params_Proxy->remove_params(Array) #2 /home/p1motorcars/public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array) #3 /home/p1motorcars/public_html/wp-content/plugins/bold-page-builder/bold-builder.php(1047): apply_filters(‘bt_bb_elements’, Array) #4 /home/p1motorcars/public_html/wp-includes/class-wp-hook.php(324): bt_bb_map_js(’’) #5 /home/p1motorcars/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #6 /home/p1motorcars/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #7 /home/p1motorcars/public_html/wp-admin/admin-header.php(163): do_action(‘admin_head’) #8 /home/p1motorcars/public_html/wp-admin/edit-form-advanced.php(425): require_once(’/home/p1motorca…’) #9 /home/p1motorcars/public_html/wp-admin/post.php(206): require(’/home/p1motorca…’) #10 {main} thrown
The reviews are god awful on Bold Page Builder plugin – https://wordpress.org/plugins/bold-page-builder/#reviews
Hi,
Can you please send the site url, wp-admin credentials and ftp credentials using contact form on our profile page – https://themeforest.net/user/boldthemes (right hand sidebar) so we can take a closer look at the issue.
This is the first one in more than 80k installations, so it has to be something specific to your WP environment.
Related to the wp org reviews, sometimes people are having hard time recognizing the greatness. Nevertheless, 4.60 average rating based on 2474 ratings for our themes on ThemeForest (and all are based on Bold Page Builder) tells a somewhat different story.
Kind regards,
BoldThemes team
PHP max_execution_time variable should be at least 1200. Yours is: 300 How to fix this before importing demo ?
Hi,
Thanks for the purchase. This is actually a question for your hosting. It can be done using wp-config.php or php.ini – https://code.tutsplus.com/how-to-increase-max_execution_time-in-php--cms-37017t but first check if you can do it using control panel of your hosting.
Kind regards,
BoldThemes team
Is it possible to leave the background white on Home 4 and 7?
Hi,
Thanks for contacting us.
Sure, we set them to dark just to illustrate the flexibility of the theme.
Kind regards,
BoldThemes team
Hello, unfortunately I waited too long to start with this theme and the support has expired, I had a question regarding the mobile version of KORSEL, how can I adjust this? when I view the page the image of the header is much smaller than when I view it in the demo on my mobile phone
Here the examples of the website on my Iphone 15 pro max
My website: https://ibb.co/DGZbBck Korsel demo website: https://ibb.co/v4VzgQK
Also how can I adjust the font size of dropdown menu? I can’t find settings anywhere about the “mobile” section
Example: https://ibb.co/7z0hvYn
I would appreciate it if you could help me resolve this.
Thanks.
Hi,
Related to the hero image, can you please send us the url of your site so we can take a closer look at the current setup of the page.
Related to the drop down font size, there is no setting for that, you need to use custom CSS for it.
Add this to Appearance > Customize > Additional CSS
.btMenuHorizontal .menuPort > nav > ul > li > ul > li {
font-size: 24px;
}
and adjust the desired font size. It should do the trick.
Kind regards,
BoldThemes team
Hello,
thanks for the response, I really appreciate it.
I was able to solve the problem with the Hero images.
Now I just had a question about how to put the hamburger menu on the right side of the screen instead of on the left where it is now and how to enlarge my logo on mobile version and put it on the left where the hamburger menu is. They should both change places.
As well as the background color of where the hamburger menu and logo is placed on because I would like the background of the entire website to be in a different color but if I change this then the hamburger menu and logo remains in a white column.
See screenshot for more information: https://ibb.co/XsGsnfSCan you give me a css code?
thanks!
Hi,
Related to menu repositioning, you can change header.misc.js file in /framework/js folder of the theme line 28, just write Right instead of Left
As far as the background color is concerned, please send us the url to the actual site so we can take a closer look at the current setup (including the changed background color). The css depends on this.
Kind regards,
BoldThemes team
Hello, thanks for the reply.
sorry i forgot to mention my website My website is: www.finefinish.be
I have tried repositioning the menu in the folder public_html > wp-content > themes > korsel > framework > js > header.misc.js line 28 -> responsiveMenuPosition = ‘Left’; to responsiveMenuPosition = ‘Right’; but this did not change much when I save it and view the website.
Hello, i’ve fixed the menu position.
Only the background i’m not enable to fix yet.
Also how do i increase the logo in size of the mobile menu.
Website: www.finefinish.be
Hi,
There is some issue with the caching on the site currently, but here is the css for the background and logo from the top of our heads:
Background color of the Top Bar on the page in mobile res:
.bt-vertical-header-top {
background-color: #000000 !important;
}
Background of the mobile menu when it is opened
.btMenuVerticalOn .mainHeader {
background-color: #000000 !important;
}
Size of the logo when the menu is opened
.btMenuVerticalOn .mainHeader .logo{
width: 300px !important;
margin-left: -20px !important;
}
Kind regards,
BoldThemes team
Thank you!
Could you define the problem with the caching of de website? Because for me it works normal?
Hi,
Now it works from our end as well. It seemed like JavaScripts were not minimized correctly last time we have checked.
Sorry for false alarm.
Kind regards,
BoldThemes team
Thanks for all the help, I really appreciate it! I have solved the problems that were there for me. Now, the website I am using now under boldthemes is poorly optimized though, I have tried with a freelancer through fiverr to get this better like a third-party plugin W3 total cache but apparently it is hard for him to get a better score through the boldthemes website builder . we are requesting scores through google pagespeed insights, it would have to do with “object cache” we have tried all sorts of things like minify css, html etc,.,. but the pages just go blank. We also tried with litespeed plugin to use the advanced or aggresive preset but there it was also the same story. I am trying to get the scores up so this combined with the SEO for better ranking.
Since you guys are the website builders and plugins: Do you guys have any idea what needs to be done to get better scores? I only use homepage 1 and services page, which I then duplicated for other pages.
I know my support has expired, unless you guys can help me with that I would be happy to renew it.
Do you guys possibly have a service to get the website speed up?
Hi,
There is a number of factors that influence Page Speed Insights Score. In general, speed optimization of the site requires caching plugin to be used, although with some general knowledge of how things work within the web page.
The factors that you can not influence are DOM Size, unused CSS and unused JavaScript – these are given by the page builder and are not specific to Bold Page Builder alone, but to all page builders in the market as they need to generate JS and CSS overhead to cover all available functional and design variations.
Everything else can be optimized either through content restructuring, additional css, image optimization or optimizations through caching plugin of your choice (combining, minifications and deferred loading of various scripts).
Unfortunately, we do not provide such custom optimization services 
Kind regards,
BoldThemes team
Your theme is broken, there are the issues in showing elements on our website like your main demo: https://korsel.bold-themes.com/main-demo/.
Elements are not showing properly since today, how we can resolve this bug?
Hi, please update theme to the latest version (1.1.5).
After updating theme, now everything is alright. Thanks.
The issue is the korsel theme installed on your site. It has a memory leak, so it may not be compatible with the latest WordPress version.
Please help
Hi,
The current Korsel version is 1.1.4 – https://documentation.bold-themes.com/changelog/korsel-changelog.txt
Updating the theme to the latest version should resolve the issues. Once you update the theme, make sure to update the Korsel plugin and delete and reinstall the Importer plugin.
You can update the theme using one of the methods described here: https://boldthemes.ticksy.com/article/7123/
Regards,
BoldThemes team
Hi, I would like to ask why Demo3 is not optimized? Lighthouse from Google rates this theme very poorly for your demo. Cache doesn’t help.
https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fkorsel.bold-themes.com%2Fmain-demo%2Fhome-3%2F&strategy=desktop&category=performance&category=accessibility&category=best-practices&category=seo&category=pwa&utm_source=lh-chrome-ext#Hi,
Thanks for contacting us.
As you have noted, our demo is not fully optimized for speed performance (score of 51), but as far as the rest of scores are concerned, they are not bad at all.
Now, if you take a look at diagnostics, you will notice the following:
Render Blocking resources and minification of CSS – we haven’t minimized, combined and we are not deferring non-critical JS/styles. You should certainly do that on your production site using third party caching plugin.
Serve images in next-gen formats – our images are jpegs and pngs – in your production environment you definitely should use WebP format
Largest Contentful Paint Element – the content of our hero slider is loaded with css animations – you should definitely avoid this in your production environment – no animations in first fold elements is the best practice.
Layout shifts – you should add the height css properties throughout the site which would prevent layout shifts – we haven’t done that on at least 4 elements as we need to keep the holder DOM elements flexible so our design covers all use cases
Etc etc etc…
The things you can not influence are:
Reduce unused CSS – perhaps some CSS tree shaking plugin can clean out the css, but general purpose themes, such as korsel, need to cover all design variants – thus they usually contain unused CSS
Reduce unused JavaScript – the same story here
Avoid an excessive DOM size – this really depends on the amount of content on your page – we wanted to showcase as much as possible
Hope this helps understand the score a little better 
Kind regards,
BoldThemes team
Hi, ure theme is not compatible with latest wordpress version
Hi,
Thanks for contacting us.
The latest theme version is compatible with the latest version of WordPress 6.3.x – https://documentation.bold-themes.com/changelog/korsel-changelog.txt
We still do not have the 6.3 compatibility tag available on the theme profile, hopefully ThemeForest will introduce it soon.
Kind regards,
BoldThemes team
is this available elementor
Hi,
Thanks for contacting us.
Corsel is not compatible with Elementor and there is no Elementor compatible version available.
Kind regards,
BoldThemes team
Hey, do you know when you will be updating for WP 6.2, thanks
Hi,
The theme has been updated some time ago.
Please update the theme to the latest version – 1.1.1 https://documentation.bold-themes.com/changelog/korsel-changelog.txt
Please make sure to update the Korsel plugin and Bold builder plugin as well once you update the theme.
You can update the theme from wp-admin using the Envato Market plugin – https://www.envato.com/lp/market-plugin/ or manually as described in the theme documentation: https://documentation.bold-themes.com/korsel/theme-customization/ , section 3.11 Update theme
Kind regards,
BoldThemes team
Hi, I apologize as I didn’t start working on this site until recently, and my support has expired. I’m trying to find out how to edit the address and phone number in the header, (home 7) but can’t find this in the documentation.
I found the solution. Under Appearance > Widgets > Header Menu Widgets
Hello,
Does your theme support RTL?
Hi,
Thanks for contacting us.
Yes, the theme supports RTL – although we do not have RTL demo to start from 
If you import one of our existing demos and switch to one of the RTL languages, all default theme elements will switch its orientation (header, menu, paragraphs..), but the ones with the alignments and positions set within Page Builder, will need to be corrected by you (by using drag and drop for repositioning or by changing the alignment)
Kind regards,
BoldThemes team
wanted to really love this theme. i cannot get the demos to load therefore i ask for a refund. i have a ticket open on support and they have tried to be helpful but it’s just not working. please send me refund instrucitons.
sent via themeforest. thanks
Hi,
We have approved a refund as requested.
All the best,
Kind regards,
BoldThemes team
thanks very much
Hi,
My support period is ended, but would like to test can make webpage like I need, almost all good, but would like to use white hamburger menu color on mobile devices. Can you send css for it?
Thx!
Hi,
Can you please send us the url to your website so we can take a closer look at the current setup?
Thanks in advance.
Kind regards,
BoldThemes team
Hi,
https://quidemautorent.veebilahendus.ee/ pw to view site: 12345Hi,
Nice looking site, congrats!
Try using the following css:
.bt-vertical-menu-trigger .bt_bb_icon:before, .bt-vertical-menu-trigger .bt_bb_icon:after, .bt-vertical-menu-trigger .bt_bb_icon_holder {
background-color: #ffffff !important;
}
or just
.bt-vertical-menu-trigger {
--accent-color: white;
}
It should do the trick.
Should you need additional assistance in the future, please extend your support period.
Thanks a lot for understanding.
Kind regards,
BoldThemes team
Hi,
Code did the trick, thank you very much!
P.S will change the font styles and better images and then it will be awesome 
We are glad we were able to help 
Kind regards,
BoldThemes team
Hi, 1 last question, using white logo, so need to know how can add color to header area? https://quidemautorent.veebilahendus.ee/hinnakiri/ pw: 12345
Hi,
Try the following:
header.mainHeader, .logo, .bt-vertical-header-top {
background-color: #5880c1 !important;
}
Kind regards,
BoldThemes team
Hi, excellent, thank you very much!
Hi there, is your theme compatible with Crocobloc smartfilters (elementor). Thanks!
That’s too bad! Most of the car parts/garage theme have a very poor implementation for product filters. We need a brand/model/year filter integration and I was able to do one with SmartJetFilters only. All the other filters are very finiky. If your theme had that filter, it would be to PERFECT theme! Awesome design 
Thanks 
Hi, I imported the demo content, but products are not imported, and WooCommerce is also not in the list of recommended plugins. Please confirm how to import the products.
Hi,
Thanks for the purchase.
Indeed, you need to install WooCommerce prior to demo import if you wish to import the products as well.
Should you need any additional assistance in the process, please submit a ticket at our support site – https://boldthemes.ticksy.com/, and our support team will be glad to assist you.
Kind regards,
BoldThemes team
One one demo was provided with the theme. Where can I find a zip file with all the demo content?
Hi,
Thanks for the purchase. Korsel does have only one xml import file – all the home pages featured on our demo – http://korsel.bold-themes.com/ are included in that import file as static pages.
Please refer to the theme documentation on how to set the desired home page – https://documentation.bold-themes.com/korsel/getting-started/ section 2.7 Homepage version.
Should you need any additional support in the process, please submit a ticket at our support site – https://boldthemes.ticksy.com/ and our support team will be glad to assist you.
Kind regards,
BoldThemes team
Hi guys, I would like to buy this them , I have some from you already, what is confusing for me if I pick he homepage 4. the other pages don’t maintain the same design concept. of the homepage, how can I do if I picked homepage 4 to keep the same design in the whole site. thank you
Hi,
Thanks for contacting us.
Once you pick the homepage you wish, you can set the overall theme settings in line with the chosen homepage and this will adjust the overall colors scheme, background color, fonts and other theme settings for all inner pages as well.
For the details, please refer to the theme documentation, section 07, Homepage version – https://documentation.bold-themes.com/korsel/getting-started/
Kind regards,
BoldThemes team
Hi, does it work on wordpress 6.0?
Hi,
Thanks for contacting us and thanks for the purchase.
Yes, the theme does work on WP 6.0 without issues.
Should you need any support in the customization process, please submit a ticket at our support site – https://boldthemes.ticksy.com/ and our support team will be glad to assist you.
Kind regards,
BoldThemes team