codingpet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adsense QuestionAs far as I know, it’s not allowed.
Forum: Fixing WordPress
In reply to: Posts not displaying correctly in Portfolio-3 Column Portrait Pagetry deactivate plugins to make sure it’s not caused by a plugin issue. Also check to make sure the page template is the 3 column template you used.
Forum: Fixing WordPress
In reply to: Error messagesIt seems allow_url_fopen is off. Have you contacted the hosting for help? Maybe they can enable it for you or provide you solutions(e.g. changing .htaccess file to make it on or edit php.ini).
Forum: Fixing WordPress
In reply to: Adding A Plugin To Right Sidebar Moves Other PluginsHi Mike,
It seems there is an extra </div> in the widget(Special Recent Posts Pro??) caused the problem. Does the widget work with the default twentyeleven theme?
Forum: Fixing WordPress
In reply to: Invisible content in edit window as a "Editor" access level.Go to wp-admin->users->your profile to check if visual editor is disabled for this editor user. Each user can configure if display visual editor, toolbar etc.
Forum: Fixing WordPress
In reply to: All my posts have disapearedIt seems like not caused by changing background image. Have you changed wp-admin->settings->reading->front page to a static page(home)?
Forum: Fixing WordPress
In reply to: Photo Gallery IssueAs far as I know, the codes(shortcode??) you inserted into the page( at the end of the first [one_third]) is incorrect. Please check all shortcodes are written correctly specially the start and end “[]” tags.
Forum: Fixing WordPress
In reply to: All my posts have disapearedwhat’s your URL? is it online to check?
Forum: Fixing WordPress
In reply to: static pagesWhat’s the site URL? is it online? Pages should not have a post at the bottom unless there are custom codes in your page template to output the post. Please take a look at your default page template.
Forum: Fixing WordPress
In reply to: Adding A Plugin To Right Sidebar Moves Other PluginsIs this your site? http://offlicenceforsale.com/ The URL you showed is wrong.
I didn’t see any problems in the sidebar.
Forum: Fixing WordPress
In reply to: How to allow members to subscribe to ALL comments?Does this work for you?
http://wordpress.org/extend/plugins/comment-reply-notification/
Forum: Fixing WordPress
In reply to: static pageswp-admin->settings->reading section to configure the front page and posts page. Is it working?
Forum: Fixing WordPress
In reply to: How to properly use website keywords?Yes. use plugin e.g. http://wordpress.org/extend/plugins/wordpress-seo/ is a good way to add keywords.
Forum: Fixing WordPress
In reply to: File Size Upload Max Too Smallphp.ini configuration is the way to limit upload size. I don’t think wordpress limit the site. have you changed the “post_max_size” in php.ini to a larger number?
Forum: Fixing WordPress
In reply to: Plugins for Duplicating Photos?In the Gallery page, when adding media, you can select from media lib(images uploaded before will be there). Is this the problem?