 Riley
|
Hi WPML,
I am making a bilingual (Spanish/English) webpage for a client using the WPML compatible Coherence theme and it seems that Ajax scrolling is not working for one of the languages. You can see that Ajax scrolling works beautifully in English, the site's secondary language (http://s4394.at2.pressdns.com/en/alliance-partners/). However, when the page where the portfolio is installed is changed back to the primary language, images show up but the text I've added does not (http://s4394.at2.pressdns.com/socios-de-la-alianza/). Any help would be much appreciated!
Good day!
RC
|
 brooks
|
Dear Riley,
I may need some aid in seeing what you mean, A well labeled screenshot of the problem page could help me understand what you are talking about.
Thanks.
|
 Riley
|
Hello Brooks and thank you for your response! I made a page with links that will bring you to screen shots of the problem pages.
I hope this helps. Please find the link below:
http://s4394.at2.pressdns.com/en/wpml-problem/#!prettyPhoto
Warm regards!
|
 brooks
|
This happening in the default language, try de-activating wpml and see if it works well in the default language. If it does,
enable wp-debug we see if its related to some php errors.
To enable it, open your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:
define('WP_DEBUG', true);
The wp-config.php is located in your WordPress root directory. It’s the same file where the database configuration settings are. You will have to access it by FTP or SFTP in order to edit it.
If you open wp-config.php and that define statement is not there, you can add it right before this line:
/* That's all, stop editing! Happy blogging. */
This will dump onto the screen any message, including errors, warnings and notices.
|