InfoGiants
Forum Replies Created
-
Hi Tendor,
Sure we can continue this ticket. yes i have added translations for the strings that i needs to be translated. I don’t want to translate complete admin strings etc.
Only front-end files that i have translated but still those are not showing when i change the language in website.
Hi Tedor,
I have added the translation for fields in wpml string translation but that are not showing when i am changing the language. can you please help with that ?
Resolved. Thanks
Hi Teodor,
I have solved the problem, Anyway thanks for being available for support.
You have created very good plugin.
Thanks
Hi,
I am sorry i can not provide access as admin. Will it be possible to resolve it without it ?
Done scanning files
No strings found.
0 scanned filesWhen scanned plugins for strings, and plugin text domain: profile-builder is not showing in wpml string translation dashboard, so i am unable to translate the plugin static strings.
Can you please help me with this ?
Hi,
I am using: Version 2.2.7 , and it’s free version.
I have followed the procedure scanned theme and plugins using wpml but still in string translation dashboard the domain or plugin is not showing, so i am unable to translate plugin strings.
As i have checked domain is: ‘profile-builder’ , but it’s not showing in wpml string translation dashboard.
Any idea ?
Forum: Plugins
In reply to: [WP Job Manager] ?fit=1600,900 query paramter in job featured imageResolved !
Forum: Plugins
In reply to: [WP Job Manager] ?fit=1600,900 query paramter in job featured imageHi Adam,
Sorry to bother you about this issue. I have found this is Caused by Jetpack plugin photon module, i have fixed that. Your plugin works perfect.
Thanks for your wonderful support.
Forum: Plugins
In reply to: [WP Job Manager] ?fit=1600,900 query paramter in job featured imageHi Adam,
I just want to know is there any specific setting in backend for ?fit=1600,900, Image attachment meta in wp job manager. I am wondering where it’s coming from while i am debugging the $job post values.
On my local instance it’s not adding this params. and on dev instance it’s adding, Both instance having identical files. So there is something is set via backend that’s adding this ?fit=1600,900 , in Featured image url of the job.
Make sense ?
Any feedback on this ?
Hi, sorry my mistake wrong title but i have changed the title, you can delete this and your previous comment regarding title and borken. 😀
Great plugin, good work !!
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Error return on batch indexingI have fixed it guys and added a tutorial for it. save you lives 😀
Broken and not working for self hosted solr, Error in batch indexing in self hosted setup.
Fix:
=========1. Go to apache site and download solr version (solr-4.7.2) and extract to /opt/solr directory in root (/) dir and provide 755 recursive permission.
3. install latest java jdk version, as solr needs java. needs sudo user to install.
sudo -s
provide sudo password to login. than you will be logged in as root user.
install java jdk
sudo apt-get install jdk
confirm java installed
javac or java –version
3. change directory to solr
cd /opt/solr/solr/bin
3. start solr server
java -jar start.jar
4. locate your browser url
you will be able to see solr admin , cool.
5. Now you will need to fix
/opt/solr/solr/collection1/conf/solrconfig.xml file
open and change this ‘<luceneMatchVersion>4.7</luceneMatchVersion>’ to
<luceneMatchVersion>4.6</luceneMatchVersion>
It will match the luence version to our solr installtion setup. we are all completed now. if you will not do this it will throw error in indexing ‘lazy_load_error’ java.
6. configure wpsolr with solr details:
Index name: whateveer you want
Solr Protocol: http
Solr host: localhost
Solr port: 8983
Solr path: /solrAnd click “Check Solr Status, then Save this configuration” button a green arrow will show, means all cool. now check uncheck page,post ,cateogry , taxonomy to index, than go to “solr indexing batch” tab and
click “Synchronize WordPress with ‘Config’ ” button it will index all new changes to solr.7. Search in custom pages or post:
shortocde: [solr_search_shortcode]
Hurry !! 😀
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Error return on batch indexingHi,
There is an option for self hosted solr, remove this option if you do not support it. It’s useless if there is no documentation regarding this.