johannsf
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blank lines in table disappearHi George! I’m not exactly sure how you’re hoping it will look, but if you just want to increase the spacing, you can do that by adding some padding to the table. I formatted it like thisL
https://snipboard.io/K8oA4Y.jpgIs that what you’re looking for?
Forum: Fixing WordPress
In reply to: After Auto Update To Version 5.5.3 Cannot Access Admin SectionAfter using plugins.hold, all plugins should have disappeared from your plugins list. When you restore it, they should return de-activated. Did you try switching to a generic theme as suggested above? Maybe try it before you restore the file and see if your site works.
Forum: Plugins
In reply to: [WooCommerce] Eliminate price underline on Shop SliderHi, you can hide it by adding to your custom CSS:
.elementor-152 .elementor-element.elementor-element-da96d41.elementor-wc-products ul.products li.product .price ins {
text-decoration: none;
}Forum: Plugins
In reply to: [WooCommerce] Changing Ribbons in Sober ThemeMarking as resolved
Forum: Plugins
In reply to: [WooCommerce] Woocommerce checkoutWhat theme are you using? You might try switching to the storefront theme to see if the problem goes away.
Forum: Plugins
In reply to: [WooCommerce] red styling on basketCan you send a link to the site? Most people post screenshots to this site and then add the link: https://snipboard.io, but just a link to the page that’s having the problem might be enough.
Forum: Plugins
In reply to: [WooCommerce] red styling on basketHi – the screen shots aren’t showing!
Forum: Fixing WordPress
In reply to: How to remove CATEGORIES, POPULAR TAGS and METAHi – in the Foodica theme, go to Customize>Widgets>Sidebar and delete the ones you don’t want. If you want to do it on specific pages only, you’ll need to create conditional tags – https://www.hongkiat.com/blog/wordpress-conditional-tags-beginners/.
There might be a plug-in that can help you too, maybe someone else can help with that.Forum: Fixing WordPress
In reply to: HTML tags visible after WordPress upgradationDid you use a page builder plug-in like WPBakery? You might want to make sure it is active.
Forum: Fixing WordPress
In reply to: need image styling helpChange the margin in that same block: style=”margin: -.5em .5em -0.5em;— Lose the -0.
The second block of code has some extra words – img and element
I’m in San Francisco.
Forum: Fixing WordPress
In reply to: need image styling helpHi Tod
It’s looking good! You can add a little space below by changing the padding like this:element.style {
margin: -.5em .5em -0.5em;
padding: .5em .5em 1em .5em;
border: solid #910000;To save a picture, visit this site and follow the instructions.
https://snipboard.ioForum: Fixing WordPress
In reply to: need image styling helpMy CSS was slightly more complex, but it does center the text. Good luck
figure {
display: inline-block;
margin: 15px; /* adjust as needed */
}
figure img {
vertical-align: top;}
figcaption {
text-align: center;
color: black;
font-style: italic;
text-align: center;
display: block;
vertical align: left;
}Forum: Plugins
In reply to: [WooCommerce] woocommerce shop is displaying products twiceGo to your Pages and look for one called “SHOP”. Select edit. My ASTRA them doesn’t show anything on that page at all. What do you see on your page? If you can post a screen shot that might help!
Here’s what I see:
https://snipboard.io/BrZluX.jpgForum: Plugins
In reply to: [WooCommerce] Shipping CostsHi – it does ruin the joy of a sale when you get killed on the shipping! I set up one store that ships paint across the US, and we set up WooCommerce shipping, which is a plug-in. All postage charges are based on weight, and the postage is discounted for you, so you actually cover your time putting it in the box. The plug-in calculates price based on the distance, or you can choose flat-rate shipping. You just need to be detailed in entering weights and box sizes. Also add in cost of packaging and labels – they add up, and customers don’t usually mind paying $1.50 or so for handling.
https://woocommerce.com/products/shipping/
Hope this helps!Forum: Fixing WordPress
In reply to: Updating plugin, can’t access backend nowHi, I think there are several helpful posts on how to back out of this, but here’s one: https://kinsta.com/knowledgebase/disable-wordpress-plugins/.
You’ll need to go through your host panel, or use an FTP program to disable/enable the plug-ins.