Discussion on ReConstruction - Contractor & Building WordPress Theme

Discussion on ReConstruction - Contractor & Building WordPress Theme

Cart 1,629 sales
Well Documented

BoldThemes supports this item

Supported

This author's response time can be up to 1 business day.

266 comments found.

I love working with this theme! If anyone would like help doing some customizations I’d like to offer my services, if that’s allowed. I won’t include my contact details unless the BoldThemes team is fine with me posting this here.

As mentioned above, I’m offering my services to anyone out there that wants to purchase this theme but needs help customizing it at a very reasonable cost.

Please reach out to me at design@jdigitalagency.com

Thanks, Lucas

Hi I have updated to the latest version and suddenly i got the following error regarding the grid gallery:

Uncaught SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse (<anonymous>) at Object.success (bt_grid.js?ver=4.9.4:129) at u (jquery-3.3.1.min.js?ver=3.3.1:2) at Object.fireWith [as resolveWith] (jquery-3.3.1.min.js?ver=3.3.1:2) at k (jquery-3.3.1.min.js?ver=3.3.1:2) at XMLHttpRequest.<anonymous> (jquery-3.3.1.min.js?ver=3.3.1:2)

Of course the images from the portfolio are not shown any more… Can you help me please?

Hi,

Can you please send the site url and wp-admin credentials to info@bold-themes.com and we will escalate the issue to our developers to take a closer look?

Thanks in advance.

Kind regards,

BoldThemes team

How can I remove this notification once and for all – it keeps coming back:

This theme requires the following plugin: BoldThemes WordPress Importer.

Hi,

There are two ways to do that:

1. To install and activate the required plugin (it comes bundled with the theme) or 2. To edit theme’s functions.php file and remove the following code section:

array(
    'name' => 'BoldThemes WordPress Importer', // The plugin name.
    'slug' => 'bt' . '_wordpress_importer', // The plugin slug (typically the folder name).
    'source' => get_template_directory() . '/plugins/' . 'bt' . '_wordpress_importer.zip', // The plugin source.
    'required' => true, // If false, the plugin is only 'recommended' instead of required.
    'version' => '1.0.1', // E.g. 1.0.0. If set, the active plugin must be this version or higher.
    'force_activation'   => false, // If true, plugin is activated upon theme activation and cannot be deactivated until theme switch.
    'force_deactivation' => true, // If true, plugin is deactivated upon theme switch, useful for theme-specific plugins.
    'external_url' => '', // If set, overrides default API URL and points to an external URL.
),

Kind regards,

BoldThemes team

Hi, 2 questions.

1- Does the theme compatible with Polylang plugin? 2- Is it possible to import all demos data at one time?

Thanks.

Hi,

Yes, the theme is compatible both with Polylang and Loco Translate plugins. There is no specific styling of language selection widget though – so you would probably have to style it yourself depending on the type of implementation you choose.

You can do the import per demo site – demo sites are separate xml files.

Kind regards,

BoldThemes team

I created a child theme and activated it BUT style.css isn’t being loaded in the theme source? How can that be? It has to load style.css – I can’t activate the theme without style.css? I even tried enqueing it and still nothing???

Hi,

If you take a look at functions.php in reconstruction-child folder, you will notice the following code:

function theme_enqueue_styles() {
    $parent_style = 'parent-style';
    wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.crush.css' );
    wp_enqueue_style( 'child-style',
        get_stylesheet_directory_uri() . '/style.css',
        array( $parent_style )
    );
}
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );

This means that child theme includes style.crush.css from the parent theme and its own style.css – so you can make all the changes in child’s style.css and they will override the styles from parent’s style.crush.css which is the main theme’s css file.

Also, please make sure that your theme is updated to the latest version and please note that your support period has expired. Should you need additional assistance, please make sure to extend support. Thanks for understanding.

Kind regards,

BoldThemes team

Hi – Just wanted to ask.. All of the pictures on my site are blurred and its really bugging me. The uploaded files are of high quality. cant seem to figure it out. thanks

my site is bluedotroofing.uk you can see on there

Hi,

When you place the image element on page the theme tries to choose the proper thumbnail. In order to override this behaviour – please set the size property in image element to full (original image) or large (thumbnail of 1200 px in width)

Kind regards,

BoldThemes team

ah great – can’t believe i didn’t figure that out. I just left it blank and it’s fine now. Should have seen that – sorry

Hi, I need in this theme two languajes, Is this theme compatible with any multi-language plugin?

Hi,

The theme should work either with WPML or polylang. You would probably need to style a language selection widget / menu item with some custom css, depending on what method you choose to display it, but in general the translation should be straightforward with either of the plugins.

Kind regards,

BoldThemes team

hi .does the first page services area can anto show out from 1page 1page.show all service in 1 area.tks

Hi,

There is a page builder behind the theme, so you can rearrange the elements and combine the elements from different pages the way you wish. This gives you true flexibility in terms of layout customization.

Kind regards,

BoldThemes team

Is it possible to use AMP plugin for this theme? I tried but it didn’t work. Thanks

Hi,

Reconstruction does not support AMP plugin out of the box.

Kind regards,

BoldThemes team

Is it possible to use AMP plugin for this theme? I tried but it didn’t work. https://ja.wordpress.org/plugins/amp/

Thanks

hi . i check so many theme. your design so good.but i found this theme can do much better.some deail need update.but loog time no update.hope can do better

construction company fist page the serivice area just show 3 jobs ,does it can show more job service..tks

Hi,

Sure, you can display up to 12 columns of services in one row, and add as many rows as you wish.

Kind regards,

BoldThemes team

Hi, I have 2 problem, please help me to solve it. 1. I have problem with Text of Rapid Composer, I can not choose font, size, and all function of menu editor. 2. Tabs container on Rapid Composer. I make 3 tabs but when I click other tabs, it not change to content inside that tabs.

Hi,

1. Fonts throughout the site are changed on Appearance > Customize > General Settings panel (fields Body Font and Heading Font) – this way you keep the design consistent. If you want to change the font of the individual page, you need to add css statements to Custom CSS field and add the relevant class name to the element or in the case of text, add the css statements inline in the editor.

2. Can you please provide the url of the page with the tab issue and we will take a closer look.

Kind regards,

BoldThemes team

Hi, Thank you for your quick reply.

1. I mean, I can’t choose font size, color, and all menu function when I creat new text on Rapid Composer. Example, When I click in font menu, the list of font was hidden behind frame “edit content”. How I can send you screenshot in order you can get my mean?

2. Please access my website to check tab issue: http://cbhitech.com.vn/test-3/

Best regards,

Thanks.

Hi,

Can you please tell us which version of the theme are you currently running?

Please send us wp-admin credentials as well as the screenshot of the problem to info@bold-themes.com

Thanks in advance.

Kind regards,

BoldThemes team

Thanks for quick reply.

I did it as you suggest and it works.

Thanks and BR

Hi,

I would like to align text in Footer Widgets. I can edit it via Chrome Dev tools, but I can’t via Custom CSS. I want to have it align like below.

Could some one help me…I think that this couldn’t be an issue. :)

<div class=”widget_sp_image-description” style=” width: 300px; ”>

MONTAŽA KONSTRUKCIJ, ALEKSANDER LORENČIČ S.P

Matična številka: 3230457000

Davčna številka/ID za DDV: 26928612

Transakcijski računi: SI56 0510 0801 2443 249 ABANKA d.d.

Thanks in advance, vaitapu

Hi,

Have you tried adding the following to custom css field:

.widget_sp_image-description {
    width: 300px !important;
}

It would probably work like this also

.widget_sp_image-description {
    width: 300px;
}

Kind regards,

BoldThemes team

Thanks for quick reply…your CSS code solve just 1/2 of my issue. I would also like to add extra line break into text field in footer widget.

MONTAŽA KONSTRUKCIJ, ALEKSANDER LORENČIČ S.P

Matična številka: 3230457000

Davčna številka/ID za DDV: 26928612

Transakcijski računi: SI56 0510 0801 2443 249 ABANKA d.d.

P.S. site is http://demo.kamnamalico.info/ just scroll down and you will notice what I mean.

Is that possible?

Thanks

Hi,

You would need to change the code a bit for that.

Please edit reconstruction.php in reconstruction plugin folder and locate the following statement (around line 3353):

$instance['text'] = ( ! empty( $new_instance['text'] ) ) ? strip_tags( $new_instance['text'] ) : '';

and change it to:

$instance['text'] = ( ! empty( $new_instance['text'] ) ) ? $new_instance['text'] : '';

You will be able to use the
tag to create new lines.

Kind regards,

BoldThemes team

Hello, just wondering how to add an instagram logo and icon to the topbar (right). I don’t need LinkedIn or Youtube.

Hi,

Can you please tell us which version of the theme are you running – all versions above 1.0.7 should have it? If you are running an earlier version, please download the latest one and update the theme.

Kind regards,

BoldThemes team

Yeah, it’s 1.0.4. There are no updates in the WP dashboard? Do I have to contact the original developer and get him to check his Envato account?

Hi,

Unfortunately yes, he should be able to find the current version of the theme in Downloads section of his ThemeForest account.

Kind regards,

BoldThemes team

Hey guys! Even though my support expired, I just wanted to ask if it is possible to set the menu that the opened page stays underlined in menu? This way the visitor would know on which page they are through the menu.

Thank you for the answer.

Hi,

Please try adding the following css statements to Custom CSS field of Appearance > Customize > General Settings panel:

.menuHolder .menuPort .current-menu-item a:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 4px;
    background-color: #f37800;
    width: 100%;
    -webkit-transition: width 240ms ease;
    -moz-transition: width 240ms ease;
    transition: width 240ms ease;
}

Let us know if this works – it did in our development environment.

Kind regards,

BoldThemes team

It works like a charm! Thanks guys! You are awesome. :)

Hi,

Thanks. If you feel like it and haven’t done so, please consider leaving us a rating. We would really appreciate it. Thanks in advance.

BoldThemes team

Working with reconstruction template. Template is awesome except for one small issue which I have tried to fix for months. The Favicon will not change, the “reconstruction Icon” still remains. Does anyone know how to fix? Thank you

Hi,

Can you please share the url of your site with us?

Thanks in advance.

Kind regards,

BoldThemes team

Hi,

I would like to use layout 1/5+1/5+1/5+1/5+1/5. Into Rapid Composer I didn’t notice that option. Is that possible somehow, maybe in custom CSS?

Thanks and regards

Hi,

Unfortunately it is not possible, the theme uses the 1/12 based grid and you would have to customize a lot of css and RC base code to achieve 1/5.

Kind regards,

BoldThemes team

Wow really nice work! - will be marked! -stooni

Thanks!

Hi 1.In the block of the Gallery in the last column, the layout differs from the previous ones. How to align this column so that all elements of the Gallery are of the same height?

2.Under the image of the object there is an inscription, a line and below a sera plank. How to remove the gray bar or reduce its size?

Http://group-ost.ru/en_US/ block Our objects

Hi,

2) On the second question, I used the following instructions following the css statements and place them in the Custom CSS field of Appearance> Customize> General Setting panel.

.btGridContainer.classic .btGridShare {      Display: none; }

But, the band is not hidden and the space below it.

1) At the first question everything is decided. Thank you so much.

Hi,

For some reason you have

jQuery(’.servicesItem a’).click(function(){ return false; })

in the Custom CSS field. This is not CSS, this is JavaScript. Please remove it since it breaks up the CSS and prevents our suggested statements from being executed.

Kind regards,

BoldThemes team

It’s okay.Thank you so much!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey