phanson_tt
Forum Replies Created
-
Forum: Plugins
In reply to: [Wp-Insert] Multiple Ads in middleHi,
I need the same function.
I want add multiple ads in the middle of the post.
For Ex:
I want After 8th Paragraph and after 15th paragraph in the bellow article
https://www.toplisttips.com/top-16-most-powerful-gay-ceos-changing-the-world-in-technology-552.html
I’ve tried put 8,15 in the Paragraph Buffer Count of Ad – Middle of post content but only the first number work. It’s only show ads before the 8th paragraph.
Forum: Plugins
In reply to: [ZM Ajax Login & Register] Can I add email authentication?Hi,
I’m very need this function. I hope that you will realease it soon.
thank you
Forum: Plugins
In reply to: [Like To Keep Reading] Like current post urlHi,
Go to wp-admin > plugins > editor > select Like To Keep Reading from the top right dropdown then click select > chose file name like-to-keep-reading/liketokeepreading.php in the right siderbar> find
if ($href == '') { $href = ..... }
replace with the code below
if ($href == '') { $href = get_permalink(); }
save
in the seting page of this plugin -> leave the url field blank
save option and enjoy
Forum: Plugins
In reply to: [Fundify Crowdfunding (Moved)] how to translate this plugin using .pot fileI think you should place the language file here:
wp-content/languages/atcf-da_DK.po
wp-content/languages/atcf-da_DK.mothen drop a line of code to wp-config.php
define('WPLANG', 'da_DK')
Forum: Plugins
In reply to: [Fundify Crowdfunding (Moved)] how to translate this plugin using .pot fileHi Morten_a
I’ve found the solution for my problem.
My advide is use Poedit download at https://www.poedit.net/
it is very easy for you to create or translate language.Every theme or plugin have it own language file (if it offer .po .mo file)
For example in my case:
my theme have a folder language: domain.com/wp-contents/themes/abc/language
My plugin have a folder language too: domain.com/wp-contents/plugins/abc/languageI place the theme language file like this:
domain.com/wp-contents/themes/abc/language/mythemlanguage-vi_VN.po
domain.com/wp-contents/themes/abc/language/mythemlanguage-vi_VN.moThen I place the plugin language file like this:
domain.com/wp-contents/plugins/abc/language/mypluginlanguage-vi_VN.po
domain.com/wp-contents/plugins/abc/language/mypluginlanguage-vi_VN.moMake sure that the file name in this format: <name>-vi_VN.po and <name>-vi_VN.mo
name is depend on you, -vi_VN is depend on the main language of your website, in my case language is vietnamese and my country is Vietnam so in shortwrite is -vi_VN. You can use -en_US if you use English.
And the very importance that the ext name (-en_US) have to be the same of every plugin or theme language.Then place this line of code to the wp-config.php
define('WPLANG', 'vi_VN');
if you use english so it will be:
define('WPLANG', 'en_US');
remember to clear the cache of your site and web browser before refesh.
That’s it.
Forum: Plugins
In reply to: [Fundify Crowdfunding (Moved)] add other currencythe symbol for VND is ?
Forum: Plugins
In reply to: [Fundify Crowdfunding (Moved)] how to translate this plugin using .pot filehi Adam,
thanks for your reply
but after did all the step, my custom laguage still cant display. It’s still display the English.
I’ve tried many name (my language is Vietnamese)
atcf-vi_VN.mo
atcf-vi_VN.po
atcf-vn_VI.mo
atcf-pt_VN.mo
…..
None of them are work!Forum: Themes and Templates
In reply to: image with caption was not resize to fit the widthsorry for that
I have changed to many theme downloaded from www.ads-software.com but the problem is still happen
can you help me
I think this is a commom issue.
I’m very appreciate if you can take a look at my problemForum: Themes and Templates
In reply to: image with caption was not resize to fit the widthOk I will change to the Itheme2 now
have a check on my site
this link: https://cnetvn.com/2013/05/06/nokia-se-co-mot-cong-bo-quan-trong-o-canada-vao-155-sap-toi/
thank youForum: Themes and Templates
In reply to: image with caption was not resize to fit the widththanks for the reply
I just change to this theme for a week.
If you take a look at my example link you will see that I take that screenshot in itheme2 download from www.ads-software.comI hope you will help me