codemacher
Forum Replies Created
-
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] woocommerce membership pluginI extended the plugin to get that working. How to show you my changes? Should I do it with the repository and commit the changes?
Regards
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] woocommerce membership pluginI digged deeper and the problem seems to be the kind you register the ‘restrict_content’ filter. You used an anonymous instance to register (not available outside the method) and so I can not get the instance of Woocommerce_Pay_Per_Post_Public, which is used for register the the_content filter.
Am I right?Forum: Plugins
In reply to: [Pay For Post with WooCommerce] paywall contentI changed line 317 in class-woocommerce-pay-per-post-public.php to:
return do_shortcode( str_replace( '{{product_id}}', implode(', ',$product_ids), $paywall_content ) );Forum: Plugins
In reply to: [CM CSS Columns] Spanning ColumnsCan you explain it in more detail? Do you mean, you want to use multiple html tags within the col-span shortcode?
You can do so, if you choose an html tag which allows nested tags in the settings for the col-span shortcode. You can set <div> as used tag.Forum: Reviews
In reply to: [CM CSS Columns] The Simplicity is KeyThank you for this review. Good to see, that the keep-it-simple-but-usable approach is recognized!
Forum: Plugins
In reply to: [CM CSS Columns] On Shortcode TesterSo we also close this ticket 😉
Forum: Plugins
In reply to: [CM CSS Columns] And FirefoxThis would change nothing, the firefox doesn’t support this feature. See http://www.w3schools.com/cssref/css3_pr_column-span.asp on the bottom for the support list.
Forum: Plugins
In reply to: [CM CSS Columns] I Hate to Tell You ThisCan you test it again with the new v1.1.1?
Forum: Plugins
In reply to: [CM CSS Columns] It Worked!Test the new version! You dont need to remember the shortcode syntax anymore 😉
Forum: Plugins
In reply to: [CM CSS Columns] And Now it Isn'tCan we close this topic?
Forum: Plugins
In reply to: [CM CSS Columns] A Few IdeasGive the v1.1.1 a try to see the new dialog in visual editor.
Forum: Plugins
In reply to: [CM CSS Columns] On Shortcode TesterCan you give it another try? The generated code is totally correct, if you don’t use attributes in the shortcode. But there was a bug with generating and include an important css file.
Forum: Plugins
In reply to: [CM CSS Columns] As I Understand itWe are working on a dialog solution for the visual editor. The next version will include this feature.
Forum: Plugins
In reply to: [CM CSS Columns] Bad NewsCan you give some error messages from the console? We use it in different installations without any problems now. Are you sure its coming from the plugin?
Forum: Plugins
In reply to: [CM CSS Columns] Bad NewsYou dont need to inspect all files to find errors. You should take a look in the developer tools, there is a console. If there is a javascript error, then this will be printed there. This you could paste here, perhaps we can see something.