2046
Forum Replies Created
-
Hi, thanks for feedback.
I figured out what was the problem, They setup 2 forms with similar settings but wanted to show only one anyway.
I have disabled the extra form, and the problem is gone.Might be good to make an exception for these setups, but you can’t make exception for all stupid setups people do ??
- This reply was modified 7 years, 10 months ago by 2046.
The 1.8.1 version does not produce this error,
2.0 up does.Forum: Reviews
In reply to: [Timber] YeshForum: Plugins
In reply to: [Easy] Views?You can do what ever the shortcode does.
What you basically do in that case is that you build the output by shortcode and controlled somehow by the Easy control logic..
the show on post id , or show on such and such page type will work, but surely you won’t control custom types and such, is it will be beaten by the shortcode it self i suppose.if you do not need the Control logic offered by Easy, use the native text widget, that should be enough.
Forum: Plugins
In reply to: [Easy] Sticky Post Exclusionhello,
be sure not to use the default scafold option, as it takes what ever you have setup while registering the sidebar.
one per row, or many per row will do.. should do ??Forum: Plugins
In reply to: [Easy] Sticky Post Exclusionv. 0.9.9.3 has a container choice.
Not all possibilities are there and also each view still has what it had.. it would be too crazy and puzzling.. we had a talk on this topic here some time ago.is that Easy.
Forum: Plugins
In reply to: [Easy] Views?short codes can do many crazy tricks .. you can even use shortcodes in the EASY plugin. Use the View>shortcode brick for that matter.
Forum: Plugins
In reply to: [Easy] Sticky Post Exclusionhello,
I don’t think you missed anything .. ??
I think I have not thought of sticky posts at all, “i” rarely use them.
Easy v. 0.9.9.2 has new Sticky control brick.I’ll think about the semantic markup and add that later to the General view.. most likely.
let me know if anything…
cheers 2046Forum: Plugins
In reply to: [Custom Taxonomy Order] WPML compatibilityIt is completely up to you. WPML is a big fish and so it is worth to be WPML ready.
If you are not, you loose users.Forum: Plugins
In reply to: [Easy] Views?hello,
nope, there is no settings for number of comments you would like to see. That depends on the general setting ../wp-admin/options-discussion.php
nope. number of post views are out of scope of this plugin.
Number of post views for each post exclusively, are wrong from the performance side of view. Plus they are not WP native, and the Easy widget is based mostly on WP native functions.Forum: Reviews
In reply to: [Custom Content Type Manager] I hear it's been hacked.read this
https://blog.sucuri.net/2016/03/when-wordpress-plugin-goes-bad.htmlupdate plugin, to its latest.. run all the tests delete support@.. users and change all passwords.
It is not fun.. they really got your credentials and complete access to what ever they wish!
I found the problem
simple-custom-post-order.php
row 116:
if ($result[0]->cnt == 0 || $result[0]->cnt == $result[0]->max)should be
if ($result[0]->cnt == $result[0]->max)otherwise if the new post has order 0 and it always has everything is updated and makes the hole on position 1
Forum: Plugins
In reply to: [CMS Tree Page View] 800 pages Page tree failed to sortseams to me that the tree view reindexes only items that has lower “order” than the actually moved.
Like if I move something from position 0 to 3 it reindexes the items 0, 1, 2, 3 but forgets to reindex 4, 5, 6,… etc.
seams like..
hard to tell whats going on there.Forum: Plugins
In reply to: [Portfolio Slideshow] Updating to v1.10.0 breaks the siterevert to 1.5.1. works well so far
Sure thing,
if anything pops up, I let you know.(I guess the Wordfence has the same capability as the WP it self, and so it has to have appropriate permissions over the DB. )