boldthemes
Forum Replies Created
-
Hi @basilewolfrom,
Thanks for using Bold Builder plugin.
Could you please confirm us if you are using one of our premium themes? In that case, please contact out support on support forum for additional assistance.Thanks in advance.
Forum: Plugins
In reply to: [Bold Page Builder] Version 2.7.1 not workingThanks for using Bold Builder!
Could you please confirm us, have you changed some plugins’ files? Unfortunately, we weren’t able to recreate the issue in our environment.
If it is possible, please send us access to your website so that we could have a closer look. Email us on: support@bold-themes.com
Thanks in advance!
Forum: Plugins
In reply to: [Bold Page Builder] 2.7.2 is not workingHi,
It seems that you are using one of our premium themes (Shopscape). Please contact our support team at https://boldthemes.ticksy.com/ so that they could have a closer look.
Thanks in advance!
Forum: Plugins
In reply to: [Bold Page Builder] translate to PersianHi @sabinserver,
Thanks for your offer! Please send us translated files to info@bold-themes.com and we will make sure to add it in some future updates. Thanks once again!
Hi @sdbt0258,
Thanks for using Bold Builder plugin.
In order to achieve mentioned, please make sure to enter Custom CSS class (for example myClass) to the image element (or any other where the image is) and use it as following:
@media (max-width: 780px) { .myClass { max-width: 780px; } }Please note that the Custom CSS should be changed and adjusted according to your needs. Thanks for understanding.
Forum: Plugins
In reply to: [Bold Page Builder] BT-Icon Widgets mailto and tel codeForum: Plugins
In reply to: [Bold Page Builder] How to set extra class name for Text areas?Forum: Reviews
In reply to: [Bold Page Builder] New Update Bold BuilderHi @azeemkhanbarki,
Thanks for using Bold Builder and our premium theme.
Please have in mind that we provide support for premium themes here, so you can write us and our support team will give their best to assist you. Also, you can write us on support forum, so that we could have a closer look.
Thanks in advance, Cheers!
Forum: Plugins
In reply to: [Bold Page Builder] How to add google analytics events code to buttonHi @naamagold),
It seems that you are using one of our premium themes. Some of them include different Bold Builder settings, which is why Extra CSS Class field in Icon widget is missing.
Please send us which theme you are using on support@bold-themems.com so that we could have a closer look. Thanks in advance!
Forum: Plugins
In reply to: [Bold Page Builder] Hide on ResponsiveHi @dannyrizzy,
It seems that you are using one of our premium themes. Some of them include different Bold Builder, which is why Responsive tab is missing.
In order to achieve hiding on responsive, please follow the next steps:
1. In section editor add following custom classes in “Extra Class Name(s)” field:
bt_bb_hidden_xs – Hide element on screens ≤480px (mobile)
bt_bb_hidden_ms – Hide element on screens 481-768px (mobile)
bt_bb_hidden_sm – Hide element on screens 769-992px (tablet)
bt_bb_hidden_md – Hide element on screens 993-1200px (laptop)
bt_bb_hidden_lg – Hide element on screens >1200px (desktop)2. Than add Custom CSS:
@media (max-width: 480px) { .bt_bb_hidden_xs { display: none !important; } } @media (min-width: 481px) and (max-width: 768px) { .bt_bb_hidden_ms { display: none !important; } } @media (min-width: 769px) and (max-width: 992px) { .bt_bb_hidden_sm { display: none !important; } } @media (min-width: 993px) and (max-width: 1200px) { .bt_bb_hidden_md { display: none !important; } } @media (min-width: 1201px) { .bt_bb_hidden_lg { display: none !important; } }Forum: Plugins
In reply to: [Bold Page Builder] How to add google analytics events code to buttonHi @naamagold,
Thanks for using Bold Builder page editor!
Regarding Icon, once you open BB Icon widget editor in widget area, you will be able to add CSS extra class in the field on the bottom. In that way you can customize it according to your needs.
In order to place GA Button, please make sure to paste HTML code to Raw Content element. More info on this post: How to set up event tracking in Google Analytics
Another way is to use BB button HTML (with our classes) in Raw Conent element and add “onclick”. For example:
<div class="bt_bb_button bt_bb_icon_position_left bt_bb_style_filled bt_bb_size_large bt_bb_width_inline bt_bb_shape_square bt_bb_align_inherit"><a href="http://google.com/" onclick="ga('send', 'event', [eventCategory], [eventAction], [eventLabel], [eventValue], [fieldsObject]);" target="_self" class="bt_bb_link" title="Large"><span class="bt_bb_button_text">Large</span></a></div>Forum: Plugins
In reply to: [Bold Page Builder] how can I add a modal or a popup form?Hi @naamagold,
Bold builder does not include buttons which provides mentioned situation. In order to use other plugins with Bold page builder, we suggest you to insert its shortcode in Raw Content or Text element.
For more info, please refer to online documentation.
Hi @dukessa,
Thanks for your interest.
Please have a look at our video tutorial which shows how you can copy+paste sections, rows, columns and all the elements. Also for more info, please refer to online documentation.
If you need any help, please do not hesitate to contact us.
Kind regards,
BoldThemes teamForum: Plugins
In reply to: [Bold Page Builder] Unable to show grid of post on frontendHi @rongk647,
Thanks for using Bold Builder plugin.
Could you please confirm us if you are using one of our premium themes? Unfortunately, we weren’t able to recreate the mentioned issue in our environment. Thanks in advance.
Forum: Plugins
In reply to: [Bold Page Builder] bold builder Version 2.6.2 DysfunctionHi @ioannis77,
We have tested latest Bold Builder plugin version with latest WordPress version, on Safari, Chrome and Firefox and we weren’t able to recreate the mentioned issue. It could be that some third party plugin is causing the problem. We would like to help you resolve it, so please feel free to send us your credentials on support@bold-themes.com so that we could inspect the issue.
Thanks in advance.