slamstar
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] SEO Meta translationHello Tim,
Thanks
Forum: Plugins
In reply to: [Loco Translate] How to update language files after theme files changing?Thank you, Tim
Forum: Plugins
In reply to: [Loco Translate] Contact Form 7 translation not workingI prefer to use different forms for each language. Thats more easy to setup and you can use additional fields etc
Forum: Plugins
In reply to: [Wordpress Content Slide] The Slide don´t worksIt’s possible because of jquery scripts conflict. You can use bug trackers tool to find error.
Forum: Plugins
In reply to: [Export to Text] [Plugin: Export to Text] Encoding issueI really don’t know, but I guess file can be export in the same encoding as I set in DB_CHARSET in wp-config.php
Forum: Fixing WordPress
In reply to: Warning: array_map() in post.phpNiklas, did you solve your problem – I’ve got the same issue in 1426 line with 3.1.1 – 3.1.4. I’m using more fields plugin
Forum: Themes and Templates
In reply to: Img in more linkok, i’ve got it now –
try to use ‘get_bloginfo()’ instead of ‘bloginfo()’http://codex.wordpress.org/Function_Reference/get_bloginfo
the difference is, that get_bloginfo(‘template_directory’) returns a string that will be used in the content code.
get_bloginfo() is exactly what I need. Thank you. Looks like there is an error in WP Codex )
Forum: Themes and Templates
In reply to: Img in more linkI’ve got a wrong url to image src – “images/leaf.gif” instead of “http://whatever.com/wp-content/themes/themename/images/leaf.gif”
Forum: Fixing WordPress
In reply to: get_the_content($ID) display the content, outside the loop????Just made an another posts query with selected posts/pages and use loop and the_content()
Forum: Fixing WordPress
In reply to: How to add class to last list itemDid you find the solution?