Hello areim,
Please notice that these are two different demos which are available from Theme panel, like this -> https://www.screencast.com/t/jBeM8Lgbck Each of them has the own CSS and if you want to have some elements from one demo to the other one yo should make some adjustments in CSS and this task involves custom work and we cannot provide this type of services at the moment, sorry! So, if you want to have latest articles at the bottom of your page, you should use the Pagebuilder+Latest Articles+Pagination as a page template, like this -> https://www.screencast.com/t/WM8vUFsdQV9X In our Sandal demo is used this type of page template with module_11 as you can see here -> https://www.screencast.com/t/xtNsV0Yb6rI For more information about Page Templates, please consult here -> https://forum.tagdiv.com/newsmag-page-templates/
Thanks for your understanding!
Hello,
Thank you for information. I did what I want. For people which wants to do the same:
1- Look CSS file of the template you like (latest articles section) and find which module is it using. (https://www.screencast.com/t/xtNsV0Yb6rI) (Mine is td_module_11 so i will write this steps based on it, you can change the number)
2- Open ThemeName/includes/modules directory and download td_module_11.php then rename it with the td_module your using (mine is td_module_12). After that change td_module_12.php name to td_module_12.backup to backup it then just upload the new td_module_12.php (you renamed).
3- Open your style.css (in the main directory of theme)
Search “Module 11”
and try to find something like
/* ----------------------------------------------------------------------------
Module 11
*/
After you find it, copy code in it and paste that code to an empty notepad file. On notepad file change every module 11 line to 12. After that search for “Module 12” just like you did before. Delete module 12’s content and paste the new Module 12 content you created.
4- Go to theme panel and change Module 12’s excerpts with Module 11’s. Done.