Larute
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: PHP Error MessageThank you! I found the function in my functions.php file and remedied it.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Review for some products not showingYou rock. It was point two from the article. Enable reviews on the individual product page under the advanced tab. Duh. Thanks.
Forum: Plugins
In reply to: [WooCommerce] Javascript Disabled on Category PagesYes, it turns out I needed to increase php memory.
Thank you!
Has this feature been added yet? Is there some custom code we can use to do this?
- This reply was modified 6 years, 5 months ago by Larute.
I don’t believe it had anything to do with the plugin. The theme had a setting to name the blog. Whatever name you assigned the blog was showing up as a title above the plugin. I just hid it with .single-event .x-header-landmark {display: none;}
Thanks again.
I found a workaround. Thank you!
What was the solution for this? I’m having the same issue.
Duh. Thanks. You guys rock.
This was a duplicate question. Sorry
Yes, thank you. I actually tried that very first thing. I deactivated all plugins and theme and still had the issue.
Any help here? Old events have stopped working too. Client is getting really bummed.
Forum: Plugins
In reply to: [Theme My Login] Login Works But Fails in Admin BarOk, it turns out my wp-amin directory was password protected. I removed that and it all worked fine.
Forum: Plugins
In reply to: [Theme My Login] Login Works But Fails in Admin BarAdding the code did not work. I’ll try to disable the popup next and see what happens.
Thanks man. I used the multiplication and division to round it up to the nearest nickel. So for anyone else looking, this works:
=NUMBER_FORMAT (ROUND((A1*.66)*20,0)/20,2)