tuanakotta
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Making nav menu cells clickable (instead of just the cell text)Thank you very much Marv. You are very helping.
Forum: Fixing WordPress
In reply to: Making nav menu cells clickable (instead of just the cell text)hi all, I try to doing this for my li. but it doesn’t work at all.
<script type="text/javascript" > $(function() { $('li.clickable').css('cursor', 'pointer') .click(function() { window.location = $('a', this).attr('href'); return false; }); }); </script> <ul> <li class="clickable"> <h2><a href="#">Travel</a></h2> <p>Content</p> </li> </ul>Forum: Plugins
In reply to: Facebook social publisher throwing errorsI have same problem here.
Error: {“message”:”(#1) An error occured while creating the share”,”type”:”OAuthException”}
I using WordPress 3.4.1, Facebook Plugin 1.0.2,
free hosting (000webhost.com), free domain (co.cc)Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Posting Problemhow to delete this post.
I have same issue here. and t-p, I already try your suggestion and faced these problems.
First, via phpMyAdmin, I can’t found the line active_plugin in wp_option table which is written in that Instruction you’d linked. So I can’t deactivated plugin via phpMyAdmin
Second, deactivated plugin via FTP, I also try to follow the instruction in that link. But nothing changed too.
Finnaly, I upload fresh download excpet wp-config.php and wp-content and nothing change. But thanks anyway.