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 :)
Calin
tagDiv Staff

Hi,

Yes your solution is eave better then mine.

Thank you for massage!

Calin
tagDiv Staff

Hi,

1. Here is the code to change that color -> https://www.screencast.com/t/errdyOSjkym
.td-header-wrap .td-drop-down-search:before {
border-color: transparent transparent #F44336 transparent;
}
.td-header-wrap .td-drop-down-search:after {
background-color: #F44336 ;
}

2. That is a header title template that have set an ajax filter -> https://www.screencast.com/t/qnSYNGLMp8m pelase check the settings for filter for blocks -> https://forum.tagdiv.com/block-settings-tutorial/

Thank you!

Calin
tagDiv Staff

Hi,

For this please use this custom css
.td-footer-wrap .footer-email-wrap a{
color: #4db2ec;
}

set it in newspaper>theme panel>custom code>custom css

Hope this will help you!
Thanks.

Calin
tagDiv Staff

Hi,

If you want only the animation here is the custom css for it
.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after {
-webkit-transition: transform 0.7s ease 0s;
-moz-transition: transform 0.7s ease 0s;
-o-transition: transform 0.7s ease 0s;
transition: transform 0.7s ease 0s;
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 146%, 0);
}
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:after {
position: absolute;
top: 0;
left: 0;
width: 160%;
height: 100%;
background: rgba(255, 255, 255, 0.2);
content: '';
z-index: 1;
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}

Just change the gig grid style from here -> https://www.screencast.com/t/VTBb2xCdEjmf with the number of style that you have set https://www.screencast.com/t/3fO8phLI3mcW
-> https://www.screencast.com/t/cQrA4zrbj33C

Set the code in Newspaper>Theme panel>Custom code> Custom css

Thank you!

Calin
tagDiv Staff

Hi,

Unfortunately we can not make test on flipboard, is untested with our theme, what you can do is to use the browser to open the post instead of flipboard, sorry!

Also please make sure that you do not have a plugin conflict, deactivate all plugins except tagDiv Composer, clear all cache and try again.

Thank you for your understanding!!

Calin
tagDiv Staff

Hi,

Our theme never have this size of thumb (75×50) for gallery our theme use the 80×60 -> https://www.screencast.com/t/UfJUm7xL

Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/

Also please make sure that you do not have any plugins that make this problem, please deactivate all non theme plugins, clear all cache and try again to see if the problem is still there.

Please provide a like were I can inspect this problem, in this way I will be able to provide you a better answer.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

If I understand correctly you try to set an ad box between tow blocks, you can set the limit post number and set the offset to not repeat the same post
-> https://www.screencast.com/t/bmcXkyNpu
the results will be like this -> https://www.screencast.com/t/bLqE79YAQoiE

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

The analytics code for AMP should be of this form only, please check it
https://www.screencast.com/t/xL301xKgf
If you enter it like that it will be loaded in AMP pages.
I found some topics about how Google Analytics works and how to analyze the reports, but they’re quite many more online
https://support.google.com/analytics/answer/2731565?hl=en
https://support.google.com/analytics/answer/1032796?hl=en
https://www.ocreativedesign.com/understanding-google-analytics-your-website-traffic-report/
https://www.theedesign.com/blog/2017/best-way-to-read-google-analytics

Thanks

Calin
tagDiv Staff

Hi,

In the most of the cases this is a plugin conflict, please deactivate all non theme plugins, clear all cache and try again!

Thank you!

Calin
tagDiv Staff

Hi,

Matched content ads were never officially tested with our theme so there is no official implementation method. If you want to display such ads, you will have to make this yourself. These are some similar topics that you can follow
https://forum.tagdiv.com/topic/add-google-matched-content-at-bottom-article/
https://forum.tagdiv.com/topic/how-to-add-google-matched-content-code/
Maybe this will change in the future and there will be support for this kind of ads. We have an enormous list of suggestions and improvements mentioned by our users. It is hard for the developer to decide what gets implemented first.

Thank

Calin
tagDiv Staff

Hi,

I make some investigation and the problems that you have with tagDiv AMP was made by the Easy Social Share Buttons for WordPress plugin, this plugin add a lot of css in theme and it is not compatible with amp css, I deactivate it and now the AMP is work properly
-> https://www.screencast.com/t/SJlaBN9uiH
-> https://validator.ampproject.org/#url=https%3A%2F%2Fvizartpandey.com%2Ftableau-introduction-to-an-arc-chart%2Famp%2F

Also please check our documentation for Cloudflare (CDN) and set the rocket loader to off ( https://www.screencast.com/t/tyApf9sAxspK ), in this way you solve the problem with those errors -> https://www.screencast.com/t/QhWXNeUfd8

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Unfortunately I do not quiet understand what is the problem, please provide some more details and a link were I can inspect this problem!

Thank you for your understanding

Calin
tagDiv Staff

Hi,

Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it at least to 256mb.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

In order to show more them 4 level depth of categories you’ll need to change one parameter in theme files, for this please go in wp-content/themes/Newspaper/includes/wp_booster/wp-admin/panel/views/td_panel_categories.php -> https://www.screencast.com/t/gLYRsUzqNn

Hope this will help you to achieve what you need!
Thanks.

Calin
tagDiv Staff

Hi,

You need to add this custom css in Newspaper>theme panel>Custom code advance in phone section -> https://www.screencast.com/t/GqEXEAVIW2G
.author-box-wrap {
display: none
}

or if you are using mobile the set the code in Newspaper>theme panel>mobile theme -> https://www.screencast.com/t/IR4kd4ZXxqOD

Thanks.

Calin
tagDiv Staff

Hi,

In order to achieve that you need to open the page with tagDiv Composer, click on Big Grid 1 and change the style -> https://www.screencast.com/t/kbthIwsX

Thanks.

Calin
tagDiv Staff

Hi,

Unfortunately this is hard to investigate because you are using an app not a browser to see the post from your website, and our theme was tested only on those browsers -> https://www.screencast.com/t/2O1UgolDRbU -> https://themeforest.net/item/newspaper/5489609?s_rank=1
also when I check the logo appear of a second and after that disappear, you can try with a default theme from WordPress to see if this problem is still happen.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Try to disable all settings from meta info on modules/blocks -> https://www.screencast.com/t/sSnW4G5M6eR and the space will adjust better -> https://www.screencast.com/t/lF8M5rVHPt

Thank you!

Calin
tagDiv Staff

Hi simplyben,

Please make sure that you set well the settings for last 7 days -> https://www.screencast.com/t/3vZOlHqHX -> https://forum.tagdiv.com/7-days-post-sorting/
Also please check if this option ( 7 days ) work on others elements/blocks, if is not working then can be a plugin conflict.

Thank you!

Calin
tagDiv Staff

Hi,

The analytics code for AMP should be of this form only, please check it
https://www.screencast.com/t/xL301xKgf
If you enter it like that it will be loaded in AMP pages.
I found some topics about how Google Analytics works and how to analyze the reports, but they’re quite many more online
https://support.google.com/analytics/answer/2731565?hl=en
https://support.google.com/analytics/answer/1032796?hl=en
https://www.ocreativedesign.com/understanding-google-analytics-your-website-traffic-report/
https://www.theedesign.com/blog/2017/best-way-to-read-google-analytics

Thanks

Calin
tagDiv Staff

Hi,

Unfortunately our theme do not have any option for this but I think that this can be achieve with some plugins like those -> https://wordpress.org/plugins/wp-content-copy-protection/
-> https://wordpress.org/plugins/tags/content-protection/

Thank you!

Calin
tagDiv Staff

Hi,

That is quite an an old theme version from which you are updating. Here you can find a changelog for each theme update, to see what has been modified, new features etc
https://themeforest.net/item/newspaper/5489609 (bottom of the page).

Update guide if necessary here – https://forum.tagdiv.com/how-to-update-the-theme-2/

That error you mention is in most cases related to insufficient memory
https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

The theme requirements guide has been updated as well, please check it carefully and if necessary ask your hosting provider to increase the values of the parameters mentioned in it
https://forum.tagdiv.com/requirements-for-newspaper/
For the WP memory we recommend a value of 256M.

After the update, deactivate/delete all the old theme plugins and install the new ones from the theme package plugins folder.

As a side note, the tagDiv composer will be automatically installed and activated after you update the theme. This composer could interfere with specific WPBakery elements or layouts. If that is the case, please disable it.

Also update WPBakery to the latest version if you use it (theme package contains version 5.6)
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

The option to edit pages with WPBakery should appear same as before
https://www.screencast.com/t/ag8uBzu2Hzx
https://www.screencast.com/t/JhLAoUdzm

After you update clear all the website caches, CDN, browser cache. Let us know if you have problems.

Thanks

Calin
tagDiv Staff

Hi,

In the most cases this is a plugin conflict, please try to remove all of the untested plugins, make sure if you are using the latest version of the theme, clear all the caches and check the results. I’m here to assist you.

Also please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/

Thanks for your understanding!

Calin
tagDiv Staff

Hi,

Using default post templates that could only be done with solutions like this
https://forum.tagdiv.com/topic/remove-more-from-author-from-the-related-articles/

However with the introduction of the Cloud library plugin
https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Now you can design your post templates using the tagDiv composer. That way for example you can see the related articles and more from author are different elements
https://www.screencast.com/t/BoJwflJTpAU
So you add only the one you want. There are many predefined single templates, or you can design your own (blank template)
https://www.screencast.com/t/WnjVg6FvdvE

Here you can experiment with the cloud post templates, preview and even edit them
https://affiliate.tagdiv.com/#/load/Single

Thanks

Calin
tagDiv Staff

Hi,

Our templates from tagDiv Cloud Library are build dynamical using shortcodes, so you can not set some php code in those temples, but you can use a plugin for php widget ( https://wordpress.org/plugins/safe-php-code-widget/ ) and set this widget in single post templates with tagDiv Composer -> https://www.screencast.com/t/SMwge3nN2HwW -> https://www.screencast.com/t/oE5S8fy4b

Thank you for your understanding!

Viewing 25 posts - 30,551 through 30,575 (of 35,335 total)