the818studios
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] [Reviews] Star.woff font not loading in product archive pagesHello @nicolemurray,
I am having the EXACT same problem as you, stuck with S’s on the shop page. Would you be able to share your solution in a little more detail? I am not that advanced of a coder..
So far I was able to find that in this file: themes/function/includes/integrations/woocommerce/woocommerce.php
woocommerce styles were disabled, and when deleting the following code, the stars would come back, but it screwed up all my other formatting.// Disable WooCommerce styles if ( version_compare( WOOCOMMERCE_VERSION, '2.1' ) >= 0 ) { // WooCommerce 2.1 or above is active add_filter( 'woocommerce_enqueue_styles', '__return_false' ); } else { // WooCommerce less than 2.1 is active define( 'WOOCOMMERCE_USE_CSS', false ); }I’ve been spending weeks on this problem, and no matter how much I play around with css, the best I can do is to switch is back and forth from SSSSS to “5 out of 5”.
I’ve come to the same conclusion as you, that for some reason the font that displays the stars is just not loading on the shop (product archive) pages, however I’m not sure how to force it there. Is that what you did by “adding the @font family source to my master sheet”? Could you explain that in a little more detail? Smashing my head into the wall at this point lol
Forever grateful for your response…
Tried switching over to “Stripe Checkout” the pop up box method with no luck, same exact overlapping issue.
Forum: Plugins
In reply to: [WooCommerce] Tried everything to remove title on “Shop” PageAny idea why the code you provided me did not work in Appearance>Editor> but did in Dashboard > Appearance > Customise > Additional CSS ?
Forum: Plugins
In reply to: [WooCommerce] Tried everything to remove title on “Shop” PageWell that’s new! It worked when I plugged it in there! Thank you!
Previously (for over a year) I had been using Appearance>Editor> and then choosing style.css under my child theme, and pasting CSS coding at the bottom of the file. Is this an incorrect way of implementing CSS changes? i.e. have I been doing it wrong?
I have quite a bit of custom coding in that css file from my child theme. Is none of that coding relevant? Should I just delete it?
Thank you for your assistance.
Forum: Plugins
In reply to: [WooCommerce] Tried everything to remove title on “Shop” PageUnfortunately that one didn’t work either. Any other suggestions??
Forum: Plugins
In reply to: [Contact Form 7] Bluehost Contact Form 7 Stopped Workingdlllb what is the work around you are using?
Forum: Plugins
In reply to: [Contact Form 7] Bluehost Contact Form 7 Stopped WorkingSame here on HostGator – No emails being received.
Did you find that wp-mail-smtp worked?
BBUMP
Forum: Plugins
In reply to: [WooCommerce] Changing the Style (or hiding) Review Stars on Shop PageOk thank you anyways,
I will let you know when I have all the coding in place and we can continue.
Thank you for your patience. I really appreciate your help on this matter.
Forum: Plugins
In reply to: [WooCommerce] Changing the Style (or hiding) Review Stars on Shop PageI actually just noticed all of my edited CSS has disappeared!! I think it happened when I update my theme! Curse “WooThemes.com”!!
I’m rushing to recreate it all now, ARG.
You wouldn’t happen to know where edited CSS is stored would you? I used to go under “Appearance” and at the bottom under “Editor” there was a link called “Edit Styling” or something that would bring me to the code editor, but would hide all of the current CSS, and just had an area I could add my own to. I’m trying to find it in a backup now.
Forum: Plugins
In reply to: [WooCommerce] Changing the Style (or hiding) Review Stars on Shop PageOk, I send off a support ticket to the creator of the plug in. I also noticed that the status bar shows up on the individual user reviews when I use the above code to remove star ratings from the Shop page.
Before, it just would say (__ out of __ stars) at the top of each individual review. Is there anyway to get that back? In other words, to ONLY have the numeric star ratings on the individual product pages, BUT NOT on the Shop. The code you gave me just gets rid of it everywhere..
Thank you for your help in this matter
Forum: Plugins
In reply to: [WooCommerce] Changing the Style (or hiding) Review Stars on Shop PageCouldn’t I just pull it from the “WooCommerce Product Reviews Pro” plug in that I installed which currently shows star ratings on the product page under the reviews tab? This can be seen at: https://thebrainstimulator.net/product/tdcs-travel-model/#reviews
In the mean time, can you provide me with the code for hiding it on the shop page?
Forum: Plugins
In reply to: [WooCommerce] Changing the Style (or hiding) Review Stars on Shop PageThank you! But is there a way to remove the decimal point and add the word stars? So it reads”5 out of 5 Stars” instead of “5.00 out of 5”
Alternatively, is there a way to just show the actual stars, rather than the text?
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Still No Product Reviews – Tried all suggestionsWow. I’m an idiot. Just click the bulk edit on the products page and bam, there the reviews are.
Sorry!
Forum: Plugins
In reply to: [WooCommerce] No Product Reviews – Tried all suggestionsWow, I don’t know what happened but it looks like somehow this is now fixed! Maybe it just took a while for the YOAST WooCoomerce SEO plugin to start working… strange, but happy now!
Thank you for your response.