Alan Taylor
Forum Replies Created
-
You are very mistaken, sorry.
Firstly, if you review the image I sent again, you will see that the bid entered was 10, the initial bid was 5. so the bid made WAS higher than the starting bid.
Second, the auction you bid on to ‘test’ it just now was NOT an auction using your plugin and I’m a little surprised you did not notice that as it is so very different. I had so many complaints today about the auctions not working with the error message that I had posted about that I had to switch to a different plugin and spent several hours today trying to troubleshoot.
I actually think that this plugin is inferior to yours in many ways but so far I have had zero complaints. I’m a little worried though that you did not notice the stark difference between your own work and this one.
Here is a link to one of the auctions that is running on your plugin still: https://alantaylor.uk/auctions/?ult_auc_id=540. Testing it now it is working, but I cannot go back to this plugin expecting it to break again at any point.
I’ll re-iterate again and please review the images I shared more carefully:
1. Initial bid was 5.
2. Bids were made for 7 and then 9.
3. Further bids of 10 (allowed as the increment was 1) were rejected with the error that they were less than 5.For direct answers to your requests:
1 – Auction links that gave this error are https://alantaylor.uk/auctions/?ult_auc_id=540, https://alantaylor.uk/wp-admin/alantaylor.uk/auction?ult_auc_id=536, https://alantaylor.uk/wp-admin/alantaylor.uk/auction?ult_auc_id=532, https://alantaylor.uk/wp-admin/alantaylor.uk/auction?ult_auc_id=523
2 – All the information that you have asked for was already provided in the images I shared in my first post.
3 – See above
4 – The theme is Orris, which came installed with WordPress for me but on the off-chance it’s not a stock theme here is the zip file: https://ln5.sync.com/dl/0f6f85070/7x8zza2i-acx2jpi2-8sfh9uym-g9bakxzcI appreciate you looking into this given the timing but please do not bid on any more of the live auctions on the website using the other plugin.
Sorry, I should have added that this happens across multiple browsers and devices.
Forum: Plugins
In reply to: [WP Survey And Quiz Tool] Spacing/ text size on graph results an issueI’m having the exact same issue – is there a fix for this? I set the graph spacing to 800px and everything is still in the 200px space and squashed. Changing the text size hasn’t helped either.
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Custom Background obscures site content!I solved the issue thanks to some help from another forum, where it was pointed out that I should comment out the line:
<meta name=”viewport” content=”width=device-width” />
if I wanted to have my site remain fixed width. This then stopped the iPhone and iPad etc reporting a width that was smaller and hence the website not drawing any content beyond that.
For those who come across this, this line is at the top of the header.php file.
Thanks again for your attempt to help me – it was greatly appreciated!
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Custom Background obscures site content!html body,
html body.custom-background,
html body.custom-background-empty { background: pink; }
So that will always get you pink background regardless of what set or not set via theme option.This works great to change the colour of the background, but the issue remains that it is still drawing over most of my site when viewed on a iPhone. Or is the issue that on an iPhone it is only drawing *part* of my site?
I really do appreciate your help so far.
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] Custom Background obscures site content!I’m not sure you understand my question. I know that I am using a custom version of the theme, but it is an option in the theme I am having trouble with. I was asking if I can use CSS as a solution to get around this, or if I can make that option to be transparent.