cylcathy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blank page after registration attemptI mean the registration problem.
Forum: Fixing WordPress
In reply to: Blank page after registration attemptI am encountering the same problem which you’d been gone through. However, after I updated to wordpress 3.3.1, the problem still remained. It’s quite troubled for my users!
Forum: Plugins
In reply to: Registered confirmed email cannot be sentI am using the Register Plus and WP-Invites Plugin, just wonder if this is the problem of the plugin. But I cannot find the solution
Oh~thx very much! A very good plugin. I would also like to ask if IE7 or below could not see this popup? As I try firefox and IE8 and it looks fine. But when it comes to IE7, it fails to show up.
Forum: Themes and Templates
In reply to: Remove png Images and tables background in postsI found that even the image type is jpg, there is also a grey border/background around the image. Anyone could help?
I had fixed the problem. Only replace the button image and it looks fine on the each page.
Forum: Themes and Templates
In reply to: navigation category orderOr this change is not for navigation bar?
Forum: Themes and Templates
In reply to: navigation category orderBut I had changed the “category-template.php” according to this link. I would like to order the navigation categories (main menu, not widget) according to slug rather than name as default. So I set the following:
function wp_list_categories( $args = '' ) { $defaults = array( 'show_option_all' => '', 'show_option_none' => __('No categories'), 'orderby' => 'slug', 'order' => 'ASC', 'show_last_update' => 0, 'style' => 'list', 'show_count' => 0, 'hide_empty' => 1, 'use_desc_for_title' => 1, 'child_of' => 0, 'feed' => '', 'feed_type' => '', 'feed_image' => '', 'exclude' => '', 'exclude_tree' => '', 'current_category' => 0, 'hierarchical' => true, 'title_li' => __( 'Categories' ), 'echo' => 1, 'depth' => 0, 'taxonomy' => 'category'But nothing changed to my site. Is there any setting I set wrongly?
Oh~I had fixed that! Really thanks for your help!
Where should I change this code? Is that on the css file of this plugin? As I couldn’t find which file I need to change.
Yes, really, that fit most of my needs among the plugins! Thanks very much!
Oh, i think it’s because of the webhosting setting. I’d tried another site then it works fine! I would like to ask if your plugin also support the content including table? As I may sometimes use the table to illustrate the data or figure in my post, but I found that the table is not very perfect in the pdf exported version. Or I need to make those table into images and then insert to the post?
Hi joliprint,
Here is my link, the image cannot be shown after i export the pdf of this page
Hey, I’d upgraded to 3.6.20 but the registered user received the verification email appeared to this:
“Verification URL: $verification_link%
Please use the above link to verify your email address and activate your account”There is only “$verification_link%” but not the link. After that, I’d even deleted the plugin and re-installed again but same problem remained.
Forum: Plugins
In reply to: [Register Plus Redux] [Plugin: Register Plus Redux] Invitationsradiok,
Haha, thanks to your response! Sorry for my poor English. “Many codes” means how many codes to exist. As sometimes I may need to invite a group of people (say maybe over one hundred) so just want to know if your plugin have this limitation.
I think your plugin is great! I understand invitation code may not be your priority. I am not very good at SQL but sometimes will edit the command by searching the forum. It’s great if you can assist me on that! (In case that it is not so disturbing to you). Thanks very much for your quick response!