yendi
Forum Replies Created
-
Mike, my bad, back then there was an issued with saving the functions file through wordpress somehow truncated it, and had nothing to do with the piece of code you sent. I’ve been happily working with that for almost 6 months now, and I appreciate the help.
However, this last woo commerce update has shaken things up a bit, and now I was forced to remove your code from my functions.php file because it did throw an error: It said this part
add_action(‘woocommerce_after_template_part’, function($template_name, $template_path, $located, $args) {
if ($template_name == ‘single-product/tabs/description.php’) {
echo \MJJ\WooProductAttributeTab\Tabs::instance()->extend_product_description(”);
}
}, 50);Was sending the wrong number of attributes to the woo commerce function.
Can you help me rewrite this for the new version?
Thank you!!!
YendiThanks Mike, I added the code in the functions.php of my theme, but it broke my site… I had to replace functions.php with my backup file. Could you double-check it for me? Thank you again!
Forum: Plugins
In reply to: [Show All Comments] TranslationYes, I’m familiar with translating. I use Loco Translate plugin, and I’ve manually added fields “From” “to” and “Go to comment” because the .pot file doesn’t have them, or at Loco isn’t seeing them. And still, no translation. I’ve seen the code and see the echo for translated strings is in place… so I have no idea why it’s not working. ??
- This reply was modified 7 years, 10 months ago by yendi.
Forum: Plugins
In reply to: [Show All Comments] TranslationCan you tell me where to change it? Because I don’t see it in settings of the plugin, and if I use my translating plugin (LOCO translate) it doesn’t detect an existing template.
Forum: Plugins
In reply to: [WooCommerce] AJAX update_order_review in infinite LOOPTHANKS Manuel, you are the best! I already did ?? See you over there.
Forum: Plugins
In reply to: [WooCommerce] JQuery & Checkout pageI am having the same issue… how did you solve it?
Forum: Plugins
In reply to: [Pixel Cat - Conversion Pixel Manager] Manually add to every page?Yes! I agree with ohshibby44. With the new pixel, this needs to change.
Forum: Plugins
In reply to: [BadgeOS] 404 error when click on badge / can sort badge list?Could you help me with the database table names I need to find to change the badge’s achievement types directly on the database?
Forum: Plugins
In reply to: [BadgeOS] 404 error when click on badge / can sort badge list?Yes, but it would be nice for you to consider the scenario… given you give the ability to change slug names. Put some sort of function to rename everything in the database and automatically generated shortcuts once the slug is changed. ??
Forum: Plugins
In reply to: [BadgeOS] 404 error when click on badge / can sort badge list?So I guess I need to enter the database, and change level to nivel to get my badges back ??
Forum: Plugins
In reply to: [BadgeOS] 404 error when click on badge / can sort badge list?Mmh… I think I know what it is…
When I translated Levels to Niveles on Achievement Types, all level badges disappeared. If I look at the table (on edit.php?post_type=nivel) it is empty. There are no badges left! However, the shortcode of the page references LEVEL, not nivel (as translated by me)
[badgeos_achievements_list type=”level” limit=20], so therefore it shows the badgers created under the type LEVEL.If I change the list type to “nivel” and create a new badge, now it works. See here: https://nuevo.papaspro.com/niveles
Forum: Plugins
In reply to: [BadgeOS] 404 error when click on badge / can sort badge list?This is my dev site, actually. The live one is papaspro.com… which is getting an extreme makeover. So, I can move things here a bit.
Something I noticed is when I explore badges it works, see here: https://nuevo.papaspro.com/p.php/community-badge/active-learner
and if I click on the breadcrumbs, they work all fine, both back and forth.This page I told you (https://nuevo.papaspro.com/niveles) is a page, with the following shortcode: [badgeos_achievements_list type=”level” limit=20]
Same happens with the Quests page: https://nuevo.papaspro.com/quests
Perhaps something in the short code structure is off?
Forum: Plugins
In reply to: [BadgeOS] 404 error when click on badge / can sort badge list?I have already done that… several times now… :/
Forum: Plugins
In reply to: [BadgeOS] 404 error when click on badge / can sort badge list?Yes, I had the blog in a Windows server, and due to server limitations I had to put that. Now, I’m in Linux, but I can’t change permalink structure because I don’t want to loose statistics. I am investigating the best way to be able to do so, but in the mean time, I need my site to work as is.
I have several custom post types (LMS courses, recipes, testimonials)and I don’t have a problem with any of those.
Forum: Plugins
In reply to: [BadgeOS] 404 error when click on badge / can sort badge list?The 404 error… I’ve already edited the permalink structure, with no luck. Check the site:
https://nuevo.papaspro.com/niveles (shows levels) but when you click on a particular achievement… 404.