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,

Do you refer to the lightbox feature on galleries?

Please try to remove this code to disable lightbox for tagdiv galleries – http://screencast.com/t/OLjyKBFL
Also for default gallery – http://screencast.com/t/YB6xcfZzUjhttp://screencast.com/t/OkWLdkc4g0m
If you use speedbooster you will have to delete the code from – http://screencast.com/t/kDXKit5I2diY

Please provide more details if this is not what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

There is an option in Theme Panel > Theme Fonts to adjust subtitles fonts – http://screencast.com/t/JGxaHgaeH

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m sorry that you had those issues in version 6 of the theme. Newspaper 6 should be regarded as a new theme, it was practically rewritten so all customizations(files, css) from version 4 will not work and you will have to make these modifications again. We made a script that if you run it after update it will import from database olde settings, the shortcodes.. like you can see in the documentation – https://forum.tagdiv.com/how-to-update-the-theme-2/ Unfortunately you will have to re-add your widgets in the sidebars as some of them may not be imported or don’t exist anymore, also they will become inactive.
I’m not sure what was the issue with Big Slider, as you can see on our demo Big Grid Slider(like on Newspaper4) is still available – http://demo.tagdiv.com/newspaper/big-grid-slide/ also we added more Big Grid blocks(these are not sliders).

Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and you have some javascripts erros in the console – http://screencast.com/t/AiAFSaeS0dO5 and also I have refreshed few times an article from your site and the view counter doesn’t work properly(it doesn’t increment on each view). So please fix those errors in the console, these js errors usually are caused by plugins that conflict with theme javascript, then check if you still have this issue with 7 days post sort order.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Do you have any custom css for newsticker next/prev buttons? As I have checked this an did not found any issues with it, you also can see on our demo. If you don’t have any customizations please disable all your plugins, leave just Visual Composer active, clear cache and see if you still have this issue. Also remove any js/css minification.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we don’t plan to add post views on modules again, but I have added this on our list and if more users will demand this we will think to add it again. If you want to add it againon some modules that you use please check this topic(answer 4) – https://forum.tagdiv.com/topic/many-issues-with-new-v6-update/ and do this for each module.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure why you have this issue, please try only with the Seo by Yoast plugin, and disable all other/unnecessary plugins to make sure there is no conflict between Yoast and other plugins. Also please check this tutorial – http://www.wpbeginner.com/beginners-guide/categories-vs-tags-seo-best-practices-which-one-is-better/ Also did you edited each category and set a description – http://screencast.com/t/reasfsGBK
You can also address to the plugin’s support.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have to use this custom css as this inline is positioned to the right(I forgot to mention that) – http://screencast.com/t/W4feMNd0gC

.postid-33 .td-g-rec-id-content_inlineright {
display: none;
}

Just add right or left if your inline ad is not full post content – http://screencast.com/t/GuHpZlcLg8sk

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Newspaper theme was designed in 3 columns fixed grid, so the blocks were designed to be used in 1/11/3 + 1/3 + 1/3, or 2/3 + 1/3http://screencast.com/t/6gdyLvoX4 Also you can see also on our demo how block 14(and other blocks) can be used – http://demo.tagdiv.com/newspaper/block-14/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We know about this this error (it comes from Visual Composer), we have also opened a ticket at the plugin support and we hope to be fixed in the next update. It will not affect your sidebar setting in frontend.

Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you use the latest theme version 6.2.1 and also the latest version of Visual Composer (4.5.3) provided with the theme files. Also please deactivate all plugins except of Visual Composer, clear cache and see if you still have this issue and it is not caused by a plugin.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure why this doesn’t work for you as it is tested and should work fine – http://screencast.com/t/37usR2YUgfHc just paste the css code in Theme Panel > Custom Css – http://screencast.com/t/nQ9cHORoh and also clear cache.

@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: red!important;
}
#td-top-mobile-toggle i, .header-search-wrap #td-header-search-button .td-icon-search {
color: #222 !important;
}
}

Anyway we will add this option in Theme Panel until your site will go live.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Yes, we work on this to add zoom effect on Big Grid also on newsmag theme.

Thanks for the message!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately comments for pages were not been designed to appear when pagebuilder is used. If you want to display comments even you use pagebuilder you need to add it also here – http://screencast.com/t/8wyo4gWTpQFhttp://screencast.com/t/vXNwR9Ral
If you want to make this change only for “pagebuilder with title” template you need to copy this from default template – http://screencast.com/t/YnVaxvIpDK3m and also comments code – http://screencast.com/t/yYpqkMPA2R

//get theme panel variable for page comments side wide
$td_enable_or_disable_page_comments = td_util::get_option('tds_disable_comments_pages');

if($td_enable_or_disable_page_comments == 'show_comments') {
comments_template('', true);
}

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

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

For the moment header styles cannot be overwritten by child theme, it will be available from version 6.3 – https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please make sure that you have added categories ids properly as if an id is not correct(the category doesn’t exist) it may not display any article and also check this without category filter(leave it on default) – http://screencast.com/t/51mHtNUveH5i
Also you can paste a link to a test page so we can take a look.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you use default/pagebuilder with latest articles page template you should not have breadcrumbs if you add elements using Visual Composer to you pages. If you add content without using page builder the breadcrumbs can be disabled from Theme Panel > Template Settings – http://screencast.com/t/cgivfgZ6709 but it will be disabled also on post pages.
You can use custom css to hide breadcrumbs only on pages – http://screencast.com/t/t7AdmHUs

.page .entry-crumbs {
display: none;
}

Or edit page templates and delete/comment the breadcrumbs code – http://screencast.com/t/TAmM4Ajfi

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m still not sure what the issue is with woocommerce widget. I have checked this and did not found any issues – http://screencast.com/t/N4MHFdEmqpfhttp://screencast.com/t/lvNilbYeZ
If you want to display product image bigger, you can adjust this via custom css in Theme Panel > Custom Css: http://screencast.com/t/rR5C8X04c7

.woocommerce ul.product_list_widget li img {
width: 150px !important;
}

Also provide a link if this is not what you mean or it doesn’t work.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The theme doesn’t have an option to place another menu under your main menu and you will need custom modification to achieve that. If you don’t have basic php/html/css experience I suggest to hire a professional to do this for you as we cannot provide custom work at this time, sorry! You will have to register your new menu like other three theme’s default menus – http://screencast.com/t/FJY6txe5n so it will appear in Menus section and you can customize it – http://screencast.com/t/ZTzbl0H4F1q then you will have to create a template like header-menu.phphttp://screencast.com/t/CEaqGCfxPK and call it in header style that you use – http://screencast.com/t/qxJRSxOyItX0
You can find more details about this here – https://codex.wordpress.org/Navigation_Menushttps://codex.wordpress.org/Function_Reference/wp_nav_menu

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Your screenshots are still not visible – http://screencast.com/t/FXXPUKi844dc
I guess that you are referring to the video icon as I did not found any arrows(only next/prev pagination) – http://screencast.com/t/fA4yoO590 this icon was designed to appear like that on Big Grid 5. If you want to display it like this on all modules you can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/vr8L7dqRO7Cb

.td-video-play-ico > img {
left: auto !important;
bottom: auto !important;
}

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Please also check this video tutorial, maybe it will help more – https://www.youtube.com/watch?v=rgWqozuqmJk also you can follow our youtube channel as we will add more video tutorials there.
For start you can choose a predefined template like the homepage – video template(see the video)- http://screencast.com/t/wTGN6mj0vJN but this will not use video files, just usual text and image content. Click on the template to select it. Now all the rows, blocks, sidebar and ad boxes are already imported on your new page. Now click Publish to save settings.
Also after you have created your page you can set it as static frontpage from Settings > Reading – http://screencast.com/t/dWdpT5FUTdT

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

Sorry for delay, we answer to the most oldest topics and because you’ve added a new replies we missed your post!

Please make sure that you enabled 7 days post sorting from Theme Panel > Block Settings – http://screencast.com/t/WbnxbTsx4 also you can check this without any plugins active, leave just Visual Composer active as it might be some plugins conflict. Also test it by editing a post and take a look at custom fields: http://screencast.com/t/mSiJvu61tGj then refresh the post a few times and check if it increments. If those values are changed when the post is viewed then 7 day sort should work properly.
If you want to display only last 7 days created posts, you can use “random posts from last week” sort order – http://screencast.com/t/Xa7PfhAI0vi

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure why you have this issue as I have checked this again from Widgets area and did not found any issues with the slider. I have tagged 4 posts,used your settings and the articles were displayed properly – http://screencast.com/t/kFe792UOhttp://screencast.com/t/dIJ7NbsJnDhttp://screencast.com/t/ofjDVbO94rZhttp://screencast.com/t/3j7r3maaH
Please check this also without any plugins active, leave just Visual Composer active, clear cache and see if it works.

Thanks

Alin [tagDiv]
tagDiv Staff

Hi,

The issue is not with the post format, eve if you change it to video format(or standard) it will not resolve your issue because you use post style 5 that it will not show feature video/image – it was designed like that. This template was the same also in version 4 of the theme, so I’m not sure what custom modifications did you have in previous version.
A solution is to copy featured image code also in this post template – http://screencast.com/t/TUDHnOoohttp://screencast.com/t/xet4KkaGtj8

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Unfortunately we removed this option so in version 6 of the theme the post views can be enabled/disabled only for post template, it is not available for modules/blocks like in version 4, sorry! Only comments count can be displayed on blocks/modules liek you can see also on our demo – http://demo.tagdiv.com/newspaper/

Thanks!

Viewing 25 posts - 3,651 through 3,675 (of 7,871 total)