novaflash
Forum Replies Created
-
After testing around on some other machines that have never loaded that page before, it seems to work okay. But on my machine I see these results with these browsers:
Google Chrome:
the bar renders, but the buttons do nothing. no progress bar starts. no sound. download button missing.FireFox 24:
the bar renders, button is clickable, progress bar makes jittery progress, no sound, stops at between 20% to 30%. download button present.Internet Explorer 10:
the bar renders partially – i only get speaker icon + play icon. no sound. download button present.I already cleared cache, cookies, I even created a whole new profile in Firefox, I uninstalled my antivirus solution, I cleaned out my temp files, I removed any plugins and addons in the browser and disabled all other plugins in WordPress, but damn, it just produces the same results over and over and over on this computer.
Okay, closing this as ‘resolved’ since it’s obviously an issue on my computer, but this is one nasty problem.
sure, here:
http://tinyurl.com/blablawutForum: Plugins
In reply to: [Visual Form Builder] Repeatable fieldsets – possible?Sorry to barge in, but I just noticed this thread and was disappointed by the result. But I too would love to see this functionality added. It shouldn’t be that hard to add and it would be a great feature to have. It is DEFINITELY a ‘form’ feature and not something that falls outside of the remit of a form or a form builder. I’d be fine with it being only in the Pro version since I already have the pro version anyways, but this missing item is an annoyance that forces me to have to build something by myself instead of just using this solution, which SHOULD already have this in it.
Kindly please consider adding it!
Sorry, I forgot about this topic.
I only just today got around to finding the fix – turns out that the Elegant Themes theme I was using for WordPress had a bit of code in it that altered the query in such a way that only custom post types were affected in this way. So it’s not a problem of this plugin, it’s Elegant Themes that’s messing up, I think.
I believe the code was intended to limit the amount of posts displayed on the webpage, but instead altered the maximum amount of posts shown on custom post types created via Types.
In the Elegant Themes ‘Theme options’ screen there is an option called “Number of Posts displayed on Archive pages” that can be set. An unfortunate side-effect is that it forces the dashboard to only show that amount of posts – but ONLY on the custom post types, the normal posts and pages are fine.
Simple solution: set that number and the dashboard will follow.
Forum: Plugins
In reply to: [Multiple content blocks] can't get it to workI am sorry, but there were no explosions.
I have added the_block(‘Of Cheese’); in the code, and nothing happened while I stayed in the back end. When I went to the front end, it added the block ‘Of Cheese’ in the back end, as it should.
Same thing with removing the code – it only updates when visiting the page in the front end. So it seems all is working well now.
Thanks for the update and a wonderful addition to WordPress.
Forum: Plugins
In reply to: [Multiple content blocks] can't get it to workBackups? I like to live dangerously. I will trust in you and do the update now. If it explodes, I have only myself to blame.
Forum: Plugins
In reply to: [Multiple content blocks] can't get it to workI am willing to test it but not willing to lose my data. When the fields disappear, and I later am able to bring them back with the exact same names, will the contents still be there?
Forum: Plugins
In reply to: [Multiple content blocks] can't get it to workThere is progress.
After I have uncommented line 92, I did not get a result immediately, as I mentioned in my earlier post.
However, as you have just pointed out, I had to visit the page first to get it to trigger the creation of the extra content block. That worked and I then had “It Still Does Nothing” content block visible in the back end. Please note that I had already tried this before commenting out the line 92 – I just didn’t do it after I had commented out that line. Sorry about that.
I then changed the title of the block from “It Still Does Nothing” to “blargh” and got an extra second block. The original block added previously wasn’t removed from the back-end. So then I had “It Still Does Nothing” and “blargh”. When I changed the title again, to “shitzooi”, I now had a total of 3 extra content blocks: “It Still Does Nothing”, “blargh” and “shitzooi” even though I had only this one line:
<?php the_block('shitzooi'); ?>When I removed the comment from the line 92 of class.MCB.php file, all those three content blocks disappeared from the back end and I was back to square 1: no extra content blocks visible in the back-end at all, not even “shitzooi”.
I am capable of writing some PHP code but I do not know how to debug this. If you give me some instructions on what to try I’ll give it a go. I now have a working solution for now at least, so I’m happy with that, but I’d still like it to be able to work 100%.
Forum: Plugins
In reply to: [Multiple content blocks] can't get it to workAnd to martsgirl; yes, thank you for the code sample. I use the same syntax and code, outside of the loop, but nothing shows for me.
Forum: Plugins
In reply to: [Multiple content blocks] can't get it to workNope, still nothing.
A remote HTTP request eh? How about if the server I use has Apache2 with Nginx as caching server in front?
I’ve just tried commenting line 92 in the file you mentioned but it didn’t change anything.