wprock
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Even administrator can't add new post.Ahh….please do not follow my instruction. I have no idea for multisite. Another man will help you. wait for some times. Thank you
Forum: Fixing WordPress
In reply to: Even administrator can't add new post.re-upload the wp-admin and wp-includes folder via ftp
Forum: Fixing WordPress
In reply to: ,… after the Hackyou are welcome
Forum: Fixing WordPress
In reply to: ,… after the Hackyou need to clear the FB cache http://developers.facebook.com/tools/debug
Forum: Fixing WordPress
In reply to: navigation bar suddenly made white gap:)…Welcome
Forum: Fixing WordPress
In reply to: navigation bar suddenly made white gapGo to WP-Admin->Pages. You will get two pages which have no title. Remove them or put in draft.
Forum: Fixing WordPress
In reply to: Drop down menu does not "drop down"ok.
Forum: Fixing WordPress
In reply to: Can't log-in to WP-Admin after permalink changeWhen you will create permalink structure then WP will automatically create a new .htaccess file and new rule will work for your site
Forum: Fixing WordPress
In reply to: Aligning image with text in a table rowwelcome. Mark the thread [RESOLVED]
Forum: Fixing WordPress
In reply to: Can't log-in to WP-Admin after permalink changeLogin via FTP and remove the .htaccess file or rename it like this .htaccess-bkp. Then login to admin and re-create the permalink structure
Forum: Fixing WordPress
In reply to: Drop down menu does not "drop down"Bug is here:
$j(“ul.sf-menu .dd-tab li.current_page_item > a, ul.sf-menu .dd-tab li.current-cat > a, ul.sf-menu .dd-tab li.current-menu-item > a, ” +
“ul.sf-menu li.current_page_item.dd-tab > a, ul.sf-menu li.current-cat.dd-tab > a, ul.sf-menu li.current-menu-item.dd-tab > a, ” +
“ul.sf-menu li.current_page_item.regular-tab > a, ul.sf-menu li.current-cat.regular-tab > a, ul.sf-menu li.current-menu-item.regular-tab > a,”).each(function() {
$j(this).addClass(‘current’);
});REPLACE WITH THIS CODE
$j(“ul.sf-menu .dd-tab li.current_page_item > a, ul.sf-menu .dd-tab li.current-cat > a, ul.sf-menu .dd-tab li.current-menu-item > a, ” +
“ul.sf-menu li.current_page_item.dd-tab > a, ul.sf-menu li.current-cat.dd-tab > a, ul.sf-menu li.current-menu-item.dd-tab > a, ” +
“ul.sf-menu li.current_page_item.regular-tab > a, ul.sf-menu li.current-cat.regular-tab > a, ul.sf-menu li.current-menu-item.regular-tab > a”).each(function() {
$j(this).addClass(‘current’);
});YOU WILL GET THE CONTENT FROM THIS FILE http://tiyya.org/wp-content/themes/suffusion/scripts/suffusion.js
Forum: Fixing WordPress
In reply to: This webpage has a redirect loop. help!! please!!First login to wordpress.com.Then move your mouse on your avatar and you will get Help & Support . http://wordpress.com/#!/help/
Forum: Fixing WordPress
In reply to: Showing only certain recent postsupload the shortcode’s code on pastebin.com and share the link us? We can see the code from there. We will check, modify the code and send you the new link. You will copy code and paste in your file. That’s it
Forum: Fixing WordPress
In reply to: Aligning image with text in a table row#content-area img{vertical-align: middle;}
Forum: Fixing WordPress
In reply to: This webpage has a redirect loop. help!! please!!I think that you will contact with wordpress.com’s support person