jayma19
Forum Replies Created
-
Hello Angelo,
Thank you for the pointers.
No I have not contacted the developer of the Theme I am using.
Yes, it looks like the HTML 5 player is messing up the formatting.
I will contact the theme developer – Thank you for the suggestion.
Looks like if I resolve this HTML player issue, that may clear all the formatting issues I currently have with podcasts not displaying properly on the Homepage.
Thank you AngeloForum: Fixing WordPress
In reply to: .htaccess fileI was attempting to activate the LiteSpeed Cache plugin and I got this longish error message:
ERROR 9042: .htaccess file not writable.
Please add/replace the following codes into the beginning of /wordpress/core/4.9.5/.htaccess:# BEGIN NON_LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
### marker MINIFY start ###
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} ^(.*)/min/(\w+)\.(css|js)$
RewriteCond %1/wp-content/cache/$2/$1.$2 -f
RewriteRule min/(\w+)\.(css|js) wp-content/cache/$2/$1.$2 [L]
</IfModule>
### marker MINIFY end ##### LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END NON_LSCACHE>> The site I manage is hosted by WordPress.
Does this mean that I cannot use SSH or FTP to change file permission to 644??
And if not, what can I do to get this site to load a bit faster?Thank you
Jay
Forum: Plugins
In reply to: [WooCommerce] Category Image not showing up consistentlyThank you hedburgaren,
This is the first suggestion anyone came up with.
My issue seems to be limited to category images.
The product images are showing up fine.Thank you again
Jay
Forum: Plugins
In reply to: [WooCommerce] WooCommerce automatic FB post creationThank you Claudiu,
The mystery is still intact.
I will dig further.Thanks
Jay
Thank you for replying to my question.
??
Forum: Plugins
In reply to: [WooCommerce] empty placeholder ??OK – I did find where to set the product image.
NPRemaining question is for phj123
What did you mean by “Change the placeholder”??
Change the placeholder in what way?
Change its location?
Change its size?Thank you so much
J
Forum: Plugins
In reply to: [WooCommerce] empty placeholder ??Hello Caleb and phj123,
What confuses me is that I have added images inside the description of each product.
Is that not the Product Image??
If not, where is it that I add a product image?Forum: Plugins
In reply to: [WooCommerce] empty placeholder ??Hello Caleb and phj123,
Yes, the image that Caleb provided > https://cld.wthms.co/sPYvDs is exactly what I am referring to.
phj123 > please pardon my ignorance – I just want to remove the placeholder.
For this I should add
img.woocommerce-placeholder.wp-post-image {
display:none;
}to my CSS << correct??
Thank you both
Forum: Plugins
In reply to: [WooCommerce] Grouping multiple simple digital productsHello Hannah and Praveen,
Looks like the two of you are suggesting the same approach.
Yes, Hannah you are correct.
I am looking to create one single product which price varies based
on the number of participants to the session. So, in more mathematical terms:
1. One digital product for 1 person which costs $x
2. One digital product for 2 people which costs $yI will work though the suggested readings, implement and get back to you.
Thank you so muchJayma