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 :)
Simion C.
tagDiv Staff

Hi,

I couldn’t say what element for the theme would cause such issues. This was not reported before. Check the resource fetch errors, any problems will be mentioned there
https://support.google.com/webmasters/answer/6066468?hl=en
https://www.semrush.com/blog/googles-fetch-and-render-why-its-important/

Thanks

Simion C.
tagDiv Staff

Hi,

There were many modified files in the 8.2 update, after the WordPress update. These fixed various issues that were present at the time. The problem was not just with the captions.
You should try and update the theme to the latest version, version 8.5 introduced many new features.
If possible try and make customization using a child theme, that would be a lot more future proof ten modifying actual theme files. Only if the files are not supported by the child theme you should modify them directly.
Here is an update guide – https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide some more information about what you are trying to do and what is the problem, for a better understanding.
The font properties for the default widgets can be changed in the theme panel, if that is what you are asking
https://www.screencast.com/t/Yj8MZ5Ja
The widgets header style will be the one set in the theme panel
https://www.screencast.com/t/MIc2LC18otVV

Thanks

Simion C.
tagDiv Staff

Hi,

The modules will show thumbnails created from the featured images you set for the posts, or pages. Categories do not have featured images.
On the thumbnails there will be a category tag, from which the post belongs.
If you want to modify the modules functionality and display an image instead of the category tag, you will have to modify the modules in the code, if even possible. The theme does not have such a setting for modules, at the moment.

Thanks

Simion C.
tagDiv Staff

Hi,

That would be possible, try a code like this to remove the header menu
https://www.screencast.com/t/FEhqcRZ6

.td-header-main-menu {
display: none;
}

The code will apply on the whole website. Enter it in Theme panel->Custom CSS code section.

Thanks

Simion C.
tagDiv Staff

Hi,

After inspecting the website for a while, I can say that there is no problem with the images at the moment. There are no errors present as well. If this happens periodically, it could be related to the number of viewers at a current moment. Maybe the current hosting plan is not capable of handling many requests
https://forum.tagdiv.com/requirements-for-newspaper/
https://forum.tagdiv.com/system-status-parameters-guide/
http://www.wpbeginner.com/wordpress-hosting/
You could also check if there are error logs generated on the server if available.

Thanks

Simion C.
tagDiv Staff

Hi,

You can safely activate the theme on the sub-domain, there will be no issue with that. As long as the theme is used on a single website, there is no problem according to Envato license terms.
So you can activate the theme on the sub-domain and create the website. Then make it live or switch domains. There is also a theme activation reset in the system status panel.

Thanks

Simion C.
tagDiv Staff

Hi,

Check the theme system status, if the parameters are set according to the guide
https://forum.tagdiv.com/system-status-parameters-guide/
Try as well to deactivate and delete the composer and install it again.

Thanks

Simion C.
tagDiv Staff

Hi,

A solution would be to use the Advanced Custom CSS sections in the theme panel. I believe you want the solution provided for the title is how you want it for desktop. For mobile you could use a code like this to reduce the title size
https://www.screencast.com/t/pBSM1NyPE
You could even center the title on mobile if you wish
https://www.screencast.com/t/O746D9ag2Rm
This is the code used in the example, enter it in the Advanced CSS->Phones section (remove the center align if not needed)

.td_module_14 .td-module-title {
font-size: 24px;
line-height: 28px;
text-align: center;
}

There are also excerpt settings for all modules but those will affect both desktop and mobile situation
https://forum.tagdiv.com/excerpts-introduction/

Thanks

Simion C.
tagDiv Staff

Hi,

That would be possible with a code like this, it will make the category tags of your chosen color on the homepage
https://www.screencast.com/t/38bwoqJYwC0u

.home .td-post-category {
background-color: red;
}

Enter it in Theme panel->Mobile theme->Custom CSS code.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme panel settings and custom code entered in the theme panel, will not be lost after a theme update. Or you could create a child theme for theme customization
https://forum.tagdiv.com/the-child-theme-support-tutorial/
It is as well recommended to make periodic backups, in case something unpredictable happens.

Thanks

Simion C.
tagDiv Staff

Hi,

That is unusual, the background should be white for the mobile theme. Please enter this code in Theme panel->Mobile theme->Custom CSS section

body {
background-color: white;
}

Let us know if there still is a problem.

Thanks

Simion C.
tagDiv Staff

Hi,

The website seems to not function correctly, shortcodes are displayed instead of the page elements
https://www.screencast.com/t/5GHKf4VTgfvS
I would suggest deactivating all plugins except theme plugins (make sure the tagDiv composer is active).
Then check if the website is working and displaying properly. If you would like a mobile version of the website, you could use the mobile theme plugin included in the theme package
https://forum.tagdiv.com/the-mobile-theme/
This will present a lighter alternative to the desktop version. However it is not required, the main theme is fully responsive and will provide good results on mobile by itself.

Thanks

Simion C.
tagDiv Staff

Hi,

Displaying the category tag is an automatic process, that is how the modules were designed to work. It can be disabled or enabled in the theme panel.
I don’t understand what the result would be if you replace the actual category tag text with an image thumbnail. Maybe I am misunderstanding this.

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe this would be useful. You could embed a webpage in a webpage, like in this example
https://www.screencast.com/t/ggJMDBr9F7W
The embedded page will appear like this
https://www.screencast.com/t/EmfAKdJosd
More references here – https://www.sitepoint.com/community/t/embed-a-webpage-within-another-webpage/230037/4
Or here if you prefer to use an iframe (same result)
https://www.tutorialrepublic.com/html-tutorial/html-iframes.php

Thanks

Simion C.
tagDiv Staff

Hi,

I cannot view the images you posted
https://www.screencast.com/t/LDagEqlw
There was a issue similar to what you are describing, this happened after the WordPress update. If I recall correctly this was fixed by a theme update, version 8.2.

Thanks

Simion C.
tagDiv Staff

Hi,

You could try other row layouts from the available ones
https://www.screencast.com/t/0i7ptEj6Ube
There could be more added in the future, but I cannot give you an exact date or say for sure. Try to build the design using the current options.

Thanks

Simion C.
tagDiv Staff

Hi,

Those are the sub-categories of the parent category, they are displayed alphabetically in the category page, as they are in the mega-menu as well
https://www.screencast.com/t/38wpnp8dccLP
An option to control the order of the sub-categories is not available at the moment. You could try the Category Order and Taxonomy Terms Order plugin, this would allow you to change the order in which the categories are displayed.

Thanks

Simion C.
tagDiv Staff

Hi,

The issue seems to be solved at the moment, the website displays the font properly on all browsers I have tested with
https://www.screencast.com/t/sasMsVcY1ZT

Thanks

Simion C.
tagDiv Staff

Hi,


@hassan9t2
The theme does not have such features to restrict the login. The login functionality is based on WordPress capabilities. You could check these topics
http://www.wpbeginner.com/wp-tutorials/how-to-limit-access-by-ip-to-your-wp-login-php-file-in-wordpress/
https://wordpress.stackexchange.com/questions/62889/disable-or-redirect-wp-login-php
https://pagely.com/blog/hiding-wordpress-login-page/

Thanks

Simion C.
tagDiv Staff

Hi,

You can place any elements you want in pages, with the composer. If you are referring to Google ads, you can use Ad box elements. Place them where you want and select corresponding ad codes from the theme panel ads section.
If this is not what you wanted, please provide more details about what exactly you are trying to do.

Thanks

Simion C.
tagDiv Staff

Hi,

Not all elements display a post excerpt. Some modules will show an excerpt, others will not. The excerpts cannot be enabled for modules that don’t feature it, unless maybe through code modifications in the theme files.
However you could display a post subtitle in the homepage post elements
https://www.screencast.com/t/js72YjPhkq
https://www.screencast.com/t/9V2peCbxC0
The posts that appear in the homepage post can be filtered and sorted, as all blocks. This is a guide
https://forum.tagdiv.com/block-settings-guide/
There is also an offset feature for blocks
https://forum.tagdiv.com/offset-feature/
So for example if the homepage post and the following block share the same filtering and sorting, you could set an offset of 1 in the block.
Please let us know if you have further questions.

Thanks

Simion C.
tagDiv Staff

Hi,

The width can only be changed on pages at the moment. The post page total width cannot be changed. The post content width is fixed as well and depends on having a sidebar or not. This is a post without a sidebar for example
https://demo.tagdiv.com/newspaper/td-post-five-things-you-may-have-missed-over-the-weekend-from-the-world-of-business/
There are many post templates to choose from
https://forum.tagdiv.com/default-post-templates/

Thanks

Simion C.
tagDiv Staff

Hi,

The tagDiv composer elements are only supposed to be used on pages. These cannot be used on posts. Buttons on posts can be placed like this
https://forum.tagdiv.com/increase-users-engagement-add-custom-buttons-posts/

Thanks

Viewing 25 posts - 13,851 through 13,875 (of 20,681 total)