Aiwe
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] How do I translate this plugin?Hi. I translated it into Russian there. I can also make Polish and Ukrainian.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Max Tilte Length retain full length tooltipsIt seams to be better option if someone hover on shortened breadcrumb and receive tooltip with full title. Thank you in advance!
Forum: Plugins
In reply to: [Breadcrumb NavXT] Breadcrumb NavXT and WPMLYes I made translations using WPML’s String translation and it worked for me. Now “Home” IS translated in different languages. Everything I translate there is working for me so far.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Breadcrumb NavXT and WPMLYou are right, try instead searching for “Home” in general, you’ll likely find it two times, try adding translations in plugin breadcrumb-trail context.
Forum: Plugins
In reply to: [Breadcrumb NavXT] [Plugin: Breadcrumb NavXT] Compatibility request with WPMLI just coined filter in my finctions.php wich removes @es from the titles in breadcrumbs:
add_filter('bcn_breadcrumb_title','navx_filter_fix'); function navx_filter_fix($string){ $string = str_replace('@'.ICL_LANGUAGE_CODE, '', $string); return $string; }Forum: Plugins
In reply to: [Breadcrumb NavXT] Breadcrumb NavXT and WPMLTo translate “Home” just use WPML String translation. Search for “Home” under “Select strings within context: plugin breadcrumbs-navxt”.
Forum: Fixing WordPress
In reply to: 403 Error on adding to menuI have the same issue with nav-menu on my hosting. At my local machine everything is fine.
I found out in error logs of the hosting server that it’s due to ModSecurity. I’ve got the message
ModSecurity: Access denied with code 403 (phase 2). Operator GT matched 255 at ARGS. [file "/etc/httpd/conf/modsecurity/modsecurity_crs_23_request_limits.conf"] [line "28"] [id "960335"] [msg "Too many arguments in request"] [severity "WARNING"]Forum: Fixing WordPress
In reply to: pagination with custom post type (getting a 404)Hi. Code from vectyr worked for me on wp 3.0.5
The only workaround I found is to set some background color not transparent.
I addied <!–[if IE > condition with #000 background for site I’m working on: http://sofia.if.ua/Hi. I have exactly the same issue and found this post looking for solution.
Damn, all my themes are looking bad in IE, especially in ie6 and ie7 🙁 Every brouser renders them well except ie.