Support Forums for LiveMesh Themes & Plugins › Forums › FitPro Theme Support › Sample Data Needed
- This topic has 14 replies, 2 voices, and was last updated 6 years, 6 months ago by
Veena.
-
AuthorPosts
-
July 27, 2018 at 8:51 pm #30850
Zachary Buford
ParticipantCould you please provide the sample data so that I can have the demo page up as a starting point please?
July 28, 2018 at 5:05 pm #30851Veena
ModeratorThis reply has been marked as private.July 28, 2018 at 8:48 pm #30856Zachary Buford
ParticipantI have imported the data and tried to follow the directions in the video linked at https://support.livemeshthemes.com/faqs/agile-fitpro-replicate-demo-site-in-10-min/ but I am having issues, especially with the homepage. Could you please help me with this?
The website is in maintenance mode, so you will need to login to be able to see what is going on with the homepage. I also having issues editing the menu links. I have tried editing them to point at my domain, but the site is not taking the change for some reason.
The import completed successfully without any errors thrown.
https://www.journeyfitness.com/wp-admin/
themesupport
u3iHOF97lLBBu8UPE7suYl&kJuly 30, 2018 at 5:16 am #30863Veena
ModeratorCan you pls check now?
July 30, 2018 at 3:14 pm #30873Zachary Buford
ParticipantIt is looking much better. Does this theme support changing the permalinks?
I tried changing the the Common Settings to Post name, but it broke the home-2 page.
Also, how do I edit titles of things, such as the Timings title?
July 31, 2018 at 5:26 am #30876Veena
ModeratorIt may be mod_rewrite issue in server, please enable it.
Pls check this thread –
https://stackoverflow.com/questions/13149418/the-requested-url-about-was-not-found-on-this-serverYou can learn from http://www.solostream.com/blog/tutorials/translate-wordpress-theme/ about translating your site into your language. Pls make sure you add the entry for your language into wp-config.php file like this –
define (‘WPLANG’, ‘fr_FR’);
Pls use the pot files in ‘fitpro/languages’ folder as a template to create .po files.http://www.poedit.net/ -Poedit is the popular free editor for creating .po and the corresponding binary .mo files.If you want to change it to an alternate string in English then you can change directly in file en_US.po (default one), just need to change the string and hit update button.
You may need to do an update in POEdit to see all the strings
July 31, 2018 at 2:56 pm #30881Zachary Buford
ParticipantI want to edit some English strings. I did not find a file called en_US.po in my themes/fitpro folder. I searched the entire structure for that file.
August 1, 2018 at 6:06 am #30883Veena
ModeratorWill send you the files shortly.
August 1, 2018 at 10:54 am #30885Veena
ModeratorThis reply has been marked as private.August 3, 2018 at 2:29 am #30891Zachary Buford
ParticipantI have uploaded the language files and edited them to find Timings, but that does not show in the language files you sent. I also did not find it in the option-tree language files.
August 3, 2018 at 5:16 am #30892Veena
ModeratorThen pls try to modify in theme file framework/functions/header-title-area.php line no:105
$output .= '<h3 class="header">' . __('Timings', 'mo_theme') . '</h3>';
Inorder to preserve these changes from theme updates pls use child theme.
August 3, 2018 at 1:45 pm #30895Zachary Buford
ParticipantSorry, I am new to editing the theme files. The file referenced is not located in the fitpro-child folder. Can I just copy it from the fitpro directory and then edit it?
August 4, 2018 at 4:34 am #30901Veena
ModeratorJust copy the entire function –
function mo_display_header_info()
to your child theme’s functions.php file and make the change.
August 6, 2018 at 10:09 pm #30913Zachary Buford
ParticipantI tried copying the function into the child theme’s function.php file, but it just stopped the website from loading.
August 7, 2018 at 5:58 am #30914Veena
Moderatormay be it has got any syntax error.
Can you pls share the code here that you have copied there?
-
AuthorPosts
- The forum ‘FitPro Theme Support’ is closed to new topics and replies.