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,

Please try this custom css for sidebar widget: http://screencast.com/t/kC7bbDbV6Aq

.td-post-sidebar .td_mod10 {
margin-bottom: 0px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

There isn’t an ideal image size so it can look good on all thumbs, the image size for a basic post we use this dimensions: 1021 x 580px. You can find here all thumbs dimensions which are created and used by the theme on module/blocks thumbs and sliders http://screencast.com/t/ZZntCVQJW
Also depends the blocks/modules that you use for aspect ratio and you have to do some tests and see what aspect ratio to use.
Like you can see also in you example on module 6 your image looks fine almost not cropped – http://screencast.com/t/hmGDctpa , but if you take a look also at this image it not looks the same – http://screencast.com/t/mNdgsPr281Wp So like you can see this depends what image size you use, you have to test this like I said above and see what image size to use depending of blocks/modules that you are using more.
If you want to change the height for module 1please change height here – http://screencast.com/t/gDCZYhPO and then please regenerate your thumbnails using this plugin: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/

I also tested this with your image – http://screencast.com/t/onwq87FzHQhttp://screencast.com/t/TqeitYnsh
Result: http://screencast.com/t/GjINxM9dcx

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You can edit td_module.php and change to h1 – http://screencast.com/t/KdsKujiSM7y

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site, but it looks fine on my side – http://screencast.com/t/kCaGyqh7NLHQ
If you still have issues with tagdiv gallery please provide more details about this, as I’m not sure what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@Floda
Unfortunately we don’t plan to change the theme’s grid width and this is not an easy job so if you need this you’d have to hire a developer to make the necessary modifications for you as we cannot offer custom work at the moment so we can’t do it for you.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Didn’t help the solution from this topic? – https://forum.tagdiv.com/topic/help-with-activation-theme/#post-44289
We did not manage to fix this in the latest theme update. Sorry!

Please provide more details if this doesn’t help.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

It could cause issues, but I have checked your site(yesterday too) and you css is doesn’t been applied – http://screencast.com/t/V3K0Y5np
Please try to remove it and check if you still have this issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Try to replace that css code with this one to add only margin: http://screencast.com/t/rIx1FeRQJF

.td-a-rec-id-custom_ad_7 .ac_container {
margin-left: 2%;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to remove author only for your homepage block please try this custom css in Theme Panel > Custom Css:

.home .td_block_3 .td-post-author-name {
display: none;
}

Or if you to remove the author from all pages that use block 3 or module 1 please comment this line here: http://screencast.com/t/BqxA2gyWwZz

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We have changed the child theme system (for which we will have a documentation available soon) and because of that at the moment parts files can’t be overwritten via child theme. Until then please make you change in the main theme file.

You can also change the header style 8 if it is more easy for you with this code – http://pastebin.com/8Cp3ZnhA
And apply this css code in Theme Panel > Custom Css, I have tested and it works fine(is better also on tablets)- http://screencast.com/t/dqtb7Mir45phttp://screencast.com/t/Nuxb3Fj1Cnb

@media (min-width: 768px){
.td-header-style-8 .td-header-sp-ads {
width: initial;
}
.td-header-style-8 .td-header-sp-logo {
width: initial;
}
}
@media (min-width: 1024px) {
.td-header-style-8 .td-header-sp-logo {
margin-top: 20px;
}
}

I think that this is better solution because don’t need to add a fixed width(1021px) – it is already added. Just need to add minor css adjustments.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Now you can make this change in td_config.phphttp://screencast.com/t/8LYko0pj

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide you site URL so we can take a look. Do you have this issue also on desktop or only for tablets?
If the items are not clickable on tablets please follow this topic – https://forum.tagdiv.com/topic/tap-menu-on-ipad/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to display for your homepage only latest articles and have “classic pagination” you can use ” page template with articles – http://screencast.com/t/MpTTzXizx6A and set the module 11 to display it(this module is used for block 12) – http://screencast.com/t/aMcUhJxoTt so you will have pagination – http://screencast.com/t/h5cnF03BPK
Also you can set number of posts to display(and more settings) – http://screencast.com/t/YgVnOyZQ2

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you don’t want to update you don’t need to update just please use Social Counter version from Newsmag 1.5.
We have made some changes from then and the Social Counter 2.10 was not tested with Newsmag 1.5.
And yes if you want to update all custom modifications to the files will be overwritten.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

A padding bottom is automatically added for text widgets, please try to set 0px for padding like this – http://screencast.com/t/WQnuJalhe

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can use media queries and hide them via custom css or you can change font-size on mobile screens.
For example hide Big Grid(if you want to do this only for homepage use .home .td_block_big_grid ):

@media (max-width: 767px){
.td_block_big_grid {
display: none;
}
}

Big Grid – font size: http://screencast.com/t/f4JusFAe5e

@media (max-width: 767px){
.td-big-grid-post .entry-title a {
font-size: 10px;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

We know about this issue and still testing this. We hope to be fixed in the next update.

Thanks and sorry for inconvenience!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to add background to the title please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/z0nchmUkhia

.td-post-template-4 header .entry-title {
background-color: rgba(0, 0, 0, 0.47);
padding: 10px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Like I said I also tried to change the width of the iframe but the image cannot be enlarged via css – http://screencast.com/t/Oo7a7zPto

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The Visual Composer plugin is not modified, just few element are disabled. All Visual Composer elements will be available from version 5.0 of Newspaper.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I also tested this and seems that it is an issue when you add link in review description. I have added this on our list and it will be fixed soon as possible.

If you want to add link in the review file you can add it here: http://screencast.com/t/8fRwtIGYNvY
Result: http://screencast.com/t/wpZzghudl1q

Thanks for reporting!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately theme doesn’t have an option to have a different header for categories. You would need custom modification for this, you can find an example here(a different header on homepage) – https://forum.tagdiv.com/topic/different-headers-on-pages/
You can try something like this using is_category function: https://codex.wordpress.org/Function_Reference/is_category

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can create different homepages, but you need to set just one static frontpage – http://screencast.com/t/X3lEqVK3a

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

From which version did you updated the theme?
Please update your theme via FTP – https://forum.tagdiv.com/how-to-update-the-theme/ and also the plugins that come with the theme’s files from /plugins folder – https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Try to delete the js_composer folder from plugins and upload again Visual Composer from the files that you have downloaded from themeforest. Let me know.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you refer to the latest articles sidebar?
For this you need to add an class in the page template: http://screencast.com/t/KqgkJcM1XR
And use the above css to hide it.

Thanks!!

Viewing 25 posts - 5,751 through 5,775 (of 7,871 total)