Forum Replies Created

Viewing 15 posts - 76 through 90 (of 132 total)
  • Author
    Posts
  • in reply to: Use Visual composer in template pages #3084

    marsian
    Keymaster

    Hello Pablo,

    We used TemplatesNext Shortcodes to create the demo pages rather than using Visual Composer. We feel more comfortable using shortcodes in creating pages as they give better flexibility but for beginners it could be a time consuming process to go through the codes.

    I will suggest you to create new page and copy the texts from “fullscreen image slider” page to the new test page in text mode. edit the text/codes and see how the shortcodes have been used. Once you know how to use them you can create anything out of i-spirit. example use of TemplatesNext Shortcode is here : https://www.youtube.com/watch?v=BbuTqZS3MpI

    in reply to: Visual composer #3081

    marsian
    Keymaster

    Hello Pablo,

    Check your mails, there should be a mail with subject “i-spirit Updates”. We have sent you the download link for latest version of VC which works with WordPress 4.5

    rgds,

    in reply to: install demo #3061

    marsian
    Keymaster

    Hello Paul,

    There are three types of demo contents.

    1. WordPress demo contents : Tools > Import > wordpress
    wordpress contents are in xml format. all post/pages/portfolios/users/media contents are imported through the xml.
    This process might be frustrating because of server limitations on shared server, several attempt might needed. Might show error messages but you will have to keep trying untill it shows the message “All done. Have fun!” Screenshot : http://www.templatesnext.org/icreate/wp-content/uploads/2016/04/all-done.png

    2. Revolition Slider demo contents : Revolution Slider > import slider
    these files are in zip format

    3. Theme Settings : i-spirit options > i-spirit settings import/export
    these are txt text files, you need to copy the contents and paste them in import from file field.

    You must have maximum upload limit higher than 10MB

    To set menu
    1. Go to “Appearance” > “Menus” and select “Main Menu Classic”
    2. Scroll down and check the checkbox “Navigation Menu”
    3. Press on “Save Menu”

    To Set a front page
    1. Go to “Settings” > “Reading”
    2. Check “A static page” and select a front page ex. “Home Halfscreen Slider”
    3. Press on “Save Changes”

    if you need help in setting up let me know, you will have provide me with access details for your WordPress admin panel and FTP user and login.

    in reply to: change icons on topbar #2924

    marsian
    Keymaster

    You can overwrite the icons using CSS but that would not change the tooltip on mouse-over, you will have to use a child theme and modify the code.

    in reply to: How do you add a slider? #2875

    marsian
    Keymaster

    What is your URL/ if you have a static front page, scroll down in page editor and find checkbox option “Show Default i-max Slider”.

    in reply to: Slider problem #2853

    marsian
    Keymaster

    Looks like javascript error, could you post your url.
    might be one of your plugin overlapping the scripts, try deactivating plugins one by one.

    in reply to: but I have to buy revolution slide license? #2781

    marsian
    Keymaster

    Hello Paola,

    i-spirit comes with full version of “Revolution slider” and “Visual Composer”. We have license to prepackage these two premium plugin with i-spirit.

    Regards,
    marsian

    in reply to: purchased theme (and download) #2762

    marsian
    Keymaster

    Hello Florian,

    Please send a mail with purchase date and email to support(at)templatesnext.org

    If you need an invoice, mention the address as well.

    regards,


    marsian
    Keymaster

    Which Version of i-spirit are you using? Could you post the URL of your blog?

    You can use plugin “loco translate” to translate the theme or try downloding the french files from http://templatesnext.org/downloads/fr_FR.zip

    in reply to: Width and height of the images #2701

    marsian
    Keymaster

    Upload a decent size it would crop/resize itself. Recommended sizes are 1600×600

    in reply to: How to update theme ispirit? #2700

    marsian
    Keymaster

    The theme already has a auto update script inbuilt but we are looking for a secure host for that. Also we are working on members area. Until the system is up you can contact us manually via mail or this forum for updates.

    in reply to: Words on the slides #2533

    marsian
    Keymaster

    Try adding following lines of CSS code in “Appearance” > “Customize” > “Layout Options” > “Additional Style”

    Default theme slider hide elements

    
    /* For Title */
    .ibanner .nx-slider-container h2 {
    display: none;
    }
    /* for Content */
    .ibanner .nx-slider-container p {
    display: none;
    }
    /* For link */
    .ibanner .nx-slider-container a.da-link {
    display: none;
    }
    

    For [tx] I-trans Slider

    
    /* For Title */
    .site .other-slider .tx-slide-content-inner h3 {
    display: none;
    }
    /* For Descriptions */
    .site .other-slider .tx-slide-content-inner .tx-slide-details p {
    display: none;
    }
    /* Lide Link */
    .site .other-slider .tx-slide-content-inner .tx-slide-button a {
    display: none;
    }
    
    in reply to: Blog #2499

    marsian
    Keymaster

    Get an update of i-spirit, shoot a mail to support(at)templatesnext . com for update

    in reply to: Fly out menu on mobile devices #2498

    marsian
    Keymaster

    Could you please post the URL?

    in reply to: Slider "Read More" tab #2497

    marsian
    Keymaster

    Try adding following lines of CSS code in “Appearance” > “Customize” > “Layout Options” > “Additional Style”

    
    /* For link */
    .ibanner .nx-slider-container a.da-link {
    display: none;
    }
    
Viewing 15 posts - 76 through 90 (of 132 total)