Problem is now that I cannot log in to my blog.
I have tried changing my password with the “lost password feature” where I usually log in but I only get the error message “ERROR: Invalid username or e-mail” when using the username. When using full email I get the following “The e-mail could not be sent.
Possible reason: your host may have disabled the mail() function…”
I have also tried the emergency PHP script. Using my user (which is admin) it doesn’t work. Using ‘admin’ the script returns a positive response but I can not use it to log in.
So far I have not tried phpMyAdmin yet, still waiting to retrieve password from my host…
BUT, the strange thing is, I’m using TwitterTools to post blogs when liking, e.g a YouTube video and that still works! I’m using my own standard log in for that plugin.
Can someone please explain and provide a solution why I can’t log in but the plugin is able to update the site?
]]>https://tinyurl.com/mq9dcw
]]>Issue 1:
When trying to insert an image into a post or a page I no longer get the popup window with the grey background, however I do get a full web page with the insert image options and buttons, but this is unusable.
Issue 2:
I lose all drag and drop functionality within the dashboard.
If I disable these plugins everything reverts back to normal.
I’ve seen several postings on these forums where this has been an issue for many, but no clear resolution.
I run a Blog hosting service for hundreds of people and this problem is common to all of them, even on brand new virgin WordPress installations.
]]>Let me know if I’m making any sense. Thanks, Luis
]]>Upon my reactivating it (with updated information) TwitterTools pulled the tweets from BOTH accounts. How can I make it only pull from my new account?
I have since deactivated the plugin again, so as to not post my personal tweets to my blog, as it’s not appropriate.
Any help is appreciated.
]]>Does anyone know what might cause this?
]]>I am having a problem getting the Twitter Tools to display correctly on my blog’s sidebar.
here is the code I have so far
<?php if (function_exists('aktt_sidebar_tweets')) : ?>
<div class="dbx-box">
<h3 class="dbx-handle" title="Latest Tweets">Latest Tweets</h3>
<ul class="dbx-content">
<?php aktt_sidebar_tweets(); ?>
</ul>
</div>
<?php endif; ?>
The problem I am having, as you can see, is there are ul li /ul tags inside the aktt_sidebar_tweets function, and the dbx_content. I have tried changing the ul li tags to div tags, that didn’t work. The problem is the ul li tags that are in the aktt_sidebar_tweets function, are pushing the twitter text too far over to the right, so I was wondering if there was a CSS tag, that would prevent the text from pushing too far over to the right side?
because I tried removing the ul li tags from within the plungin itself, but the plugin breaks so I don’t know how to fix this?
]]>