Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Alin [tagDiv]
tagDiv Staff

Hi,

Try this css code in Theme Panel > Custom Css: http://screencast.com/t/kmWMfD2f

.blog-stack .sf-menu ul li{
background-color: #5C5A5A;
}
.blog-stack .sf-menu ul .menu-item a:hover{
background-color: black;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

The code that you find it is correct and it should change, please try to use !important: http://screencast.com/t/CKfLooePVbH

.header-logo-wrap .td-logo-text{
font-family: Ubuntu;
font-size: 60px !important;
color: red;
}
.header-logo-wrap .td-tagline-text{
font-family: Ubuntu;
font-size: 20px;
color: blue;
line-height: 41px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff
Date - reply

Hi,

Please edit menu-top.php file and make this changes: http://screencast.com/t/5WLieM71

<div class="span3">
     <?php
     if (td_util::get_option('tds_data_top_menu') == 'show') {
        $tds_data_time = td_util::get_option('tds_data_time_format');
        if ($tds_data_time == '') {
            $tds_data_time = 'l, F j, Y';
         }
         echo '<div class="td_data_time">';
         echo date_i18n(stripslashes($tds_data_time));
         echo '</div>';
     }
     ?>
</div>

Result: http://screencast.com/t/J1x188EPzVO5

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please take a look on categories section from Theme Panel > Categories > each category: http://screencast.com/t/bwJ8vgobr1 and see how you set the sidebar there(probably is full width – without sidebar). This setting overwrite Blog and posts settings. Also please make sure that you have widgets added in your custom sidebar.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The 404.php file is located in root of the theme: http://screencast.com/t/sYIsYzljStl

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try this css in Theme Panel > Custom Css: http://screencast.com/t/M1Leh7h2q

.td-load-more-wrap a{
color:red !important;
}
.td-load-more-img{
display: none !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this css code for images on post page: http://screencast.com/t/qUkH233SxOJ

@media (min-width : 375px)
and (max-width : 667px) and (orientation : landscape){
.single img{
max-width: 50%;
}
.td-post-featured-image{
text-align: center;
}
}

Please try this css code for space between the menu and the Big Slider: http://screencast.com/t/C9pB6IcgUF

.home .td-grid-wrap {
padding-top: 10px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is no option to add “nofollow” directly to the shortcode: http://screencast.com/t/TAuhwB3St Also on pages when you add a button with Visual Composer you don’t have that option: http://screencast.com/t/B5oPvjfv

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css for homepage post block: http://screencast.com/t/5OjyBw3n7cQP

.page .template6-header {
top: 900px;
}
.page .td-full-screen-header-image-wrap, .page.single_template_6 .td-header-wrap {
height: 1000px !important;
}
.page .td-full-screen-header-image-wrap .backstretch{
height: 1000px!important;
}
.page .td-full-screen-header-image-wrap .td-backstretch{
height: 1000px!important;
}
.page #td-full-screen-header-image{
min-height: 1000px;
}

Also for post template 6:

.single .template6-header {
top: 900px;
}
.single .td-full-screen-header-image-wrap, .page.single_template_6 .td-header-wrap {
height: 1000px !important;
}
.single .td-full-screen-header-image-wrap .backstretch{
height: 1000px!important;
}
.single .td-full-screen-header-image-wrap .td-backstretch{
height: 1000px!important;
}
.single #td-full-screen-header-image{
min-height: 1000px;
}
.single_template_6 .td-header-wrap {
height: 1000px;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I also tested this and is loading more than once when you scroll down on block infinite pagination. To improve the loading speed look the mysql query cache: http://dev.mysql.com/doc/refman/5.1/en/query-cache.html We also use it on our demo.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please remove this code so the parent category wont show up on post page: http://screencast.com/t/yBPdB4YsTr

The image for homepage post block(post template 6) use javascript and you will need custom work for this and it is not an easy task to add link like on the title. Unfortunately we cannot offer custom work for the moment because we work hard on the development, updates, fixes and support. Sorry for inconvenience!

Thanks!

Alin [tagDiv]
tagDiv Staff
Alin [tagDiv]
tagDiv Staff

Hi,

I checked this again and it’s works fine: http://screencast.com/t/rw1WS54Fsy4f
Result: http://screencast.com/t/8BDhllKTtW
It should work also in your case just make sure you empty caches and purge files if you use cdn host.

Thanks!

  • This reply was modified 11 years by Lucian.
Alin [tagDiv]
tagDiv Staff

Glad that you managed to solve all issues!

Alin [tagDiv]
tagDiv Staff

Hi,

1. You have this on mobile screen: http://screencast.com/t/UfJ9Y6qX48
The code from above that you tested is for mobile logo: http://screencast.com/t/8p7ptjkC
I’m not sure what are you trying to do with search icon…if you want to move search icon yo have to use also Marius css code: http://screencast.com/t/LmmlgSGpW

@media (max-width: 767px) {
#td-top-search {
position: absolute!important;
right: 13px!important;
top: 0px!important;
}
.header-search-wrap .dropdown-menu:before {
left: auto!important;
right: 31px!important;
}
.header-search-wrap .dropdown-menu {
right: -14px!important;
left: auto!important;
top: 49px!important;
width: 320px!important;
}
.mobile-logo-wrap img {
width: 170px;
position: absolute;
left: 0;
top: -3px;
margin-left: auto;
margin-right: auto;
}
}

2. This can be done only with css as theme doesn’t have an option for this. You can use @media for landscape – http://stephen.io/mediaqueries/#iPhone and add your css for post images.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and seems that post view count work fine. Are you sure that there are other articles in that section that have more views in the last 7 days? Please take a look like I said above to the custom fields and see if another post has more views. Also you can try this sorting on another block and see if it works. Also try this without any plugins active leave only Visual Composer active and clear cache. Let me know!
Please also note that this feature, when enabled, it pulls and puts together the top most viewed posts that have been viewed in the last 7 days so it dose not matter if a specific post added in a block it’s 5 or 6 or 7 years old as long as it has been the most viewed post from last 7 days.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is no option to do this. You will need custom modification for this, as I’m not sure how you can sort articles by category, more accurate to group posts from the same category and sort them by: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters I think that you have to do that for each category and is not an easy task, you can hire a professional to do that, as we cannot provide custom work at this time as we work on updates/development and support.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. I’m not sure I understand, but if you don’t want full width for your featured video please use another post template to display: http://screencast.com/t/5wfmWqhup
Result: http://screencast.com/t/JsS28ZRdVwWv

2. If you want to enable unique articles on your page please follow this guide: https://forum.tagdiv.com/unique-articles-and-offset-newspaper/
When you have the unique articles feature enabled you will get posts just once on your page.

Please provide more details if this doesn’t solve your issues.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try to replace the default color directly in style.css: http://screencast.com/t/EThGtFET
Also if you need older versions of Speed Booster please send your request at contact@tagdiv.com and also include a link to this topic.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately there is no block made by module 7 so you can use with Visual Composer: http://demo.tagdiv.com/newspaper/category/module-7-category/ But you can set to display Latest Articles on your frontpage(blog): http://screencast.com/t/vqw4rV203f4 and choose module 7 to display articles from Theme Panel > Template Settings: http://screencast.com/t/2nLdGWM3yJfy

Result: http://screencast.com/t/EnwTdPRJ

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please follow Lucian’s solution: https://forum.tagdiv.com/topic/how-to-add-no-follow-to-button-link/

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

If possible please give us wp-access so we can have a look, send you login details at contact@tagdiv.com and specify your issue in details or provide a link to this conversation.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide a link, so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I tested this with your twitter id and it works fine: http://screencast.com/t/RpwgQmFM2http://screencast.com/t/F51EqbXGhStD Please make sure that you add your id properly, also try this without any plugins active, leave only Visual Composer and Social Counter active, clear cache and check again.
Also youtube works fine when I click on subscribe: http://screencast.com/t/wuTwYFr6LS

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please remove this code from functions.php so lightbox will be disabled for tagdiv gallery: http://screencast.com/t/PFFmTAyl

Thanks!

Viewing 25 posts - 6,801 through 6,825 (of 7,871 total)