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 latest articles section is displayed on the bottom of the page content, if the required page template is selected. It can be customized like this
https://www.screencast.com/t/0V16VRMXy
To disable it please select a different page template from the page attributes settings.
More information here
https://forum.tagdiv.com/page-templates-2/
To learn more about the Social counter element please see this configuration tutorial
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/

Thanks

Simion C.
tagDiv Staff

Hi,

Please enter this code in Theme panel->Custom CSS section, and the scroll icon will be displayed

@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}

Thanks

Simion C.
tagDiv Staff

Hi,

Try commenting the highlighted lines of code from this file
https://www.screencast.com/t/RT7WYV6er
The posts should not display the category background after doing this. Clear any caching installed after making the modification, in case nothing changes.

Thanks

Simion C.
tagDiv Staff

Hi,

We will update the documentation in this matter as soon as possible. Sorry for any inconvenience this has caused for you.
Please make the modification mentioned by Bogdan and also this one
https://www.screencast.com/t/6VyUquDo4Z
The blocks should be displayed as an option in the tagDiv composer after making this modification.

Thanks

Simion C.
tagDiv Staff

Hi,

There are no theme options that would allow ads to be displayed inside the blocks, between the modules. If you would like to achieve something like this, you could maybe try some ad inserting plugins that might have these options. On pages ads can be placed by using Ad boxes
https://www.screencast.com/t/aRW1S6taD
In the Ad box you can select from the custom ad spots in the theme panel.

Thanks

Simion C.
tagDiv Staff

Hi,

The top grid displayed on mobile will show posts from the Featured category. Please add more posts to this category and they will be displayed
https://forum.tagdiv.com/featured-posts-2/

Thanks

Simion C.
tagDiv Staff

Hi,

The background color for the Social counter widget, can be customized in the widgets section
https://www.screencast.com/t/cD1egW6oMB
Check the sidebar you are using for the post, and make the modification to the background color in the Social counter widget inside the sidebar.
For the categories widget you can try a code like this and set a similar color as on the homepage
https://www.screencast.com/t/esns6zfryB
Enter the code in Theme panel->Custom CSS section

.widget_categories .block-title span {
background-color: #c3cf2e;
}
.widget_categories .block-title {
border-color: #c3cf2e;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The logo headline can be changed as you like, in the Theme panel->Header section
https://www.screencast.com/t/e2XjJX6mN
A text logo or an image can be used for Header styles 9, 10 and 11. Other styles use only images for the logo. More information here
https://forum.tagdiv.com/logo-favicon/
https://forum.tagdiv.com/header-styles/

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment theme does not have this option, unfortunately. It may be considered for implementation if the request becomes more popular. There are many suggestions and recommendations and these are all carefully analyzed by our developer team.

Thanks

Simion C.
tagDiv Staff

Hi,

If you deactivated the caching plugin, and the mobile theme is still not displaying properly, that probably means there is still a conflict. A suggestion would be to deactivate all plugins except theme plugins as a test, to see if the mobile theme is displayed as intended.
If it is, then enable the plugins one at a time, this should help identify the one responsible.

Thanks

Simion C.
tagDiv Staff

Hi,

Replied in your other topic.

Thanks

Simion C.
tagDiv Staff

Hi,

Please check your email, my colleague has replied in matters concerning your website header and menu. The menu seems to look as you wanted.

3. For the moment the tagDiv composer does not have this kind of element. This might chnage in future updates, and more elements and options will be added to this editor.

4. There are multiple way you could do that. Use a single image element and stretch the row and content for example. The result will be a full width image.

5. The category tags color can be changed but only for the post page, for each category.
https://www.screencast.com/t/nRF4bJd8N
On pages that could be achieved with custom CSS code.

Thanks

Simion C.
tagDiv Staff

Hi,

There is a flash noticeable, before the page fully loads. The default background color for the header is overwritten by the custom colors that are set. CSS works in cascade, first it will apply the default color, and then the other one. If this requires a few moments, this is more noticeable.
In this case you could try to remove any color you set in the theme panel or by any other means, and modify the background color in the theme stylesheet directly
https://www.screencast.com/t/Y4XYn8EOvDdD

Thanks

Simion C.
tagDiv Staff

Hi,

There is no option to achieve something like that. By the looks of it it would probably require major modifications to the way theme block work, if even possible at all.
There is only one limit that can be set for blocks, and this will remain the same regardless of screen width
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,


@roosterink
Please provide a link to your website and details about the issue you are having. We will take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

If you would like to display a paginated list of articles on pages, select the page template that displays the Latest articles section
https://www.screencast.com/t/SFJ9Ugiw
This section can be customized to display the posts from the categories you want, and also sort them. Please check this guide for more information about the page templates
https://forum.tagdiv.com/page-templates-2/

Thanks

Simion C.
tagDiv Staff

Hi,

The Speed booster plugin will deactivate itself if it detects a plugin that is not in a predefined list. The Speed booster plugin could break the functionality of some plugins.
More information in this topic
https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
The changes mentioned in the system status guide need to be made either to the wp-config file, or the php.ini file.
It would be best if you could contact your hosting provider, as they might have a recommended method of doing this.

Thanks

Simion C.
tagDiv Staff

Hi,

Page titles are displayed if you have selected the required page template, in the page attributes screen
https://www.screencast.com/t/XRFVOZpIF8VL
More information about the page templates here
https://forum.tagdiv.com/page-templates-2/
Please correct me if I misunderstand, and maybe provide mire details about what exactly you are trying to do, or some useful screenshots if possible.

Thanks

Simion C.
tagDiv Staff

Hi,

You could edit the header style template file that you are using and insert the text there. I see you use Header style 5, this would be the file to edit
https://www.screencast.com/t/xbNvOw3qog

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment I believe there are no plans to change the name of these elements. If this is a problem for you, and you managed to find a way around it which works, you can keep using that.

Thanks

Simion C.
tagDiv Staff

Hi,

Please check with the browser inspector while trying to open that section of the theme panel, if there are any errors. Press F12 to bring up the inspector, then go to the console tab
https://www.screencast.com/t/ENQ5a8CB8
The admin ajax process could be blocked by the server, in which case you need to contact them and explain the situation, and maybe provide them with a screenshot of the error.
Please let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

These are more general markups, that the theme ads. There could be modifications in this matter in future updates, but I could not say for sure.

Thanks

Simion C.
tagDiv Staff

Hi,

There are general schema properties to general elements like you can see in this file
https://www.screencast.com/t/dr7IHhcSiD
This file is used for all the posts. If you were to modify it, it would apply to all the posts. Maybe it would be best to try the free plugin that is mentioned in that guide, that would allow to add extra markup just for the posts you want. Give it a try and check the results.

Thanks

Simion C.
tagDiv Staff

Hi,

I have inspected your website and checked for these error in the console. The only error that is found seems to be related to the CDN
https://www.screencast.com/t/RxNnrS6n
I do not see the errors with the mentioned resources.

Thanks

Simion C.
tagDiv Staff

Hi,

If you are referring to the background, that can be set for each row you want in the row settings like this
https://www.screencast.com/t/VlIvQnrjxR
Please correct me if I misunderstand something.

Thanks

Viewing 25 posts - 16,126 through 16,150 (of 20,681 total)