Dan204
Forum Replies Created
-
Just to follow up on this, I’ve stumbled across a way to order posts outside of the loop which so far appears to have worked, for anyone else who’s interested the code I’ve added to my functions file is:
add_filter("posts_orderby", "vmf_orderby_filter", 10, 2); function vmf_orderby_filter($orderby, &$query){ global $wpdb; //figure out whether you want to change the order if (get_query_var("post_type") == "courses") { return "$wpdb->posts.post_title ASC"; //change post_title and ASC to suit using WP query parameters } return $orderby; }
The original code and explanation can be found here.
I would still be interested to know what your recommendation would be to achieve this sort of ordering using the standard loop, but for now this appears to have gotten me out of trouble.
Forum: Plugins
In reply to: [Kebo Twitter Feed] Plugin No longer connects to twitterLooks like this is a dead plugin?
No word from the developer on whether this is being fixed…
Forum: Reviews
In reply to: [10WebSocial] Easy to use but FontAwesome conflictsHi,
Thanks for responding!
I use a genesis child theme that is adapted from the sample child theme they provide, and I already enqueue FontAwesome in my functions file using their free CDN.
I think it would be nice to be able to turn off the plugin’s version of FontAwesome – like some other plugins allow, and be able to overwrite font styles pre-defined in the plugin’s stylesheets. That’s the only thing I struggled with which ultimately lead me to uninstall.
Look forward to the fix as I would be interested to try this plugin again in the future. Everything else worked brilliantly.
Cheers!
Forum: Reviews
In reply to: [10WebSocial] Easy to use but FontAwesome conflictsJust to add to this – I’ve also tried using the ‘custom css’ section within the plugin settings, unfortunately when I try to specify that it use the version of FontAwesome I have enqueued, something seems to strip the code as it does not load correctly on the front end.
So to summarize – something that should work out-of-the-box doesn’t and seems to not be in any way editable.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Customising layout of ACF fieldsIf anyone is interested I have found a way of better organising the wordpress edit screen when you have alot of ACF fields.
You can use the ‘tab‘ layout element to group certain items together.
This doesn’t help with elements being full-width when they don’t need to be but it’s a start.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Customising layout of ACF fieldsI would like to know if this is possible also.
Some fields simply do not need to be full-width in the wordpress edit page, so the ability to customise this would be ideal.
Forum: Plugins
In reply to: [Perfect Images] Not working for site logo on iPhoneThank you for the reply.
Method is Retina.js. We have since renamed the image file and re-uploaded both the desktop and retina @2x versions and it appears to now be working.
Does this sound like a glitch? If so have you come across this before?
I too am having this issue, the date is set to expire yet it does not.
Running WordPress 4.7.2
Forum: Plugins
In reply to: [Wanna Isotope] Posts displaying vertically on page loadLooks to me like that’s done it!
Really appreciate your help on that!
Forum: Plugins
In reply to: [Wanna Isotope] Posts displaying vertically on page loadThank you for the prompt reply,
As a designer my knowledge of coding really only extends to writing HTML and CSS styling. How would I go about making this change?
I appreciate this may be too complex to go over here however if you could point me in the right direction at least it would be most appreciated!
Thanks again.
Forum: Plugins
In reply to: [Wanna Isotope] Pagination?Also keen to know the answer to this!
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] PaginationHad no reply on this but for the benefit of anyone else, this feature is locked out of the free version and available in the premium theme
Hi Nathan,
Yes that was going to be my backup but I just wanted to check first! Thanks for the response!
Regards