Damiaan van Vliet
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Coeur] no custom styles with child theme ?Hi @wp-lionel. I have a solution but it is not a nice one. I have also strugled with creating child theme but no luck. I guess it is not working because @import url(“../coeur/style.css”); is not working. This is because the style sheets are called within functions.php.
So what I did is in the original theme modify functions.php.
Beneath line 87 I added the following:
wp_enqueue_style('mystyles', get_template_directory_uri() . "/framework/css/mystyles.css", array(), '0.1', 'screen');
Also I created in /framework/css/ the file mystyles.css and added the css styles.
Forum: Themes and Templates
In reply to: [Coeur] Translate into DutchFound it! Had to change nl.po to NL_nl.po (and .mo) and now it’s working.
Hi @sficht, I find it also strange the browser would be the issue. Maybe I had luck that the second time the import worked and I connected it in my head due to a different browser ?? But try, you never know.
Did you also try to disable some plug-ins if that would be the cause?
@sficht, strange but on another website I got same error when I was using Firefox (my favorite browser) but using Chrome it did not! In that specific case wp-db-backup was not the culprit.
Maybe this can help you?Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] not visibleThanks for the information!
Forum: Plugins
In reply to: [WC - APG Weight Shipping] Setting max weight allowed per shippingGreat! Will try that. Thanks ??
Forum: Plugins
In reply to: [WC - APG Weight Shipping] Setting max weight allowed per shipping@apg, I also have the same question creativeaffinity has. Can you point out which child theme file to create and change?
I tried it but with me it works (WP 3.8.3, WooCommerce 2.1.7, plugin 1.5.1.1).
For example in my test environment, WooCommerce, Settings, General I have specific countries: Netherlands, Belgium, Luxembourg.
General, Shipping, APG shipping, settings C1 I have Netherlands, C2 I can choose Belgium, Luxembourg.First, I would suggest create new topic for your question. Second, I will try it and come back to you.
Thanks, I already found it. First I thought it was the same notation than AWD but indeed a bit different but almost similar.
For another reader I will explain this example:
10|6.75|C1
10|20|C2Which means:
for country group 1, till 10Kg the price is 6.75
for country group 2, till 10Kg the price is 20I am now puzzling on a solution for the error message and when I know I will write back.
Oh, found it in the plug-in settings; Overweight/over dimensions and remove the tick, I guess ??
Hi @creativeaffinity, where did you enter the maximum shipping weight b.t.w.?
And I will look into the error message, I can create themes and also child themes but don’t know if it is possible to change the message with a theme, but maybe…
Thank you @creativeaffinity. Looks promising the APG Weight plug-in. I will test it.
Oh, where did you enter the maximum shipping weight b.t.w.?
@creativeaffinity; still no clue. I contact the maker directly but no answer.
Oh, for me it was not impolite what you ask, but when that are the forum rules, than so be it. For me it could be helpful because this question gets more in the picture I guess ??
Hi @wordweaver777.
For what I know, deactivate and remove the WP-DB-backup plug-in solved the error.