-
Author
-
November 8, 2016 at 05:39 #143264RoaderParticipant
Remember me does not work or remember user and pass.
Attachments:
You must be logged in to view attached files.November 8, 2016 at 05:40 #143266RoaderParticipantAnd how I can translate “your privacy is important…” ?
November 8, 2016 at 07:41 #143303LauraModeratorPlease update the theme to latest version 4.0.4 and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Also Theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/
<h3>A small introduction on how translations work</h3>
Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.
<h3>Follow these steps to get you started:</h3>- Install Loco Translate plugin
- Go to the plugin dashboard: WP Admin – Tools – Manage translations
- Find the theme or plugin in the list.
- If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
- Press SYNC button to synchronise your translation with the provided .pot file
- Search for the string you want to translate and add your translated string.
- Press Save when you finished your translation.
Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 8, 2016 at 16:34 #143333RoaderParticipantLaura, version 4.0.4 ? Parece que eso es para KLEO.
SweetDate va por la 2.9.6
Pero aun así probaré a ver.Sobre lo de Loco translate… también pero, cómo puedo tener una página multi-idioma? O un selector de idiomas en la página
November 9, 2016 at 04:00 #143463RoaderParticipantHola Laura. Hice lo que dices en wp_config.php, pero me sale este error en el top de la página:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; sidebar_generator has a deprecated constructor in /Applications/MAMP/htdocs/wordpress/wp-content/themes/sweetdate/framework/classes/multiple_sidebars.php on line 30
Radu me pasó un archivo multiple_sidebars.php corregido, pues las sidebars generadas tenían un error en el Theme. Espero que actualicen eso.
Por el momento lo dejé en false. Aun así, me interesa bastante la opción: REMEMBER ME.
November 10, 2016 at 07:29 #143687LauraModeratorHola, para multiples idiomas te recomiendo q-translate x, ya que es gratuito y tiene muchos módulos gratis para otros plugins
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.