Discussion on Focux - Multi-Purpose Single Product WooCommerce WordPress Theme

Discussion on Focux - Multi-Purpose Single Product WooCommerce WordPress Theme

Cart 402 sales
Well Documented

FocuxTheme supports this item

Supported

75 comments found.

My site crashed due to the required plugins for this theme. I upgraded to 2.01 and it will not run as it keeps stating: Plugin not activated. A higher version of FocuxTheme Toolkit is needed for this theme. Please update the plugin. I shouldn’t need support for a simple upgrade.

Hi

Sorry for this issue. I have re-uploaded the plugin to our server, please try again.

Thanks

Now that I have access to the support forum I can see that several people have had the same problem that I’m having now just trying to get the theme installed.

Once I activate the theme and try to install plugin FocuxTheme Toolkit, I get the error messages: “Download failed. Not Found. A higher version of FocuxTheme Toolkit is needed for this theme. Please update the plugin.”

I can’t find an answer to the issue anywhere even though there are several posts about it. I am trying to install version 1.3.5. I have redownloaded and reinstalled the theme multiple times and nothing works. What is the solution to this issue?

Yes, I have to admit that our response is not prompt as usual recently so that some users have complaint that. Because we was busying to rebuild the theme with Elementor page builder.

Now we have submit the new version to Themeforest, those issues are fixed. Plugin installation and demo importer works as normal.

Thanks!

I have just bought the theme, activated it, and started installing the required plugins. An error message shows up: Plugin not activated. A higher version of FocuxTheme Toolkit is needed for this theme. Please update the plugin. I hope you answer as soon as possible

i hope you reply as soon as possible

Hi

I have replied to your email, have you received? If possible, you can tell me a temporary login details that I can help you fix the issue or directly import the demo content.

Thanks

Guten Tag liebes Team,

warum kann ich mit meinem Produktcode nicht dieses Thema aktivieren? Es passiert nach der Eingabe leider gar nicht. Ich bitte um Support!

Hi

Could you send me temporary WP login details via my profile page? I will help you fix it soon, maybe because we changed our domain so that the purchase code verifier doesn’t work anymore.

Thanks

Hi we are unable to install Theme and its Plugin Properly Its giving server error.Need Your Support to fix IT ASAP.

Im sending you message on support but no body reply

Hi

Sorry for the delay. I have replied to you. Reply again here:

Could you send me mail with your WP login details via my profile page? Because we have changed our domain name so that the old purchase code verifier doesn’t work anymore. Thanks

Ok sent.

Hey, I am trying to reaching out the support and creating a topic but even though I am logged in it says ” You must be logged in and have valid license to create new topic in this forum.”

-> after logging in changing to support forum website doesnt recognize that I am already logged in.

Now to my question:

I boght your theme und started installing all required plugins. When I try to install the “Responsive PRO for WPBakery Page Builder” it gives me the following error message:

PCLZIP_ERR_BAD_FORMAT (-10) : Invalid archive structure

Plugin not activated. A higher version of Responsive PRO for WPBakery Page Builder is needed for this theme. Please update the plugin.

And I also can not find the plugin in the store to install it manually.

Hope to hear you soon and please help me to fix the support page on themevan that I can communiacte threw the topic support.

Best Regards

Support website not working. themevan.com down!!!

My Friend, this is no support if u answers each request after 1 week. so cann we hurry up now. I created new topic on support page, but still not visible

Really sorry, our server experienced an issue so that it was shut down, and now our support site is back.

I have sent you that plugin via Email, please check.

Also, if you have submitted the questions on the support forum, maybe our data was lost, so we can’t find the new request on the forum, could you submit it again or directly send me an email to include your questions.

Thanks

I opened a ticket on your support forum regarding a having importing problems with the demo pages and no one bothered to answer me.

Hi

Sorry for the delay!

Just replied to you on the forum, could you send me temporary WordPress login details via the forum or my profile page, I will check and import the demo soon.

Thanks

is this theme support rtl

Hi

Unfortunately, it doesn’t support RTL at this stage.

Thanks

Hi. Is this template working with woocommerce 4.1.0?

Hi We will test it with 4.1.0. Now it’s tested up to 4.0.x.

Since PSD is not included, do you offer customization? I need to make some changes and additions to theme.

Unfortunately, we don’t offer customizaiton, you can go straight to customize the page with the page builder.

and support multi-language?

Hi

It’s compatible with WPML plugin that you can make your site support multi-language.

Thanks

Hello,

I am interested in this topic but there is no demo, the page that I can access the demo is static, they are images, I can not see it in operation.

Or some page that has these templates and can see it.

Thank you a greeting

Thanks for your feedback. Now you can check the demo pages as normal.

Hey guys, I’m having trouble logging in on the themevan site. I can’t get past the verification code page with code or filling out the form. But, I was wondering if I’m able to create a login for my wholesale accounts vs. selling to my retail customers?

Thanks so much,

Zach

Hi

It’s our server issue, now it’s fixed. I think you can try again.

Thanks

Hey guys, I’m unable to contact you. I cant register my registration code or click on your contact page. Please advise or give me an email to reach out to…

Hi

You can send me email via my profile page > contact form at the bottom right corner. Please include your link and WP login details, and purchase code.

Thanks

Hey, I am trying to reach out to your support since yesterday but not getting any reply from them. Anyone there to help me?

Hi Michael, We are already communicating through mail and we stopped getting reply from you from 2 days. Please respond so we can solve theme issue and have our website live. Thanks, Gaurang

There is go live plan and all stuck due to theme issue so it’s very important to get it done really quick. I hope you understand and provide support.

Micheal? Are you sure you contacted our support or the other team support? No Micheal in our team.

Please go straight to write the theme issues here that I can help you fix it.

Thanks

Hi, Please can you tell me how to make the header remain on the page all the time, and be sticky. Thanks.

Hi

You can go to Appearance > Customize > Header, select Yes for sticky header option.

Thanks

Hi

I’ve tried that, but whenever I scroll down the page the div id=”fx-topbar” class changes to headroom-unpinned. When scrolling up it changes to headroom-pinned. Any other suggestions?

Thanks

Hi

Sorry for the delay. Can I check your website?

Hi! Trying to remove breadcrumbs from all pages. Thanks!

Any update?

Hi there, were you able to check out the link? Would love to get this going, thank you.

Sorry for the delay!

I checked and noticed that you use the parallax option to set the background image.

Currently, the only solution is move the background position for the mobile device.

The first step is set the row ID for the hero section, let’s say “top_section”.

Then add the following custom CSS to Appearance > Customize > Custom CSS

@media(max-width:767px){
  #top_section .vc_parallax .vc_parallax-inner{background-position:0;}
}

Thanks

Hello. Great theme. www.babykort.dk. In product. I can’t change the header to transparent. Hos do I fix this ?

Hi

There’s no option to do that, but you can add the following JS codes to Appearance > Customize > Custom Code > Custom Javascript:

jQuery(document).ready(function($){
   if($('body').hasClass('single-product')){
     $('body').addClass('page-template-page-white-header');
     $('.focux-breadcrumbs').show();
     $('#page').css('marginTop','50px');
   }
})

Thanks

Many thanks!

You’re welcome!

Hi there,

Is there a way to have the previous version of the theme before august update ? This update cause many problem on the css of my website.

Thanks

Hi

Could you tell me the details of the CSS problems? I will check and see if it’s possible to fix them in the current version. Also, If you need the old version, please send me an email via my profile page.

Thanks

Hi. I have some questions. 1. Is the payment accept bitcoin? 2. Can you install the theme for me? Please reply me asap. Thanks

Hi

Sorry for the delay!

1. WooCommerce include Paypal payment by default, if you want to add bitcoin payment, you have to look for 3rd-party plugin to support that.

2. Yes, of course.

Thanks

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