dsuescun
Forum Replies Created
-
Hi!
Any chance someone has already experienced this issue and knows how to fix it?
Thanks!
David S
Quick update: It work in the beta version of the woocommerce app, but i tried doing the same in the standard android version and it is still not showing, so it would be safe to assume that this is a fix on Woocommerce side that will be fixed in their next public app release.
cheers,
Hi!
In the official Woocomerce App I was always able to “Add Tracking”, until i changed to free shipping, and then the option was gone.
But now it seems to be fixed: https://snipboard.io/o2CjYt.jpg
In that screenshot you can see that I can now add the tracking info for a free shipping ??
Thanks!
Forum: Plugins
In reply to: [AddToAny Share Buttons] Need to modify the title to shareAwesome!!! that works great ??
Another question the same topic:
How can i pull more info from the post to add to the share text?I’m using a job board theme, and the job postings have a job title and company, I need to add the company to the shared text, but I don’t know how to extract it.
I know the theme’s template uses this to call it on the php template:
<?php
wp_enqueue_style(‘careerfy-job-detail-two’);
wp_enqueue_script(‘careerfy-countdown’);
wp_enqueue_script(‘jobsearch-addthis’);
global $post, $jobsearch_plugin_options;
$job_id = $post->ID;$job_employer_id = get_post_meta($post->ID, ‘jobsearch_field_job_posted_by’, true); // get job employer
wp_enqueue_script(‘jobsearch-job-functions-script’);
.
.
.
$company_name = jobsearch_job_get_company_name($post_id, ”);Forum: Plugins
In reply to: [Automatic Translate Addon For Loco Translate] Error: Page Not FoundActually I have the same issue
The plugin translates all the strings, but when i try to save I get the same message of page not found and the translations are lost.
If I translate manually and save, it saves without issues.
The way to resolve it is asking your hosting company to disable mod_security, this does the trick!
all the best
Hi!
Has anyone solved this?
I need the SKU to use the Zap, or else it’s useless to me :'(
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Product tab on WC settings not workingHi!
Following @serafinnyc ‘s advice I disabled WooCommerce Admin and that does the trick!
I had the 0.13.1 version of that plugin.
I just updated to 0.13.2 and then re-activated the plugin, it seems that the update from the Development team fixed the bug ??
Awesome!!!
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Product tab on WC settings not workinghi!
I’ve made a samll screencast of how the problem looks like: https://www.youtube.com/watch?v=zOyyZKMab6I
I tried the them switch to no avail.
De-Activating ALL other plugins worked, but I have 27 plugins to go through, and i have all the ones I’m actually using.
So i took the time to go thought the settings, made sure everything was as I needed it, saved, and re-activated the plugins.
My question now is: will this conflict cause other issue than just not letting me see these settings?
Thanks!!!
David S