FilipeOS
Forum Replies Created
-
I found that that the coupon is random and not static to all users, thanks
i don’t understand. Will that be fixed or…?
Forum: Plugins
In reply to: [Import and export users and customers] Change sender name and emailSo, if I install a SMTP plugin it will replace that sender and email?
About the string, I did use WPML and translated but nothing happens
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Cron IssuesAlso, in manual cron (not paid automatic schedule) the cron is not finishing sometimes. Basically if we use the manual method, not paid, nothing works properly.
Solutions? It’s sad support replies are take long and are not helpful…
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Cron IssuesThe time and summary is only getting update after that 2 hours, not 2 minutes. What is wrong?
if I want to add that param, what would be the code to add?
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Payment suggestionOk thank you.
Another question, 1) I have rate of 5% for all. I got 4 registrations but in yith admin dashboard the 5% only show to the last one? the rest is N/A
2) How can I access the user data via admin, like I was that person? should be possible
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Global variablesi have the premium version of wp all import. What would be the code to pick the sale price, the regular price and assign to a custom field?
since the other methods did not work for me? I searched documentation but nothing I understand was found
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Global variablesso, if I use that function how I call it? Just add the function and put the code inside?
but if the global variable is not working it will not get passed anyway?
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Hide by defaultHi,
3. I’ve added a :after in the top search icon and placed there the text.
4. It’s the default “Search by text” widget. HUSKY – Advanced searching by Text.
When I write 10 letters the spinner starts to spin and takes ages to show a result, and show like a dropdown. How can we improve this? I mean, remove the dropdown results and only show predictions OR in last cenario force click to ajax resultsForum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] QuestionHi there,
I enabled plugin and that 2 options were already enabled.
When I go check the backoffice the products say “scheduled” (WP default because of published date) and when I preview product (view is not possible) I see “out of stock label” and the buttons etc don’t show.
What is missing? We have +1.000 scheduled products and I can’t edit them all..
Forum: Plugins
In reply to: [Abandoned Cart Recovery for WooCommerce] Reset reportsHi, how can I delete in database? Table and records?
Thank you.
This code will help google maps, youtube etc.
jQuery(function($){ var head = document.getElementsByTagName('head')[0]; var insertBefore = head.insertBefore; head.insertBefore = function (newElement, referenceElement) { if (newElement.href && newElement.href.indexOf('//fonts.googleapis.com/css') > -1) { console.info('Prevented Google Font from loading!'); return; } insertBefore.call(head, newElement, referenceElement); }; });
function remove_google_fonts_stylesheet() { wp_dequeue_style( 'google-fonts-roboto' ); } add_action( 'wp_enqueue_scripts', 'remove_google_fonts_stylesheet', 999 );
This solved
I have same issue.
It’s loading always Roboto
I found the issue, it was a map plugin.
But I have the same issue on another site, the embed youtube video is pushing fonts, any advise?