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,

The layout from homepage is different on mobile because you are using the responsive version (you have disable the mobile theme plugin on homepage -> https://i.imgur.com/CpYzjAw.png), and on the rest of website you are using the mobile theme plugin.
To fix the menu problem, please try this custom css :
#td-mobile-nav,
.td-menu-background {
transition: .5s ease;
visibility: visible;
width: 100%;
}
.header-search-wrap {
display: none;
}

Set this code in theme panel> custom code> advance css> phone

Thank you!

Calin
tagDiv Staff

Yes, that option is not working since you get fast preview of the page from google, please try this custom css:
.amp-mode-touch .td-location-icon, .amp-mode-mouse .td-location-icon {
display: none;
}

Hope it will help you!

Calin
tagDiv Staff

Hi,

Please follow our tutorial for page speed -> https://tagdiv.com/how-to-increase-page-loading-speed/
Also you can check these similar topics for more solutions: -> https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/ -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
https://tagdiv.com/how-to-increase-page-loading-speed/

If you are using the mobile theme plugin, then you can use the settings from theme panel to edit it, for homepage, you can use these options -> https://i.imgur.com/Mb4yInP.png

Let me know the results!

Calin
tagDiv Staff

Hi,

You can achieve this by editing this single post template with tagDiv Composer -> https://i.imgur.com/YwCJ7Dn.png add a flex block -> https://i.imgur.com/czJrMru.png copy and past on this block the style -> https://i.imgur.com/soMksG0.png -> https://i.imgur.com/Pl36ezp.png after that in filter tab and set the this option -> https://i.imgur.com/iFFkKmN.jpg

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

To remove that space, please use the right click on the inner row -> https://i.imgur.com/YWn8VKc.png (or click on it and press delete button from keyboard).

The login button is opening a popup form, this is how is work, this has a few options that can be edited using the settings from theme panel -> https://i.imgur.com/3IpsHdV.png also the button can be edited using tagDiv Composer -> https://i.imgur.com/Jvyt7nU.png

As I can see in your screenshot the buddypress seems to have a css problem, to fix it, please use this custom css:
.buddypress-wrap form.bp-dir-search-form input[type=search] {
width: 70%;
}
#buddypress div.dir-search {
margin-top: -0px;
}

Set the code in theme panel> custom code> custom css.

Hope it will help you!
Thank you!

Calin
tagDiv Staff

Hi,

Make sure that all theme settings are as in our guide ->
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 do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Make sure that allow_url_fopen = On;
-> https://chemicloud.com/kb/article/how-to-enable-or-disable-allow_url_fopen-in-cpanel/
-> https://www.a2hosting.com/kb/developer-corner/php/using-php.ini-directives/php-allow-url-fopen-directive

If the problem still persist please check these guides for Generally 500 errors are internal server errors – https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
https://wordpress.stackexchange.com/questions/312292/how-to-stop-a-500-error-on-the-wordpress-theme-folder
https://wordpress.org/support/topic/google-search-console-reporting-a-500-error-on-my-theme-folder/
-> https://forum.tagdiv.com/topic/wp-supercache-causes-500-internal-error-and-cannot-deactivate/

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hi,

If you are referring to modal image/lightbox option -> https://forum.tagdiv.com/modal-window/ first make sure that you have set the modal image enable in theme panel -> http://prntscr.com/q5fpll on Gutenberg you can use this setting -> https://prnt.sc/q5fqq8 if you use the classic element make sure that you have set the class for modal image -> http://prntscr.com/q5frma

Using the option from theme panel, all the images that are set using the Gutenberg image element will have the modal image -> https://i.imgur.com/nBr5pwM.jpg

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hi,

The visitor can register if the option from Settings > General -> https://i.imgur.com/SfYCIlx.png also you can check our documentation for login – How to enable the user registration -> https://forum.tagdiv.com/login-how-to-enable-user-registration/

Let me know the results!

Calin
tagDiv Staff

Hi,

The only thing that you can do for the moment is to disable this plugin when you want to use wp editor from tagDiv Composer. As I remember there are some plugins that allow to disable some plugins only for you, in this way your users will still see the images.

Thank you!

Calin
tagDiv Staff

Hi,

If this is the problem -> https://imgur.com/WK2rE82
Then I already tell you the steps that need to be made.
Lets try in another way, open plugin editor -> https://i.imgur.com/O20D39I.png select tagDiv Composer -> https://i.imgur.com/JEz5vXW.png then at the end of code set this code:

add_action('admin_head',function() { echo '<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:726px;}</style>'; });

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hi,

For me I just installed this demo with content and is look the same.

To have on homepage a look as on category page you need to edit it with tagDiv Composer -> https://i.imgur.com/ubDBNQi.png use right click or drag and drop to remove the element you do not want on the page, after that add the element like gig grid 2 -> https://i.imgur.com/vorYF0N.png after you set the grid and removed the elements you do not need -> https://i.imgur.com/GHE7RWu.jpg save the page and open it in WP editor, then set the page template like this -> https://i.imgur.com/2evHjep.png
The results will be like this -> https://i.imgur.com/n69MY1r.png

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi fabioweb90,

If you are using a cache plugin, please make sure that you have this option enabled in theme panel -> https://forum.tagdiv.com/newsmag-ajax-views-count/ also the wp super cache need to be set like in our guide -> https://forum.tagdiv.com/cache-plugin-install-and-configure/

Thank you!

Calin
tagDiv Staff

Hi,

If you want that your members to can let a comment to your posts, you can set an option to everyone to can let a comment -> https://i.imgur.com/bMOaW5i.png or if you want to get comments only from users that are registered, then you need follow our guide from here -> https://forum.tagdiv.com/newsmag-login-how-to-enable-the-user-registration/

Hope this will help you!

Calin
tagDiv Staff

Hi oliviaparis,

If you are using cloud template fore categories and posts and you want that each posts from a specific category to have a different layout, then you can do this from theme panel > https://i.imgur.com/6Q9AVMB.png

Thank you!

Calin
tagDiv Staff

Hi TechieBraj,

If you want to use the “Sign in/Register” button, but you do not want the popup you can edit the theme files, is not recommended but you can achieve what you need ->wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_user.php her you need to replace the link with your link and remove a class -> https://i.imgur.com/Yt8b3iC.png
The only problem is that you need to set those changes back after the theme update.

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

1. Please try this custom css for h2 -> https://i.imgur.com/UzPF0es.png
.td_smart_list_6 h2 .td-sml-current-item-title {
font-size: 27px;
line-height: 38px;
letter-spacing: -0.02em;
}

Set the code in theme panel > custom code> custom css.
Also if you want to have the same size for all h you select for smart list, just remove the h2 from the code.

2. These are the most recommended size for ads per devices:
mobile : 300px X 250px
iPad : 336px X 280px
desktop: 728px X 90px
You can check more in this guide https://support.google.com/admanager/answer/1100453?hl=en

3. This is the way that the smart list was create -> https://i.imgur.com/T3XZ0mJ.png -> https://forum.tagdiv.com/newsmag-smart-lists/ the only way to achieve the smart list in the way you want is to make some change in theme files -> wp-content/plugins/td-composer/legacy/Newsmag/includes/smart_lists/td_smart_list_6.php
-> https://i.imgur.com/7gQYOfJ.png -> https://i.imgur.com/FYzq7Vp.png -> https://i.imgur.com/OQ70nY2.png

hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

If you are referring to infinite loading, you’ll need to edit the single post template with tagDiv Composer and disable the infinite loading.
-> https://tagdiv.com/infinite-loading-for-single-posts/ from post -> https://i.imgur.com/yIf6fA3.jpg -> https://i.imgur.com/KeclHLS.jpg -> https://i.imgur.com/4jHIHFY.png

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hi,

To repeat the ads after a specific number of paragraphs can be done only with custom work, but there must be some ads plugins that you can do for achieve what you need.
-> https://www.wpkube.com/best-free-advertising-plugins/

Hope this will help you!

Calin
tagDiv Staff

Hi Amari, when you are using a pro demo or cloud templates, there are 3 ways to set a single post template,:
1 individual for each posts (this can not be overwrite).
2 from theme panel -> https://i.imgur.com/7Oqqsnd.png it will be apply on all posts that have set the option from panel.
3 from theme panel using cloud templates per categories -> https://i.imgur.com/er7elNa.png
Also if you want to reset all post templates to be set from panel, you need to make a full back to your website and database and use this sql in database -> https://pastebin.com/WR4MAT7U

Hope this will help you!

Calin
tagDiv Staff

Hi,

The SEO Yoast plugin is a tested plugin and it should work correctly with our theme, just make sure that you have set the theme requirements as in our guide from here -> https://forum.tagdiv.com/requirements-for-newspaper/ and make sure that you do not have a plugin conflict, please disable all non theme plugins and Yoast plugin, clear all cache and try again.

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hi,

If you there were no changes on the category template, then all you need to do is to set the images for categories in theme panel -> https://i.imgur.com/jZwvNwL.png

Thank you!

Calin
tagDiv Staff

Hi,

The folder with flex locks elements is on this file path wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_flex_block_1.php

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

Yes, using tagDiv Composer and tagDiv Cloud library, you can make templates and assign on what categories/pages, post you want.
Just provide me an example about what you want to achieve and I will help you with what you need to do.

Thank you!

Calin
tagDiv Staff

Hi Aradav, please provide some more details about this, where did you see these 404 links?
Did you tried only with theme plugins to see if the problem persists? (this is just to make sure if is a plugin conflict or not).
Thank you!

Calin
tagDiv Staff

Hi,

1. Please provide me a link where i can inspect the mobile menu, in this way I will be able to provide an working answer.

2. Here are some articles for how to solve the problem with “There has been a critical error on your website. Please check your site admin email inbox for instructions”:
-> https://www.webfulcreations.com/there-has-been-a-critical-error-on-your-website/
-> https://www.wpfixit.com/wordpress-error-there-has-been-a-critical-error-on-your-website/

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.

Let me know the results!
Thank you!

Viewing 25 posts - 14,376 through 14,400 (of 35,335 total)