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,

The tagDiv composer does not yet have such an element, but Visual composer has these masonry grids
https://www.screencast.com/t/0vPSuXqD
One is for displaying posts and the other for images. There are also multiple styles that can be used for these grids
https://www.screencast.com/t/hM8wLOZVpm5

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected the website, and I see no problem whatsoever, with the thumbnails or in general. Maybe there is an error log that Google makes after analyzing the website, that you can check to see if there are any problems.
I found these topics for more useful information
https://seobandwagon.com/2017/fetch-as-google-seeing-your-website-as-google-sees-it/
https://moz.com/blog/how-to-fix-crawl-errors-in-google-search-console

Thanks

Simion C.
tagDiv Staff

Hi,

The link color throughout the website is inherited from the theme accent color setting
https://www.screencast.com/t/PByHpQHZ3qs
It could be changed for specific elements, with some custom code. For the post content like you mention if I understand correctly, a code like this can be used
https://www.screencast.com/t/SWLfOMhNn9
https://www.screencast.com/t/kdYOm9hzJ
The thickness of the underline cannot be changed from what I know, but it can be replaced with a border like this
https://www.screencast.com/t/ZQqruNYHoExf
The links will have a chosen color normally, and another color when hovered, only for the post content. This is the code used in the example

.td-post-content a {
color: black;
}
.td-post-content a:hover {
color: yellow;
text-decoration: none;
border-bottom: 5px solid yellow;
}

If you want the links in the post to open in a new tab, this is an option that can be used while the link is created
https://www.screencast.com/t/O8wdb7NpO

Thanks

Simion C.
tagDiv Staff

Hi,

Each block and grid used on pages can have it’s own sorting and filtering. You can control which posts are displayed for each one of these elements. Please follow this guide explaining all the available block settings and options
https://forum.tagdiv.com/block-settings-tutorial/
Let us know if you require further help, or you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

That probably means that the same filtering and sorting is set for all or many of the blocks and grids on the page.
Each block and grid can have it’s own sorting, posts from different categories can be displayed, and also sorted the way you want. Please check this guide explaining the available block settings and options
https://forum.tagdiv.com/block-settings-guide/
Please let us know if you need further help, or you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

Simply select the Filter by categories, and all your categories will be displayed, starting from the block title position
https://www.screencast.com/t/e1lSQ2PGEwc
Specific categories can be shown by filtering them by ID
https://www.screencast.com/t/2bDU4mbTE
Please make sure the categories have posts in them, in order to be displayed in the filter.
There are block header templates that display the categories differently by default, like these ones
https://demo.tagdiv.com/newspaper/block-header-8/
https://demo.tagdiv.com/newspaper/block-header-14/
https://demo.tagdiv.com/newspaper/block-header-15/

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment there are no options to remove or add more sharing options for the post page. The easiest way of removing the Google and Pinterest sharing would be to hide them with CSS like this
https://www.screencast.com/t/LZYoApRiM4
https://www.screencast.com/t/UtMh6TaAvk

.td-default-sharing .td-social-google,
.td-default-sharing .td-social-pinterest {
display: none;
}

The code must be entered in Theme panel->Custom CSS section.
This could also be done by modifying the theme file where the post sharing is defined, here are some similar topics
https://forum.tagdiv.com/topic/add-email-sharing-button-2/
Something as simple as a link with a Font awesome mail icon can be sufficient
https://www.screencast.com/t/kN5YBf56WY6P
The with some CSS to style it, the result is like this
https://www.screencast.com/t/x9IXuNL1VV9
Or maybe you can try sharing plugins that have more options. The theme might also add this possibility in a future update, but I cannot say for sure when this will happen.

Thanks

Simion C.
tagDiv Staff

Hi,

Thank you for your appreciation. Pages can be created in any way you like, using the available elements. At the moment there is no guide for creating these specific pages, but you can use any block, grid and other elements
https://demo.tagdiv.com/newspaper/block-1/
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/
There are also text blocks, single images and image boxes, slides and many other items that can be used on pages. You can maybe take inspiration from About us page examples online, or experiment and create an original design.
Check the live demos as well to see what can be achieved with the theme
https://demo.tagdiv.com/select_demo/select_demo_newspaper

Thanks

Simion C.
tagDiv Staff

Hi,

The demo categories can be removed just like any normal WordPress categories
https://www.screencast.com/t/SKOphrK0VP
The blocks and other elements can then be configured to display posts from your own created categories
https://forum.tagdiv.com/block-settings-tutorial/

Thanks

Simion C.
tagDiv Staff

Hi,

If you use the mobile theme, on the front page this will display a grid containing the latest posts from the featured category. There is no option to change the sorting for this grid.
To have exactly the same content from desktop on mobile, the mobile plugin has to be deactivated. This plugin is optional, the main theme is fully responsive and will adapt on each device. More information about the mobile theme here
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Simion C.
tagDiv Staff

Hi,

Please check the theme system status section
https://www.screencast.com/t/TFPsnKgO8
Make modifications to the WordPress and server parameters mentioned in this guide, if requried
https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting provider to make these changes for you, as they might have a recommended method in this matter.
If there is still a problem, please deactivate all plugins except theme plugins and clear any installed cache. Then check in the theme panel while saving settings, if there are any errors in the browser console. Press F12 to bring up the inspector window and then open the console
https://www.screencast.com/t/ENQ5a8CB8
Check if there are any errors in this console. The admin ajax process could be blocked by the server, because of the multiple requests that it makes. In this case you can contact the hosting provider and explain this situation or provide a screenshot with the error.
They should be able to fix it if this is happening.
Please let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

The same content from desktop will be displayed on mobile, if the mobile theme plugin is deactivated. When this plugin is active this allow you to set a different menu, different page content etc.
The mobile theme plugin is optional, as the main theme is fully responsive in design and will adapt the website for every device.
More useful information about the mobile theme plugin here
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected the website, but I do not see this problem present at the moment, on any page, post, category page etc. The mobile theme overlay is supposed to be displayed only on mobile, but there could be conflicts with other plugins, or caching plugins that can cause this to happen.

Thanks

Simion C.
tagDiv Staff

Hi,

That box is supposed to display a custom title set for the images in the image box
https://www.screencast.com/t/i7aADVawVXY
https://www.screencast.com/t/W6aXPljvvq
You could remove it with a code like this
https://www.screencast.com/t/njzcAIgjnLM

.td-image-box-style-2 .td-custom-title {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

They do not recommend using other caching plugins besides the one you mention. You can only use one caching system at a time. However the random post sorting is heavily affected by all caching implementation. Such dynamic sorting may not work properly or at all with any caching basically.

Thanks

Simion C.
tagDiv Staff

Hi,

Usually this is caused by plugins interfering in some way with the theme. In this case the errors are present only on the homepage and seem to be caused by the autoptimize plugin, or a setting in the configuration of this plugin
https://www.screencast.com/t/x2emv6BrvIvG
Check if the errors are still present after disabling the plugin.

Thanks

Simion C.
tagDiv Staff

Hi,

Please update the theme using this guide
https://forum.tagdiv.com/how-to-update-the-theme-2/
The FTP method is the most recommended way of updating. Note that custom code you might have used in the previous version, might not work properly in this one. Some elements have been subject to change. Update the theme and remove any custom code from theme panel temporarily, do not modify the theme files after the update.
If you use a child theme, switch to the main theme. Code in this might need adjustments for the new version. Use the child theme provided in the new theme package.
Also in version 8 the tagDiv composer was introduced, this plugin is activated automatically when the theme is updated or installed
https://forum.tagdiv.com/tagdiv-composer-tutorial/
Deactivate the tagDiv composer plugin as this might affect some Visual composer elements on pages.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme is compatible with both Apache and Nginx
https://forum.tagdiv.com/requirements-for-newspaper/
Regarding the white space, there seems to be a custom ad inserted in the top section of the page, where the header ad would be
https://www.screencast.com/t/L7IHY0iCBX
This ad is not loading but the space is reserved. Either check if the ad code is valid and working, or remove it.

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean the post content only, this code will change the link color in that situation
https://www.screencast.com/t/U6taXukH
But it would be best if you could provide specific details about where exactly you want to change the link colors for posts and pages, for a more accurate solution.

Thanks

Simion C.
tagDiv Staff

Hi,

Please try as a first step to deactivate all your plugins except theme plugins, and clear any installed cache. Then deactivate and delete the tagDiv composer plugin and install it again from the theme package.
After this create a new page and check to see if everything works as it should, regarding the row background options.
Also take a look to the theme system status and see if the WordPress and server parameters are set according to this guide
https://forum.tagdiv.com/system-status-parameters-guide/
If there is still a problem please send us an email at contact@tagdiv.com and provide admin login information, so we can investigate.

Thanks

Simion C.
tagDiv Staff

Hi,

You can simply edit the page with the composer and change the block template header style, to the one you want for each block on the page
https://www.screencast.com/t/3R8S16sWrc
Here you can see all the available block header styles
https://demo.tagdiv.com/newspaper/block-header-1/
Also more useful information about the block settings and options here
https://forum.tagdiv.com/block-settings-tutorial/
Please let us know if you need further help.

Thanks

Simion C.
tagDiv Staff

Hi,

There is no problem activating the theme on a development environment and on the live website. The theme panel settings are saved in the database, if they reset then there could be a database issue. These theme panel settings can be reset only manually, or exported to be used in a different install
https://forum.tagdiv.com/import-export-theme-settings/

Thanks

Simion C.
tagDiv Staff

Hi,

Please note that this modification will have to be made to the post template style that you are using. If multiple post templates are used throughout the website, this change will have to be made for each of them.
For example here I am using post template style 2
https://www.screencast.com/t/XqWndJvXa
The modification has to be made to the single_template_2.php file
https://www.screencast.com/t/g9BfEEjWfAzJ
Replace the highlighted line of code with the one provided in the topic pastebin, with a small modification to it (this way there is no need to use the CSS for styling)
https://www.screencast.com/t/B5n6tGi60Mhm
https://www.screencast.com/t/Lf3UI6jf
https://www.screencast.com/t/xu5Uc6yxn
The result is like this
https://www.screencast.com/t/WuC2OKToxX2
You could change the text (Last Modified) as well if you like, for example like this
https://www.screencast.com/t/A1sXw1R6Yha
https://www.screencast.com/t/FprWr9t0
For some post templates, the modification will have to be made in the loop single file, instead of the single file. Like post template 9 for example
https://www.screencast.com/t/e2x3GQ0i8A
Once made all posts that have the modified post template, will display the modified date.

Thanks

Simion C.
tagDiv Staff

Hi,

If you are using the mobile theme plugin, ads have to be inserted in the mobile section as well, in order to be displayed on mobile
https://www.screencast.com/t/AQEixexRsTJ
More information about the mobile theme here
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Simion C.
tagDiv Staff

Hi,

Both parent theme and child theme have to be displayed in the theme selection screen. I have tested and this is the result
https://www.screencast.com/t/PCiSzJaEhd
That meta information you mention does not interfere with the child theme (the template name is impportant), this is fully functional and can be used accordingly. We will update that information in the future update. This is a guide about using the child theme provided in the theme package
https://forum.tagdiv.com/the-child-theme-support-tutorial/
Please try and cretae the child theme again, do not modify anything within the child theme, then having the parent theme active, activate the child theme and see if it is working as it should.

Thanks

Viewing 25 posts - 15,676 through 15,700 (of 20,681 total)