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,

If I understand correctly you want to translate some words, if is so please check our documentation for loading translations -> https://forum.tagdiv.com/loading-translations/
-> https://www.screencast.com/t/VpGGeyGRTY -> https://www.screencast.com/t/DZd5HGIwfq8y
Unfortunately you can not download the translation, only to edit it.

Thank you!

Calin
tagDiv Staff

Hi,

I’ve checked your website and for me is appearing normally -> https://www.screencast.com/t/ziFT6RS8Vl -> https://www.screencast.com/t/57tcPHSV2 is possible to have an old version of Safari.

Thank you!

Calin
tagDiv Staff

Hi,

Please check our documentation for page template -> https://forum.tagdiv.com/page-templates-2/
Basics: Using the tagDiv Composer Front-End Page Builder -> https://tagdiv.com/tagdiv-composer-page-builder-basics/
How to Create Beautiful Homepages with Newspaper Theme -> https://tagdiv.com/how-to-create-homepages-with-newspaper-theme/
Login – How to enable the user registration -> https://forum.tagdiv.com/login-how-to-enable-user-registration/

Thank you!

Calin
tagDiv Staff

Hi,

If you want to remove the padding only on post you need to use this code

.single .td-container-wrap .td-container, .single .td-container-wrap .tdc-row, .single .td-container-wrap .tdc-row-composer {
width: 100%;
padding-left: 0;
padding-right: 0;
}
.single .tdc-content-wrap .td_block_big_grid_1,
.single .tdc-content-wrap .td_block_big_grid_2,
.single .tdc-content-wrap .td_block_big_grid_3,
.single .tdc-content-wrap .td_block_big_grid_4,
.single .tdc-content-wrap .td_block_big_grid_5,
.single .tdc-content-wrap .td_block_big_grid_6,
.single .tdc-content-wrap .td_block_big_grid_7,
.single .tdc-content-wrap .td_block_big_grid_8,
.single .tdc-content-wrap .td_block_big_grid_9,
.single .tdc-content-wrap .td_block_big_grid_10,
.single .tdc-content-wrap .td_block_big_grid_11,
.single .tdc-content-wrap .td_block_big_grid_12 {
margin-left: 0;
margin-right: 0;
}

If you want to apply the code only on homepage replace .single with .home

Thank you!

Calin
tagDiv Staff

Hi,

Please check this topic
-> https://forum.tagdiv.com/topic/newspaper-7-speed-booster/
You can make the speed booster to be always active
-> – https://www.screencast.com/t/qJQ0vMuJ

Here you can check a similar topic:: -> https://forum.tagdiv.com/topic/newspaper-7-speed-booster/

Thank you!

Calin
tagDiv Staff

Hi,

The Header of blocks is set using the h4 -> https://www.screencast.com/t/nC7EgRWwc only the title of post is set using h3 -> https://www.screencast.com/t/YUkhmO2px
Unfortunately there is no settings in theme to change those, you can change theme only manually in the theme files, but when you’ll make an update you’ll lose all those changes if you can not make theme in a child theme.

Thank you for our understanding!

Calin
tagDiv Staff

Hi,

Please check our documentation for Excerpts -> https://forum.tagdiv.com/excerpts-introduction/ set in theme panel the excerpt type on letters
Theme modules and blocks -> https://forum.tagdiv.com/theme-blocks-modules/
-> https://www.screencast.com/t/wswjFKIJ

If there is still a problem please provide me a link were I can inspect it and some more details.

Thank you!

Calin
tagDiv Staff

Hi,

Please check this topic on how to implement google search into your site:
https://forum.tagdiv.com/topic/how-to-create-a-google-custom-search-page/

Unfortunately we have not tested the guide as it is a user submitted solution. It is not an official implementation. There is no thee setting that can provide a google search widget so it has to be made custom. The solution presented by our user could needs a bit of adjustment in the current version of the theme but we do not have a customization department so we cannot offer any custom work at the moment.
You can try this method of implementation as an alternative: http://www.getcooltricks.com/wordpress/replacing-wordpress-default-search-with-google-custom-search-engine/

Usually when you are on desktop and you are redirect to a mobile version of your website it is a cache problem, I would suggest as a first step to clear the cache then deactivate the caching plugin temporarily. Then check if the problem is solved.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

When using the mobile theme, there is no option at the moment, to change the font properties.
You could try to load the font like this first
https://www.screencast.com/t/zWl8UTeN6
And then apply with with CSS for the elements you want
https://www.screencast.com/t/fWtTDPk7PZj
There may be more options added in future updates, to allow font customization on mobile, when using the mobile theme plugin. But I could not say for sure when this will happen.

Thanks

Calin
tagDiv Staff

Hi,

Please check our documentation for ads and make sure that you set the ads/banners like in our examples -> https://www.screencast.com/t/tXYKp6Isni -> https://forum.tagdiv.com/ads-adsense-overview/

If you have created new ads, is possible to take some time until google will approve your new Adsense code.
Waiting time for a fully activated AdSense account -> https://support.google.com/adsense/answer/76228?hl=en
Creative Delivery Lead Times on Amazon -> https://advertising.amazon.com/resources/ad-policy/en/production-timelines

Thank you!

Calin
tagDiv Staff

Hi,

If you are using the infinite scroll, the sticky sidebar will work only for the firs post, after is loading the second post the sidebar is no longer sticky, is possible that in coming updates this option to be implemented in our theme.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Indeed this will be a good feature, in this way the visitors will know that the are using a live search, I note this one on our suggestion list.

Thank you for your massage!

Calin
tagDiv Staff

Hi,

Is look like there are some amp post/page on google
-> https://www.screencast.com/t/dJtsvU9ey
Please check again to be sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme/tested plugins ( cache plugin, optimize plugin ), clear all cache and try again.
This is our list with tested plugins with our theme -> https://www.screencast.com/t/cmPkh9jba4sZ

Thank you!

Calin
tagDiv Staff

Hi,

That should still work, the woocommerce authors changed the functionality a while back. Now you have to enter the code provided in that page in the theme or child theme functions file
http://prntscr.com/mxaa3a
If you only want the lightbox remove the other lines – http://prntscr.com/mxaaeu
Then the product images will open in the woocommerce lightbox
http://prntscr.com/mxaav6http://prntscr.com/mxab1y

Thanks

Calin
tagDiv Staff

Hi,

In order to set latest post on homepage you can set the page templates to Page Builder + Latest Articles + Pagination -> https://forum.tagdiv.com/page-templates-2/ or you can use tagDiv Composer with tagDiv Cloud Library and set a post loop in page -> https://www.screencast.com/t/azCGYslFi

Thumbnails – Fix strange looking images on blocks -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

Let me know if you have more questions!
Thank you!

Calin
tagDiv Staff

Hi,

Please make sure that all the settings are like in our requirements, 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.
Also please check the php version to be 7-7.2

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.

I check your amp post with validator and thos pass the test -> https://validator.ampproject.org/

I checked your website and you have some 404 errors in console -> https://www.screencast.com/t/R2SMDtzU2
Please check those articles for How to Fix Error 404 Not Found on Your WordPress Site -> https://kinsta.com/blog/error-404-not-found/
How to Fix WordPress Posts Returning 404 Error -> https://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-posts-returning-404-error/
How to Fix 404 Error on WordPress Posts and Pages (3 Methods) -> https://www.hostinger.com/tutorials/fix-404-error-wordpress

Thank you!

Calin
tagDiv Staff

Hi,

The link that you provide is not our product, is just a coincides of names, please check our products -> https://demo.tagdiv.com/newspaper/

Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
How to Make an AMP Ready Website with Newspaper Theme -> https://tagdiv.com/amp-newspaper-theme/

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

You are using an old version of Newspaper v8.6 with WordPress 5.1.1 and those are not full compatible -> https://www.screencast.com/t/GzmTY6Kk -> https://themeforest.net/item/newspaper/5489609?s_rank=1

Thank you!

Calin
tagDiv Staff

Hi,

If I’m right you are referring to excerpt, please check our documentation from here -> https://forum.tagdiv.com/excerpts-introduction/

Thank you!

Calin
tagDiv Staff

Hi,

If you are not using mobile theme with AMP please use only the classic AMP, because the Newspaper theme do not have a template for AMP, only the mobile theme have template for AMP and the native and paired mode require theme’s templates -> https://www.screencast.com/t/vczzJyUNBE

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

Thank you!

Calin
tagDiv Staff

Hi,

Try this custom css -> https://www.screencast.com/t/AVchG8gK

.td-header-wrap .td-container {
    padding-left: 0;
    padding-right: 0;
}

Set the code in Newspaper>Theme panel>Mobile theme >Custom code> css -> https://www.screencast.com/t/dA5yufAey save the settings, clear all cache and try again.

Thank you!

Calin
tagDiv Staff

Hi,

I’ve tested again -> https://www.screencast.com/t/6vulilicD9 and for me seems to work normally.
Please make sure that all the settings are like in our requirements, please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.

Thank you!

Calin
tagDiv Staff

Hi,

I would suggest as a first step to clear the cache then deactivate the caching plugin temporarily. Then check if the problem is solved.

In most cases such as this one the problem was caused by caching plugins, the mobile theme is sensitive in this regard. We recommend if possible to use the WP super cache with these settings
https://tagdiv.com/wp-super-cache-plugin-install-and-configure/

Thanks

Calin
tagDiv Staff

Hi,

If I understand correctly you want to remove the padding from mobile view
-> https://www.screencast.com/t/c3vplIQFg
If this is what you want to achieve you need to add this custom css in Theme panel>Custom code>Advance css> Phones
Here is the custom code
.td-container-wrap .td-container, .td-container-wrap .tdc-row, .td-container-wrap .tdc-row-composer {
width: 100%;
padding-left: 0;
padding-right: 0;
}
.tdc-content-wrap .td_block_big_grid_1,
.tdc-content-wrap .td_block_big_grid_2,
.tdc-content-wrap .td_block_big_grid_3,
.tdc-content-wrap .td_block_big_grid_4,
.tdc-content-wrap .td_block_big_grid_5,
.tdc-content-wrap .td_block_big_grid_6,
.tdc-content-wrap .td_block_big_grid_7,
.tdc-content-wrap .td_block_big_grid_8,
.tdc-content-wrap .td_block_big_grid_9,
.tdc-content-wrap .td_block_big_grid_10,
.tdc-content-wrap .td_block_big_grid_11,
.tdc-content-wrap .td_block_big_grid_12 {
margin-left: 0;
margin-right: 0;
}

Hope this will help you!
Thanks.

Calin
tagDiv Staff

Hi,

Please try this custom code, set it in Newspaper>Theme panel> Analytics
<style>.td-element-style {
opacity: 1!important;
transition: none!important;
}</style>

-> https://www.screencast.com/t/dDsRbb5uHi0

Hope this will help you!
Thanks!

Viewing 25 posts - 29,476 through 29,500 (of 35,335 total)