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,

That error comes because the server can’t load the font woff .
I checked your amp url and now is all good.
https://www.screencast.com/t/VQL2C3rM
https://www.screencast.com/t/xlpQGnLYi

Thank you.

Calin
tagDiv Staff

Hi Jose,

Thank you for your work and your development to optimize Newspaper speed.

Calin
tagDiv Staff

Hi,

If I understand correctly you want to change the color for the last element from main menu , if is so please add the below custom css in Newspaper>Theme Panel>Custom code>Custom css
.menu-td-demo-header-menu-container li:last-child a{
color: red;
}
.menu-td-demo-header-menu-container li:last-child a:hover{
color: green;
}

https://www.screencast.com/t/3uwE8uUb
Also you can change the above colors.
Hope this will help you to achieve what you want.

Thank you.

Calin
tagDiv Staff

Hi,

Please go in Appearance > Widgets and make sure That you have set some widgets in Newspaper Default
https://www.screencast.com/t/R3qvi4aZXE
https://www.screencast.com/t/AtocicePP

Thanks.

Calin
tagDiv Staff

Hi,

Please check the permissions on your upload folder as suggested. More information here
https://codex.wordpress.org/Changing_File_Permissions
http://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/

The second step is to make modifications to these parameters if needed, according to the guide
https://forum.tagdiv.com/system-status-parameters-guide/
Hosting providers can do this for you, most do.

Also check what PHP version are you using (should be higher than 5.6), check in the theme system status panel for example. There was a similar case before when using an older PHP version caused problems when installing a demo.

The last step if you have made all the above mentioned changes and the result is the same, is to contact us at the mentioned email address and provide all the necessary information (admin login, FTP access or cPanel if possible).
Also paste a link to this topic so we can identify you.

Thanks

Calin
tagDiv Staff

Hi,

Please activate the tagDiv Cloud Library, and all the demo’s will be available.
https://www.screencast.com/t/MY3rem8Uzh

Thanks.

  • This reply was modified 7 years by Calin.
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/
https://www.screencast.com/t/ZvHNhdQI
Maybe you need to increase more the wp_memory_limit

Also please read this topic -> https://forum.tagdiv.com/topic/520-error-with-td-composer-after-updating-to-newspaper-9-1/

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

I think this can be done with some plugins, for messenger example you can try this plugin -> https://wordpress.org/plugins/wp-facebook-messenger/

Thank you.

Calin
tagDiv Staff

Hi,

Please make a test and disable all non theme plugins, clear all cache and try again, some plugins may not be compatible with the theme.

Thank you.

Calin
tagDiv Staff

Hi,

If you have The version 9.1 or 9.2 of theme all you need to do is to click right on the row and click on save as element
https://www.screencast.com/t/Q8n7q8VFU
https://www.screencast.com/t/Q8n7q8VFU
https://www.screencast.com/t/TiR2xLrGihN

Thank you.

Calin
tagDiv Staff

Hi perfectbodymate,

If you are using the theme comments replay should look like this
https://www.screencast.com/t/CXVfTrFKKTd9

Thank you.

Calin
tagDiv Staff

Hi Joro37,

Please make sure that you clear all cache, and try again.
If the problem persist please deactivate lazyload https://www.screencast.com/t/bF11qPbEo

Thank you.

Calin
tagDiv Staff

Hi,

Please make this sets in theme color
https://www.screencast.com/t/v0gXRnmIBJL
And add this custom css in Newspaper>Theme panel>Custom code>Custom css
.td-footer-wrapper div .td_block_template_4 .td-block-title > * {
background-color: red;
}
.td-footer-wrapper div .td_block_template_4 .td-block-title > *:before {
border-color: red transparent transparent transparent;
}

https://www.screencast.com/t/zpbeUePCGd6

Thank you.

Calin
tagDiv Staff

Hi,

If you did not make the changes in theme files, and you make the update the theme was override and you’ll need to make the changes again.

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

Also I will note your suggestion on our feature list.

Thank you for your message.

Calin
tagDiv Staff

Hi,

First 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/

Try to deactivate all plugins that re non theme and clear all cache and try again.
Let me know the results.

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

Here is an example
https://www.screencast.com/t/Wm64UnvdQUo
Please provide me a link to your website were I can inspect the problem.

Thank you.

Calin
tagDiv Staff

Hi giparaschiv,
Hi dxx26379,

Please make sure that you clear all cache ( browser/host …), and try again, if the problem persist please deactivate lazyload https://www.screencast.com/t/bF11qPbEo

Thank you.

Calin
tagDiv Staff

Hi,

If I understand correctly you have some problems with the layout for the post template 3 and 4.
Please read our documentation for Featured image or video -> https://forum.tagdiv.com/featured-image-or-video/
You can get 404 page Template from tagDiv Cloud Library
https://www.screencast.com/t/XS4zNeIdK25
And set it as 404 template
https://www.screencast.com/t/AcXUmXxA
Please provide a link to your website were I can inspect the problem.

Thank you.

Calin
tagDiv Staff

Hi,

I checked your website with my mobile and this time is seems that was working just fine.
But for a better performance please set the blog post show at most 10
https://www.screencast.com/t/lLwGwTmB4z

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

In order to achieve that the easiest way would be with js
var submenius = document.getElementsByClassName("menu-item");
for(var i = 0; i < submenius.length; i++)
{
submenius[i].className += " td-sub-menu-open";
}

https://www.screencast.com/t/vPms4Wg1Qfd
Hope this will help you.

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

Please make a test go in Newspaper>Theme panel>Theme fonts Custom font files
https://www.screencast.com/t/o8Xbuftvc
And remove all custom fonts files, save, clear all cache and try again.
Also here you’ll found more details: -> https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display

Thank you.

Calin
tagDiv Staff

Hi,

If you want the AMP version 1.2 please send an email at contact@tagdiv.com and as for the AMP 1.2v but notice that this version will not work with the latest theme version, only with 9.1v

Thank you.

Calin
tagDiv Staff

Hi,

Please read this documentation for the problem with the http://
-> https://generatepress.com/forums/topic/ive-changed-to-https-problem-with-inline-css-background-images/
Please make a test with the plugin suggested in the above article.

Thank you.

Calin
tagDiv Staff

Ripley via dashboard.

Thank you.

Viewing 25 posts - 33,151 through 33,175 (of 35,335 total)