spoonofmilk
Forum Replies Created
-
Thanks again, Darren, that’s super!
That actually works for my purposes anyway, at least in this very specific case. However if you hit on a better long term solution that would be great to know!
Thanks so much for the help, Darren, seems to have done the trick nicely! Very much appreciated!
THanks for the continued help! I have just added that to the theme functions file and generated a new invoice, but same issue?
Hi Darren
Thanks for the reply! Mine’s not for weight in this case, but the different order values (line items, subtotal and total) where I need to override the store setting of 4 decimals and replace with 2. I think it may just be a case of not knowing what the label names are though (ie, $data[‘price’] etc). That’s kind of what I was hoping for help with!
@svenms Go to Wordfence > Tools and check the Live Traffic logs. It should be reporting the sg-cachepress connection as a 403 error – click on one of those and hit the “whitelist this param from firewall” button and you should be good to go.
Forum: Plugins
In reply to: [Fontsampler] Preview fonts not togglingAck. Thanks for getting back so quickly and yep, that did the trick. Thanks kontur!
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] ACF Options page configIn case it helps, here is the options page I am trying to make multi-language:
wp-admin/admin.php?page=acf-options-site-fields (I’ve tried hypenated and underscored in the admin_pages bit)
Same problem here – uploaded the file to Siteground hosting and attempting the import via FTP and it gets stuck on “Done creating an empty archive” before responding with a failure to connect to FTP message after about 30 minutes.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Colors in Google CalendarThat’s a feature of the Pro add-on, sadly, but it does work pretty well ??
Well, look at that! Thanks very much – learn something new every day!
Thanks for the quick reply!
Yeah, they’re in the right order… I’ve just added it to the live page linked above, so you can see the order they should be in!
I should note that the order, for illustrative purposes, should have what is currently the third post on the link above as the first one!
Forum: Plugins
In reply to: [Live Edit] Don't understand instructionsHey subfight
You just need to add the live edit code to a containing element in your theme. For instance, as you only have the one field you need to have editable, your code might look like this:
<div <?php if(function_exists(“live_edit”)){ live_edit(‘editable_field’); }?>>
<?php the_field(‘editable_field’); ?>
</div>If you were wanting, ultimately, to control multiple fields… like post title, content etc you’d add the live edit code to an element that wraps all of those fields.
Just in support of Ryanda, I had the same problem when I installed Events Calendar on a site I am building. I’ve done no customisation on the events, just plugged in and added a few events. Pagination wasn’t working for me at all, clicking on Next Events just chucks me back to the top of the page without reloading the events list to page 2.
Also regarding the search, I had to disable the search bar for the same reason as Ryanda… weirdly on page loads it would think I was searching for “Search” and “Date” as the placeholders appeared to be actual search content in the fields!
I’m going to try Ryanda’s fix now.