1. Is it possible to pin the posts in Big Grid slider? For example, I want to have the second post on the second position, despite adding new posts to slider.
I have tested the WP-Sticky plugin and SM Sticky Clicky Star, but it doesn’t work.
2. Is it possible to add an excerpt to the main field in Big Gris Slider? Now I have only the title.
3. Can I have the update of the theme automatic? Is there a risk, that settings of my page will change after the update (modules on the homepage/colors/widgets?)
4. How implement an url to external site in FOOTER COPYRIGHT TEXT?
When I add Agencja NewsNet the system stick to the url the domain of the page,
expample: http://otopanorama.pl/news-net.pl
5. When I’ve created my own sidebar and add an widget, it appears on the site correctly, but when I want to edit the content, there is no such possibility, the content disappear in the cockpit, it’s empty (but visible on the site). When I want to edit it, I have to add new item.
Thank you in advance for help!
Agnieszka
Hello,
1) Unfortunately the theme does not have an option for that and plugins usualy do not work with our blocks/modules as they are custom made. You will need custom modification of the core files to achieve your goal. Unfortunately i cannot provide a quick solution for it as the functionality of the big grid will have to be changed. You can hire a freelancer to do it for you if you really need this modification from sites like studio.envato.com
2)The big grid element was not meant to show excerpts. It can be done with custom modification.
3)You can update the theme with the envato toolkit: https://forum.tagdiv.com/how-to-update-the-theme-2/
If a major update will take place, some settings could not work anymore. But colors posts,pages and other panel settings are stored in the database and will not be affected by an update.
4)The text box from the theme panel (copyright) does not support html code by default. It gets removed by the theme so a link inserted here will not work without customization.
Modify the code in footer.php – http://screencast.com/t/bUR2WvmmY
echo stripslashes($tds_footer_copyright);
And also remove this code – http://screencast.com/t/dkdikkHCAJD1 so the html will not be removed from the panel.
Then you can add your link in the text box as before and it should work.
5)Please make sure you only use normal text characters in the widget title. Other characters such as – or _ or other symbols or language specific characters will make your widgets disappear.
Thank you!