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.

hey we have to reduce the white space between the content how can we do it

Hi there - how can I add change language at menu bar. I already bought WPML - Do you have some guide to integrate WPML to website?

After I followed the link, Switch language bar is on the main menu but it show only current language and I cannot change to another language. How can i fix it ?

Ah I already fixed it, I forgot check the box that I already finished translation

Thank

Hi there – for any questions on WPML – it’s best to contact them directly for support. They made the plugin after all.

Regards

Simon

404 Error Sorry but the page you are looking for cannot be found. Please make sure you have typed the current url.

above error is for single page of website

This error was displayed on multiple browser but page only visible on Google Chrome browser.

Hi there

I don’t know what you’re referring to – can you submit a private ticket via the ‘Support’ tab at the top of this page, including a link to the page and a WP login.

Regards

Simon

Is this working with php7?

Yes. The theme’s demo site runs on PHP7.

OK thanks, having some blank site issues when changing my php. I will look into this further.

Hi, I have some trouble. Breadcrumb is missing, how can i get it back?

Yoast moved the breadcrumb option with their settings. I’ve updated the theme docs, see Step 5:

https://commercegurus.freshdesk.com/solution/articles/5000691011-setup-factory-install-guide

Hey what is the resolution for header background image

1400px wide and around 500px in height would tend to work well.

Hi, why do I see page name and date on the left side of the page, next to navigation in Safari: http://most-institut.eu I’m using safari on Mac, and I see it also on my Iphone X. Is there any update due to fix this?

Cheers, D

Hi there

I’ve opened that link and don’t see that author/date text. Can you try it yourself in an incognito window of Chrome.

Regards Simon

You’re right, thanks for your support, it’s working ok. Denis

1) Hey commercegurus plugin is not working showing some error when installed 2) Need activation code for visual composer and Layer Slider 3) You have displayed at envato market that both of this plugin comes premium worth $55 free but then why it is asking activation code to update the plugin. 4) There no front-end editor in visual composer how are we going to edit this demo content

Please reply on this as soon as possible

Customizations of this nature are not provided by theme support.

You can Google for a solution or hire a developer to implement a custom solution for you. We recommend this team: http://www.commercegurus.com/go/customization

Regards

Simon

Hey the visual studio provided by you is not working properly I wanted to add a row and wanted to divide it into a column, but the thing is I could not add a row with elements provided else everything is working plzzz help me with this

Hi,

For issues like this please submit a ticket as you’ve previously done to support@commercegurus.com

Please include your WP site url and WP admin user/pass along with the specifics of what exactly isn’t working (that you can see working elsewhere) and we’ll take a look.

Colm

The body of the pages only goes as wide as the header even if i have it set to FULL WIDTH. How can I get the body to go full width?

Edit a row – by clicking the pen icon at the end – under ‘Type’ select ‘Full width – no container’

Simon

Hello,

I have a big problem. I install WooCommerce and Yoast SEO in this theme. When I want to add a new product the YOAST SEO FIELDS do not appear. I checked this with other themes and all of them appear. In this one it does not.

Can you please help Thank you very much

Replied via the email you also sent.

Simon

Hi Admin,

I have installed the theme to our website.

The banner images seems to be streached. Can you please let me know why?

Please refer the screenshot for more details.

https://prnt.sc/ixw0eq

Please compare the same image with the theme demo and you will understand more clearly.

Website Url : http://woocommerce-72883-429097.cloudwaysapps.com/

Theme url : http://preview.themeforest.net/item/factory-industrial-business-wordpress-theme/full_screen_preview/14026307

Send me the details at aravind.s@2basetechnologies.com .

Please revert if you have any queries.

Hi there

Can you check the ‘LayerSlider Settings’ panel and the ‘Default Options’ tab – the background image should be set to ‘Cover’.

https://pasteboard.co/He7zvHE.png

Regards

Simon

how to remove the search in mobile menu?

Hi there

Try adding this line to: Appearance > Customize > Additional CSS:

.activate-mobile-search { display: none; }

Regards

Simon

thank you.

Hi,

I want to change the news page title background image in this if i was added this image to future image then it was displayed to page title background but it is also displayed thumbnail image to home page .

I want to display thumbnail images not same as future image .

i want to change news post title background image

My feature image is override my default image in post header. I didnt want that. I want my default image shown in every post header. How to differ both images.

So you want every news post to have the same image? Not the featured image assigned to it?

I guess you could use some custom css to force the page header to display the same one.

You’d add this to Appearance > Customize > Additional CSS, replacing the image path with one of your own.

body.single-post .cg-hero-bg {
    background-image: url(https://themedemo.commercegurus.com/factory/wp-content/uploads/sites/47/2015/11/open_office_pic.jpg) !important;
}

The option columns same height does not work. I have already sent a mail to support, but have not received a response.

Hi there – the only ticket we have from you came in an hour ago which we’ve replied to. We’ll continue the correspondence over email.

Regards

Simon

Hi, I have used Max Mega Menu. Kindly tell me how to use in our theme

Hi there – for support questions please submit a ticket via the ‘Support’ tab at the top of this page, including a link to your site.

Regards

Simon

Hi, I have sent in details in support. Please rly asap.

Hi there, your emails are still not coming through. Try creating an account and submitting a ticket via this link:

https://commercegurus.freshdesk.com/helpdesk/tickets/new/

hi picture slider is not working on my site. I have sent you message too.

Hi there,

I don’t see a message from you. Be sure you’ve sent it via the ‘Support’ tab at the top of this page.

If you’re referring to the LayerSlider on the homepage, ensure you’ve followed the last step of the install guide:

https://commercegurus.freshdesk.com/solution/articles/5000691011-setup-factory-install-guide

Best

Simon

Hi There

I need help for “secondary title”

This code include in the factory theme… where I need to write this code

<?php echo get_secondary_title(); ?>

Best Regards

Hi there,

there is no function called get_secondary_title() in the theme – if you are customizing the theme for your specific requirements you should do this via a child theme – we provide one with the main theme zip package in a subfolder called /childtheme

you would then need to copy multiple files from the main parent theme as relevant to your requirements and add and style this function based on whatever plugin you’re using that requires it.

Best, Colm

Hi Best, Colm

ok. sorry sorry I’ve told you the wrong way

“secondary title” This is Wordpress plugin. This plugin change page title.

I use “secondary title” plugin in Factory Theme. They say; this code <?php echo get_secondary_title(); ?> include in theme.

So I looked at the function.php can’t find where to place this code.

I hope I understand myself.

Thank you

Hi there – you’d need to review the plugin’s documentation and contact the developer of it if necessary.

You shouldn’t ever edit a theme’s functions.php file directly – I’d imagine that code snippet would be added within a child theme template override but the developer can confirm that.

Simon

Hi, how can I customize the header and footer area? I cannot find the right spot for that

http://esteg.eu/uus/

Hi there, This account is not registered as a buyer of the theme.

Please submit a ticket via the ‘Support’ tab at the top of this page, including your theme purchase code.

Instructions on how to find your purchase code: https://help.market.envato.com/hc/en-us/articles/202822600-Where-can-I-find-my-Purchase-Code-

Simon

How can I register it? I have the purcase code

You did not buy Factory. I’ve taken a look at your site link – that’s a completely different theme to this.

Hello. I have 2 problems. 1. In all my tests like tools.pingdom.com and similar, two files apear to be loading from your website (http://factory.commercegurus.com/wp-content/uploads/2015/10/glass_bg.jpg?id=70876 and https://themedemo.commercegurus.com/factory/wp-content/uploads/2015/10/glass_bg.jpg?id=70876 ). I read on a previous post that the problem came when I imported the theme from your website. Now it’s too late for me to start over, there was a lot of work done on the website. How can I fix this? 2. After the wordpress upgrade, the text editor in Visual Composer is not working (I can edit and add text but it will not save the changes). Thank you

Hi there

  1. Just remove that background image from the row on the homepage. It’s on the ‘What has been said’ section. Click the pen tool – go to Design Options – Background image and remove it. It can be replaced by a flat color or the same image so long as you upload it first to your own media library and reference that path.
  2. Update the theme to the latest version. Once updated, also update Visual Composer.

Theme update guide: https://commercegurus.freshdesk.com/solution/articles/5000630667-how-do-i-update-the-theme-

Regards

Simon

I want to remove the buttonn on headerv1 is that posible?

Hi there – I’m not sure which header button you’re referring to. You’re also not registered as a theme buyer. You can submit a ticket via the ‘Support’ tab at the top detailing more information.

Simon

Strange because I have bought this theme some months ago

I’d look again at your purchase receipt and the author name – there are a number of copycat imitations of Factory.

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