Joe
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Users] Duplicate emails send to senderHi Mike, yes the BBC limit is set to 1. Can you think of any way around this? We send out messages to our members at least daily and we’re sending twice as many as needed and also clogging up our own inbox.
Another quick question for you, is there any way to include the name of the user in the message using some sort of code/shortcode?
For example: Dear <first name>,
Forum: Plugins
In reply to: [WP Super Cache] Not showing theme's map markersThis was because I was logged in… it shows as expected when logged out. All good, no worries.
Forum: Plugins
In reply to: [Prizm Image] Error: Server returned status code 503Same error happening all the time… any ideas or has Prizm been discontinued with the acquisition by Accusoft Cloud Services?
Forum: Plugins
In reply to: [WP Geocode Filter] [wpgc_country_name] and other tags do not workSame here. The only one that shows is the IP address. Any ideas?
Forum: Plugins
In reply to: [Yoast SEO] Version 1.5.2.2 white screen of deathPHP version 5.3.18
SPL enabledI’m in a bit of a hurry so will try to post additional info later. Cheers!
Forum: Themes and Templates
In reply to: 99Designs, Design Crowd etc. theme…I should’ve mentioned I’m going down the marketplace route with Spotfinder and the plugins mentioned – I gave up on the 99Designs-style project bidding theme route as nothing exists (yet?) sadly for WordPress.
In other news, I spoke to Werkpress about developing a project bidding theme+plugin and they quoted $30,000.
Forum: Themes and Templates
In reply to: 99Designs, Design Crowd etc. theme…Thanks Aaron, actually we run Fundify but for a different site, as you noted it’s for crowdfunding.
The plugin you suggested looks truly awful.
There are some options available by using
https://easydigitaldownloads.com/extensions/commissions/
alongside
https://easydigitaldownloads.com/extensions/frontend-submissions/
…with a theme like
https://themeforest.net/item/spotfinder-versatile-directory-listings-theme/5415589It’s taking lots of customisation, but it’ll be good.
A brand option, but sadly not WordPress-based, is
https://getlancer.dev.agriya.com/I sorted this by adding the id and class of my popup modal to class.php in the plugin files. It might be handy for someone else ??
The same behaviour appears in tests with the option enabled and disabled. The vote is recorded though. Odd!
Forum: Plugins
In reply to: [GD Star Rating] MultiStar rating result in commentsWe have a custom functions.php file which handles the comment output. I just looked it up and the GD Star Rating result in comments is shown via the following code (obviously tailor it to your requirements)
<?php wp_gdsr_comment_integrate_multi_result(get_comment_ID(), 1, 32, "oxygen", 12); ?>
For us it’s placed just above this string:
<?php comment_text() ?>
…I hope that gives you a good starting point!
Forum: Plugins
In reply to: [GD Star Rating] MultiStar rating result in commentsI’m probably not the best at troubleshooting this as it took me a big bag of time to get my head around it – it’s gotta be the least intuitive set-up process for a plugin… yet great when it’s up and running!
Forum: Plugins
In reply to: [GD Star Rating] Delete Ratings MultisetGo to this page in your WP Admin backend and delete them ??
wp-admin/admin.php?page=gd-star-rating-multi-sets&gdsr=murpost&sid=1
Forum: Plugins
In reply to: [GD Star Rating] Display average of a multiple rating in loopFor me that shows the stars. I’m talking about literally just “7/10” for example.
Forum: Plugins
In reply to: [GD Star Rating] Display average of a multiple rating in loopDid you actually get the numerical value average working? I can’t get it to work with your code. Any ideas?
The max_allowed_packet value hadn’t been set properly, this is now working as it should – thanks for the starting point! Amazing plugin, love it.