Discussion on Factory - Industrial Business WordPress Theme

Discussion on Factory - Industrial Business WordPress Theme

Cart 2,387 sales
Recently Updated
Well Documented

commercegurus supports this item

Supported

360 comments found.

I do not see the responsive options for the visual editor. Shouldnt there be an option to arrange how thing show up depending on device?

Hi there,

No – not really. The responsive implementation is usually determined by the theme designer. We use the Bootstrap grid which collapses grids into single columns on mobile devices for example. Visual Composer will give you some limited control over specific grid stacking/display settings on different devices.

You would access that from the row properties in Visual Composer when editing an individual page.

Hope that helps,

Colm

Hi,

Is it possible to have one homepage slider for each day of the year? Or at least, to be able to schedule a few sliders that can change on specific date?

Thanks!

Hey there – that’s not a feature of LayerSlider I’m afraid – sorry!

Simon

Hi, like @jwb1a mentioned 2 days ago. Having contact info avaliable in the top on mobile screen/tablet like on desktop is what I am missing …. if it had it I would have bought this theme right now.

If you just just offer the option to turn this on/off it would be great.

If you decide to go down the route – in how many days/weeks can I come back and purchase the theme?

Hmm – perhaps you need to use something like this instead because Simon’s code includes a media query

https://jetpack.com/support/custom-css/ If you install the Jetpack plugin first https://wordpress.org/plugins/jetpack/

You’ll then be able to use it’s Custom css extension – give that a shot.

Colm

This does not work any more. Have you changed theme since before?

@media only screen and (max-width: 768px) { body .mobile-header-details { none; } }

Not working – I don’t want header details on mobile.

Hi there

If you’re using an up-to-date version of the theme there is now a Theme Option for this. Theme Options > Header Settings > ‘Top Bar Mobile Visibility’

Regards

Simon

how do i change the footer to three columns

Replied to your email!

Simon

Pre-sale question: can I add an additional logo/banner at the top header on the right? Thanks in advance!

Hey there!

Yes, that should be possible – you can hide the search in the Theme Options and drop in a widget with an image into that space.

Best

Simon

Great! I’m on board :)

Suggestion: It would be nice if when in mobile mode the top bar with address, phone, social was not lost.

Hey there!

Just to let you know this is implemented now – it’s visible on the demo site. The new theme option looks like this – http://awesomescreenshot.com/0df5neoa06

We’ll be releasing an update to Factory during the week which includes this as well as new layout options for the News page.

Best

Simon

Great, any eta on a day of release?

Hopefully by Friday – it’ll be a simple theme update for anyone using it already.

Best

Simon

Hi commercegurus, Really loving the theme, you guys really did a great job on it! I am having a problem with the formatting between pages with the right sidebar and full width page. When I use the commercegurus logos module is there a way to use a full page container on a right sidebar page template.

How hard will it be for you guys to add a sidebar on vc option (widget)

Hey Sean

Thanks for the kind words!

The way it’s set up is to use either full width or have a sidebar. The logos should work with either template though. If you could send on a link to your page to support@commercegurus.com or a quick mockup of what you’re trying to achieve I’ll see if I can help!

Best

Simon

Is this theme WPML and, if not, how to we manage teh control of the 2nd language content ?

Hi there

The top bar is a widget area so you can place WPML on the right or the left side.

Best

Simon

Thanks, I will purchase the theme

Hi!

  • Allready fixed. Thanks.

Great theme!

Hi

You have great looking page title e.g. “Turning big ideas into great products …”

Please tell me where can I change description for page title?

Now, I can select display the page title (show or hide) only. How change title?

Please help.

Hey there!

Thanks for your kind words! That homepage title is within the slider so you can edit the text in a slide within ‘Layerslider’ on the WordPress dashboard.

Best

Simon

hello, is there a possibility for a accordion? i need it very urgently :-( Best regards, Vanessa

Hi Melanie

Yes, there is an accordion shortcode in Visual Composer you can use – http://awesomescreenshot.com/00e5mjcc99

Best

Simon

Hi,

In your demo, you have different background image for every page, but in my site I only can use the same background image for all pages.

How can I use a different background image for every page?

Thanks,

Hey gtranet!

Simply upload a featured image on a page and it’ll appear within the title header. The images used in the demo site are 1300×650px each.

Best

Simon

Great looking theme! I have an engineering firm client this theme would be ideal for however they want to showcase some of the projects they have completed. I did not see a project or portfolio feature evident in your demo. Does your theme have a project/portfolio feature?

Hey oboston!

Thanks for your kind words! There’s no project feature yet but I’m planning on adding one next week. It’ll then be available as a theme update within 7-10 days.

Best

Simon

hi, can i replace layer slider with revolution slider?

great. i will buy theme. rev slider bought already. would you help with line of code to integrate into theme?

Hey there!

If you send on the line of code to support@commercegurus.com I’ll take a look and see if I can help.

Best

Simon

awesome, thanks. i will do in few days, when starting project

Bought your theme and its 5 star all the way. Here’s a silly question…I changed the color of the main nav to orange, but cant get the last two items to change color. They are still grey. Is there a separate place to change those?

Hey dleodoro

Thanks so much for the rating!

Good spot, that secondary color should be a theme option. So, if you

Want them to be the same colors at the rest of the nav bar:

Go to Appearance > Menus – ‘Screen Options’ and tick CSS Classes. Then edit those two menu items and remove ‘secondary’ from the CSS Classes of both.

Want them to a different color (but not the default grey)

Add this plugin: https://wordpress.org/plugins/simple-custom-css/

When it’s added go to Appearance > Custom CSS and add this line:

.cg-primary-menu-below-wrapper .menu > li.secondary > a {
    background-color: red;
}

Change ‘red’ to any #hex you like.

The second option will be a theme option in the next update.

Best

Simon

thanks for the lightning fast reply! Worked perfect. Thanks!

Hey guys, great template! Before I buy I need to know, if we can put a background video in the header instead of the slider? Cheers!

Hi there,

Thanks!

You would need to create a row in Visual Composer and add a video to it on each page that would like to have that – but yes that’s possible as long as you’re ok doing it that way :)

Colm

I would like to have it in the design of the slider right now, for example on the homepage a video and its perfectly fitted on the page and the navigation is above it, you know what i mean? :)

Hey there!

Layerslider does have an option of using Youtube and Vimeo within a slide: http://www.docs.purethemes.net/sukces/layerslider/documentation/documentation.html#videos

Alternatively, as Colm said you don’t have to use a slider at all and have the video as part of a row background with text overlaid on it if you wish. It can be full width on the page.

Best

Simon

For boxed layout, second footer always stay 100%, I fixed this …

.second-footer { font-size: 14px; padding: 20px 0px 15px 0px; position: fixed; bottom: 0px; width: 1170px; z-index: 1; }

Hey stuburguer!

Good spot! I’ve patched this already for the next release. I have a slightly more minimal css rule which will also work:

.boxed .second-footer {
  max-width: 1170px;
  margin: 0px auto;
}

Best

Simon

Figured you would have a better solution for that. Thanks

Using the theme, is there a way to edit the colours of the submenu, menu elements such as hover background colour etc. The options for colouring the menu seem to be lacking as it doesn’t make sense to not allow people to edit the colour of the submenu, it can be a major part of the design of the site.

if i add 3 text widgets to the footer area, the third one will just keep running along and extend the page horizontally, it doesnt keep within the site boundaries…. getting a tad worried guys

and google says the site is not finding a viewport, therefore is not marked as responsive. if this is the case we wont be able to use it.

Hey there!

So for multiple questions, it’s easier to package them into an email and send them to support@commercegurus.com with a link to your site.

  1. Re: sub menu hover color – This can be changed from the default yellow within Theme Options > Main Menu Settings. The Navigation bar itself can be changed within Theme Options > Colors
  2. Re: title bar – you should have a show/hide page title option. If it didn’t come through in the demo data import here’s a solution: https://commercegurus.freshdesk.com/solution/articles/12000002737-i-don-t-have-the-show-hide-title-option-on-a-page
  3. Re: footer – can you send a link to the email above and I can review this?
  4. Re: responsive – We’ve pushed an update yesterday which resolves this. If you update the theme it’ll be all good. https://commercegurus.freshdesk.com/solution/articles/12000002744-how-do-i-update-factory-

Best

Simon

A few questions before purchasing. 1.) Does this theme support Mega Menu? 2.) Are there different header options to choose from? 3.) Can you give me examples of this theme in use today? Thanks in advance.

Hey there!

  1. Yes, it does!
  2. There is just one header option for the moment
  3. The theme is quite new, launched on Feb 2nd so there are no live sites using it yet that I’m aware of.

Best

Simon

Does it support RTL and WPML ?

Hey majoodi!

Yep, Factory is RTL and WPML ready :)

Best

Simon

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