ezkay
Forum Replies Created
-
I would like to have the posts ordered by WPeddit. I understand, that it is
wpeddit_order
.this is the code the developer asks to add to the functions.php:
//code for changing the custom post order function wpeddit_order($query) { global $wp_query; if ( ! $query->is_main_query() ) return $query; if(!is_page() || !is_admin()){ if(is_main_query()){ $query->set('meta_key', 'epicredrank'); $query->set('orderby', 'meta_value_num'); $query->set('order', 'DESC'); } } return $query; } add_action('pre_get_posts','wpeddit_order');
After adding this, the grid ends in 404.
Is there a way to get your plugin working with WPeddit?
For another user who asked why WPeddit isn’t working, the author answered:
“Your theme may do something itself with the WP_Query which WPeddit uses.”Check “headroom.js”, standalone and plugin!
Forum: Plugins
In reply to: [Headroom.js] Fantastic concept; cant get it to work?MikevHoenselaar, let me answer that question.
Just installed your Plugin, set the html selector (
header.site-header
in my case) but also nothing showed up/was hiding.Than like gnewton said, i just dropped the whole content of the plugin’s
headroomjs/css/headroom.css
into the (child) theme’scustom.css
and it’s working just fine!So now that i don’t have to implement headroom.js by hand, i’ll give this here a good rating! thanks, Mike!
Forum: Plugins
In reply to: [Front-end Editor for WordPress] Extra style to show editable areasgreat hint! thumbs up! ??
Hi,
it’s working just fine now (with 2.0.4)! Thank you so much!!! Appreciate it!
Have a good one!
Best regards,
ezkayHi, hope your doing good!
It’s version 2.0.3. I get this error no matter what. While all the other plugins are disabled, reinstalled RSP. Still getting this error.
Tested this just now – on a single-site and on a multi-site.Are there any debug-files i could post, so that you maybe can figure out the problem?
Kind regards,
ezkay