EGZ
Forum Replies Created
-
That worked perfect, I needed to add:
add_filter(‘tablepress_cell_content’, ‘dap_login’);
add_filter(‘tablepress_cell_content’, ‘dap_personalize’);
add_filter(‘tablepress_cell_content’, ‘dap_personalize_error’);
add_filter(‘tablepress_cell_content’, ‘dap_product_links’);
add_filter(‘tablepress_cell_content’, ‘dap_personalize’);to my functions.php
Thanks! Donation sent.
Hi Tobias, I am running into a similar issue. I too have set the cache to “false” and it did fix my shortcode display problem i.e. [DAP]CONTENT[/DAP] however when I try and use their merge tags like %%FIRST_NAME%% it’s not rendering. It renders fine outside of the table but when I put it in, it doesn’t work. Here is the plugin I am using DigitalAcessPass http://digitalaccesspass.com/doc/merge-tags-in-wordpress-posts/
Any ideas? Thanks.
I found this…
“The problem you’re running into is because WooCommerce changed from chosen to select2 for their form needs in WC 2.3.
http://develop.woothemes.com/woocommerce/tag/woocommerce-2-3/As a result, damn near every theme and plugin had to be updated in order to accommodate this. You’ll want to use the latest Woo, latest WordPress, latest WC Vendors, and the latest versions of all WooCommerce plugins to ensure compatibility with select2. Otherwise, yup, you’ll see errors just like this.”
So I am wondering if your plugin needs an update to reflect those changes which would fix this?
Let me know, thanks.
Thanks for the fast response! That is exactly what I needed.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sometimes page won't loadThere were 2 issues…When I had updated my theme it came pre-packaged with LayerSlider plugin and for some reason it needed to be activated to work. This was the error I was getting..
WordPress database error: [Table ‘842309_bs.wp_layerslider’ doesn’t exist]
SELECT id, name, date_c FROM wp_layerslider WHERE flag_hidden = ‘0’ AND flag_deleted = ‘0’ ORDER BY date_c ASC LIMIT 999So I activated and it cleared up 1 issue. But I had others…
Notice: Undefined index: HTTPS in /mnt/stor10-wc1-ord1/x/www.xxxx.com/web/content/wp-content/plugins/dapshoppingcart/_dapshoppingcart.php(1) : eval()’d code on line 239
Notice: Undefined variable: siteurlhttps in /mnt/stor10-wc1-ord1/x/www.xxxx.com/web/content/wp-content/plugins/dapshoppingcart/_dapshoppingcart.php(1) : eval()’d code on line 243
Fatal error: Allowed memory size of 90177536 bytes exhausted (tried to allocate 491520 bytes) in /mnt/stor10-wc1-ord1/x/www.xxxxxx.com/web/content/wp-content/plugins/gravityforms/form_display.php on line 847
So I deactivated DigitalAccessPass.com plugin and re-installed gravityforms and whala all was cured.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sometimes page won't loadThanks, that showed the error and it had nothing to do with your code. Sorry to bother you! PS. I just donated a few dollars towards your plugin 🙂
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sometimes page won't loadIf I first go to the page, then it many times will load a blank page but then if I hit refresh its fine. Weird
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sometimes page won't loadIts working under a different theme
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sometimes page won't loadHere’s the link:
ThanksForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sometimes page won't loadI am running into the same issue. I did update to the latest wordpress 4.2.3 the other day. I increased the memory but its still doing it. I’ve never seen this happen with your plugin as its been nothing but great. Any thoughts?