olivda2
Forum Replies Created
-
Forum: Plugins
In reply to: [Invitation Based Registrations] Critical errorI am also getting the same issue making the plugin not fit for purpose at the moment. I have emailed you about this…
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] 3.7.1 upgrade broke Mailchimp connection (?)Hi,
Just to report that version 1.3 of the MailChimp plugin also failed on my WordPress 3.7.1 framework. When I upgraded the plugin the form disappeared then when I went into the plugin settings it was requesting me to connect with MailChimp. When I clicked the connect button a smaller pop-up came up which contained the tablet version of my site? Assume it was supposed to show MailChimp sign in area.
Anyway didn’t have the time to bugbust so deleted the updated plugin and installed the old version (1.2.14). All working again now.
I’ll subscribe to this thread for if you manage to fix these issues.
David
Forum: Fixing WordPress
In reply to: Blank Pages [post.php , options.php]Hi,
Just saw your post as I was having the same issue tonight. There’s loads of people on forums saying to go into the database and delete a .tmp entry. But one of the commonbest causes of this issue which nobody ever thinks of is that there’s some white space in your functions.php file. So if you have a stray line or two underneath your closing ?> tag delete them all so that your final line finishes with the ?> upload the file and then it may well cure the annoying white screen issue.
Thanks, would never have worked that out, but it worked!
Forum: Fixing WordPress
In reply to: Embed a swf index.html into a module/widget?Hello,
I have always found the plugin ‘kimili flash embed’ (http://kimili.com/plugins/kml_flashembed) normally does the trick. It handles everything relatively easily, and you can even add a ‘noflash’ image for those folks with iPhones, iPads etc who are unable to see flash.
Forum: Fixing WordPress
In reply to: Ubercart for WordPress?Hi,
Good luck on this one!
I have been desperately trying to find a WordPress e-commerce solution, but its not easy.
From a non developer once installed by developer WP E-Commerce with paid Gold Cart extension (USD 40) is simple enough. From a developers point of view its buggy, requires hacking to get to work / style, and behaves not as expected when some configuration options are taken.
On the other hand I am quietly confident in new beta store called WP Online Store which is a plugin that installs well respected open source OS Commerce on your WordPress installation. I have just installed it so am still testing, there’s not a lot of folks on their forum but its a really active forum as its testers and developers.
My current client however obviously needs something out of the norm which is an ANZ eGate payment gateway which is not an option at the moment (although everything else under the sun is!)
If anybody knows of a WordPress solution for ANZ eGate then please PM me.
Best wishes,
olivdaHi,
I was getting a blank content area when using the ‘register’ shortcode. I found that it was down to the generic WordPress issue which is acsusd when you copy and paste short codes with speechmarks in. For some reason WordPress does not like curly speech marks. The solution with a lot of these bugs is to overtype the pasted speech marks “” with fresh ones “”. Sounds crazy, it is, but it works!
Forum: Fixing WordPress
In reply to: Unique Plugin Information being lost on Posts OnlyHas anybody any ideas on this?
Forum: Fixing WordPress
In reply to: Links in posts not visible on homepageHi,
Think this might help you…
I would switch back to using the_excerpt() in your index.php theme file.
Try adding this bit of code to your theme function.php file (somewhere inbetween the main php tags):
// Changing excerpt more
function new_excerpt_more($more) {
global $post;
return ‘ID) . ‘”>’ . ‘ [Read More]‘ . ‘’;
}
add_filter(‘excerpt_more’, ‘new_excerpt_more’);———————————————————————–
The above bit of code will change the rather annoying and unclickable […] into a clickable [Read More] link (obviously change the ‘Read More’ wording if you want to).[mod: please use the ‘code’ button to mark your code – it should then not change when you post it]
Forum: Fixing WordPress
In reply to: Clicking Tools / Export is resulting in a message of Error!Thanks Esmi…
This solution worked, the plugin causing the conflict was Download Manager (http://www.wpdownloadmanager.com/).
Now I know, it is no problem to deactivate, do the export, then reactivate again, as it is a useful plugin.
Forum: Fixing WordPress
In reply to: Unique Plugin Information being lost on Posts OnlyHas anybody any ideas on this?
Forum: Everything else WordPress
In reply to: Unable to login to WordPress from one computerCan anybody help me on this please?
Thanks
Hello Again,
I have now sorted this out. Just thought that I would share what the problem was which I think is quite obscure!
It turned out to be a comment in the code which had not been coded correctly, the line at error was:
</div><!– #post -<?php the_ID(); ?>->
Once changed to…
</div><!– #post –>
<?php the_ID(); ?>…the erroneous front-end stylesheet information disappeared – hurrah!
Forum: Fixing WordPress
In reply to: WordPress Feed including an image to an external website@iridax
I came to wordpress.org because wordpress.com sent me too it as per below!!!!!!!!!!!!!!!!!!!!!!:
“The issue is that probably no one here has any experience putting RSS feeds into an external site. Even though you are working with a wordpress.COM blog, I would suggest searching the forums at wordrpress.ORG and if you find nothing, then post a question there. They are much more likely to have experience with this.”