webperts
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Org Chart] How to create new organization structureGreat, I really impressed by your quick reply.
Let me try this, I think It will work.
Forum: Plugins
In reply to: [Simple Org Chart] How to create new organization structureCould you please suggest me from where I can set users, because there isnt any option do to so.
Forum: Plugins
In reply to: [qTranslate X] qtranslate x is not working Slider RevolutionI got the solution:
By using qtranlate-x plugin for multilangauge you can duplicate your slider (Slider Revolution) and use one for en and one for other language. Very easy and simple.
Forum: Plugins
In reply to: [qTranslate X] qtranslate x is not working Slider RevolutionSame issue I am also facing. Don’t know how to translate multilanguage with qtranslate-x plugin.
Forum: Plugins
In reply to: [WPGlobus] Problems updating languages tabsHi,
First time I am using this plugin for english and arabic languages and seems very nice, but when I am adding content in arabic it is also changes in english even i am editing on separate language tabs.
Kindly assist me how to fix it.
Thanks.
Forum: Fixing WordPress
In reply to: Make background transparentYou can also try below code to make background color transparent for all browsers.
.webperts_transparent {
width: 100%;
-ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=50)”;
filter: alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}Hope it will work for you.