fdefede
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Related ProductsYes this is a WooCommerce plugin. I read how to make a child theme. I think I am good upto making the child directory, but I am not too sure about how to create the css file inside of the directory. I will study it more to see where the following code goes.
This is the code to remove the related products.
<?php
/*
* wc_remove_related_products
*
* Clear the query arguments for related products so none show.
* Add this code to your theme functions.php file.
*/
function wc_remove_related_products( $args ) {
return array();
}
add_filter(‘woocommerce_related_products_args’,’wc_remove_related_products’, 10);I will let you know how I am doing. thank you so much for your help.
As you mentioned, most likely it would be best for me to hire someone to do this. I am afraid of screwing things up again. I think what I want to do is remove the related products because they are too random. Now that I know how to setup up sells I can pick what I want to show up.Where do I find someone to work on this?
Forum: Fixing WordPress
In reply to: Up Sell up product Icons are displaying too large & blurryLorro,
I was able to get my site back up and running by downloading the function.php file and taking out the code that I had pasted in to increase the related products.
I think I better not try adding anything else unless I am sure of what I am doing.
Just wanted to let you know that I am back up and running. Again, thanks for your help.
Forum: Fixing WordPress
In reply to: Up Sell up product Icons are displaying too large & blurryLorro,
sorry to bother you again. I have a big problem. I tried pasting the remove products code into the php file for testing.
I am now getting an error, and can’t get on my site at all. the error code is
Parse error: syntax error, unexpected ‘<‘ in /data/19/2/67/50/2556213/user/2801912/htdocs/careerpathways/wp-content/themes/careerpathwaysonline/functions.php on line 88
Can you please advise me on what to do.
Thank you.
Forum: Fixing WordPress
In reply to: Up Sell up product Icons are displaying too large & blurryThanks again, I brought it up to 365px and it looks about prefect.
I have another question about related products and how it picks them. Should I start a new post for that?
Forum: Fixing WordPress
In reply to: Up Sell up product Icons are displaying too large & blurryI notice that the up sell product icons are smaller than the related products Icons. Is it possible to make them the same size?
Thanks
Forum: Fixing WordPress
In reply to: Up Sell up product Icons are displaying too large & blurryLooks like it worked. You’re a genius.
https://careerpathwaysonline.com/product/musical-instrument-repairer-tuner-dvd-and-poster-package/
And the category page is good too!
I am new at this so thank you for hanging with me. Your help is much appreciated!
Thank you!
Forum: Fixing WordPress
In reply to: Up Sell up product Icons are displaying too large & blurrytrying it now
Forum: Fixing WordPress
In reply to: Up Sell up product Icons are displaying too large & blurryI went ahead and pasted the code at the bottom as you suggested. It does fix the up sell images, but it crunches all of the images together on the category pages. I had to take it back out.
Do you know of any other way to fix this?
Thanks
Forum: Fixing WordPress
In reply to: Up Sell up product Icons are displaying too large & blurrySorry I had to take that back out of the image section. It screwed up how the images displayed on the category pages. they were all crunched together. But it worked good on the sell up section on a product page. I will keep trying.
Any further suggestions?
Thanks
Forum: Fixing WordPress
In reply to: Up Sell up product Icons are displaying too large & blurryI think I am almost there now. I found a section in the css called images. I pasted the code you suggested there. It did make the images smaller and they were side by side as they should be. However, now the related products which is below that are displaying verically down the page instead of side by side https://careerpathwaysonline.com/product/musical-instrument-repairer-tuner/ Is there a way to make the related products go back to side by side?
Sorry to be such a bother.
thank you!Forum: Fixing WordPress
In reply to: Up Sell up product Icons are displaying too large & blurryI pasted the code at the bottom of the css page, but it didn’t work. Is there a particular place that it needs to go on the page?
Thanks again.
Forum: Fixing WordPress
In reply to: Up Sell up product Icons are displaying too large & blurryOK,I found the custom css. Do I just paste ul.products {
width: 300px;
} at the bottom of the list?Thank you!
Forum: Fixing WordPress
In reply to: Up Sell up product Icons are displaying too large & blurrythank you lorro. I am trying to find custom css and I will try it.