hboswijk
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] Support for qTranslate-X?Well, that’s quick work. Thank you very much.
It solves the display problems on the frontend.
But the admin screens for adding/editing events and locations don’t show the qTranslate-X elements.
Of course one could use shortcodes to separate the elements, but that is not a very userfriendly solution, especially in the tinymce-editor.Forum: Plugins
In reply to: [qTranslate X] Compatibility function naming with other pluginsFirst of all: a good 2015!
I haven’t seen any error messages, because debug was off. But the results on screen were obvious. Unfortunately, my project is on a local server for the moment, so I cannot show it to you.
About NextCellent Gallery: Gallery-titles in an album were shown just like I entered them, with shortcodes. For exaple:
[:nl]Zomer 2011[:de]Sommer 2011
. The same goes for descriptions of individual images.
Changing the function reference in the file core.php (the only reference in the plugin code as far as I can see) from qtrans to qtranxf solves this problem. I (or you) could ask the plugin authors to add this to their code.Events Made Easy is a somewhat more complicated affair, because there are several references to qTranslate functions in the code.
Titles of events and locations display in all languages with the shortcodes, and the tinymce editor for adding event details does not show the language switcher buttons. With (m)qTranslate it all works fine.Forum: Plugins
In reply to: [mqTranslate] Cannot insert images in text editorI can insert images, but I cannot embed videos. Every time after saving the iframe disappears.
(I posted this before in a [resolved] topic, so I put it here again.)Forum: Plugins
In reply to: [mqTranslate] WP 4.0 SupportI can insert images, but I cannot embed videos. Every time after saving the iframe disappears.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce update doesn't update languageSorry about the repetition. Got an error in stead of a page reload
Forum: Plugins
In reply to: [WooCommerce] WooCommerce update doesn't update languageI have Woocommerce activated on one site in a WordPress network installation. The language update button sends me to the network update page, but when I get there there is no mention anymore of the language update.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce update doesn't update languageI have Woocommerce activated on one site in a WordPress network installation. The language update button sends me to the network update page, but when I get there there is no mention anymore of the language update.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce update doesn't update languageI have Woocommerce activated on one site in a WordPress network installation. The language update button sends me to the network update page, but when I get there there is nu mention anymore of the language update.
Forum: Plugins
In reply to: [WooCommerce Products Per Page] Translation not showingThank you very much. That solved it.
Herman Boswijk
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] More than one articleWell, but that results in a list of clickable post-url’s or post titles, just like [LATEST-POSTS].
What is wished for is the possibility to display more information from several posts (e.g. extract, content).
This is now possible, with the post tags like [POST-EXTRACT] or [POST-CONTENT], for just one post.
So the result should look like:Title of post 1
Blah blah blah (content or extract of post 1)Title of post 2
Blah blah blah (content or extract of post 2)Title of post 3
Blah blah blah (content or extract of post 3)Forum: Plugins
In reply to: [ALO EasyMail Newsletter] More than one articleObviously, quite a few users of this wonderful plugin have this request for the possibility to insert more post-info into their newsletters.
And most of us lack the capabilities to create or adapt custom placeholders.
I can see that to have the placeholder [LATEST-POSTS] insert more info than just the post-title (extract or content) you would have to edit the ‘foreach’-loop in the custom-hooks file. But that is beyond my knowledge of php/wp.
Another option might be to make the post-placeholders ([POST-TITLE], [POST-CONTENT] etc) configurable by adding post-ID’s or make the post-dropdown-list multi-selectable.So this is definitely a request for the future.
I just made a small donation for inspiration ??Forum: Plugins
In reply to: [WP eCommerce] Translate "price" in frontendEasy: start POedit, open your .po-file (wpsc-fi.po in your case) and then choose Catalog -> Update from pot-file and then load wpsc.pot.
New lines will be at the top of the list in blue (untranslated) and yellow (provisionally translated).Forum: Plugins
In reply to: [Contact Form 7] StylingI have a related question and did not find an answer in the forum so far.
I did create additional styling in my theme’s style.css.
But cf7’s styles.css takes precedence over style.css. So how can I override the settings in styles.css?
For example: I want to remove the green border around the ‘success’-box.Forum: Plugins
In reply to: [WP eCommerce] Trouble with localization filesForum: Plugins
In reply to: [WP eCommerce] Translate "price" in frontendI had the same problem.
Editing product-template.php is the quick way.
The problem is that most of the po-files are not yet updated for the latest version of WP e-Commerce.
A better way would be to download the program Poedit, load the po-file for your language and then update it with the catalogfile wpsc.pot.
Then you can edit any string, whether already translated or not, and save your po-file.