Hi
You need to enable the category tags for each module used on pages. The options for this tags can be found in theme panel > block settings > category tags on modules and blocks: http://screencast.com/t/gyke7N9c
Thanks!
Hi
We didn’t tested the theme GeoDirectory plugin and we’re not aware of its functionality, sorry. We cannot guarantee that the plugin will work 100% with our theme and unfortunately time does not allow us to offer plugin implementation support. However you can try to use it with our theme and check how it works.
Thanks for your understanding.
Hi
I am not sure what you mean as the theme incorporate fine posts from facebook/twitter: http://screencast.com/t/utxCdt6H – http://screencast.com/t/ijGqKkpg
If you need further assistance on this please provide more specific details about what you’re trying to do so I can inspect this closer and get back to you with a more accurate answer.
Thanks!
Hi
I can’t access the images you provided: http://screencast.com/t/gXhVDQmc so please provide a link where I can view these images.
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/0iHFSlLZqv
.category .entry-title span{
color: black;
background-color: white;
}
Thanks!
Hi
Try to include the jquery library in footer.php like here, it should work fine: http://screencast.com/t/vdwGtmSZ
Thanks!
Hi
The featured image was intended to be displayed always on top of post content. This implementation might be changed by editing the loop-single file corresponding with the post template used and change it’s position: http://screencast.com/t/k3b2kO57utn
Note that this is not an easy task and may require some customiztions in order to achieve the desired rezult. We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
The code must be added in theme panel > custom code > custom css field after the previous code that I’ve provided.
Thanks!
Hi
Our theme was designed to use a single background image, not multiple images with a slide effect. Changing this implementation requires many customizations and tests to achieve a very good rezult.
We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
I can recommend any plugin which could do this job as we didn’t tested a plugin with a similar functionality and I cant say how such a plugin will work with our theme.
Thanks!
Hi
The archive pages uses the get_comments() function from td_module.php so try to add the above line of code here: http://screencast.com/t/rm9633TSbQlD it should work fine.
Thanks!
Hi
I a not aware of Flipboard APi in order to provide an answer in this regard. For more details about theme’s API you can check our documentation here: https://forum.tagdiv.com/the-theme-api/
Thanks!
Buna
Blocurile temeil nu au fost concepute sa fieafisate pe posturi, doar pe pagini. Incluzand un block in continutul posturilor e posibil sa intervina unele disfunctionalitati in cea ce privesta layout-ul lui.
Pentru a afisa butonul te “Scroll to top” pe mobile adauga aceast css in theme panel > custom code > custom css: http://screencast.com/t/4jK3dAKtt
@media (max-width: 767px){
.td-scroll-up-visible {
display: block;
}
}
Multumesc!
Hi
Sorry for that, I forgot the search button.
Add this css in theme panel to fix the button’s position: http://screencast.com/t/hanSX8aMu
@media(min-width: 768px){
#td-top-search {
margin-top: 0px!important;
position: initial;
}
}
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
You can add an h1tag using a text block with some content in it: http://screencast.com/t/O0Ude9tj – http://screencast.com/t/0wGxUXdY
Thanks!
Hi
The indicated site use a infinite scroll model to load posts. Unfortunately with our theme this is not possible at the moment. This is a complex task which need lots of customizations in order to be achieved. It will need to be custom made and unfortunately is not a ‘walk in the park’ from any point of view you look at it.
First must be chosen a way to load the next posts and here are two main ways:
– load all posts when the page it’s loaded first time, which is not very good for page-speed
– load posts when the users scroll-down, which means additional queries to the database.
Regarding the video this is not an much easier task either.
First you need to understand how page structure looks like when a sidebar it’s used. There are two main containers in place: a span 8 and a span 4. What you’re trying to do is to move a part of content from one container to another when user scroll down. This is not possible at all because after the html it’s generated it can’t be changed within same session. In your example the video and text are in the same container. The css applied only change the position, which is possible, but not affect the html. You can achieve a similar result using our theme but it’s required a custom post template with a custom structure.
I mentioned in my previous replies that we can’t offer any custom services at the moment. If you’re not aware of the steps you need to take in this regard you can always hire a developer or a freelancer from sites like http://studio.envato.com/ to do this for you
Thanks!
Hi
1. Try this css: http://screencast.com/t/UQ7uHzLYE3W
.td-mobile-close a{
background-color: red;
}
2. You can change the menu items text color from theme panel > theme colors: http://screencast.com/t/tmmfIft2AnQ
Thanks!
Hi
I am not sure I understand your issue however I assume that you want this image to open in a modal window when a visitor clicks on it. Unfortunately the modal image feature wasn’t designed to work on pages as works on posts, sorry. We may extend theme’s functionality in future updates but I can’t promise anything at the moment.
Thanks!
Hi
The like button works like this:
– if you share a post from your site on fb all likes received by that post will also be visible on your site. For example let’s if a post have 10 likes on facebook that number will also be visible on your site.
– if a visitor like your post on your site, not on facebook, the number will also be increased. Hoover if a post have 10 likes and you share it on facebook those likes won’t appear on facebook, only on your site.
Hope this helps.
Thanks!
Hi
I assume that you want to display the top grid only on first page for category page. To achieve that you need to edit the category.php file and add this code like here: http://screencast.com/t/7HyTxtF5zoC
<?php
if (empty($paged) or $paged < 2) {
td_api_category_top_posts_style::_helper_show_category_top_posts_style();
}
?>
This code will display the post grid only on first page of a category page: http://screencast.com/t/BzjBrQWSpwtx – http://screencast.com/t/g4W3Wx2NE
Let me know how it goes.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/XCiK6aTS
.td-header-container {
width: 100%;
}
.td-header-top-menu, .td-header-header, .menu-main-menu-container {
width: 1021px;
margin-left: auto;
margin-right: auto;
}
Let me know how it goes.
Thanks!
Hi
I am glad I could help.
Thanks for your kind feedback and for your message.
Have a nice day!
Buna
Codul temei e testat si functioneaza fara probleme. Trimite-ne un email la contact@tagdiv.com incluzand un link catre acest topic, iar noi vom inspecta aceasta problema in cel mai scurt timp.
Multumesc!
Hi
This top grid is not present in Newsmag theme at the moment, sorry. We may add it in future updates but I can’t promise anything for the moment.
Thanks!
Hi
By default the theme does not display the top menu on mobile devices. However you can use this css in theme panel > custom code > custom css to display the top menu on mobile: http://screencast.com/t/CR5mfgq8EON
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
}
Thanks!