Home User profile
tagDiv Member
I love to drive fast cars and to play Need for Speed! I enjoy to help customers tweak their websites for high performance! I’m a proud member of the tagDiv support team!
Andrei L.
tagDiv Member

Hi

You can display the post format by adding this code in td_module_trending_now.php like here: http://screencast.com/t/fKNqvB3zk

<div class="trend-time">
<?php the_time('g:i a') ?>
</div>

Also you will need this custom css in theme panel > custom css:

.td-trending-now-display-area .entry-title {
display: inline-block!important;
margin-right: 10px!important; 
}
.td_module_trending_now .trend-time{
font-family: 'Open Sans', arial, sans-serif;
font-size: 11px;
transition: color 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
position: relative;
top: -2px;
display: inline-block;
}

You can filter the articles be displayed in trending now block from its settings: http://screencast.com/t/zPdG1jSwO

Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi


@azzronulation
glad you could manage to solve the issue, but is important to note a few mentions about this. Moving the td_module_single_base.php it’s not incorrect because it’s supported by the theme, you can check the files that can be moved in child theme in our documentation: https://forum.tagdiv.com/the-child-theme-support-tutorial/ However when the theme is updated, many of its files are modified and there is a chance to appear some conflicts with customizations from child theme. That’s why you need to check at every theme update if your customization are compatible with the new theme version, and eventually adjust them properly.

Thanks!

Andrei L.
tagDiv Member

Hi

Thanks @Chris!

@Sprite_zaa
I’ve checked your site and fond some 504 Getaway Timeout errors in browser console: http://screencast.com/t/Mv0bEddQ This is a server side error which usually appear when one server did not receive a timely response from another server that it was accessing while attempting to load the web page or fill another request by the browser. It also could be a temporary issue so you can try to reload the page a few times and if you still get this error contact your host provider and let him know about this.

Thanks!

Andrei L.
tagDiv Member
Bug - reply

Hi

I’ve test this on my side and the pagination works fine: http://screencast.com/t/bJAL5gEEhttp://screencast.com/t/Q7zRYFgX7OjR
However I am not sure I understand your issue, so please provide more details, also a link to the post or an image pointing the issue would help a lot.

Thanks!

Andrei L.
tagDiv Member

Hi

Thanks @Chris for your help!

@odsaheed
please check our documentation regarding the theme installation: https://forum.tagdiv.com/newsmag-install-via-ftp/https://forum.tagdiv.com/newsmag-install-via-wordpress/

Let us know how it goes and provide more details if you need further instructions in this regard.
Thanks!

Andrei L.
tagDiv Member
Andrei L.
tagDiv Member

Hi

That is a very complex task which require lots of customization in theme’s core files and I can’t provide a quick answer now, but I found here some useful information in this regard: http://code.tutsplus.com/tutorials/writing-custom-queries-in-wordpress–wp-25510https://premium.wpmudev.org/blog/creating-custom-queries-wordpress/
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!

Andrei L.
tagDiv Member

Hi

Please send us an email at contact@tagdiv.com with your login credentials so we can have a closer look at this issue, also include a link to this topic.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked this on my side with Speed Booster plugin active and works fine: http://screencast.com/t/npwUeqk8t Try to deactivate all plugins except Visual Composer and Speed Booster, clear all caches and test again.

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

To change the mouse cursor for the background-image such that to indicate that is a link try this custom css in theme panel > custom css:

body {
cursor: pointer!important;
}
.td-top-menu-full, .td-header-container, .td-container, .td-sub-footer-container{
cursor: default!important
}

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Buna

Am observat ca folosesti Tiles Mosaic without Jetpack pentru galerie, iar codul de mai sus este testat cu pluginul Jetpack: https://wordpress.org/plugins/jetpack/ Incearca codul folosind acest plugin si vezi cum functioneaza. Deasemenea goleste memoria cache, dezactivieaza pluginurile inafara de Visual Composer si Jetpack, dezactiveaza tool-urile pentru minificari daca folosesti apoi testeaza din nou.

Multumesc!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and noticed that the four small modules on the left of big grid are empty, there are no posts to be displayed: http://screencast.com/t/9xLQu6zE5xO Check if you have enough posts according with the grid’s settings from Visual Composer: http://screencast.com/t/LWIN8ZUSX I mean if you have at least 5 posts in the category selected, or in others filters that you have set. Also clear all caches and test again.

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

To create a page controlled by a specific user you will need a plugin which allow you to manage the users roles. I found here some useful information in this regard: http://www.codecheese.com/2013/11/10-essential-wordpress-user-role-plugins/ but I cannot made any recommendations as we didn’t test any of these plugins with the theme and I am not aware of theirs functionality.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

Try to deactivate all plugins except Visual Composer, clear all caches, browser cache too, make sure that the Show Featured Image is enabled: http://screencast.com/t/txJm270T8M5 and test again.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.

Thanks!

Andrei L.
tagDiv Member

Hi

The easiest way would be to move the main menu under logo in header style 6 like here: http://screencast.com/t/cKqpkoK53Nox To achieve that just replace the code from header-style-6.php file with this one: http://pastebin.com/qnXsJVSrhttp://screencast.com/t/Dx3RoQAMfk

Let me know how it goes!
Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

I’ve test this on my side with the current theme version available on themeforedt (V 2.2.1) and works fine: http://screencast.com/t/I0mn57MrZv Try to clear all caches, deactivate the plugins except Visual Composer and test again.

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi @Lucade

If you still can’t manage to solve this issue please send us your login credentials via email at contact@tagdiv.com so we can have a closer look at this issue.

Thanks!

Andrei L.
tagDiv Member

Hi

You can display posts from a custom post type in slide block, by inserting its name in Slide Settings: http://screencast.com/t/zTgdHxnQJ

Thanks!

Andrei L.
tagDiv Member

Hi

Sorry about that.
Please replace the previous css with this one, I’ve targeted only the product page:

.single-product .td-header-wrap {
height: auto!important;
}

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

Try to insert the code in functions.php file: http://screencast.com/t/YEWsnX4mxjMt but note that we didn’t test this plugin and I can’t say for sure how will work with the theme.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and the header ad is displyed fine: http://screencast.com/t/RryCemmFxj If you want to increase the distance between the ad and menus use this custom css in theme panel > custom caa and modify the margins values as you like: http://screencast.com/t/1wq4aRTow

.td-header-sp-ads {
margin-bottom: 18px;
margin-top: 18px;
}

Thanks!

Andrei L.
tagDiv Member

Hi

Thanks for the kind words and for the interest for our theme.
The theme was designed to display the logo image at 272x90px except for header style 10, which accept and text logo: http://screencast.com/t/hfJ3MA0Evv I’ve noticed that you’re using header style 10 which allow bigger images for logo, but if you want to use other header style and also increase the logo’s size, that can be achieved using custom css like here:

.td-header-sp-logo{
width: 384px!important;
}
.td-header-sp-logo img{
width: 100%;
}

Note that you will need other customization for the layout such that header elements fits well according with the new logo size.

Thanks!

Andrei L.
tagDiv Member

Hi

Please send us an email at contact@tagdiv.com and provide your login information so we can take a closer look at this problem, also paste a link to this topic.

Thanks.

Andrei L.
tagDiv Member

Buna

Scuze pentru intarziere!
Multumim ca ai raportat aceasta problema, am adaugat-o pe lista noastra pentru investigatii suplimentare. Intre timp poti adauga acest cod in fisierul functions.php: http://screencast.com/t/Rrv68aX3lzmkhttp://screencast.com/t/mQ6WNbxCEzLS

function filter_tiled_gallery_content_width( $tiled_gallery_content_width ){
   global $loop_sidebar_position, $content_width;
    if (is_single() && ($loop_sidebar_position == 'no_sidebar')){

        if ( isset( $content_width ) ) {
            $content_width = 980;
        }

    }
    return $tiled_gallery_content_width;
};
add_filter( 'tiled_gallery_content_width', 'filter_tiled_gallery_content_width', 10, 1 );

Multumesc!

  • This reply was modified 10 years by Andrei L..
  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

This could be due to the fact that it will take some time until Google will serve ads on your site, after getting approved.
Thanks for letting us know and for your message.

Viewing 25 posts - 5,426 through 5,450 (of 6,511 total)