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

Hello,
Unfortunately the mega-menu will only work on the main menu. It is not meant for the top menu or sub-menus.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

I’m not sure exactly how you want it but i will try to cover the mega-menu process. You can add a custom link to your main menu and select a mega-menu for it from the dropdown. You can chose a category or a sub-category for it. If you chose a category, then the mega-menu will contain a list of the sub-categories and posts from each one on the right side. If you chose a sub-category, then there will be no su-category list, only posts from that particular sub-cat.
For more details you can read the docs here: https://forum.tagdiv.com/mega-menu/
If i’m not understanding this properly and you simply want to change the links, this can be done from the permalinks menu: http://screencast.com/t/sqCmCakNXhttps://codex.wordpress.org/Using_Permalinks
If this is not what you mean, then please try to be more explicit si I can understand better.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
If you want us to take a look at the site you can provide wp-admin so we can inspect the back-end. Please send an email at conatct@tagdiv.com and provide your login information. Also include a link to this topic.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
This actually depends on what file was modified. It is not as simple because if the file that you have customization in has been modified in the latest version, then you cannot replace the new file with your own as the code would be changed and the theme will not work anymore if you do so. In this case you will need to apply your customization again in the code, not just replace files. You will need to know exactly what was modified if you want to keep your modification in place. Unfortunately I cannot know how or where your modification was done.
I can only point out the file but I cannot know for sure if this file was modified or not. This is the file whare the login widget is being created: http://screencast.com/t/iIUo3TxBL It could just as easy be this file that was modified: http://screencast.com/t/OvNZ0Vdr3 as the top menu widget is created here.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
1)You can send us login information at contact@tagdiv.com. Please also include a link to this topic.
3)If you want to change the name of the javascript file, you can do so in the theme files but then you need to edit an additional file which calls the js files by their name: http://screencast.com/t/dbwH5ME31D7
Thank you!

Bogdan B.
tagDiv Staff

Hi,
It seems something is wrong on your side as the td-modal-image class gets applied on the td-post-content which is not the way it should be. Plus i see you have multiple div’s with the td-post-content class. Something is definitely not OK there. Maybe some custom modifications are in place that affect these classes. Please try to create a fresh install of the theme if you do not have custom modifications. If you do, then you can create a testing sub-domain and install the theme there to test it out and see how the classes are supposed to be applied. You can also compare your code to the demo: http://demo.tagdiv.com/newspaper/
If you need further assistance with this, then please request it via email as there is only so much we can do before accessing your website and inspecting the back-end.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
I have checked your homepage and the ads seem to display fine. http://screencast.com/t/YQEs0IAzwV
Please provide an example or screenshot of the problem.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately we do not recommend changing the width of the theme at all. Our theme uses a fixed grid layout which depend on the width of the theme for elements to position properly. If you edit the width then you need to edit every element that depends on this width and this will be the case for most elements including the smart sidebar.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please make sure you do not have double rows in the page you created for the menu as this can cause issues. If this is not the case, then please send an email at contact@tagdiv.com and provide wp-admin so we can take a look and maybe figure out a solution. Please also include a link to this topic.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately you cannot create widgets so easy. There are widgets that come form the the, widgets that come from wp and widgets that come from plugins. I’m not sure how you want to add the sub-category. As a menu item in your sidebar? in which case you can use the wp custom menu widget and add a custom menu to your sidebar.
Or if you want to add content blocks to your sidebar and filter them by a category, then you can use blocks to display post from that particular sub-category.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
I have checked your website at http://www.adola.org/ but could not find any duplicate titles. Please provide an example so we can inspect it.
Thank you!

Bogdan B.
tagDiv Staff

Please send us an email at contact@tagdiv.com and provide wp-admin so we can take a look and come up with a solution. Please also include a link to this topic.
Thank you!

Bogdan B.
tagDiv Staff

Thank you for your kind words and best of luck on your project!

Bogdan B.
tagDiv Staff

Hello,
You can use the block settings filters to filter what category will be on what post. Please follow this tutorial to see how to sort your posts: https://forum.tagdiv.com/block-settings-tutorial/
You can style the news page with blocks that contain every category and a latest post sorting option so the latest posts from all categories will appear on that particular block.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please provide a link so i can inspect as the one you provided simply sais coming soon: http://screencast.com/t/u8PdGPwySuS I need to access your website so i can see the big grid.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
If it works and does not cause any styling iussues, then i do not see any other problems to it. If there were, they should have been obvious on the first inspection. If everything is positioned OK, then you are all set.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
This seems like a js error caused by conflicting plugins. It is most likely not caused by woocommerce but the combination between it and another plugin. Please deactivate all plugins except woocommerce and visual composer, clear your cache and reset cdn files if you use it. This issue is caused by a js error and the lazyload animation. You can deactivate this feature if you want.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

Header style 12 is a bit different and it simply uses a grey tint on the hover effects. This is the default state of the menu. You can change this with css if you want:

.td-header-style-12 .sf-menu > .current-menu-item > a, .td-header-style-12 .sf-menu > .current-menu-ancestor > a, .td-header-style-12 .sf-menu > .current-category-ancestor > a, .td-header-style-12 .sf-menu > li > a:hover, .td-header-style-12 .sf-menu > .sfHover > a{
background-color:red!important
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,

Unfortunately there is no option to do this. You can only load one demo on one instance of the site. It can be done however with multiple sub-domains all having the theme installed and different demos installed on them, then adding redirects to the links. It’s a bit of a hassle, but unfortunately there is no simple option for it. Sorry.

Thanks.

Bogdan B.
tagDiv Staff

Hello,
You can follow this topic to see how it can be solved: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
You simply need to add a rule in your htaccess file.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
We will consider this. I will pass this on to the dev team and maybe in a future update we will change this window and make it more user friendly.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can remove roboto from td-config by commenting out or deleting this code: http://screencast.com/t/TOUVcBSCp6NQ but this file cannot be modified in the child theme. You will have to edit it in the main theme files.

Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can follow this tutorial on page speed, but keep in mind that it will require a bit of reading on your part:
https://forum.tagdiv.com/how-to-make-the-site-faster/
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can replace the code with this one. It contains the tagline as well now:
.logo-text-container .td-logo-text, .logo-text-container .td-tagline-text{
font-family: roboto;
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please send us an email with your login information at contact@tagdiv.com and provide as many details as you can as to how you are changing the language so we can test this ourselves. Please also include a link to this topic.
Thank you!

Viewing 25 posts - 18,851 through 18,875 (of 22,378 total)