Forum Replies Created
-
AuthorPosts
-
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
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,
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.png2. Revolition Slider demo contents : Revolution Slider > import slider
these files are in zip format3. 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.
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.
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”.
Looks like javascript error, could you post your url.
might be one of your plugin overlapping the scripts, try deactivating plugins one by one.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,
marsianHello 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,
March 7, 2016 at 11:17 am in reply to: Remove date and author on the front office and translate theme #2755Which 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
Upload a decent size it would crop/resize itself. Recommended sizes are 1600×600
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.
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; }
Get an update of i-spirit, shoot a mail to support(at)templatesnext . com for update
Could you please post the URL?
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; }
-
AuthorPosts