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,

Please read this guide:https://forum.tagdiv.com/block-settings-guide/
The ‘offset’ setting is the one you are looking for

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The sidebar can be removed like this topic suggests: https://forum.tagdiv.com/topic/editor-and-sidebar-line/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This is a wordpress error that lots of people face. Here is a possible fix
http://www.wpbeginner.com/wp-tutorials/how-to-fix-are-you-sure-you-want-to-do-this-error-in-wordpress/
If you still cannot install the theme via wordpress, then you will have to use ftp. Here is a tutorial to guide you through the process: https://forum.tagdiv.com/install-via-ftp/

Thank you!

Bogdan B.
tagDiv Staff

You can try it out and download it from our free theme: https://forum.tagdiv.com/topic/td-github-page-seems-to-be-gone-or-down/ but keep in mind that it will not run in parallel with visual composer. Please jsut use one or the other as both could create certain issues.
It is still experimental on newspaper and newsmag. On ionMag it is fully implemented and working 100%. On newspaper and newsmag, it can still provide a few hiccups.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

1. The dropdown menu can be created using the wordpress settings: https://codex.wordpress.org/WordPress_Menu_User_Guide

2 you mentioned changing the title, not changing the title’s font. If you want to change the font used on the news ticker, please change it from the theme panel-fonts section: https://www.screencast.com/t/p7iNyQMV2PS
As for the video player, please provide more details to what video player it is and what font you are trying to change. Provide a link to your site pointing at the video and mention exactly where you want the font changed.

Thank you!

Bogdan B.
tagDiv Staff

Hi,

You can simply remove the featured image created by the theme and add your own as Edward specifies above.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This is the file where the sorting options are defined: https://www.screencast.com/t/hT7fQqccq1e
You will need coding skills though in order to implement the sorting. Here is an example post of how a new sorting option can be implemented:
https://forum.tagdiv.com/topic/implemented-new-sort-most-popular-among-posts-of-last-7-days/

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Sorry but we have not tested our modal image with externally fed images through any plugin. The functionality was created for images added through the wordpress media library .

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Thank you for your suggestion. I will pass this information on to the development team.

Thanks.

Bogdan B.
tagDiv Staff

Hello,

Please provide a link to your site pointing at the element and I will inspect it and see if a css code will fix the styling issue.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please provide a link to your site so I can inspect the counter. Also provide a link to your facebook page.

Thank you!

Bogdan B.
tagDiv Staff

hello,

The code for the password is not there anymore. What you are seeing is a js variable that contains the name password. The code google searches for is a special input of password not every reference to the word password. This is the code that google looks for: https://www.screencast.com/t/VQihj1lTIxms
That code is the one google looks for and it is no longer present on your site if you disable the login from the theme panel.
The unsecure message however will still be there if you use a login as google forces everybody to use https if they require a login on their site.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately I’m not sure what filter you mention. I assume you want to implement a score table. Please provide more details to what you want to achieve.

Thank you!

Bogdan B.
tagDiv Staff

Ok, but you still have lots and lots of js errors in your site regarding the theme js. Please inspect your site and access the browser condoe and you will see them as i have suggested above, You have a theme js error and the revolution slider provides a js error. There is too big of a couincidence here. Please deactivate all plugins except visual composer and revolution slider and check your console for errors. Most likely one of your plugins is causing the conflict.
Make sure you get rid of the huge amount of js errors in your console.

Thank you!

Bogdan B.
tagDiv Staff

I understand that, but our theme has no option ot hide ads from particular pages. There is no functionality added to the ad system that can allow that. It can be done by altering the theme files and adding conditions to the code but when adding more pages to the code you will always have to go in and edit the code again. That is why I suggested adrotate or another ad plugin you prefer so you can getan option to remove certain ads without altering the theme code.
If you are comfortable with editing code, then here is an example of how to remove an ad for a specific page:
For the header ad you will have to edit this file: https://www.screencast.com/t/MUURFMNomsy and wrap the code around a condition like so:
https://codex.wordpress.org/Function_Reference/is_404
https://www.screencast.com/t/21r56Y0PDaV
This will remove the header ad on all 404 pages. WordPress provide more functions like is_page where you can use the page id to remove the ad on specific pages.
Use the same method on the footer ad but for this one you will have to edit the footer template for the footer style that you use: https://www.screencast.com/t/usuTGXu6Y

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This is a wordpress error that lots of people face. Here is a possible fix
http://www.wpbeginner.com/wp-tutorials/how-to-fix-are-you-sure-you-want-to-do-this-error-in-wordpress/
If you still cannot install the theme via wordpress, then you will have to use ftp. Here is a tutorial to guide you through the process: https://forum.tagdiv.com/install-via-ftp/

Thank you!

Bogdan B.
tagDiv Staff

Hello,


@dennis
we answer from oldest to newest so you will have wait your turn. We cannot answer a topic faster then any other if it’s not the oldest one. We have to answer everybody and that takes a bit of time. And there are the support hours and time zone to consider. (top right of this page)


@mtraps
This is a problem for wordpress as the hosting cache does not always provide good results. We suggest you switch to a non-shared host and install your own cache plugin using these settings: https://forum.tagdiv.com/cache-plugin-install-and-configure/
The host counts for quite a big percent of the page speed. Most people who have slow page speed are on budget hosting and there cannot be any good page speed there. Speed comes with a price unfortunately. Rarely do budget hosts provide good speeds as well.

Thank you!

Bogdan B.
tagDiv Staff

If more id’s are needed, then you will have to multiply the code like so:

.page-id-27 .td-header-wrap, .td-footer-wrapper, .td-sub-footer-container, .page-id-28 .td-header-wrap, .td-footer-wrapper, .td-sub-footer-container, .page-id-29 .td-header-wrap, .td-footer-wrapper, .td-sub-footer-container, .page-id-30 .td-header-wrap, .td-footer-wrapper, .td-sub-footer-container{
display:none;
}

Simply copy and paste the whole selector and change the id on each instance

Thanks.

Bogdan B.
tagDiv Staff

Ok,

Thank you for your suggestion. I will pass this information on to the development team.

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the theme does not provide any setting in this regard. The video background option is added by visual composer. The theme has o control over the option. If visual composer does not provide these controls, you will have to search or a plugin that can provide the features you require.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

In order for the mobile translation to work, you also have to translate the theme from the panel like so: https://forum.tagdiv.com/loading-translations/
If you encounter issues with the translation you will have to contact us at contact@tagdiv.com and we will load the translation as there is an issue with loading translations that we are working on fixing.

Thank you!

Bogdan B.
tagDiv Staff

Please contact us via email at contact@tagdiv.com and provide a link to your site so we can access it and investigate these issues. Please also include a link to this topic so we can identify you.

Thank you!

Bogdan B.
tagDiv Staff

Please provide a link ti your site so i can inspect the menu. We are not seeing any major delays on our end. Please check this menu: http://demo.tagdiv.com/newspaper/ does it load as slow as yours?

Bogdan B.
tagDiv Staff

Hello Geoff,

Unfortunately the code has changed since 7.4 and the api as well. The blocks were refactored so it means you will have to create your custom blocks again. The old ones will not work anymore in the current version.
Sorry for the inconvenience. This is the major downside with customization. There is no update proof method of customizing the theme.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1 and 2 You can translate these titles from the theme translation settings: https://www.screencast.com/t/lzB1RPvhHj
3. I’m not sure what a hover tab is. Is it a standard tab element? yu can add a tab in visual composer from it;s element list.
4. Please use this guide to set up your counter: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
I;m nost sure what an archived article is. Posts get archived once they become old enough.
http://www.wpbeginner.com/plugins/how-to-archive-posts-without-deleting-them-in-wordpress/

Thank you!

Viewing 25 posts - 9,401 through 9,425 (of 22,378 total)