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,

You did not use the right quotes, please copy code that I provided to you in Theme Panel > Custom Css: http://screencast.com/t/irm5sfVshttp://screencast.com/t/Dv8Pcxi9hx

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The google fonts are loaded in td_wp_booster_functions.php: http://screencast.com/t/v0bw0rFS

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please comment this line if you want video featured image to not be generated: http://screencast.com/t/3ojjsrwX0q1

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have to copy get_category function to module that you want to appear categories – http://screencast.com/t/o1umsNHNb and echo categories where you want to display.
Please follow this topics to show categories on modules/blocks:

https://forum.tagdiv.com/topic/category-display-info/
https://forum.tagdiv.com/topic/show-categorie-name-in-latest-articles/

Also will be added an option in Theme Panel to display categories on modules/blocks from version 5 of Newspaper.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please remove this class from comment function: http://screencast.com/t/P46qKHGO
Also if you want to hide comment icon and number please make this change: http://screencast.com/t/9jZYTgkMhttp://screencast.com/t/4FlIDL1jFtw

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have an option in block settings to change block title background and text color: http://screencast.com/t/2WY1ZgQ5

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I also checked this and did not found any issues: http://screencast.com/t/UXSos2PzaGjhttp://screencast.com/t/yK0i0OwmbL
Please check this without any plugins active, leave just Visual Composer active and clear cache. Also please provide a link if you still have this issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can add subcategories like this: http://screencast.com/t/cwpu2KydKZA
Also here you can find more about permalink structure: http://codex.wordpress.org/Using_Permalinks#Permalink_Types also you can try to find a plugin to help you with this.
Please follow our documentation and let me know if you have any issues related to the theme – https://forum.tagdiv.com/newspaper-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Jetpack plugins is recommended for Tiled Gallery and the Carousel so if you don’t use this features I suggest to not use it – https://forum.tagdiv.com/how-to-make-a-gallery/ Also the theme is already responsive so the feature mobile theme from jetpack need to be disabled: https://forum.tagdiv.com/how-to-manage-the-mobile-theme/ This plugin has a lot of features but also it affect the speed of your site.
The jetpack photon feature can cause some issues and while the theme works based on the same system – creates and serves/uses thumbnails for each uploaded image. We have some reports that the jetpack photon feature caused some issues also on Newsmag when used with the theme or other plugins.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Can you provide a screenshot as I’m not sure what you mean. Do you have this issue in backend? – http://screencast.com/t/sQHeXYegHSv
Also you can check this without any plugins active, leave just Visual Composer active, also empty cache. Maybe it is a plugin conflict. Let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css for mobile device: http://screencast.com/t/cdjOmwMN4oq

@media (max-width: 767px) {
.td_block_big_grid .td-big-grid-post-0 {
height: auto;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, you are right you have to replace the code from that file: http://screencast.com/t/l9ijkiL5
Also if you use Speed Booster you need to remove this code from here: http://screencast.com/t/uHuUcuor

Thanks

Alin [tagDiv]
tagDiv Staff

These errors are not important, but if you want you can add style="width:272px; height:90px;" in logo.php if you use header styles that use that logo size like default header: http://screencast.com/t/uGyqewx9
Result: http://screencast.com/t/PlJW8xot7x

Also you can do this for mobile logo altering logo-mobile.php

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css: http://screencast.com/t/ivWMx3f4b9

.single_template_4 .td-post-featured-image img {
width: 100%;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately sidebar cannot be renamed, but you can delete it: http://screencast.com/t/gDWEPXHoj
But first you can create another custom sidebar and move your widgets into it so you will not lose them.

Thanks!

Alin [tagDiv]
tagDiv Staff

Try to target only full width post(without sidebar):

.single_template_6 .td-pb-span12.td-main-content .ad1 {
transform: translateX(-30%) !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure what you mean and what shortcode do you use there. I also tested this and the shortcode works in Ads section. For example – http://screencast.com/t/FeYd6Vw5jHhttp://screencast.com/t/ZuAMqXD4qP2Y
Please provide more details about this and an example od shortcode that you add there.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for inconvenience, we will add this in the documentation.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

This issue will be fixed in the next update. Please replace the code inside – http://screencast.com/t/hm0F7lQ36llA – with this code – http://pastebin.com/7VKde8LB

Thanks and sorry for inconvenience!

Alin [tagDiv]
tagDiv Staff

Hi,

You need custom css also for ad as you changed the post content width and the ad width is larger then content. You can try this custom css: http://screencast.com/t/On8ZyCKt737

.single_template_6 .ad1 {
transform: translateX(-30%) !important;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to add width and height to the banners something like this:

<div class="td-visible-desktop">
    <a href="#" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec728.jpg" alt="" width="728px" height="90px" /></a>
</div>

Unfortunately for logo cannot be added width and height as when you change the header style also the logo size it’s changed. You can test also our demo, it has this error.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/jKfEEAkMoJ

.td-footer-wrap .product_list_widget li ins {
background-color: rgb(53, 53, 53);
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this without any plugins active, leave just Visual Composer plugin active, empty cache and check if you still have this issue. Also try this without js/css minification. Let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately header style 3 (also 6) use the same logo also on mobile view. It was initially created like this but we will change this in the Newspaper 5.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, it will be the latest version of Visual Composer.

Thanks!

Viewing 25 posts - 5,876 through 5,900 (of 7,871 total)