Discussion on BlueCollar - Handyman & Renovation Business WordPress Theme

Discussion on BlueCollar - Handyman & Renovation Business WordPress Theme

Cart 1,643 sales
Well Documented

LSVRthemes supports this item

Supported

This author's response time can be up to 2 business days.

675 comments found.

Redownloaded – fixed

The package could not be installed. The theme is missing the style.css stylesheet.

Hi,

you are probably trying to upload a wrong file, follow the documentation please.

Lubos

Hi.

In the Services “accordion”field: Is there a way to replace the gallery thumbnails with portfolio thumbnails based on the category?

I my sense, it would be much more interesting and userfriendly (especially for the client) to have a list of linked thumbnails of the projects instead of the gallery. It would be the same layout as the gallery, but instead of opening the lightbox it would open the portfolio/projects category page (minimal requirement) or the project itself (optimal requirement).

So the “services” page and the “projects” page would be much more linked together, and the client wouldn’t have to update the gallery images manually, when he adds a new project in his portfolio. He would juste write the category name in the shortcode and voila.

Something like this: [lsvr_portfolio number_of_items=”all” items_per_row=”4” category=”sewerage”

I tried to use the LSVR Portfolio code but as expected, this does not fit in the accordion container.

Perhaps there is a way you could suggest to do this whithout any further development or minimal development, as the query fo the portfolio already exists.

Hi,

thanks for the suggestion, I may rework this somewhere in the future, but your best bet is hire a freelancer to custom code it for you for now.

Lubos

Thanks. In the mean time I will use the porfolio widget which works just fine.

Hi. I created a custom skin, and updated the “myskin.css” file through FTP in the WP child theme library. When I try to customise it, I enable the custom Color Scheme option, write down “myskin” and save it. But nothing happens. I cleared the cache of WP, the cache on my browsers. What do I miss here?

Ok. Found the problem. When I add the name via “Appearance / Customize / Styling” then it doesn’t save the setting. I have to do it via “Theme options / Styling” then the options are saved. Strange. What do you think about this behaviour?

This theme does not support Customizer, all theme customizations should be done via Theme Options.

Thanks for your answer.

how do i change the category folder name “All Projects” to “All Products”

i have all the slug names changed and everything taken care of except that problem. thanks!

Hi,

you will have to change it in the code. Edit wp-content/plugins/lsvr-toolkit-bluecollar/lsvr-widgets.php file on line 180.

Lubos

notepad++ i see line 180 blank— line 181-207 ? In here? If so what to change? thanks!

    <?php while ( $loop->have_posts() ) : ?> <?php $loop->the_post(); ?>
  • class=”m-active”<?php endif; ?>> <?php if ( lsvr_get_field( ‘meta_service_icon’, ’’ ) !== ’’ ) : ?> <?php endif; ?> <?php echo get_the_title(); ?>
  • <?php endwhile; ?>

Just search for “All Projects” in the file.

the Contact Panel also does not correctly by your default code correctly link the email—instead of being say – email@email.com it links the page before the email - example: yourdomain.com/page/email@email.com

solution? thanks

Hi,

when you are adding your email to the A tag’s href attribute, add it like this “mailto:email@email.com”.

Lubos

fixed thanks.

1. how do i center single images in visual composer? there is no option to do so.

thanks!

Hi,

try to insert an image using Text Block element. Then select it and center as if it were a standard text.

Lubos

fixed using single image via vcc (not themed version)

Hi. I already have bought your pressville theme which is really great. I strongly envision to buy the Blue Collar theme, but I miss a very simple banner, which is the well know certification banner you usually find on this kind of sites/themes.

1. Will you provide such a banner in a near future? 2. If not. What would you suggest to build such a certification banner on the front page?

Best

Laurent

Hi,

you can try to find a plugin for that.

Lubos

1- How can i show the sub categories in the projects. When i entered the projects on the left we can see the projects main categories but i want to show sub-categories? 2- How can i add icons to project categories?

Hi,

are you sure you mean project and not services? There is no icon functionality for project categories and all project categories and subcategories are displayed on project detail.

Lubos

I got it. I have another question.

can i hide some services on homepage. i want to add a lot of services but i want to show custom services on homepage?

That’s not possible, unfortunately. You will have to custom code such functionality.

REVOKE CANCELLATION REQGUEST.

My ticket id is 941970

PLEASE NOTE i earlier request for refund on this Blue collar Theme. I have get in contact with my webmaster and he said he can work with it. I was trying to see where to revoke my request but couldn’t find anyone to talk to.

PLEASE NOTE THAT I WILL LIKE TO RETAIN THE BLUE COLLAR THEME PAID FOR.

SORRY FOR THE CONFUSION

I’ll appreciate soonest reply..

Thank you

Best regard.

Solomon Tinuoye

Hi,

please contact Envato staff through the help center. I can’t help you with that.

Lubos

1 – How can i add a custom link to the services? 2 – How can i delete the More text and the button in the services boxes. 3 – How can i change the hover color of services area.

Hi,

1.) where exactly you want to add it?

2.) use this CSS:

.c-service.m-type-2 .service-description p { display: none; }

3.) use this CSS:

.c-service.m-type-2 .service-description { background-color: #FF0000; }

Lubos

hi, want to use popup contact form with my theme. I am using Easy Contact PopUP.

I am adding this code to CTA Button Link area:

Contact

it is working but my button style was gone.

here is the code: https://wordpress.org/support/topic/summon-popup-though-button/

what can i do this code for original button style.

Thank you very much.

www.elmalireklam.com

Hi,

you need to add “c-button” class to the element’s code.

Lubos

Hi, how do I center a button like on the following page – http://www.griswoldplumbingct.com/services/drain-line-repair-ct/

Hi,

that should be possible via some simple CSS. Unfortunately, I can’t assist you with that until I get back from vacation on 18th. Just get in touch with me again after this date if you won’t be able to find a solution for this.

Lubos

No problem, I understand. I wasn’t able to find a solution to center the button so your help would be much appreciated. I also found two other issues I need help with as well – https://www.dropbox.com/s/r9ae9ylrp389jsf/issues.png?dl=0

1 – I need to use Gravity Forms on town landing pages due to the fact that I can use the DB that comes with it and also Zapier to take form entries and send them to my CRM. However, the form’s styling seems to be off and not the same as the form on my Contact page that uses Contact Form 7. How can I get the styles to be the same for both forms?

2 – The Call Us Today button, suing the shortcode in a text box seems to have more padding below the text than on top. I used the shortcode version because the “button” version cannot be centered.

Thanks for your help!

-Jon

Ad centering the button: you will have to find a way to add some unique id/class to the VC row which contains the button, then just use this CSS:

#your-unique-id { text-align: center; }

Ad forms styling: you can try to add “wpcf7-form” class to the form element of that form if possible. But I can’t really guarantee this will work without issues. Your best bet is to hire someone who can style it the way you want.

Ad call us button: I will have to see it live, please share direct URL to that page.

Hi! I’m thinking about buying your awesome looking theme for my next project. I have few pre sales questions:

1. Are the demo pages made with Visual Composer? Some themes include the VC plugin but the demo pages aren’t actually made with it.

2. Do you have a one click demo import or xml files?

3. What slider does the theme use? Does the slider come with the demo? I’m looking to use Home3 and would like to have those slide demos also.

Thanks in advance!

Hi,

1.) Demo home pages are created using VC and VC plugin is also included.

2.) Demo content is provider but it is not an “one click” demo import. It is little bit more involved.

3.) Theme uses custom-built slider. Please note that demo images are not included.

Lubos

Hi there, the layout of the home page contact panel appears different to yours while the social icons don’t actually appear in there. Could you please assist with this. https://goo.gl/8AAuFR Thanks for your help….. I have just come in to tidy up a clients site which was very out of date.

But there is still some custom CSS which is interfering with theme’s CSS. Try to disable/refresh the cache.

You’re all over it….. just deactivated W3 after clearing cache and once activated again its fixed a few things. :-) You’re a patient man…. cheers.

One thing I will ask, i need to change the black font to white in the text boxes beneath the status bar elements on home page (section in orange) easiest way to do that.

Not really sure which text exactly you have in mind, please send a screenshot with marked text.

Hi, I am having issue with the pricing table only displaying [table id=”1″]. What installation procedure did i miss?

Hi,

you will need TablePress plugin for this functionality.

Lubos

Hi, I would like to use the front end editor of the visual composer plugin but the Blue Collar theme is blocked for the front end editor… I have contacted Visual composer support and they said that its because of this code : vc_disable_frontend.

Thanks a lot.

Hi,

you will have to contact me via an account with which you have purchased the theme to get support.

Lubos

Hi

I have a question regarding services Is a way to sort the the way i like? I have only found to sort the services in alphabetic order

thanks

//Bernhard

Hi,

disable the alphabetic sorting and then just change the published date of each service post to sort them. You can also try a 3rd party plugin like this.

Lubos

Hi Because some icons do not work, example “im im-lawn-mower” Thank you!

Hi,

I will update icons in the next theme update.

Lubos

Hi,

I took a better look at the issue and “im-lawn-mower” icon should work in the current version. If it still does not work for you then please share your URL where I can see it.

Lubos

Hello, in HOME, have this structure on list of projects:

Picture Project description

the problem is, when have a long text in description, broke the layout of site, how remove the [Project description] of the structure.

Hello, me again, i found the solution, has “Excerpt” option, its hide “Description” from project list. Thanksss!!

Hi,

glad you’ve sorted it out!

Lubos

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