Home User profile
tagDiv Staff
Passionate for gaming, mountain biking and traveling. I face every task as a new challenge to bring my skills to the next level.
Bogdan B.
tagDiv Staff

Hi,
Thanks Chris, I will add this to our “to-do” list.

Bogdan B.
tagDiv Staff

Hello,
Every block uses a module. Modules MX are just another type of modules used in our theme. You can see a list of every module and what block uses it here: http://screencast.com/t/43i5BwLI
MX modules are used here: http://screencast.com/t/MvbKi7ma
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
I have tested your website on ie9 but could not find any problems with it. Your website displays fine. Like I said in my reply above, ie8 is not supported with complex elements. It will work with simple elements that do not use javascript. (no sliders, no ajax pagination or ajax filters, no lazyload, etc.) Basically ie8 is way too old to support any complex tasks.
Thank you.

Bogdan B.
tagDiv Staff

Hello,
There is such an option in the theme panel. You can select the size for your ad on every device from here: http://screencast.com/t/TclIfbBM4
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately there is no different version of the website for mobile phoines. It is the same version of the theme/page. You can however use a css trick to hide the particular block on all other devices except mobile.
For example you can add a block and add an extra class on the row in visual composer: http://screencast.com/t/arlc4Qu1Dt and then use thios custom css in the theme panel->custom css box:
@media (min-width:767px){
.customclass{
display:none!important
}
}

I hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
I assume it’s category template 6 you are using. In this case, the text is simply the category description that can be added here: http://screencast.com/t/kYEtNlkahkJ
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Thanks Chris!,
As for the redirect, you can use a redirect plugin or you can add 301 redirects in htaccess. This is where the code is being created for the author link: http://screencast.com/t/jS3yeYwf
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The theme has no option to show the subtitle in it’s modules and blocks. It can be done however by editing the theme files. You can follow this topic to see how it can be done: https://forum.tagdiv.com/topic/output-subtitle-in-blog-loop/
Thank you

Bogdan B.
tagDiv Staff

Hello,
Unfortunately we have no plans at the moment for such an option. I will add this suggestion to our list and maybe in a future version of the theme we will be able to implement such a feature.
Than you for your suggestion.

Bogdan B.
tagDiv Staff

Hello,
I’m not sure what you mean by time-consuming, as you only have to select the option in the menus section. I’m not sure how this option could be any easier to implement: https://forum.tagdiv.com/mega-menu/
Unfortunately at the moment have no plans to update the mega-menu and we have no suggestion of any plugins as we have not tested any.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
If you remove the google fonts from td_config.php, then the google fonts loaded by our theme will be loaded no more. If you still get google fonts in your page source, then it comes from other places. The first one is wordpress. If you are logged in, then WP will apply an open sans font. Try it logged out and you will see there is no open sans anymore.
Plugins could also load google fonts. Please check them as well.
I hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
Please try to disable all your plugins except visual composer, clear cache and reset cdn files. This will rule out a plugin conflict. If the problem is still there, you can try to increase your system status parameters: https://forum.tagdiv.com/system-status-parameters-guide/
Let us know how it goes.
Thanks.

Bogdan B.
tagDiv Staff

Hi,

This can be done only by altering the theme files. You need to remove the code for the ad place in teh header style 3 file: http://screencast.com/t/MZ0vGILsmG and then use this css for the logo positioning:
.td-header-style-3 .td-header-sp-logo{
margin-left: auto;
margin-right: auto;
float: none!important;
}

result: http://screencast.com/t/MjMAIP1k

Thanks

Bogdan B.
tagDiv Staff

Hi,
If you want only the background to show on the homepage, you can hide all the content with css{
.home .td-content-wrap{
display:none!important
}

Thanks.

Bogdan B.
tagDiv Staff

Hello,
Unfortunately there is no option for the blocks to display only the parent category in the theme panel. This can only be done by altering the theme files. you can remove this code: http://screencast.com/t/LJxjF3avnJ and now the blocks will pick up only the posts that have the category set as primary. (you will have to filter the specific category in block settings)
However there is an alternative to this which is called the ‘unique articles’ option: https://forum.tagdiv.com/unique-articles/ or you can use offsets: https://forum.tagdiv.com/offset-feature/
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately this fix did not make it in this update as it was only a dot revision for immediate problems that needed attention. We will add this fix in a future version but we cannot promise it will be the next immediate update. The developer team will make the final decision. Until such time, please use the solution provided by Emil.
Sorry for the inconvenience and thank you for your understanding.

Bogdan B.
tagDiv Staff

Hello,
It is possible but it will require a bit of css knowledge to adapt it to your own case. You can remove the this code from the specific top bar template you use: http://screencast.com/t/cNbVHo90SN
Then you need to paste the code in the header-menu file: http://screencast.com/t/uSStTxxMGVLJ
It will require further customization for positioning though.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
9gag-greece no longer has this issue. After you add the code in htaccess, please make sure you clear cache as it will be affected by it and also reset the cdn files. (they update automatically after a period of time but in order to see the immediate effect of your modification you need to reset/clear them)
Thank you.

Bogdan B.
tagDiv Staff

Hi,
Carmen, please disable the protection plugin for us or provide a user for us and do not remove it anymore as in order for us to offer you support we need to inspect your website. The plugin prevents us from doing this.
The gradient shows up when you have no image set in your grid or, in your case when you have a transparent image. The gradient was added so you can see the white post title. If i were to remove the gradient, your post title will not be visible anymore as it will be white on a white background: http://screencast.com/t/U1co7mNwX
For the second task we will need you to remove the protection or wp-admin.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The search icon does not work anymore (as well as your mobile menu) due to a js error. This is most of the time a plugin conflict. Please disable all your plugins except visual composer and clear cache and it should work fine again. Then you need to identify the plugin that causes the issue.
As for the menu item, you can create a custom link: http://screencast.com/t/GNxckduyl
It depends on the header style you use for the modification as the search icon is not positioned in the same way.
For example I used this code on my end:

.menu-item-57{
position: absolute!important;
right: 30px!important;
top: 50%!important;
margin-top: -24px!important;
}

for this result: http://screencast.com/t/PiL7y2m4d
This is on the default header style. Every menu item has a unique class. Mine was 57. Youcan use your browser inspector to get your menu item number and replace it in the code.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately we have no reports of this problem at the moment. The review system was not changed in this time. It might have something to do with your seo plugin settings. As you can see the reviews on our demo are still present on google: http://screencast.com/t/s4ki4ZJqpn
Please try to disable all plugins except visual composer and seo yoast and clear cache in order to rule out a plugin conflict. Also check for any settings you might have changed during this period.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
If you wish to create new templates using our theme, you will have to use the theme API system: https://forum.tagdiv.com/td_api_single_templateadd/
Please be advised as this is for advanced users and it represents theme customization (not covered by support). You will need a bit of coding know-how to do it.
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Replied in the other topic.

Bogdan B.
tagDiv Staff

Hi,
Please send us an email at contact@tagdiv.com and provide wp-admin so we can inspect this issue closer. Please provide a link to this topic so we can inspect both issues.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
i ran a few tests and I see now where this is going. There is a way to display the title and breadcrumbs on the default template if you do not use visual composer. You can add as many paragraphs as you want, but only in classic mode. If you activate the backend editor (visual composer) then the default template will remove the breadcrumbs and title. In order to make sure you do not have any visual composer elements on your page, you can check the text mode: http://screencast.com/t/1s8DmjF6xBGj
I hope this helps.
Thanks.

Viewing 25 posts - 18,501 through 18,525 (of 22,378 total)