Ming Sheu
Forum Replies Created
-
Forum: Plugins
In reply to: maximum execution time of 30 seconds exceededHere’s the info on php docs, https://php.net/manual/en/function.set-time-limit.php
Are you developing the plugin for yourself or for distribution? 30 seconds is a lot of time so unless there’s some specific application/plugin with limited distribution, it is generally a bad idea to extend the time out even further.
Do you really need more than 30 seconds?
Forum: Networking WordPress
In reply to: www screws up domain mapping?https://www.jlptpass.com 301s to jlptpass.com for me so it looks like you fixed the problem?
This really isn’t the fault of the plugin. It hooks into wp_title which is what it’s suppose to do. The theme builds the title by concatenating wp_title with other data. Any plugin that hooks into wp_title to set the title will have the same issue with the twentyeleven theme.
As already suggested you can create a child theme just for the header.php file. It’s probably less than 5 mins of work as you only need style.css and header.php in the child theme.
Alternatively, you can check the box for “Force rewrite titles” from the WordPress SEO Titles settings page. That feature actually does a replace on the entire html title tag so it should accomplish what you want without having to modify the theme code. You may experience a performance hit using this method as compared to the wp_title method.
BTW, this is outlined on the Titles settings page of the plugin.
Forum: Fixing WordPress
In reply to: Permalink problemAfter emptying your trash, what do you see when you go to that page in the browser? Maybe that will help track down the issue.
e.g. what do you see at https://www.mywebsite.com/commercial/
Forum: Fixing WordPress
In reply to: Permalink problemThat usually happens when there’s a duplicate permalink. Have you checked to see if you have a duplicate page, post, etc. that is already using “commercial”?
Forum: Fixing WordPress
In reply to: Setting Up & Using Subdomain for Images on (mt)There are a few ways to do this. It depends on a few things.
1) are you comfortable with SSH?
2) do you have plans for CDN in the future?
3) do you want to stay within WordPress or do you want to move things around? (files, links, etc.)
4) are you already using W3 Total Cache?
5) how many existing posts do you have?Forum: Plugins
In reply to: [WP Social AutoConnect] [Plugin: WP-FB-AutoConnect] Problem with 1.6.1It looks like line 350 of Main.php is passing a callback function that doesn’t exist? Seems that is should be changed from jfb_turn_on_prettynames to jfb_turn_on_bp?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] w3_get_home_root() not workingSupport ticket submitted.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] w3_get_home_root() not workingSome additional information.
Looks like my sites are under the VirtualDocumentRoot as configured in httd.conf
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] w3_get_home_root() not workingSorry for digging up an old post.
However, I’m having this exact issue on WP 3.0 and W3TC 0.9.1.
Could you include the solution in this post? I could not find any more information beyond this post.
Is it my server settings, plugin settings or do I need to manually modify .htaccess?
Thanks in advance.
Forum: Your WordPress
In reply to: New Site Design and Theme – Need ReviewThanks for the feedback… That was one of my concerns. Had way too many ads before and wanted to cut it down. Also, wanted to position them in places that weren’t so intrusive while having visibility. They are there for a purpose afterall.
Ming
Forum: Your WordPress
In reply to: Review of my WP blogThanks for the feedback. As I was reading your comment and looking at my site, it kinda dawned on me that a new visitor might not really know what the site is about. It’s not really a blog in the sense that I am writing all the time. It’s more a site to showcase some of the things that I’m tinkering with and an occasional post now and then to introduce things. Maybe I need to add a small “about” blurb on the front page somewhere to put some more focus on the widgets and services that I am experimenting with?
What do you all think? Do you know what the site is about? Does it draw you in to at least go to a second page before leaving the site?
Again, thanks in advance and all comments are welcomed (good or bad).
Ming