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,

Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.

Also you can check more about mobile theme here -> https://forum.tagdiv.com/topic/in-mobile-view-link-to-page-not-working/

Thank you!

Calin
tagDiv Staff

Hi,

The mobile version is look like that because you have the mobile theme plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se

Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/

Also for the 3 blocks, you’ll need to have set same feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4

If you want the responsive version and amp you should use this opinion -> https://www.screencast.com/t/jZct5ueBqOrb but if you have amp activate on pages you’ll need to create in Mobile editor a content for AMP version of page.

If you do not have the featured category, you’ll need to add some posts in feature category -> https://forum.tagdiv.com/featured-posts-2/ if you do not have this category you can create it, just make sure that you set the category name to be
Featured

Let me know if you have more questions!

Calin
tagDiv Staff

Hi,

For inline ads you can check this topic -> https://forum.tagdiv.com/topic/amp-and-mobile-theme/

Thank you!

Calin
tagDiv Staff

Hi,

Please provide some more details about how you get/access those links on your website, please provide some screenshots and a link were I can inspect this problem.

Thank you!

Calin
tagDiv Staff

Hi,

The tagDiv Newsletter will show only the email address like this https://www.screencast.com/t/z1aKLQOLmsF please check our documentation -> https://forum.tagdiv.com/the-newsletter-plugin/

If you want to show all fields of MailChimp you need to set the code in a column text with tagDiv Composer
-> https://www.screencast.com/t/ZkRDGCgrzpYe
-> https://www.screencast.com/t/H38eaIHQU

Hope this will help you!
Thanks.

Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.

Please make sure that all the settings are like in our requirements, please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/

Basics: Using the tagDiv Composer Front-End Page Builder -> https://tagdiv.com/tagdiv-composer-page-builder-basics/
Take the Tour to Explore the New Header Manager ->https://tagdiv.com/newspaper-theme-customize-the-header-manager/
How to Customize Your Articles with Single Post Templates -> https://tagdiv.com/customize-articles-with-single-post-templates/

If there is still a problem please provide some more details with what you want to achieve and some screenshots with the problem.

Thank you!

Calin
tagDiv Staff

Hi,

I think that our theme can accomplish your wish list.
Users such as authors can create and post content in the website, default WordPress allows it. The theme will not interfere with the default user roles or alter them. Users can access the dashboard according to their role capabilities.
Roles and Capabilities -> https://codex.wordpress.org/Roles_and_Capabilities

The theme doesn’t add more features in this matter. The theme login will also be the default WordPress in core, the modal login window was implemented for a nicer interface.

Login – How to enable the user registration -> https://forum.tagdiv.com/login-how-to-enable-user-registration/
Also you can use can us tagDiv Composer and set Login element where you want in your website -> https://www.screencast.com/t/BcwhSiXwoS

If you bookmark one post or page if there are some updates to theme, when you’ll check the bookmark you’ll see the updated page/post ( only if the post link is change the bookmark will no longer show the updated link ).

If you want to share your posts on ( socials ) email or print them you can use the options from theme panel, please check our documentation for sharing https://forum.tagdiv.com/sharing/
-> https://www.screencast.com/t/jmE4utTXUBq3

Thank you!

Calin
tagDiv Staff

Hi,

For login popup you need to set the code for social sign up/ login in this file -> wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php

Hope this will help you!
Thanks.

Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict, please deactivate all plugins and let only tagDiv Composer , also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.

If the problem is still there, please provide me some more details and a link were I can inspect this problem, in this way I will be able to provide you an working answer.

Thank you!

Calin
tagDiv Staff

Hi,

Please replace the code with this one
if( current_user_can( 'administrator' ) ){}else{
echo " <style> #td_post_views, .td_post_views, .column-td_post_views { display: none; } </style>";
}

Hope that this will work better!
Thanks.

Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict, please deactivate all plugins and let only tagDiv Composer , also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.

Thank you!

Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.

Also you can regenerate all your Thumbnails – Fix strange looking images on blocks -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

If there is still a problem, please provide me a link were I can take a closer look to this problem.

Thank you!

Calin
tagDiv Staff

Hi,

In order to set text over featured image you need to set the featured image on a row and below set other row for title after that set in css -350 margin top -> https://www.screencast.com/t/udAFlNciblVf -> https://www.screencast.com/t/Rbs4rexAC9K

Thank you!

Calin
tagDiv Staff

Hi @Lucas Felix,

I’m sorry hearing this from you! in order to get a better support please create a topic when you have a problem, in this way the answer will be provide for your needs.
If you do not like the mobile theme you can use the responsive version of Newspaper theme ( deactivate the mobile theme ), in this way you’ll have the same content on mobile too.

Sorry for the inconvenience and thank you for understanding!

Calin
tagDiv Staff

Hi,

In order to change the page color you can use this custom css
https://www.screencast.com/t/1VhhyhOqn
.single .post-page-numbers{
color: #fff;
background-color: gray;
border-color: black;
}
.single .post-page-numbers:hover{
color: gray;
background-color: #fff;
border-color: black;
}

Fell free to set the colors you need!

Hope this is what you need!
Thanks.

Calin
tagDiv Staff

Hi,

The more article box can be found in wp-content/plugins/td-composer/legacy/common/wp_booster/td_more_article_box.php also there will be in wp-content/themes/Newspaper/js/tagdiv_theme.js -> https://www.screencast.com/t/V9OmZYQuNNzL also the mobile files can be found in wp-content/plugins/td-composer/mobile

Thank you!

Calin
tagDiv Staff

Hi,

Please make sure that you set a post category to show in revolution slider -> https://www.screencast.com/t/IXSM42oBk5 -> https://www.screencast.com/t/dLgZJqqEK save the page and view it -> https://www.screencast.com/t/IfmYs8N0lX -> https://www.screencast.com/t/vlYfBCXa

How to install Revolution Slider v5 -> https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
Import Revolution Sliders on demos -> https://forum.tagdiv.com/import-revolution-sliders-on-demos/

Thank you!

Calin
tagDiv Staff

Hi,

Please make sure that tagDiv Composer and tagDiv Cloud Library are activate.

Also I checked your website and is look like now your homepage look better -> https://www.screencast.com/t/4OybF8GA

Thank you!

Calin
tagDiv Staff

Hi,

I’ve inspected your website and you have some ads on it -> https://www.screencast.com/t/bD2eHkohEJdA were should be the ads that do not appear ?

For Google Analytics please check those articles -> https://www.theleverageway.com/blog/google-analytics-not-tracking/ -> https://www.optimizesmart.com/google-analytics-stopped-working-10-ways-fix/

Hope this will help you!
Thanks.

Calin
tagDiv Staff

Hi,

The modified date on posts can be set using tagDiv Composer on single post template from tagDiv Cloud Library.
-> https://www.screencast.com/t/eYkeLqbCqV -> https://www.screencast.com/t/3qCSo9Nxtt

Hope this will help you!
Thanks.

Calin
tagDiv Staff

Hi,

For the moment we do not know when will be released the next update, at the moment our developers team are working to make some improves in Newspaper theme; I think the next update will be only after they will implement the improves in update package.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

You can use a category template from tagDiv Cloud Library and duplicate it for each category were you want to have specific content, edit each one after your needs and set on categories -> https://www.screencast.com/t/cdt3xzXGlWkp

Thank you!

Calin
tagDiv Staff

Hi,

The page look like this in tagDiv Composer -> https://www.screencast.com/t/AtiPzQxOwsL3 because you create a page that will be set as footer page, until then the page will have one header and one footer; after you make the page how you want you need to set it in theme panel > footer > as a footer page and will replace the current footer.

Thank you!

Calin
tagDiv Staff

Hi,

The Modified Date Option on blocks and modules was add since Newspaper v9.6, I think that you have an older version of theme, that is way you do not have this option in theme panel.
-> https://www.screencast.com/t/GJpfFjxNDw
-> https://themeforest.net/item/newspaper/5489609

Thank you!

Calin
tagDiv Staff

Hi,

The mobile version is look like that because you have the mobile theme plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se

Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/

Also for the 3 blocks, you’ll need to have set same feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4

If you want the responsive version and amp you should use this opinion -> https://www.screencast.com/t/jZct5ueBqOrb but if you have amp activate on pages you’ll need to create in Mobile editor a content for AMP version of page.

If you do not have the featured category, you’ll need to add some posts in feature category -> https://forum.tagdiv.com/featured-posts-2/ if you do not have this category you can create it, just make sure that you set the category name to be
Featured

Let me know if you have more questions!

Viewing 25 posts - 27,876 through 27,900 (of 35,335 total)