Forum Replies Created
-
AuthorPosts
-
May 27, 2014 at 11:46 am in reply to: Premise Plugin Translation and Edition of Default Text. #107012
hich
MemberSo in fact the plugin works great, however there's something we should do in order for the translation to take effects. First, create a folder named languages: wp-content/languages after we need to edit the wp-config.php file and change the default language there to "en_US". And in order to make it work, we need to upload the en_US.mo file into wp-content/languages.
Do not use the premise default files names it will not work. We have to use the conventional names for the languages en_UK, en_US etc...
All the modifications take effect on the plugin only if you made these changes....not easy to guess without any instructions..May 27, 2014 at 11:27 am in reply to: Premise Plugin Translation and Edition of Default Text. #107010hich
MemberOk fixed finally!
May 27, 2014 at 11:18 am in reply to: Premise Plugin Translation and Edition of Default Text. #107005hich
MemberThanks for your help, I tried with the plugin still not working. Any change made doesn't take effect on the front end.
May 26, 2014 at 6:56 pm in reply to: Premise Plugin Translation and Edition of Default Text. #106887hich
MemberHi, thanks for your feedback haven't used any plugin yet regarding translation, maybe I should give a try to the link provided? I'm using PoEdit which is the software usually used to translate themes and plugins. It generates a mo files and normally when uploading the mo files it works; But in this case, I don't know why it doesn't work.
hich
MemberI found this link:http://www.ericamuelleronline.com/5834/how-to-add-code-to-the-end-of-your-wordpress-posts-using-simple-hooks/
It seems that it's exactly what I needed. It should only shows on posts, and only when the post is opened (not on the front page or archive pages)
I added this piece of code:
<?php if ( is_single() ) { ?>
<div class="disclaimer">The views expressed here are the writer's own and do not necessarily reflect those...... </div>
< ?php } ?>
And enabled execute php in this hook, the problem I'm getting Parse error: syntax error, unexpected $end in message. Please if someone can help?February 16, 2014 at 7:41 pm in reply to: Add unique header images as background in page titles #90680hich
MemberMany thanks, that's fantastic! Never thought that we can add classes on page editor!
hich
MemberThanks for your reply, what I want to display is the name of the author instead of "About the Author". Changing the text there will not solve the problem. We have 40 authors.
hich
MemberOk for me it's a problem as well. There's no explanation on how to modify the template tags for genesis.
hich
MemberIt does not work well for me, it add an extra line with the two authors on top and I will need to hide the author box for that particular box.
hich
MemberHi Sridhar,
Many thanks for your help and support! My last question sorry, how to introduce the date for all the pages? We finally decided to keep it for all the pages, not only the home page?
Hope to hearing about you.
December 9, 2013 at 10:33 am in reply to: Premise and Product Description in the Sidebar (just like StudioPress) #77844hich
MemberHi!
Many thanks for your fast reply. In fact, I will have to add the code in the template not the widget area. The reason for that is simple; There's only one checkout page and several products. We can modify the widget area in the sidebar for one product only, but each time a user click on the checkout link he must get the full product description. Just like StudioPress when you checkout to buy a theme, you have in the sidebar right "your order summary" for each of the themes. It's a different sidebar per product.
Let me know 🙂 and many thanks!
November 3, 2013 at 9:42 am in reply to: The best way to create a table that works with shortcodes? #70670hich
MemberWhen everything is set up and running, I will certainly donate him money! This plugin should be a paid plugin! Thanks again.
November 3, 2013 at 6:16 am in reply to: The best way to create a table that works with shortcodes? #70654hich
MemberThanks TablePress works perfectly!
hich
MemberThanks a lot for your answer!
Is there any way to insert a class so I can customize a bit the date?
Also do you know how to include the date format with the day of the week (Friday 11 October 2013)
Many thanks again, appreciate your help. -
AuthorPosts