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,

I checked your website and now the layout was loaded correctly.
-> https://www.screencast.com/t/bwkjUIqHZO

If you want you can try to optimize your website, in this way the speed lode will better.
How to make the site faster -> https://forum.tagdiv.com/how-to-make-the-site-faster/

Thank you.

Calin
tagDiv Staff

Hi,

You can use the mobile theme, make a new menu and add all links from desktop menu after that set it for mobile menu.
-> https://www.screencast.com/t/nGbMDT6xN

Hope this will help you!
Thanks.

Calin
tagDiv Staff

Hi,

I check again and this time the filter works correctly
-> https://www.screencast.com/t/sXb3Q1KjpqxC

Thanks.

Calin
tagDiv Staff

Hi,

Is possible to have a plugin conflict, please deactivate WPUF pluginn clear all cache and check the results; if there is still a problem please deactivate all non theme plugins, clear all cache and check again.

Thank you.

Calin
tagDiv Staff

Hi,

If you are referring to this slide -> https://www.screencast.com/t/TXXeNM9Kigz
please go in Newspaper>Theme panel>Excerpt and look for slide module -> https://www.screencast.com/t/X8BPystmW3o
Excerpts introduction-> https://forum.tagdiv.com/excerpts-introduction/

Hope this will help you!
Thanks.

Calin
tagDiv Staff
Calin
tagDiv Staff

Hi,

We try our best to make our theme to be more easiest to use, more flexible and we try to improve all the features we can.
We are glad to hear that our theme is doing a great job for you, and you are enjoy to use it.

Thank you for the message!

Calin
tagDiv Staff

Hi,

That could be related to the PHP version that the server is using. The currently supported version is up to PHP 7.1. Please check if you are using higher versions, as that might be the cause for the warning.

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/
and please increase all requirements that are lower, and follow all steps.

Also please make sure that you have one of the latest version of the theme.

Thanks

Calin
tagDiv Staff

Hi,

Sorry but this option is available only for desktop version for the moment!

Sorry for the inconvenience!

Calin
tagDiv Staff

Hi,

In may case I sow only 136 pages, maybe you have some posts set to hide ( private ), and those post will appear in loop only if you are login.
-> https://www.screencast.com/t/KzFghMZZtv

Thank you.

Calin
tagDiv Staff

Hi,

On post loop you can hide only the post -> https://www.screencast.com/t/1QN7MQ9sd
you can exclude the posts from that category, or you can replace the post loop and set a block were you can exclude the category.

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

Please notice that the Retina sizes will be used only by the devices which have retina ready, like Apple devices and that’s why it is recommended to be added the both sizes.

Thanks for your understanding!

Calin
tagDiv Staff

Hi,

1. This is possible only with custom css , if you need help with this please provide a link to your website in this way I will be able to provide you the right css.

2. If you are using the mobile theme you need to set the content for page in mobile editor, please read our documentation for mobile theme -> https://forum.tagdiv.com/the-mobile-theme/

Thank you for your understanding.

Calin
tagDiv Staff

Hi,

You can try the settings from Theme panel -> https://www.screencast.com/t/23eJTwlLQ4
After that you can add some custom css.
If you need help with css let me know.

Thank you.

Calin
tagDiv Staff

Hi,

Please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thanks

Calin
tagDiv Staff

Hi,

Please replace the above css with this one:
@media (max-width: 767px){
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!Important;
}
}

Se results: https://www.screencast.com/t/ULs1sH71CHQ7

Thank you.

Calin
tagDiv Staff

Hi,

You can try the settings from theme colors, the settings from demo are mostly custom made, but you can obtain that with some work.
Theme colors introduction -> https://forum.tagdiv.com/theme-colors-introduction/
Also check the blocks color -> https://forum.tagdiv.com/block-settings-tutorial/
Or you can use custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you.

Calin
tagDiv Staff

Hi,

In order to change the size of category on modules you need to go in Newspaper>Theme panel>Theme fonts>Modules and Blocks General
-> https://www.screencast.com/t/jF7KXjT7s7
-> https://www.screencast.com/t/YdxfmU8Yj3x5
In order to change the category size on post please go in Newspaper>Theme panel>Theme fonts>Post Elements
-> https://www.screencast.com/t/nJNg8eRmS2i
-> https://www.screencast.com/t/au660xan1wL

Thank you.

Calin
tagDiv Staff

Hi,

The settings seems to be well set.
Please make a test, make a new page an set other block and set those id again, see if that category is still showing.

Thank you.

Calin
tagDiv Staff

Hi,

Please provide some screenshot with the view you have, in this way we’ll be able to provide you a better answer.

Thank you.

Calin
tagDiv Staff

Hi,

Unfortunately that option is made only for YouTube ids, sorry.
-> https://www.screencast.com/t/V4OuYshqi

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Please provide some more details about what kind of video you like to add.
Featured image or video-> https://forum.tagdiv.com/featured-image-or-video/
Video playlist -> https://forum.tagdiv.com/video-playlist-2/
Or if you want a simple video in content you can copy the url and paste it in content

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 to a value of double you already have if possible.

Please add this code in the .htaccess , file at the end of the file:

<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

Here is and example how to do it Please try to add the
define(‘WP_DEBUG’, false);
define( ‘WP_MEMORY_LIMIT’, ‘512M’ );

in wp-config.php
https://www.screencast.com/t/h10CCfEVHIk
Also please add in .htaccess this code
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M

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

Hope this will help you!
Thank you for your understanding.

  • This reply was modified 7 years by Calin.
Calin
tagDiv Staff

Hi,

Unfortunately the default template do not have any option to stretch to 1400px, sorry for the inconvenience.

Thank you.

Calin
tagDiv Staff

Hi,

Is seems like you have a ad in header section -> https://www.screencast.com/t/rRunixBes
and if I understand correctly you want to set some ads under title in posts.
In order to do that the easiest way will be to use a single post template from tagDiv Cloud Library and edit the template and ad the ad box under simple post title
https://www.screencast.com/t/LWwsRR7b
and select a custom ad from theme panel were you have set the custom code for ads
-> https://www.screencast.com/t/S7hLleBP
-> https://www.screencast.com/t/58kMISGCpP6

Hope that this will helping you!
Thanks.

Viewing 25 posts - 32,276 through 32,300 (of 35,335 total)