Woocommerce and Dashboard (x-addons-home)

I have few problems that I need help sorting out.

  1. How can I edit this WooCommerce template so that the cost is above the button?
  2. How can I remove the add to cart or read more from the WooCommerce template?
  3. The X home page in my dashboard is not properly displaying. Know why that happening?

Please see the images attached.

Thank you

Hello @quituck,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

.woocommerce li.product .entry-wrap {
    top: calc(100% - 6em);
}

Please add following CSS under X > Theme Options > CSS:

.woocommerce li.product .entry-header .button {
    display: none;
}

I can confirm that the Validation page or main page layout is broken. Upon checking the console I can see that the style.css file is missing. For error message, please see secure note.

I suggest you to download a fresh copy of X Theme and under /x/framework/tco/dist/css/ copy tco.css file and upload the same to your server using FTP programs like FIlezilla under /wp-content/themes/x/framework/tco/dist/css/ directory. Doing so should fix the layout problem of Validation page.

You can take a look at following tutorial to get started with Filezilla:

https://www.tipsandtricks-hq.com/how-to-use-filezilla-with-wordpress-8956

Thanks.

Thank you. I sorted out the woocommerce issue. Next, I will work on the css issue.

Thanks

Hi @quituck,

Happy to hear that.

Feel free to let us know how it goes.

Thanks.

Okay I solved that problem. I had to update my theme. I ran into another problem. When I updated my theme, I lost the ability to add background images to the cornerstone sections. Any idea how I can add a background images to a section?

More specifically, I would like to add a background image to my second section on my home page.

Hi There,

Please navigate to X > Settings > User Preferences > Advanced Mode > select Always On:

Hope it helps :slight_smile:

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