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,

Unfortunately the theme doesn’t have an option for that and you would need custom changes for that. You can use another post template if you don’t want the full width parallax image. The parallax keeps the image aspect ratio and the image width is shown depending on screen size.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please insert number of articles to display per page here: http://screencast.com/t/Cuq57hKR0wfg
We did not tested any of these scripts in the text widget, please provide more details about this issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Meta viewport in Newspaper theme is located in header.php: http://screencast.com/t/MdGreMTT3cg

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You will need to add a condition for this: http://screencast.com/t/ZDwazIXa5IRe

$post_format_x = get_post_format($this->post->ID);

And this code for every ad(top, inline, bottom) that you want to block:$post_format_x != 'gallery' and

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to place the ad in the post template please use the do_shortcode() function: http://screencast.com/t/aC3Y1kmdkht
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>

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

Also please post your issues in newsmag section – https://forum.tagdiv.com/forum/newsmag/

Alin [tagDiv]
tagDiv Staff

Hi,

1. If you want to remove smooth scrolling please follow this topic: https://forum.tagdiv.com/topic/remove-smooth-scrolling/#post-23634 Unfortunately this cannot be removed using child theme.

2. You can use custom css to hide the read more button in Theme Panel > Custom Css: http://screencast.com/t/rGVfaCnw4

.more-link-wrap{
display: none;
}

Also you can remove it from the code if you don’t want to use css: http://screencast.com/t/l8K0UzXE

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

For your post sidebar just replace .wpb_widgetised_column with .td-post-sidebar like this

.td-post-sidebar .block-title a,.td-post-sidebar .block-title span{
background-color: #222222 !important;
}
.td-post-sidebar .block-title{
border-color: #222222;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Did you had any errors when you installed the demo? What do you mean with no completed?
Please note that installing the demo will not look exactly like our live demo: http://demo.tagdiv.com/newspaper/ You will have only some categories,posts, pages like an example, you can create your own categories… and more items to the menu.

Also if you installed the plugins that come with the theme’s files you need to activate Visual Composer as the theme need this plugin to work: http://screencast.com/t/bPyeMpp2qtV
Please also follow our documentation, it may help: https://forum.tagdiv.com/newspaper-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

What theme version do you use? I checked on my side using latest version of the theme(4.6.2) and it looks fine: http://screencast.com/t/AG0vCP1DljBN
If you need to update your theme please follow this guide and use FTP method: https://forum.tagdiv.com/how-to-update-the-theme/ and also update plugins that come with the theme’s files from the /plugins folder.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@jeanmarclhotel
this is not an issue related to the theme, so I can only suggest what you can do. Normally you have to edit php.ini and change post_max_size like @redtaileagle changed here: https://forum.tagdiv.com/topic/demo-install-halts/#post-42565
Also you can follow this: https://wordpress.org/support/topic/change-maximum-upload-size-and-find-phpini?replies=31

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

I don’t know what your issue is. If you have seen that only few hours and now cannot be recreated, maybe it was a caching issue. Please clear cache if you use a cache plugin and also browser cache.
When you have an issue please provide a screenshot to see that and maybe I can provide an accurate solution as I see that create your site on local.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please provide more details about your issue with demo.
Also please follow our documentation: https://forum.tagdiv.com/newspaper-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately Newsmag theme has only 2 formats like you already know. If you need to add more post formats please take a look here – https://codex.wordpress.org/Post_Formats and try to add more formats in theme functions: http://screencast.com/t/7tKL3tcQiu

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try to change this with custom css something like I targeted on our demo: http://screencast.com/t/ud2Qubg36
But maybe you will need further css customization so if you don’t have some css/html experience I don’t recommend you to do this. You can try this css in Theme Panel > Custom Css and adjust it if you need: http://screencast.com/t/ud2Qubg36

@media (max-width: 768px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
float: left !important;
margin: 0 3.8% 2.992em 0 !important;
padding: 0;
position: relative;
width: 22.05% !important;
clear: none;
}
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You have this issue because of the link that you have in the image caption: http://screencast.com/t/2LpSNyQq0r9 This create an empty image in lightbox, please try to remove the link and see if you still have this issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

When you go back to the Theme Panel > Categories your settings are saved? Please empty cache if you use a cache plugin and also try to deactivate all plugins and leave just Visual Composer plugin active and check if you still have this issue. Also please provide your site URL and follow our documentation: https://forum.tagdiv.com/newsmag-documentation/ Let me know!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Then the issue is that you use post template 6 as default site wide. You can try to change it on default and see if you still have issues on shop pages. Or if you say that the css code solve the issue you can use it. That’s up to you, what you want to do.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You did not specify the block, but I made this for block 7 from sidebar: http://screencast.com/t/caqvvtsq0Mhttp://screencast.com/t/pcsgdzxI

.home .td-main-sidebar .td_block_7 .td_module_wrap:hover .entry-title a{
color: red !important;
}
.home .td-main-sidebar .td_block_7 .td-next-prev-wrap i:hover{
color: red !important;
background: yellow !important;
}

Those classes that you wanted to target are change automatically on refresh.

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You can try this custom css and change the values how you need: http://screencast.com/t/K5S3GVfB6ab

.td_smart_list_3 .td-icon-left, .td_smart_list_3 .td-icon-right{
min-width: 100px;
height: 35px;
}
.td_smart_list_3 .td-sml3-top-controls .td-icon-right, .td_smart_list_3 .td-sml3-bottom-controls .td-icon-right{
padding: 6px 10px 2px 25px;
}
.td_smart_list_3 .td-sml3-top-controls .td-icon-left, .td_smart_list_3 .td-sml3-bottom-controls .td-icon-left{
padding: 6px 25px 2px 10px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Glad that you managed to fix it!

Just go to your profile and click Edit: http://screencast.com/t/4oxtRhm957

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We have made some changes, now that part of code you ca find it in td_config.php file: http://screencast.com/t/fLUn8gJdl

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The blocks were not designed to work with pages but there is an option in block settings to add page: http://screencast.com/t/JSI6frAwYmP
Result: http://screencast.com/t/XxTwZQ6mP
It works but I suggest to use this only if is necessarily, because you won’t have many options in block settings to work with pages, for example sort order will be “Latest”. If you choose to use pages instead of posts in blocks/slider it would not look write as pages you will need to add a featured image like on post pages.

Hopr this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

On mobile that part of tagdiv gallery is hidden. You can try to use this custom css, but it may not be displayed properly as it was not designed to appear on mobile screens: http://screencast.com/t/3ybkcNr2To

.td-doubleSlider-2 {
display: block;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Buna,

Da stim despre aceasta problema cu Visual Composer pe care o sa incercam s-o remediem(inca investigam aceste probleme). Daca doriti versiunea 4.3.5 puteti trimite un mail la contact@tagdiv.com cu cerinta dv.

Mersi!

Alin [tagDiv]
tagDiv Staff

Hi,

Our ads system was designed to work with adsense code. Using an iframe with a fixed width I’m not sure if you can make it responsive. You ca try yo use css with media queries and adjust width and height on different screen sizes: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

Hope this helps!

Viewing 25 posts - 6,376 through 6,400 (of 7,871 total)