Sample Data Needed

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #30850
    Zachary Buford
    Participant

    Could you please provide the sample data so that I can have the demo page up as a starting point please?

    #30851
    Veena
    Moderator
    This reply has been marked as private.
    #30856
    Zachary Buford
    Participant

    I 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&k

    #30863
    Veena
    Moderator

    Can you pls check now?

    #30873
    Zachary Buford
    Participant

    It 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?

    #30876
    Veena
    Moderator

    It 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-server

    You 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

    #30881
    Zachary Buford
    Participant

    I 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.

    #30883
    Veena
    Moderator

    Will send you the files shortly.

    #30885
    Veena
    Moderator
    This reply has been marked as private.
    #30891
    Zachary Buford
    Participant

    I 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.

    #30892
    Veena
    Moderator

    Then 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.

    #30895
    Zachary Buford
    Participant

    Sorry, 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?

    #30901
    Veena
    Moderator

    Just copy the entire function –

     function mo_display_header_info()
    

    to your child theme’s functions.php file and make the change.

    #30913
    Zachary Buford
    Participant

    I tried copying the function into the child theme’s function.php file, but it just stopped the website from loading.

    #30914
    Veena
    Moderator

    may be it has got any syntax error.

    Can you pls share the code here that you have copied there?

Viewing 15 posts - 1 through 15 (of 15 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.