seb06
Forum Replies Created
-
Hello,
The sidebar has not css position tag…
element.style {
float: left;
}
body.has-sidebar #main .sidebar {
width: 23%;
}
#main .sidebar {
background-color: #f7f7f7;
padding: 20px;Do you have any idea?
Best
For your information, the search box is into a sidebar…
Hello,
Sorry I cannot give you access, the search bar is into a private part of the website.
Do you have an idea what issue it could be?
Best
Yes but it is extrem for me, it can be bad for my seo.
I was not aware of this policy.
Now I know it and I never do it again.
You should put a message to prevent people before submitting a post.Please, can you simply edit the post and remove the website name???
You would really very helpful and it will remove some stress from my head.
Please ! The post id is 8265875 and topic id is 2820432
Best Regards
ok, thanks !
Is it possible to remove or edit this current thread support?
I never had this with my previous websites.
I do not know where come the term added at right of my tittle, as it appear nowhere on internet or any other part of my website…
Do you know if we can force behavior with google webmaster tools?
Best
Sorry bu tI didn’t find any answer to my question.
Do you know how to remove the last part from google title?
Best
Forum: Plugins
In reply to: [WooCommerce] Custom po/mo files replaced after a certain timeI wrote the code from https://geertdedeckere.be/article/loading-wordpress-language-files-the-right-way
and it works good, it resolved my problem, no need to disable translation file updates !!
But I do not know how to use it to upload my own files for others plugins?
Best
Forum: Plugins
In reply to: [WooCommerce] Custom po/mo files replaced after a certain timeDo I have to add the code below in addition to add_filter(‘load_textdomain_mofile’, ‘replace_my_plugin_default_language_files’, 10, 2); ???
add_action(‘load_textdomain’, ‘load_custom_language_files_for_my_plugin’, 10, 2);
function load_custom_language_files_for_my_plugin($domain, $mofile)
{
// Note: the plugin directory check is needed to prevent endless function nesting
// since the new load_textdomain() call will apply the same hooks again.
if (‘my-plugin’ === $domain && plugin_dir_path($mofile) === WP_PLUGIN_DIR.’/my-plugin/languages/’)
{
load_textdomain(‘my-plugin’, WP_LANG_DIR.’/my-plugin/’.$domain.’-‘.get_locale().’.mo’);
}
}Forum: Plugins
In reply to: [WooCommerce] Custom po/mo files replaced after a certain timeAnother question,
If I want to load others customs translation files for others plugins, can I use the new snippet of code or should I use other?
Best
Forum: Plugins
In reply to: [WooCommerce] How to display order custom field into checkout??Sure, but you was answering more quickly !! ??
Thanks for your help and support Mike !
Best
Forum: Plugins
In reply to: [WooCommerce] Custom po/mo files replaced after a certain timeok I am going to use this.
I found a topic opened 2months ago with an user who has the same problem as me and maybe a collegue of you said it is an issue…
https://www.ads-software.com/support/topic/translations-lost-with-update-woocommerce?replies=11
Could you please confirm me?
Best
Forum: Plugins
In reply to: [WooCommerce] How to display order custom field into checkout??Yes but I can assure you that YITH request a quote plugin create an order with statuts “Quote pending” and then when you go checkout, the quote/order no completed is displayed as a normal order.
It appears in the order admin of wooocommerce with an order number.
You can look at https://yithemes.com/themes/plugins/yith-woocommerce-request-a-quote/
Best
Forum: Plugins
In reply to: [WooCommerce] Custom po/mo files replaced after a certain timeOk, thanks
but if I disable translation files update, does it will block all the translation files updates for all plugins and themes??
Is it the only way to resolve my problem?
My question is basic, but Am I the only one that do not want my own woocommerce translation files to not be overwritten by automatic phantom updates from wordpress or woocommerce??
This thing sound very weird, I search a lot on google but I do not found anything on it…
Best
Forum: Plugins
In reply to: [WooCommerce] How to display order custom field into checkout??I want to display the order custom fields during the checkout, the file I want to modify is review-order.php
Thanks for your answer,
Best