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

Buna,

Nu mai este nevoie sa faci acea modificare in fisier. Acum poti adauga canalul tau direct in social counter sub aceasta forma – http://screencast.com/t/y2rucJa1lfmihttp://screencast.com/t/rq74tYTCsU8

Mersi!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site, I did refresh the page and you are right facebook comments doesn’t appear all the time. It seems that the plugin is not loaded(doesn’t return anything) – http://screencast.com/t/wEV0kWTkhttp://screencast.com/t/FZqyVUmBK5j
Please check if you have this issue also if you disable all plugins, leave just Visual Composer and Facebook plugins active, also clear cache. Maybe there is a conflict with another plugin(s).
Also which facebook comments plugin do you use?

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please clear cache, as I have checked your site and the text logo is displayed on mobiles: http://screencast.com/t/F8JvMj7vaZB

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I’m not sure where you want to display your ticker, but from your image I think that you want to display it above post’s title.
If you want this, please edit post template that you use and add the shortcode there – for default post template: http://screencast.com/t/7AG6T8oK

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,


@J
án I have checked your site and your Vimeo id seems to be added right in Social Counter and display 0 likes because you don’t have any on your vimeo page.
Please provide more details if you have another issue and I did not understand it.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

We recommend to update the theme via FTP(please make a backup of your current theme instalation) – https://forum.tagdiv.com/how-to-update-the-theme/
Also if you are using previous version(4.6.2) you can use the patch and copy only files that were updated and then update the plugins that come with the theme’s files(visual composer,social counter…) from /plugins folder .
Regarding the plugins and theme customization – the styling options you’ve set in the WordPress Theme Customize or options from Theme Panel – those options should not be affected by updating your theme, only if you have custom modification to the theme’s files you will need to re-add them as when you update the theme these files will be overwritten.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The latest version of Newspaper theme is 4.6.3
Please provide more details if you have another issue, as I;m not sure what you mean.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The height of featured image in post style 4 can be increased via custom css in Theme Panel > Custom Css here is an example for desktop screen:

@media (min-width: 1019px){
.single_template_4 .backstretch {
height: 800px !important;
}
.single_template_4 .td-big-slide-background {
height: 800px !important;
}
.single_template_4 #td-full-screen-header-image{
height: 800px !important;
}
.single_template_4 .td-template4-header {
top: -270px !important;
}
}

Also you can remove main menu border using this custom css: http://screencast.com/t/32Scya2f58

.td-full-layout .td-menu-background {
border-bottom: none;
}
.td-full-layout .td-menu-background:after {
display: none;
}

Unfortunately we don’t have any videos, but you can use Slider in your page at full width row(3 columns): http://screencast.com/t/ucrXI0Gflsot like you can see on our demo – http://demo.tagdiv.com/newspaper/ios-slider/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I will try to explain you step by step. If you have a parent category(a category that had subcategories) – http://screencast.com/t/DaExDsikKrI just add your category in the menu and make it megamenu in Appearance > Menu – http://screencast.com/t/OJi4S2Dnd
Please note that you don’t have to add anything else, not submenu items, the subcategories will be displayed automatically there – http://screencast.com/t/AmSReebQUkYb

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You have to filter your articles using a different category for your blocks from block settings – http://screencast.com/t/3jZ7SkjLN5 as if you set to filter posts from all categories it will appear on all blocks.
Another solution will be to enable Unique articles feature for your page or use offset: https://forum.tagdiv.com/unique-articles-and-offset-newspaper/ If you have pagination unique articles doesn’t work.

Please also follow our documentation – https://forum.tagdiv.com/newspaper-documentation/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to disable all plugins(especially related posts plugin if you have ), leave just Visual Composer active, also clear cache and check if you still have this issue. If you don’t have this issue anymore please activate your plugins one by one and see which one cause this.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please add the class there – http://screencast.com/t/KqgkJcM1XR and let me know so I can inspect this.
Also please try to use !important, it should work.

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

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked this with your url and did not found any issues – http://screencast.com/t/34nVqcbvPXhttp://screencast.com/t/TtY8AneU3i
Please check this only with Visual Composer active like Emil also suggested and save (or create another) post again and see if you still have this issue.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you didn’t made any modification to wordpress not be updated you should have the option to update it. Or maybe wordpress was automatically updated please check at bottom of the Dashboard page – http://screencast.com/t/U3eY3mmuI

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

The text logo was not designed to be displayed on mobile. You can use a logo image to be displayed on mobile or use this custom css if you don’t want that: http://screencast.com/t/fLmtqcKZ

@media (max-width: 767px){
.header-logo-wrap .td-logo-wrap-align {
height: auto !important;
}
.td-logo-text {
text-align: center
}
.td-logo-rec-wrap .header-logo-wrap {
display: block;
margin:10px auto 15px;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

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

.header-logo-wrap {
float: none;
margin: 20px auto;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

When you use make a parent category megamenu you don’t have to add any submenu items. It will take subcategories automatically – https://forum.tagdiv.com/how-to-use-the-megamenu/

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you want to display the ad after each article you have to add the code like this: http://screencast.com/t/IrpjYTN0Jbr

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I believed that you can use all elements using pagebuilder, not only elements of Visual Composer plugin.
I cannot tell you an exact date for Newspaper 5, but we intend to release it at the end of May.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and it look like this on mobile screen: http://screencast.com/t/M5BHAtJ4

Unfortunately there is not an option to set excerpt only for tablets, but you can set it for all devices – http://screencast.com/t/8MyhGqP7RN

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

You have to edit menu-header.php: http://screencast.com/t/kjovUkHL9k2

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

For default post style and style 2 the image it’s cropped at 700px(content width) so it has to be at least at that width – http://screencast.com/t/VknTLcpvK5v

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please add css code in Theme Panel > Custom Css: http://screencast.com/t/ePHt2sb53c
Please provide a link so I can inspect this, also if you don’t use adsense code change g to a for example – .td-a-rec-id-content_top

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please check the version in Theme Panel – http://screencast.com/t/A21ZlbMn For some reason the theme version is wrongly displayed by wordpress on appearance section, we’ll look into it to see if we can do anything.

Thanks!

Viewing 25 posts - 5,726 through 5,750 (of 7,871 total)