markedwardford
Forum Replies Created
-
Forum: Plugins
In reply to: [Reviewer] Fatal ErrorHi Jeroen
Thank you for the quick response.
I will reach out there too.
PHP Version 5.4.45
Thanks
Mark
Thank you for getting back to me.
You were right ?? there was a sneaky bit of code that I have removed and things appear to be a bit more timely.
Thanks for the great plugin
Forum: Plugins
In reply to: [WP Fastest Cache] Caching has stopped working???Really good support and solved the issue swiftly.
ThanksForum: Plugins
In reply to: [WP Fastest Cache] Caching has stopped working???As I said I have had to downgrade to a previous version of WPFC for it to work.
Forum: Plugins
In reply to: [WP Fastest Cache] Caching has stopped working???I have downgraded the plugin which has restored caching.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Select multipleHi there it truly is a great clean plugin but I would be interested in this feature also.
Hi there
I have created a function to display information dynamically in my functions.php<?php echo do_shortcode('[su_qrcode data="'.get_the_author_meta('first_name').' - '.get_the_author_meta('description').' Web - '.get_the_author_meta('url').' Email - '.get_the_author_meta('company_email').' Phone - '.get_the_author_meta('contact_tel1').'" title="Visit '.get_the_author_meta('first_name').' Website" link="'.get_the_author_meta('url').'" align="center"]'); ?>
potentially you could perhaps do the same?
[su_qrcode data="https://my_domain.com/?p='.the_ID().'" ]
Not sure if that will work
Forum: Plugins
In reply to: [WP Ultimate Search] Order posts by postmeta, meta_key, meta_valuefunction serviceproviderratings($query) { if ( !is_admin() && $query->wpusquery() ) { if ( $query->query_vars['post_type'] == 'service-provider' ) { $query->set('orderby', 'meta_value_num'); $query->set( 'meta_key', 'crfp-total-ratings' ); } } } add_action( 'pre_get_posts', 'serviceproviderratings' );
Also tried this with no results
Forum: Plugins
In reply to: [WP Ultimate Search] Order posts by postmeta, meta_key, meta_valueI’ve tried this
<?php if ( $wpus_results->have_posts() ) : ?> <?php while ( $wpus_results->have_posts() ) : $wpus_results->the_post(); ?> <?php $wpus_results = get_query_var('wpus_results'); ?> <?php $paged = intval(get_query_var('paged')); ?> <?php $paged = ($paged) ? $paged : 1; ?> <?php $args = array( 'wpus_results' => $wpus_results, 'paged' => $paged, 'more' => $more = 0, 'posts_per_page' => -1, 'orderby' => meta_value_num, 'meta_key' => crfp-total-ratings, 'order' => 'DESC', ); ?> <?php query_posts($args); ?>
Forum: Plugins
In reply to: [WP Ultimate Search] Order posts by postmeta, meta_key, meta_valueIs the way forward creating a function???
I have been discussing this with many people and not one of them have been able to successfully come up with a solution to order the posts by the meta value. I can see the meta values as options to search by but not sure how we can sort the order of the posts in the template if the query has already been carried out and set beforehand.
Please can anyone shed any light???Forum: Plugins
In reply to: [DD Rating] Bug in Thesis / Potential modifications?Thank you for your response.
I totally appreciate that you cannot make everybody happy.
To break away from Thesis I have tried all of the Bootstrap free themes that WordPress offers and your plugin stops the main navigation bar from working. This has been with Bootstrap UL, Celestial Lite, Customizr, Neuro nnd so on. I am not sure why it is conflicting with these themes. It also does not appear in some of the comment forms.Is there a theme that you would recommend???
Its great you are working on 2 and 3 already and I appreciate and thank you for doing this in your spare time. I was looking at Contempo Reviews but could not get it to work and have found your plugin to be the most successful and look forward to new releases.
If you can work out 1 it would be amazing.Forum: Plugins
In reply to: [WP Star Reviews, Map, and Testimonials] Add Service / Item not workingIs anybody using this plugin. If so have you had any success with the service / item to review?