phatoz
Forum Replies Created
-
Forum: Plugins
In reply to: [Broadcast] Missing featured image when broadcast to child blogsThank you for your wonderful support. I inherited the website and the setting was there when I took over the job.
Removing the “_*” from the blacklist fixed the problem.
Thank you again.
Forum: Plugins
In reply to: [Broadcast] Missing featured image when broadcast to child blogsThank you Edward.
Email with debug log sent.
Forum: Plugins
In reply to: [Broadcast] Images not appearing in child siteThanks, I will follow it up with the Super Admins and find out who applied it (and why). :/
Forum: Plugins
In reply to: [Broadcast] Images not appearing in child siteThank you for your swift reply, Edward. Your suggestion worked a charm.
Would have an update to the Broadcast plugin have place that wildcard into the blacklist section? Or would it have to have been done by a human?
For those following along, under Broadcast Settings in network admin, there was a wildcard string “_*” in the Custom Field Blacklist section. After removing it, things were again working as expected.
Forum: Plugins
In reply to: [Broadcast] Images not appearing in child siteThe logs have been sent. 🙂 Thank you.
Hi Tobias,
Thank you for your swift response.
Can you supply a few links to point me in the right direction?
I would be eternally thankful!
Thank you.
Now that is a useful tip.
Thank you.For weeks, now, I’ve been scouring the intertubes for a way to load table data into an array.
It was the #colspan# that was breaking it. Now it works as it should!
Thank you for hanging-in there with me and helping me find the culprit, Tobias.
Now, if only we could use wp_query to load table values into an array to use the table data in other parts of the website – I would be stoked!
cheers,
zoeHi Tobias,
I have created a simple test page, with no tabs, and placed a table onto it – still no auto column count.
I changed the theme to twentyseventeen. The behaviour did not alter.
I then deactivated all but the 2 tablepress plugins required to render the table – Tablepress and DataTables Counter Column. The behaviour did not alter.
The web developer console reports the following:
jquery.datatables.min.js?ver=1.8:62 Uncaught TypeError: Cannot read property 'style' of undefined at Ha (jquery.datatables.min.js?ver=1.8:62) at ha (jquery.datatables.min.js?ver=1.8:48) at e (jquery.datatables.min.js?ver=1.8:93) at HTMLTableElement.<anonymous> (jquery.datatables.min.js?ver=1.8:93) at Function.each (jquery.js?ver=1.12.4:2) at a.fn.init.each (jquery.js?ver=1.12.4:2) at a.fn.init.m [as dataTable] (jquery.datatables.min.js?ver=1.8:82) at a.fn.init.h.fn.DataTable (jquery.datatables.min.js?ver=1.8:167) at HTMLDocument.<anonymous> ((index):398) at i (jquery.js?ver=1.12.4:2)Here is the javascript the plugin spits out:
var DT_tablepress_174 = $('#tablepress-174').DataTable({"order":[],"orderClasses":false,"stripeClasses":['even','odd'],"paging":false,"searching":false,"columnDefs": [ { "searchable": false, "orderable": false, "targets": 0 } ]});;Hi Tobias,
I’ve sent you a message.
I forgot to tell you to click on the “Entry-List” tab.Thanks!
Zoe
- This reply was modified 8 years, 8 months ago by phatoz.
Hi Tobias,
Yes, I have a page you can view – but I’d like to send the details to you privately. Is there a way I can do that?
Hi Oscar,
Thank you for confirming the default behaviour of woocommerce.
Have changed the way woocommerce_template_single_price is shown to work around this ‘feature’.
Forum: Plugins
In reply to: [Easy Custom Auto Excerpt] Update Has Caused My Home Page to be BlankThis problem is with Easy Custom Auto Excerpt Version 2.3.1.6. It causes a blank homepage.
Forum: Plugins
In reply to: [Easy Custom Auto Excerpt] Update Has Caused My Home Page to be BlankThis happened to my site as well. The front page produces no html at all.
But with Easy Custom Auto Excerpt disabled everything works as it should.
Obviously, we’d like everything to play nicely together…
Forum: Plugins
In reply to: [Admin Columns] Filter an array through cpac_get_column_value_custom_fieldOk.
After a 12+ hours of trial and error.
Found the solution to this one.Hint:
The solution to the problem is in the description, below…Symptoms:
Using Advanced Custom Fields (ACF) in a custom post. One of the ACF custom fields is$post_object;and always returns and array of$ID;‘sSolution:
Under the settings for the custom columns (CAC) set theField Type:toPost Title (Post ID's).I love love love CAC – I have supported the author monetarily for their efforts.
But please please please provide more documentation, for pete’s sake!
It’s galling to think how simple the solution was. Went all the way around the block to reach my thumb, as it were.