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,

There is no setting for that at this moment. Different colors cannot be set for the category tags on modules. An option like this may be added in the future.

Only thorough customization that would be possible if you would consider it
https://forum.tagdiv.com/topic/category-label-appearance-on-block-1/

Thanks

Simion C.
tagDiv Staff

Seems there is a different code which overrides the theme icon
https://www.screencast.com/t/zP18c3AD9ML
I believe that is originating from your child theme stylesheet. Remove it from there since it is not needed. Then the icon will display properly
https://www.screencast.com/t/PssAVw0yUtKg

Thank you!

Simion C.
tagDiv Staff

That is possible. Each page has an unique ID, this is displayed on the body tag. So for example if you want to affect a particular page begin the code with that ID class
https://www.screencast.com/t/BLqPyMHI
This way you can create custom code for particular pages, posts, category pages etc.

Simion C.
tagDiv Staff

Hi,

If you are updating by patch and you require patch files from 8.6->8.7 we could provide them to you. Then you can download the theme package which contains 8.7->8.7.2. Remember to update all theme plugins as well. Send us an email at contact@tagdiv.com and include a link to this topic in the email.
The 8.7.2 theme version contains many improvements and various fixes for issues in 8.7. So you should update to the latest theme version.

Thank you!

Simion C.
tagDiv Staff

The footer looks like this for me on desktop
https://www.screencast.com/t/9HVk6TSz82
And like this on mobile
https://www.screencast.com/t/vn4tMJYx
I see no problem with the footer and the popular category widget.

Simion C.
tagDiv Staff

That solution worked for all users since it has been provided. Either make the modifications in the mentioned file or update the theme to 8.7.2. The latest theme version contains many improvements over the previous version including a fix or the issue. Check the theme changelog
https://www.screencast.com/t/zDOGYd8Obrq
If you have made the modification in the file, clear all caching installed and CDN if used.
In case there is still an issue, we could take a look. Send us an email at contact@tagdiv.com and provide admin login information and FTP access.

Simion C.
tagDiv Staff

I couldn’t say exactly if one of these cases are to blame, but there are some situations when that error is displayed by the composer
https://forum.tagdiv.com/topic/errors-happened-during-tdciframedata-init-bindviewsmodelswrappers-14/
The composer should work for default WordPress pages, with custom page types we have not made any testing up to his point. If errors are displayed only when using it on these custom page types, that would suggest it will not work in these circumstances. The plugin and theme have received many modifications over the latest updates.

Simion C.
tagDiv Staff

First please make sure you have the latest version of the theme (8.7.2) and theme plugins, especially the composer plugin. The tagDiv composer is now version 2.1.

In some cases the solution form this topic worked for blank pages
https://forum.tagdiv.com/topic/gray-page-tagdiv/
You could give that a try.

If there is still a problem, send us an email at contact@tagdiv.com and provide admin login information, FTP and cPanel access. We will take a look. Make a backup of the website before.

Simion C.
tagDiv Staff

We will take a look as soon as you can provide access. Unfortunately we cannot recreate such layout issues with the composer. We tried on browsers declared compatible with the theme, we did not encounter any problems. Let us know.

Thank you!

Simion C.
tagDiv Staff

You did not ask a question from what I can see. I don’t know how you were inserting theme blocks in pages without using any of the composers.
If you don’t want to use any of the page builders, deactivate them and build pages in a different way as you did before.

As a note, if you reply in out own topic, you will only delay the response. We answer from oldest to newest. provide all the details in the first post and we will reply faster.

Simion C.
tagDiv Staff

So you have to disable all these three plugins in order for the issue to be solved. Maybe something changed either in the plugins after an update, in the theme or in WordPress that is now causing the problem.

Try updating the plugins to the latest version, maybe that would solve it. If it does not then that would suggest these are not compatible with the theme anymore, there is a conflict somewhere. In that case you could try other similar plugins if possible.

Simion C.
tagDiv Staff

Reverting back is not possible, unless you revert to an older version of the theme. The new implementation if the theme affects many theme files, that would be the only way. You could maybe enable only the bottom sharing. Or try to further optimize the website loading speed.

Simion C.
tagDiv Staff

Most users that want more advanced ad settings recommend the Adrotate plugin. This is compatible with the theme based on user feedback. then you could use that plugin in combination with the theme ad spots. Here are some guides if you would like to try
http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
https://ajdg.solutions/manuals/adrotate-manuals/

Simion C.
tagDiv Staff

Indeed that is the case, I did not realize that. Each social icon has to be re-positioned after the width change, like this
https://www.screencast.com/t/E0pGMPi7zM
They all have specific positioning so a code has to be created for each social. In this example I used Google+, Instagram, Twitter and YouTube. This is the code for them, which should be added in addition to this one

.td-social-colored .td-sp {
width: 44px;
height: 44px;
}

.td-social-style9 .td_social_googleplus .td-sp {
background-position: -15px -274px;
}
.td-social-style9 .td_social_instagram .td-sp {
background-position: -14px -222px;
}
.td-social-style9 .td_social_twitter .td-sp {
background-position: -14px -429px;
}
.td-social-style9 .td_social_youtube .td-sp {
background-position: -13px -378px;
}

If you have other socials mention them, or provide a link to your website for a more accurate solution.

Simion C.
tagDiv Staff

Unfortunately hat is not possible. All the grids and blocks can only be filtered as a whole, not by modules. Please check the block settings guide
https://forum.tagdiv.com/block-settings-tutorial/
So the filtering and sorting will affect the whole grid/block.

Simion C.
tagDiv Staff

Indeed the posts seem to be displaying fine at the moment from what I can see. As long as it works there is no problem, would be the bottom line.

Simion C.
tagDiv Staff

The theme will always create the thumbnails that are enabled in the theme panel. The size you mention is used in these cases
https://www.screencast.com/t/bj8gAKvo
You can disable that size if you are not using it, it will not be created anymore. Then for example on a post that uses it, the full original image size will be loaded, not a thumbnail. This would be useful by case for most users, for example if you were to use a bigger image size this will always be served instead of the thumbnail, leading to increased loading time.

Simion C.
tagDiv Staff

Hi,

Only rows can be stretched, so all the columns inside the row will be stretched as a result of this action. Single columns cannot be stretched. You will have to think of a different method to do what you want.

Simion C.
tagDiv Staff

That is a category page, sub-categories will be displayed on a category page
https://demo.tagdiv.com/newspaper/category/tagdiv-fashion/
One way of not displaying specific categories on a category page is to hide theme with this option
https://www.screencast.com/t/JaWZC1da
Or you could remove them with CSS for mobile theme only, with such a code in Theme panel->Mobile theme->Custom CSS

.category .td-category-siblings {
display: none;
}

Simion C.
tagDiv Staff

Hi,

I believe this is already on our list, but please note that there may be other priorities at the moment. There are plans to modify the big grid slide or add a different slider in the composer. Of course there are many plans, so unfortunately I could not say when this will happen.
Indeed the Revolution slider is a very complex plugin with lots of settings. It may consume many resources once placed on pages.

Simion C.
tagDiv Staff

Indeed featured videos are supported, there will be no problem there. A lightbox is not available, it could be in the future. I will add this on out plugin suggestion list and it will be considered. Thank you for the suggestion.

The plugin has some color settings, but none for background. As well this might be added in a future update.

That will not work, accessing pages built with a page builder. AMP can be enabled for standard WordPress pages built similar to posts. We don’t have an example for pages at the moment. Our plugin is free, included in the package. As I mentioned it will receive more features in the coming updates. Thank you for all the suggestions, they are noted.

Thanks

Simion C.
tagDiv Staff

If you make modification to the theme stylesheet (like entering code) these will apply, also they will be loaded faster. Theme panel settings in most cases override conditions in the theme stylesheet.

Simion C.
tagDiv Staff

We could take a look. Please send us an email at contact@tagdiv.com and provide admin login information. Mention which translation you want to load. Also include a link to this topic in the email.

Simion C.
tagDiv Staff

I have inquired about the font used, it is called Sweethart font. Similar fonts would be Marck Script or Qwigley.

Simion C.
tagDiv Staff

We could take a look, please send us an image at contact@tagdiv.com and provide admin login information and FTP access if possible. Also include a link to this topic in the email.

Viewing 25 posts - 11,451 through 11,475 (of 20,681 total)