jtibbles
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Class __PHP_Incomplete_Class has no unserializerI’m also getting this issue on my Yoast page sitemap xml. I am also using Godaddy managed web hosting. This is a fairly big issue if it’s messing up sitemaps too. Flushing cache from Godaddy menu didn’t work for me :s
Forum: Plugins
In reply to: [WP REST API (WP API)] rest_no_route (404) error on /postsGreat thanks, that works.
Might you know where I need to amend that endpoint call in Ionic Angular JS? I’m using this tutorial but I don’t know if developers of this plugin are directly related to this tutorialArgh sorry, weirdly this had something to do with my IP with godaddy!?!
I just tried a different ip and it is fine. It doesn’t seem to be a specific problem with this plugin.
Sorry again
Forum: Plugins
In reply to: [No Frills Prize Draw Competitions] Translation of Prize Draw into DanishNot currently. This is something I can consider for future versions.
For now you could edit this directly in the no-frills-prize-draw.php file (but keep in mind a future update would reset this amendment so you’d have to avoid updating).Forum: Plugins
In reply to: [No Frills Prize Draw Competitions] Translation of Prize Draw into DanishThat is correct, I decided that an auto-selection system may cause more problems, ie issues with cron jobs not working properly, local server time etc – it seemed much safer to leave it to the administrator.
Forum: Plugins
In reply to: [No Frills Prize Draw Competitions] Translation of Prize Draw into DanishAbout the Prize draw itself, I can find no date setting for automatic drawing, or any settings about how the draw will take place, only that you can download a .CSV file with the entries.
Does it require the Pro version as well?What can you do with the free version, regarding a random drawing?
The free version does not have a date setting. When the competition is over you just need to stop users accessing the competition page.
On the free version, to pick a winner click “View Prize Draw Entries” and either click the “Pick a Winner Now” button at the top to automatically select a winner, or manually select a winner using the “Select as Winner” button to the right of the person who you want to win.The Pro version allows you to run multiple competitions at the same time. The Pro version allows you to set a start and end date. After the end date you will have similar options as the free version – to either select a winner randomly or pick a winner manually.
Forum: Plugins
In reply to: [No Frills Prize Draw Competitions] Translation of Prize Draw into DanishHi, sorry , I probably confused you a bit with that answer.
The free version has no translation built in. You would have to modify the no-frills-prize-draw.php file directly. Translation may be included in future versions of the free version but currently it is exclusively for the PRO version only. I am not aware of LOCO Translate.
The Pro version can be translated using WordPress general language translate. Information on this can be found here…
https://wplang.org/translate-theme-plugin/…alternatively (in the PRO version) there is a custom-example/text.php file which lists all the text the user will see from the entry page, so if you prefer to do so you could simply translate directly using this.
I hope that clears it up a bit.
Forum: Plugins
In reply to: [No Frills Prize Draw Competitions] Translation of Prize Draw into DanishPlease note however that these changes are only possible by amending customisable code. It cannot be achieved from the admin menu. Therefore some general code knowledge is required.
Forum: Plugins
In reply to: [No Frills Prize Draw Competitions] Translation of Prize Draw into DanishHi, the colour and font can be overidden with your themes CSS file.
Yes, the latest PRO version allows you to customise the text that your users can see. It is also compatible with WordPress translation using the /langs folder.I’ve just found this problem too, although this is the first time the issue has happened as I’ve used the plugin many times before. I think it must be an issue from around WP4.3+.
Forum: Plugins
In reply to: [Kebo Twitter Feed] Styling functionality not workingAny update on this? It’s still broken for me :S
Forum: Plugins
In reply to: [Kebo Twitter Feed] Styling functionality not workingSlight update. The styling error is to do with line 81-83 in kebo-twitter-feed.php:
if ( version_compare( $wp_version, '3.3', '<' ) ) {
wp_enqueue_style('kebo-twitter-plugin');
}By commenting out the if and endif line the styling works correctly.
There is however a second issue. The “View photo” button doesn’t work in any tweet with media. There is no error message when I click it, it just activates the “#” href which pops me back to the top of the screen….
Any help appreciated
Sorry, just answered my own question. It was found in the Extra User Details plugin, not Theme My Login (eud_extract_ExtraFields() function if anybody is interested).
Forum: Plugins
In reply to: [Theme My Login] Auto emailing not workingTurned out to be an issue with Outlook.com. I don’t receive any email from my WP site via either SMTP to regular. Not an issue with these plugin – although interested to know if anyone else has experience this problem
Sounds good ?? – although important to note that when a user who owns a business listing wants to add a product, they should only be able to link the product to one of their own business listings. Whereas an admin should be able to link a product to any business listing.
Even better would be the ability to allow certain business listings a fixed set number of products depending on their subscription. For example business in the “silver package” get 10 products, whereas businesses in the “gold package” get unlimited etc