Upgrading price question

  1. X theme to Pro i have different licenses and i have different prices to upgrade them to PRO . How it works i mean why i have different prices ?

  2. I would have the same plugins bundles ? or i am going to lose part of them ? thanks

  3. i am going to lose some of the X theme options?

Hi Borislav,

The cost to convert from X to Pro will depend on the difference between the purchase price of X and the current price of Pro. So for example…

You paid $29 for X and Pro is on sale at $69 = Difference of $40
You paid $39 for X and Pro is on sale at $69 = Difference of $30
You paid $59 for X and Pro is on sale at $69 = Difference of $10

You will get the same bundled plugins with Pro, regardless of price paid. Pro does not come with any demo content (whereas X does), however you will access to our Design Cloud.

I hope this clarifies things for you, but if you have any further questions, just ask.

Morning !

  1. Ok and what would happen if i use a demo in X when i upgrade to Pro ? My site would be broken ?
  2. To sum up :
    Pro is the same as X theme but i could change the header and footer section but i am losing the demos of X theme ? is that correct ?
  3. Do you have a tutorial how to put a woocommerce cart into the header of Pro , because i have checked the design cloud and there is not demo that has a woocommerce cart and an wpml language area ( basically i wish just to put it in the header this is the unique feature that makes sense for me to upgrade to pro )
    thanks for your time ! Kind regards!

Hey Borislav,

  1. Before you upgrade to Pro, you can install the demo you want in X. Your site would not be broken.

  2. Regretfully, yes. That’s correct.

  3. The Header Builder currently has 3 Cart elements.

Once added to a container, it will show up like this:

I could provide an example for WPML since I don’t have it and it’s a paid plugin. But, you can use a Text element and insert the language switcher shortcode to it.

Hope that helps.

OK Great and could be possible to make all the header sticky for smartphones ? thanks

Hello @Borislav.VD,

Thanks for updating the thread.

In header builder Bar > Setup > Sticky Bar > Turn on. However this will make header sticky for desktop screens also. To make sure the changes reflect only on mobile devices, you need to add a new Bar then turn on sticky bar. After that add the necessary elements. Now to make sure it displays only on mobile screens under Bar > Customize > Hide During Breakpoints, select Desktop and Laptop icon. To help you get started, I have recorded a screencast. Please take a look. https://cloudup.com/cw5_Fh3xsNp

Thanks.

OK great and the last question . Could be possible to selectively select the woocommerct cart . I mean charge it on the header only over some of the pages . I mean to appear and charge only on the woocommerce pages and not doing it over the rest ?

Hello @Borislav.VD,

Thanks for updating the thread.

If you want the cart button to display only on the shop page then you can use Page Id along with CSS selector to hide on other pages and display on shop page. To help you get started I have recorded a screencast. Please take a look. https://cloudup.com/c5foQrc3wqv

Here is the CSS code that can be used.

.custom-cart-icon {
    display: none;
}

.woocommerce .custom-cart-icon {
    display: block;
}

If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.

I recommend you to watch following video that will help you to get started with CSS.

https://www.youtube.com/watch?v=MFR4WXiLzpc

Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.

https://developers.google.com/web/tools/chrome-devtools/css/

https://developers.google.com/web/tools/chrome-devtools/

https://www.youtube.com/watch?v=tP_kXBJWPhQ&t=200s

Thanks.

Great is going to work the ubermenu in the header of Pro ?

Hello @Borislav.VD,

Thanks for updating the thread.

Yes, you can display Uber Menu using Header builder. You can install Uber Menu from Pro > Validation > Extensions. For more information, please take a look at the documentation.

https://sevenspark.com/docs/ubermenu-3

https://sevenspark.com/docs/ubermenu-3/integration/shortcode

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.