taniav
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to Display Related Product by Attributes?not yet ??
Forum: Networking WordPress
In reply to: How to Activate New User?Hi @buddies,
I am not sure what causing that problem you faced. Maybe there is another plugin you installed that control user registration too?
Forum: Networking WordPress
In reply to: How to Activate New User?–deleted– (reason: double post)
Forum: Networking WordPress
In reply to: How to Activate New User?I am glad it can be useful for you, guys. ??
Forum: Plugins
In reply to: [List category posts] Problem with Order by TitleHi,
I just have time to check out my site’s database. I looked at table post_title in wp_posts. There was some posts with additional tags from other plugin, qTranslate (it’s plugin to support multilingual site):
<!--:en-->Text in English<!--:--><!--:id-->Teks dalam bahasa Indonesia<!--:-->
That tags affect the sorting. So, in my case above, 7 posts with additional tags, 46 without additional tags.
Now I can clarify, it’s not a bug from your plugin.
Just in case if there’s someone run into the same problem. I solve it by adding tags to all posts’ title, even if it’s untranslated posts. Like this example:
<!--:en-->Text in English<!--:--><!--:id-->Text in English<!--:-->
Hope it helps.
Forum: Plugins
In reply to: [List category posts] PaginationI’m happy that pagination now went to the stable version. Keep up the great work ??
I will keep inform you if I run to any problems with this plugin. ??
Forum: Plugins
In reply to: [List category posts] PaginationHello, picandocodigo.
Everything is okay with the paginator, until it goes beyond 21 page. It creates new row below the first one. Each rows overlaps each others. There’s also number that break if it’s at the end of a row, like page 22. (screenshot)
I tried to modify the style a little bit, like this:
.lcp_paginator li{ border: 1px solid; display: inline-block; margin: 2px; padding: 0 5px; }
It solved the overlapping issue, but it makes it not justified.. (screenshot)
I think it’s best to go with your plan: adding prev, next, first, last. Just to make it not goes beyond one row, it doesn’t have to show all pages numbers, etc.
Thanks for all your great works! ??
I don’t think it’s related to my WP setup because I have exactly the same setup on my localhost (XAMPP) and this plugin works well, but not work on my live site.
I don’t know, maybe it’s my shared hosting.. But it runs on Apache, PHP5.2.17 (this plugin’s minimun is PHP5.2).
Forum: Networking WordPress
In reply to: How to Activate New User?Okay, I found out what causing this.
It’s All in One WP Security plugin. I enabled manual approval for new registration. (User Registration > Manual Approval)
So, I have to manually approve all new user in there.
Sorry for the confusion..
Forum: Plugins
In reply to: [List category posts] Removing bullets?You are welcome ??
Don’t forget to mark this post as resolved if there’s no more issue with it.
Cheers!
Forum: Plugins
In reply to: [List category posts] Removing bullets?Hi DragonDon,
I checked your site.
Try to edit your css that styled .lcp_excerpt as followed:
.lcp_excerpt{ list-style: none !important; margin-left: 0; text-align: justify; }
Forum: Networking WordPress
In reply to: How to Activate New User?If it’s matter: I turn off user registration, so I have to created new user for whoever want to be a user on my site.
Thank you for your time, Ipstenu.
I marked this as resolved.
Well, lesson learned: DO NOT ever search and replace the database without certain script because it will break your database and site. ??
Have no luck fix it with that script. Maybe the “damage” has been too much. I ended up fresh install it directly on the live server and then import everything from old site.
I was using AdRotate version 3.8.9
Edit: Downloaded it from WordPress repository on 22 Nov 2013, by the way.