Page Section Shortcodes

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #9006
    achiaravallo
    Member

    Hello,

    I am still looking for a compendium of your page section shortcodes for the various types in the demo. I see the option in the page section editor “Insert LiveMesh Shortcode” but whenever I click one, screen goes grey and nothing happens.

    In particular I am looking for the shortcode which displays three most recent blog posts in the home area (my content girl accidentally deleted it) Here is my site: http://blackburntraining.com/

    These shortcodes are NOT in the documentation that I was able to find anywhere. Thanks

    #9009
    Veena
    Moderator

    I have deactivated all the plugins and examined and found insert live mesh shortcode is working.
    So the issue is related to plugins.Pls deactivate each plugin one at a time and find which plugin is causing this issue.

    Also you can use ‘recent post shortcode’ for recent blog posts,which is available in our theme.
    https://www.livemeshthemes.com/fitpro/blog-shortcodes/ ,it is clearly described in the documentation under the heading blog post shortcodes.

    #9011
    achiaravallo
    Member

    Thank you. Where is this documentation file in the zip download folder? I think it’s clear I’m looking in the wrong place as I was only able to find the document which shows how to import all the demo files.

    I deleted some plugins and now the LiveMesh code insert is now working. I am still unsure which code creates the home page visual blog functionality seen here in the attachment. If you could clarify just that one that would be great. Thanks

    #9040
    Veena
    Moderator

    When you unzip the fitpro theme folder ,there is a folder named ‘fitpro documentation’ in which you can find one index.html file ,pls click on that.

    Also for the home page visual blog functionality use show post snippet shortcode ,which you can find under the heading custom post shortcodes in the fitpro documentation.
    https://www.livemeshthemes.com/fitpro/gallery-shortcodes/

    #9051
    achiaravallo
    Member

    Thanks. I still can’t get it to show posts. Now it is just showing gallery items. How do you configure this code to show posts?

    Also, how do I change the word “TIMINGS” in the header area? It should say SCHEDULE. Thanks

    #9074
    Veena
    Moderator

    Instead of gallery-item pls give post as post-type.

    eg: [show_post_snippets post_type=”post” number_of_columns=3 post_count=6 image_size=’medium’]

    Pls use traslation tool for changing the word.
    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');
    

    (Default language is English)
    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.

    You may need to do an update in POEdit to see the string.

    #9075
    achiaravallo
    Member

    That seems like a fairly labored process just to change the word “Timings” to “Schedule”. I am not familiar with this process you outlined above in the solostream article. Is there any easier way to accomplish this? Thank you.

    #9084
    Raghavendra
    Moderator

    Another way which could be easy to accomplish at first is to go to line number 105 of file framework/functions/header-title-area.php and change the string “timings” there.

    In the long run, the POEdit is simple enough and very flexible and lets you change any string you like by going to the PO file and mapping the strings. And no code change involved there.

    #9268
    achiaravallo
    Member

    Thank you. I am still unable to locate how to do this anywhere. Is it possible you can make this update for me please?

    #9287
    Veena
    Moderator

    Pls share the FTP login credentials as a private message here.

    #9290
    achiaravallo
    Member
    This reply has been marked as private.
    #9296
    Veena
    Moderator

    Done.Pls check it.

    #9301
    achiaravallo
    Member

    Looks good. Thank you!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Page Section Shortcodes’ is closed to new replies.