boldthemes
Forum Replies Created
-
Forum: Plugins
In reply to: [Bold Page Builder] Widget to elementsHi @armz,
Thanks for using BB 🙂
Regarding your question, if we understand you well, Bold Builder doesn’t include Portfolio list. Currently, we offer similar element, but included with our premium themes. Since, in our themes we have custom post types (Portfolio) and Bold Builder element – Portfolio masonry grid.
Forum: Plugins
In reply to: [Bold Page Builder] Clear copy/paste clipboardHi @matchfish,
Thanks for using BB!
The method is the same – once you copy new element, previous clipboard with elements will be cleared.
Forum: Plugins
In reply to: [Bold Page Builder] Page navigationHi @infonik,
As we mentioned, the major customization (for plugins and themes too) we can not provide support. Please locate bt_bb_masonry_post_grid.php in \wp-content\plugins\bold-page-builder\content_elements\bt_bb_masonry_post_grid folder and change it according to your needs.
Thanks for understanding.
Forum: Plugins
In reply to: [Bold Page Builder] Critical Error when saving postForum: Plugins
In reply to: [Bold Page Builder] Critical Error when saving postHi @ophilippeo,
Thanks for sending us access to your website.
In order to inspect the issue, we have installed 2020 WordPress theme, but unfortunately it seems that there’s some issue on your WordPress installation since plugins also don’t work properly. We suggest you to remove plugins and install them again. Also, if you want to use our premium theme (Medicare) we highly recommend you using latest theme version.
Forum: Plugins
In reply to: [Bold Page Builder] Clear copy/paste clipboardHi @pim87,
Thanks for using Bold Builder! 🙂
It seems that you are clicking copy+ sign, since adding copied element to the Clipboard will remove previously added copied element. Copy+ option provides coping more than one element. For more info, please refer to our video tutorial:
Online documentation: https://documentation.bold-themes.com/bold-builder
Forum: Plugins
In reply to: [Bold Page Builder] Page navigationHi @infonik,
Masonry Post Grid element, that comes with the Bold Builder, does not have that functionality. Since you’ve mentioned “Portfolio tiles”, we suppose that you are probably using one of our premium themes. In that case please contact us via https://boldthemes.ticksy.com/.
Forum: Plugins
In reply to: [Bold Page Builder] Critical Error when saving postHi @ophilippeo,
We would like to have a closer look, since we weren’t able to recreate the same issue in our environment. Could you provide us access to your site? Email us on: support@bold-themes.com
Thanks in advance.
Forum: Plugins
In reply to: [Customize Twenty Seventeen] Web font loading?Hi William,
Thanks for the info. Cheers 🙂
Forum: Plugins
In reply to: [Customize Twenty Seventeen] Web font loading?Hi @bst7
Thanks for using our plugin.
Please check bt_customize_2017.php plugin file and 272-289 lines, and change them according to your needs.
echo ‘<style>’;
if ( isset( $theme_options[ ‘body_font’ ] ) && $theme_options[ ‘body_font’ ] != ” ) {
echo ‘body, button, input, select, textarea { font-family: “‘ . urldecode( $theme_options[ ‘body_font’ ] ) . ‘” } ‘;
echo ‘input::-webkit-input-placeholder { font-family: “‘ . urldecode( $theme_options[ ‘body_font’ ] ) . ‘”; } ‘;
echo ‘input::-moz-placeholder { font-family: “‘ . urldecode( $theme_options[ ‘body_font’ ] ) . ‘”; }’;
echo ‘input:-ms-input-placeholder { font-family: “‘ . urldecode( $theme_options[ ‘body_font’ ] ) . ‘”; } ‘;
echo ‘input::placeholder { font-family: “‘ . urldecode( $theme_options[ ‘body_font’ ] ) . ‘”; } ‘;
}
if ( isset( $theme_options[ ‘title_font’ ] ) && $theme_options[ ‘title_font’ ] != ” ) {
echo ‘.site-description, .entry-header h2.entry-title { font-family: “‘ . urldecode( $theme_options[ ‘title_font’ ] ) . ‘”; } ‘;
}
if ( isset( $theme_options[ ‘heading_font’ ] ) && $theme_options[ ‘heading_font’ ] != ” ) {
echo ‘h1, h2, h3, h4, h5, h6, p.site-title { font-family: “‘ . urldecode( $theme_options[ ‘heading_font’ ] ) . ‘” } ‘;
}
if ( isset( $theme_options[ ‘menu_font’ ] ) && $theme_options[ ‘menu_font’ ] != ” ) {
echo ‘.main-navigation .menu { font-family: “‘ . urldecode( $theme_options[ ‘menu_font’ ] ) . ‘”; } ‘;
}
echo ‘</style>’;Forum: Plugins
In reply to: [Bold Page Builder] Accordion jumps to the bottom on openHi @dcbuffalo,
Please send us a valid link so that we could inspect the issue. Currently the link you’ve attached previously is showing 404 page.
Thanks in advance.
Forum: Plugins
In reply to: [Bold Page Builder] 502 Error when Editing PagesHi, great! Thanks for the info 🙂
**We would need to have a closer look in order to figurate out what was causing the issue.
Forum: Plugins
In reply to: [Bold Page Builder] Accordion jumps to the bottom on openHi @dcbuffalo,
We weren’t able to find Accordions on attached link.
Anyway, when some Accordion is opened, page height will be changed (due to content in Accordion item) which is why it scrolls and it looks differently on browsers.
It will help if you have the same amount of content in all Accordion items (e.g. 4 rows of text in all etc.).
15:55
npr. ako jedan ima 2 reda a drugi 50 redova onda ce verovatno biti jaci efekat`Forum: Plugins
In reply to: [Bold Page Builder] Updating or previewing a page diverts to my post pageHi @oweeg,
Thanks for using our plugin (and theme).
Could you please inform us which theme are you using, so that we could test Bold Builder and recreate mentioned issue? Also, please contact our support via this since we are not able to provide support here, due to rules (when it comes to premium themes). Thanks for understanding.
Forum: Plugins
In reply to: [Bold Page Builder] 502 Error when Editing PagesHi,
Thanks for the info. Please make sure to remove all files from “fonts” folder in your theme (back up them first). Then check if the site works. If it does, than add just Icons which you plan to use.
Let us know of the outcome.