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,

When you update the theme all files modifications will be overwritten and you have to re-add them, if this is what you mean. There are 3 ways to update the theme please check this guide(A, B, C) – https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Newspaper doesn’t have such an option and you will need to find/use a plugin for this. Unfortunately we did not test any plugin like this, so I cannot make any recommendations and guarantee that it will work, sorry!
I have seen that other users use Mailchip so feel free to test it and see if it helps.
2. Newspaper 6 doesn’t have whatsapp share option, you will have to add it manually in the code if you want this or use a plugin. You can find an example how to add a share button in the documentation(it is newsmag documentation, but it works also for newspaper) – https://forum.tagdiv.com/add-a-new-linkedin-button/
3. Please check this topic – https://forum.tagdiv.com/topic/how-to-remove-author-name-from-posts/
4. I have already answered to this – https://forum.tagdiv.com/topic/create-custom-page-for-category/ Maybe other users have another solution.
5. I have answered here – https://forum.tagdiv.com/topic/multi-column-mega-menu-with-just-text/ Please follow the steps provided there and provide more details what you did not understand maybe I can explain it better.
6. Unfortunately this is how the mobile menu works, we will think to another implementation when a new navigation system will be created. I already answered here – https://forum.tagdiv.com/topic/menu-scroll-issue-in-mobile-devices/
7. You can use the footer style 2 – http://screencast.com/t/FILqBSWWvb9http://screencast.com/t/xNSZLYMBt

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Don’t worry that is a warning from Visual Composer plugin, but it will not affect the functionality. Hope they will fix it in the next version.

Thanks!

Alin [tagDiv]
tagDiv Staff

Replied via email!

Alin [tagDiv]
tagDiv Staff

Hi,


@Mr_S
Please use this custom css in Theme Panel > Custom Css, I have also customize a little your menu items to not drop down – http://screencast.com/t/U997mXqom

@media (max-width: 767px) {
.td-header-top-menu-full, .td-header-top-menu-full .td-header-sp-top-menu {
display: block !important;
}
.top-header-menu li a {
font-size: 12px !important;
margin-right: 5px;
}
}


@Thomas
If you use this custom css the top-bar will be displayed also on mobile devices – http://screencast.com/t/p0m73r0br4 but it was not designed for this device so you will need additional customization or you can try to hide for example the menu – http://screencast.com/t/8EDkS2RE3

@media (max-width: 767px) {
.td-header-top-menu-full{
display: block !important;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we cannot test all the plugins with the theme, but you can check this with all plugins disabled, leave just Visual Composer and CanvaKala Pro active, clear cache and see if it works, as maybe it conflicts with another plugin(s).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for this inconvenience, we forgot the list of modified files from 6.3 to 6.3.2 and also the patch is from 6.3 to 6.3.3 but this wordpress fix is included so you can use the patch to update.
Also if you don’t want to do a clean update, this is the only file modified from 6.3.2 version (fixed deprecated widget constructor warning in WordPress 4.3) td_widget_builder.phphttp://screencast.com/t/xrAr1JLL2EF I have update the file here, if you want to use it – http://cdn.tagdiv.com/wp-content/uploads/2015/08/td_widget_builder.zip

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com and provide wp-access and ftp so we can take a look, also provide the update method that you used.

Thank!

Alin [tagDiv]
tagDiv Staff

Hi,

The simplest way is to modify the post limit on megamenu and display more than 5 articles on 2 rows – http://screencast.com/t/UKNMJSx1JXhttp://screencast.com/t/TrFPzTb2Lv
You will need custom work to display the articles 2×3 or 6 side by side. For example if you change the limit value to 6 it will be applied on all megamenu categories(those without subcategories). If this is not a problem for you, you can add a fixed width to the megamenu, using menu item unique class(so you it will not affect the other megamenu categories). You need to use browser inspector tool to take the item class – http://screencast.com/t/kis7We6Wxg1 and use this custom css(use media queries for specific screen size) – http://screencast.com/t/37TjlBsbw

@media (min-width: 1019px ) {
.menu-item-2091 .td-mega-row {
width: 654px;
}
}

This is not an easy task, so if you don’t have basic html/css experience I suggest to hire someone to do this for you as we cannot provide custom work, sorry! I provided above an example how this can be done, but you will need additional customization.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to change these values to 1 – http://screencast.com/t/T3S7FPtrA0Vk

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Every block is created using modules, for example block 14 use module mx1 – http://screencast.com/t/sXdltSvbflVj Please provide more details about the problem with block 14 as I don’t understand what the issue is. Also each module use a specific thumbnail size you can see here – http://screencast.com/t/3lrxkQCnAV3p Please regenerate your thumbnails if it doesn’t look fine on blocks/modules – https://forum.tagdiv.com/using-the-theme-with-existing-content/ also provide a link so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you want to add another ad in the header? You can use do_shortcode function and display a custom ad in the header style that you use, for example – http://screencast.com/t/nFe3UMxjhttp://screencast.com/t/4tFMXITS

<div class="td-container">
        <?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
</div>

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please update the theme to the latest version 6.3.3 – http://screencast.com/t/CTs9tV5Lyp

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Except of the block pagination where we use ajax, the page navigation(on loop – latest articles, category page..) should open a new page like you say /2 – http://screencast.com/t/265Wmk3xgS1Y
If you are referring to the block’s pagination, unfortunately the classic pagination(numeric) is not available on it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The latest version of the theme is compatible with WordPress 4.3, so I suggest to update(if you did not update) also the theme to version 6.3.3

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you want to use the Big Grid Slide on 2 columns? – http://screencast.com/t/V6eBwNSS4J Please note that Big Grid Slide(or any Grid) was designed to be used on full row width, it cannot be used on 1 or 2 columns, sorry!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Regenerating thumbnails should solve your issue, but if you use smaller featured image than the size of the thumb, please note that WordPress doesn’t enlarge images and you will need to use plugin like Thumbnail Upscale to enlarge thumbnails: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.
Please note that there’s no ideal image size, the modules have thumbs with different aspect ratios and a part of the image may get lost on the cropping process(the images are cropped center-top). You can add a new thumb size or modify the crop mode in td_config.php file – http://screencast.com/t/7nlYBLgcfb If you make any modifications here you need to regenerate thumbs You could read more about the featured image size here (it’s from Newsmag documentation but the principles are the same) – https://forum.tagdiv.com/image-size/

Do you refer to the gradient background used on style 1? Please try this custom css to remove it – http://screencast.com/t/IEbPVjxU

.td-grid-style-1 .td-module-thumb a:last-child:before {
opacity: 0 !important;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have an option to change the gradient color and you will have to use custom css to change the color for each big grid spot. Please use browser inspector tool – http://screencast.com/t/qtwIwDjws9 You have to target something like this if you want to change this only for grid 8 – http://screencast.com/t/HKB4gtLBpq

.td_block_big_grid_8.td-grid-style-3 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
background: -moz-linear-gradient(45deg, #222 0%, #4a8f5e 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, #222), color-stop(100%, #4a8f5e));
background: -webkit-linear-gradient(45deg, #222 0%, #4a8f5e 100%);
background: -o-linear-gradient(45deg, #222 0%, #4a8f5e 100%);
background: -ms-linear-gradient(45deg, #222 0%, #4a8f5e 100%);
background: linear-gradient(45deg, #222 0%, #4a8f5e 100%);
}

This custom css is for first spot(just change to the color that you need), for the other grid spots please change td-big-grid-post-0 to td-big-grid-post-1 and so on… http://screencast.com/t/Y4tCTEbYO

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You can add border radius to the author image and also a shadow, for example – http://screencast.com/t/02GkiQq8mE2z

.td-module-meta-info .avatar {
border-radius: 100%;
-webkit-box-shadow: -1px 2px 7px 4px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 2px 7px 4px rgba(0,0,0,0.75);
box-shadow: -1px 2px 7px 4px rgba(0,0,0,0.75);
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and it works fine also on mobile devices, the mobile menu is opens like it should be – http://screencast.com/t/Fosmm3ai3Dfd The # appear because it is added to the menu link – http://screencast.com/t/cYmRygQt If the href property is empty, it will refresh the page, so the # must be used (it will also scroll to the top).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you use Jetpack please disable mobile version and clear cache – https://forum.tagdiv.com/how-to-manage-the-mobile-theme/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have an option to order categories on ajax filter, you can achieve this only if you modify the code. A solution is to order categories by slug name – http://screencast.com/t/rYcuX3BTHnk and change the category slug name – http://screencast.com/t/VwVbeZwv1cHxhttp://screencast.com/t/LiJuR5WhsY

'orderby' => 'slug'

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I could not recreate your issue, please check this without any plugins active(maybe a plugin cause this) except of Visual Composer, clear cache and see if you still have this issue. You header is always sticke and it should not be like that. On my side with header 7 enabled(and without top-menu) it looks like this – http://screencast.com/t/c1XfknUPl and when you scroll down the sticky menu is activated – http://screencast.com/t/9CbWjJxZzc

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately the top menu was not designed for mobile device and it is hidden,we will try to find a better implementation for log in widget. yYou can use this custom css to display the sign in widget on mobile – http://screencast.com/t/KOuJW9GW

@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
.td-header-sp-top-widget {
display: none !important;
}
}

Thanks!!

Alin [tagDiv]
tagDiv Staff

Hi,

I guess that you use non-adsense code, please try this custom css, the banner should be displayed at specific size – http://screencast.com/t/lGaqwLynfv

.td-a-rec-id-sidebar img {
width: inherit !important;
margin: 0 auto;
}

Thanks!

Viewing 25 posts - 2,851 through 2,875 (of 7,871 total)