janismo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to get rid of the info block in the posts?share a link
Forum: Fixing WordPress
In reply to: Changing the color of one pageNot a problem. No, you do not have to add all lines, I just copied them all from your site. It will be enough with:
#branding {
background: #fff;
border-bottom: none;
}#main {
background: #fff;
}Actually, I don’t even know about inspect feature.
BTW, wonderful photos!
Forum: Plugins
In reply to: [Pronamic Domain Mapping] No result… what to do?dikgussekloo, could you please write step-by-step tutorial on how to point my custom domain to the newly created domain name page, cannot find any documentation. thanks!
Would be interested as well.
What is the maximum of feeds and items (posts) this plugin can handle?
thanks!
hi! it’s not about .mo + other strings work fine.
Probably, issue is that you are using _x, which is not working well with all editors. Had to read multiple threads, add additional translation keywords, but I still cannot get these lines working from Poedit.
Maybe you could try to test some translation yourself. As a whole, it looks like these _x are not necessary at all. Idea is to comment 100% equal lines, but in Pmpro functions.php, where I see all these _x, most lines are different and you are using _x as a simple comment option – this is just my opinion of course.
thanks!
Hello Jessica,
Basically, have the same question.
These lines are from pmpro_getLevelCost(). All are in .po file, but they are not translatable, at least these 3 lines, which includes “The price for membership is…” – changes in .po have no effect in the front-end.
Do you mean that this text cannot be translated from .po, what the point of adding it?
thanks!
hi Clementtang!
Could you please tell if you solved this question or not?
I would like to get this working too.thanks!
Forum: Plugins
In reply to: [SlimStat Analytics] Total Pageviewshi! could you, guys, please tell me if WP SlimStat (with Shortcodes plugin or without) would allow me to display page views of a single page (in front end – single custom post)? What about chart view?
thanks!
hi, drop me a link to your site and I will solve it.
Forum: Plugins
In reply to: [BuddyPress Hovercards] [Plugin: BuddyPress Hovercards] Load Morehi,
on WP 3.4.1 BP 1.5.6 (multisite) I do not have any problems with “load more” anymore (as was described in the beginning of the thread), but issue with activity filters is still there. Conflict is because of wp admin bar again. thanks!
Forum: Plugins
In reply to: [BuddyPress Hovercards] [Plugin: BuddyPress Hovercards] Username colorusername is set using h3 tag, what means that in your css h3 is defined as black.
add something like .tipsy-content h3 a { color: #FFFFFF; } to your css.
1) discussed here https://www.ads-software.com/support/topic/plugin-buddypress-hovercards-load-more?replies=3
2) it’s your css issue. I assume it could be something like text-align: left; in the inner of your hovercard.
Forum: Plugins
In reply to: [BuddyPress Hovercards] [Plugin: BuddyPress Hovercards] Load MoreIt is a conflict with admin-bar.js for sure. Any fix? thanks!
Forum: Plugins
In reply to: [BuddyPress Hovercards] [Plugin: BuddyPress Hovercards] Load MoreLooks like this is another conflict between admin-bar.js and tipsy.js.
Forum: Plugins
In reply to: [BuddyPress Hovercards] [Plugin: BuddyPress Hovercards] Load Morehi, same issue on my localhost with a child theme of bp-default:
WP 3.4 BP 1.5.5 (multisite/network);
WP 3.4.1 BP 1.5.6 (multisite/network).Ok, after a bit of testing I can 100% say that in my case issue is in functions.php of my child theme, exactly:
add_filter( 'show_admin_bar', '__return_true' );
If I remove it, hovercards for preloaded avatars are working again. The only issue – now I don’t have wp admin bar ??
Tried to move this filter to bp-custom.php, didn’t help.Would be great if you know some workaround, Mike. Thanks for the great plugin, anyway!