apb1963
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Too much white space@lorro Sorry, I also assumed we were done and I began working on the site again and in the process I broke something which it will take me time to fix. Please be aware I perform all actions through wp-cli unless it’s impossible to do so (such as CSV product import). I also intend to add the CSS to a child style file which I’m assuming (rightly or wrongly) will work. I appreciate the additional insight. Thank you so much!
Forum: Plugins
In reply to: [WooCommerce] Too much white spaceI was waiting to see if he had anything more to say before I closed it.
I was also hoping someone would answer the other questions within this thread that remain unanswered, specifically the post I made right after the first person responded.
Thanks again to all!
Forum: Plugins
In reply to: [WooCommerce] Too much white spaceOK, I have added your code. I now have all of the following as “Additional CSS”.
.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
padding-top: 0em;
}.page-template-template-homepage .type-page {
padding-top: 0em;
padding-bottom: 0em;
}/* home page */
.home #post-5.hentry {
margin-bottom: 1em;
}
/* category pages */
.woocommerce .woocommerce-breadcrumb {
margin-bottom: 0;
}- This reply was modified 8 years, 1 month ago by apb1963.
Forum: Plugins
In reply to: [WooCommerce] Too much white space@lorro The redirect should be fixed for now.
Forum: Plugins
In reply to: [WooCommerce] Too much white spaceThe redirect would explain why you’re seeing the wrong page. It’s interesting how you get redirected whereas I don’t. I’ll have to look into that. Thank you for letting me know!
Forum: Plugins
In reply to: [WooCommerce] Too much white space@lorro
Thank you for responding.There is in fact substantial content (categories & products). Perhaps you need to scroll down below the white space to see it?
With your help, I have made the changes suggested by @longnguyen, copied his code/post into the area you mention and modified each of the 3 “em” elements to “0em”. At this point I think maybe it’s a judgment call and I’m not sure my judgment alone is sufficient to decide if there’s too much or too little white space. Any feedback is appreciated.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Too much white spaceI have now attempted to follow your directions, but after “Appearance” while there are a half dozen choices (including for example ‘Themes’, ‘Customize”, ‘Widgets’, ‘Menu’… ), there is no Editor option and I don’t see anything that lets me edit existing files anywhere under “Appearance”. I’m using WP 4.9.5 and WC 3.3.5
I was planning to do it your way to validate that it works, but ultimately I’m just going to modify the styles.css file through the OS command line so I guess I’ll start working on that
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Too much white spaceThank you for responding.
Well OK, but why is my page different from other people’s pages, in regard to this aspect of it? I have made no CSS changes anywhere (nor did I really want to do so), so why am I forced to modify an “out-of-the-box” configuration to make it display “normally”? Is it the fact that I used wp-cli to install the shop pages that makes it different?
Forum: Plugins
In reply to: [WooCommerce] Error: Invalid parameter(s): imageThank you for that, I presume it will work though I’ve yet to get through it. Working on getting the image ID after the fact and running into issues.
Also, please note, the documentation states:
–image
Image data.
Which is less than useful. There’s no possible way to get from what’s written in the docs to your provided solution; until now.
Forum: Developing with WordPress
In reply to: shortcodes display raw shortcode textThanks for responding, but as far as I can tell your code is identical to mine with the exception that you have a typo in your string, namely
,em>' $string .= ',em>'. $item->description . '</em> </li>';The missing parameter for the empty() function was due to a missing backslash in my bash script. I already fixed that minor issue but I get the same results. Something else is wrong.
- This reply was modified 8 years, 2 months ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [WooCommerce] categories limited to 3By the way… someone changed the status to resolved. I disagree strongly.
Forum: Plugins
In reply to: [WooCommerce] categories limited to 3Can the powerpack be used through wp-cli? If not, it’s utterly useless to me.
Why isn’t there a horizontal scroll bar of some kind, so that consumers can browse categories? That’s a required feature if you’re going to limit the display to less than “all”.
Forum: Plugins
In reply to: [WooCommerce] categories limited to 3Thank you for the clarification on the correct text.
I suspect the majority of the community would agree that only showing 3 categories is TERRIBLE! There are several people who have already agreed because they have the exact same question. “Why does my website only show 3 categories??” This “feature” (showing all categories) was available in the previous version, please put it back!!!
Filters? Why should anyone need filters to BROWSE through the categories to see what the store has for sale? That makes no sense. Filters reduce or restrict from the entire list. How can someone reduce the number of categories when all they see are 3 categories?
Forum: Plugins
In reply to: [WooCommerce] Products do not show upFound this: https://ww.wp.xz.cn/support/topic/3-2-0-image-import-not-working/
I’ll look into that. However, I also noticed there are no images in the uploads dir (or subdirs) for reasons unknown. So, that’s something I need to look into as well.
I’ll start a new topic if the problem remains once I fix these issues.
Thanks all!
Forum: Plugins
In reply to: [WooCommerce] Products do not show upCustom CSV. Images are in library and seem fine so I’m thinking it’s not the symlink that’s the issue. I was also able to find the wp media import command which helped reasonably nicely (although a bulk import option would be nice instead of calling wp for each image).
Also, do I have to copy them to the uploads dir, or is that what the wp media import does for me? If so, I can get rid of the symlink as it wouldn’t be needed.
A symlink, short for “symbolic link” is just a pointer to a file residing elsewhere. The link itself is a file that contains text with the other dir. In Windows it would be called a shortcut.
Thanks!