Dear team,
How to setting up post with demo template recpes, lik this > https://www.screencast.com/t/XW2Z8I2zc2 > https://www.screencast.com/t/Vs7Y5thB i using template lifestyle magazine
thanks
Hello imambudianto5,
First of all, I will thank you for coming to the forum! Please keep in mind that we do not want to provide technical support to the Dashboard because there can be many pirates and we do not want them to see our solutions given to customers who paid our theme and that’s why we insisted on writing us here and not there. Please understand us and in the future, write us HERE.
Please notice that each demo has an own design and global class and the theme does not have any such an option that allows you to make any mix between demos but only if you will make it from the code.
As a hint, you should take the following HTML code and add it in your post and then, use the CSS below, placed in Theme panel -> Custom CSS box.
.td-recipe-time {
width: 100%;
border: 1px solid #ededed;
padding: 11px 16px;
margin-bottom: 26px;
}
.td-recipe-time br {
display: none;
}
.td-recipe-time .td-recipe-info {
float: left;
width: 33.3333%;
/* responsive portrait tablet */
}
@media (max-width: 1018px) {
.td-recipe-time .td-recipe-info {
width: 100%;
}
}
The result is here -> https://www.screencast.com/t/VkdJfQCD
Notice that is not a simple task and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!
Thanks for your understanding!
Dear catalin,
thanks very much, i will post here in the future..
Thanks
Do i have to change theme to recipes? cause i using lifestyle magazine now..
Hi,
There would be no need for such major changes. Please note that the Prepare time and other elements that you mention in this screenshot
– https://www.screencast.com/t/Vs7Y5thB
These are simple HTML elements that have corresponding classes, defined in the Recipe demo
– https://www.screencast.com/t/YEx1W8HtDyM
– https://www.screencast.com/t/NOWNpUHE21L
If you want to achieve something similar simply recreate the HTML structure using the same classes and enter the CSS code provided above in the Theme panel-Custom CSS section.
You can find more using your browser inspector, to analyze the elements on the page, and their classes
– https://www.screencast.com/t/J34akXLZz33o
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Here you can find more information about post formats
– https://forum.tagdiv.com/post-formats-for-tinymce/
Regarding the logo, the Recipes demo uses Header style 11. This header style does not have a limit for the logo size. You can use any image you like
– https://forum.tagdiv.com/logo-favicon/
Thanks