johannsf
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Description duplication in product postsAre you adding both a description and a short description? Could you post a link to your site?
Forum: Plugins
In reply to: [WooCommerce] sale by kgHi,
I’ve haven’t done anything like this, but if you can add a conditional statement to your functions.php file you should be able to make this work.
This explains how to add a function that displays weight, so altering it to a conditional should be similar. Hope this helps!Forum: Plugins
In reply to: [WooCommerce] woocommerce shop is displaying products twiceHi Eleanor,
I tried out the twenty sixteen theme on my page and it throws a block of short code in right at the top. When you edit the SHOP page you can see it. Here it is on my page. https://snipboard.io/VKo1iF.jpg Try deleting the box with the short code. (Click on the three dots and then select delete block) See if that makes it go away.Forum: Plugins
In reply to: [WooCommerce] Blurry images WoocommerceHave you checked your Media Settings under Settings?
Forum: Plugins
In reply to: [WooCommerce] Importing a csv avoiding that commas breaks long descriptionMost of the time, putting quotes around the text can solve the problem:
“1,2” ,”3,4″.Forum: Fixing WordPress
In reply to: White/Blank space above site contentAre you referring to the space above “How to Start Hiring?” If so, you have a spacer in there:
.wt-main {
padding: 100px 0;
}Forum: Plugins
In reply to: [WooCommerce] Product OptionsIt’s a 2-step process. First create and apply the Attributes, then attach them as Variants of the core product. It’s a bit tedious! I added size to the products on this site, then each product can be purchased in a variant of size: Sample or Liter. https://www.kismetsf.com
Forum: Everything else WordPress
In reply to: Header and footer showing as main pageYou need to designate the page that is /Home as your home page in the Customizer. Under Appearance go to Customize. From there, go to Home Page Settings. You will see a dropdown listing all the pages you have created. Pick the one called Home. That should do it.
Forum: Everything else WordPress
In reply to: Header and footer showing as main pageDo check first in the Customize tab > Static Front Page and check that the pages you want are selected.
Forum: Everything else WordPress
In reply to: Header and footer showing as main pageCould you provide a link to the page you are having problems with?
Forum: Plugins
In reply to: [WooCommerce] Issue with CartIt gets a little technical for me, but here’s a Link to a discussion about how to do something like what you’re looking to do. Hope it helps!
Forum: Plugins
In reply to: [WooCommerce] Issue with CartI’ve never tried swapping a favicon icon in to a template, but I’m going to guess that you’ll need to throw some code in to your cart.php template, which is in the WooCommerce plugin folder.
https://docs.woocommerce.com/document/editing-projects-templates-safely/- This reply was modified 4 years, 5 months ago by johannsf.
Forum: Plugins
In reply to: [WooCommerce] Issue with CartHere’s one thing – change your css for the display on small screen:
.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
display: none;
}changing it to webkit worked for me.
What did you want in place of the “x”?
Forum: Fixing WordPress
In reply to: How to Recover WordPress site after domain/hosting expired?Don’t know if it will help you, but the site is on the wayback machine, including the source code, which may help you rebuild it. https://web.archive.org/web/20190921132615/https://thebudgetboy.com/