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,

You will have to set a primary category for the post
https://forum.tagdiv.com/primary-category/
Breadcrumbs depend on the primary category of the post. If one is not set manually, the first category alphabetically will be picked
https://forum.tagdiv.com/breadcrumbs/

Thanks

Simion C.
tagDiv Staff

Hi,

The sidebar should be displayed if you have set it accordingly. Please note that if a sidebar is not set for each post manually
https://www.screencast.com/t/v7pD8cVt
Then the post will try to display the sidebar from the primary category
https://forum.tagdiv.com/primary-category/
If you have not set a primary category, the default on will be the first one alphabetically. If the post has only one category, this will be primary automatically.
This functionality allows for easier sidebar management. By setting a sidebar for the category, the posts will inherit that sidebar.
Please check in the Theme panel->Categories->Per category settings and see if the categories have sidebars set, and if those sidebars have actual widgets inside them.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide details about what exactly you want to change about the social counter, and I will give you a solution. If you mean the Like, Follow etc hover color, that could be changed with a code like this
https://www.screencast.com/t/DhEq7HE5Rfg

.td_social_type .td_social_button a:hover {
color: green;
}

Thanks

Simion C.
tagDiv Staff

Hi,

A first step would be to check the theme system status and make modifications to the parameter mentioned in this guide, if necessary
https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting provider to make them for you if needed. Then check to see if the issue is still happening. If it is please deactivate all plugins except theme plugins, and clear all caching installed, and check again.

Thanks

Simion C.
tagDiv Staff

Hi,

It seems the website is not online at the moment
https://www.screencast.com/t/2Gwz1oW68pXd
If the mobile theme provides errors, please try as a first step to deactivate all plugins except theme plugins, and clear all caching. Then check if the error is still present. Also check the theme system status
https://forum.tagdiv.com/system-status-parameters-guide/
Note that the theme is compatible with PHP versions up to 7.1. The mobile theme can be also affected by caching plugins, some caching configurations might cause it to not function properly.

Thanks

Simion C.
tagDiv Staff

Hi,

The gallery will display one picture at a time, there is no setting to allow specific images to be displayed next to each other or one below the other
https://forum.tagdiv.com/gallery-2/
There are gallery plugins that you could try, if you require more advanced gallery configurations and options.

Thanks

Simion C.
tagDiv Staff

Hi,

In order for that ad to appear in the header, you will have to modify the header template used. There you could enter the custom ad through a do_shortcode

<?php echo do_shortcode ('your shortcode here'); ?>

In this example I have set an Ad-box element on a page, and set a background for the row just like you did
https://www.screencast.com/t/EV89r3ThoWY
Then using the code of these elements in the shortcode
https://www.screencast.com/t/80go1NXi
https://www.screencast.com/t/kLWwIoUC5x
The result is like this, the ad is integrated in the header on all the website
https://www.screencast.com/t/aeeR4No4
https://www.screencast.com/t/1JjUTcOGQ
I believe this is what you want to do, this would be a method of achieving this.

Thanks

Simion C.
tagDiv Staff

Hi,

Elements placed in the page structure cannot be removed just by viewing the page on mobile. I could give you a code to hide this element on mobile devices, it will look like this
https://www.screencast.com/t/6P52VO9wWjk
This code has to be entered in Theme panel->Advanced CSS in the phones section

.home .td-post-header {
display: none;
}

Enter it there and check if it works as intended. Let me know if there is a problem.

Thanks

Simion C.
tagDiv Staff

Hi,

This is unusual, the excerpt field should be displayed in the post edit options
https://www.screencast.com/t/wMqkQrEU
Maybe the option is disabled in the screen options, please check if that is the case
https://www.screencast.com/t/Febhnx1wDjr2

Thanks

Simion C.
tagDiv Staff

Hi,

That is the ajax filter, when activated it displays categories or other elements as well
https://www.screencast.com/t/hxGaKPXKwa
It can be enabled or disabled for each block, by editing the respective page with the composer
https://www.screencast.com/t/p3MC5Jc2h
Here you can find more information about the available block settings and options
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

The child theme has a different functionality than the main theme. It has predefined templates for the front page, post page, smart list, etc. These will be displayed regardless of desktop settings. This is meant to keep things as simple as possible on mobile
https://forum.tagdiv.com/the-mobile-theme/
Please note that the mobile theme plugin is optional, it is not required. The main theme is perfectly capable of displaying the website on mobile, due to it’s responsive design.

Thanks

Simion C.
tagDiv Staff

Hi,

Code entered in the theme panel will not be lost when the theme is updated. It will be saved in the database. So you can either enter it there, or use a child theme, both are considered safe ways of customizing the theme.
A child theme is provided in the theme package if you would like to set a child theme
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks

Simion C.
tagDiv Staff

Hi,

I could not say if there are plans of making modifications to how the smart sidebar feature works. Activating the feature will make the whole sidebar sticky, not just an element in the sidebar content.

Thanks

Simion C.
tagDiv Staff

Hi,

The main theme is fully capable of displaying the website on mobile devices, the mobile theme plugin is optional.
If the composer is not working properly, first please check the theme system status and make modifications to the parameters mentioned in this guide, if necessary
https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting provider to make them for you, if needed. Then make tests again, there should be no more issues. If the problem is still present, a next step would be to deactivate all plugins except theme plugins and clear all caching.
If there is still a problem after, please send us an email at contact@tagdiv.com and provide admin login information, so we can take a look.
Also paste a link to this topic in your email.
The unique articles option will ensure that the content loaded on initial page load will be unique, meaning no duplicates. This is affected by pagination however, if this is used
https://forum.tagdiv.com/unique-articles/

Thanks

Simion C.
tagDiv Staff

Hi,

You could change it with a code like this for example, if that is what you need
https://www.screencast.com/t/aFT26dNJI1t

.post_td_gallery {
background-color: transparent;
}

The code must be entered in Theme panel-Custom CSS section. Please correct me if I misunderstand, and provide more details about what exactly you would like to modify.

Thanks

Simion C.
tagDiv Staff

Hi,

Yes it is correct. There is no more flashing at the moment, since the black default color has been removed.

Thanks

Simion C.
tagDiv Staff

Hi,

The code will override the default behavior of the theme on widths below 500px, there is no need for anything else. On tablets it already displays properly
https://www.screencast.com/t/NPB1MSnpnVe
Now it displays properly on smaller devices as well, with the added code
https://www.screencast.com/t/hkS4nAKS4

Thanks

Simion C.
tagDiv Staff

Hi,

The theme and provided plugins are tested with these plugins
https://www.screencast.com/t/XWrI4GkVD
Anything else or any other plugin may as well work properly, or simply be incompatible. Maybe it is a setting in the plugin you mention, you could check that and make some tests. If there is still a problem, unfortunately there is no solution to provide in this case.
We cannot test the theme and composer with all the plugins.

Thanks

Simion C.
tagDiv Staff

Hi,

The error seems to mention something about litespeed, maybe it is related to the configuration of that. The 403 forbidden is in most cases caused by the configuration of security plugins
http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-403-forbidden-error-in-wordpress/
Please double check all the settings of your security plugins.

Thanks

Simion C.
tagDiv Staff

Hi,

1. There is no need for code to be used for removing the author name and date, either on the post pages, or pages. There are options in the theme panel, this is for the post page
https://www.screencast.com/t/pqjEK1x1n21
And this option is for modules and blocks
https://www.screencast.com/t/q5QR68ozCf

2. The category tag can be removed in the theme panel, for each module
https://forum.tagdiv.com/category-tag-on-modulesblocks/

Thanks

Simion C.
tagDiv Staff

Hi,

The “Lokal” menu item is a mega-menu at the moment, and it does not have any scroll bar for what I can see
https://www.screencast.com/t/toOaY6myM2
Please correct me if I misunderstand.

Thanks

Simion C.
tagDiv Staff

Hi,

The block title width dependents on the actual block title used. You could set a fixed width to the block titles, maybe like this
https://www.screencast.com/t/tcageHLZuX
Experiment with different width values in the code until you reach the desired result. This code will affect all the blocks on the website, after you enter it in Theme panel->Custom CSS

.block-title span {
width: 150px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

On block modules the category tag color could only be changed wit CSS code, if that is what you want. The custom colors set in the theme panel for these, will only be displayed in the post page.
You could change the default color with some CSS code by block, like this
https://www.screencast.com/t/0bmgFjkZ

This is the code used in the example

.td_block_big_grid_3 .td-post-category {
background-color: blue;
}

Use the browser inspector to identify the elements on the page and their classes, in order to create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide more details so we can understand better what exactly is happening with the theme panel. Try to think what you did before the issue appeared. Maybe installed a plugin, entered some code somewhere that could have caused this.
Try deactivating all plugins and check if the issue is fixed.
Maybe the server and WordPress are not configured properly. Please check the theme system status and make modifications to the parameters mentioned in this guide if necessary
https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting provider to make them for you if needed. Insufficient PHP memory and the other parameters have a decisive role in the functionality of the theme and plugins.
Please let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

Try some of the search plugins mentioned by Chris and make tests. Choose the one with the options you need and has the best functionality. Some of those search plugins should be fast as well, from what I can see.

Thanks

Viewing 25 posts - 15,426 through 15,450 (of 20,681 total)