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,

1) We have no idea how the event plugin works so we cannot provide any insight for your problem. We can;t offer a solution for something we have not tested and we have no knowledge of.
2) This depends on the user role attributed to your “customers”. Here is how the wordpress user roles work: https://codex.wordpress.org/Roles_and_Capabilities
4…?) You can create simpe 301 redirect either from htaccess or with a plugin: http://www.wpbeginner.com/plugins/how-to-quickly-redirect-post-page-wordpress/

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately our theme has no such option. You can maybe find a plugin for it but I cannot make any suggestion as we have not tested any menu plugins.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The theme will go into boxed version if a background color or image is set. If you want to have the footer and top menu full width please remove the background image or/and background color and the theme will display these elements full width again.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately we cannot provide a solution for this. You will have to search for a plugin that works as we have not tested any social login plugins with our theme. Nobody said none of them work though.
I will add this request to our list of updates and pass this information on to our development team.
Thank you for your suggestion!

Bogdan B.
tagDiv Staff

Hi,
The ‘block’ under the video is actually no block at all. It;s the latest articles loop. It is a feature of this page template: http://screencast.com/t/LgCH4wcj9Yec
The post will get the username of the person that is logged in and hits the publish button. If the admin does so, then the admin will be the author.
The hover color for the theme elements is affected by the theme general color set here: http://screencast.com/t/6tYeTscyetcK
Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can translate “contact us” from the theme panel -> translations: http://screencast.com/t/kjrH4ZUhEjv
Thank you!

Bogdan B.
tagDiv Staff

Hi,
There is no settings for a different menu based on pages, but you can hard-code it. Please follow this topic to see how it can be done:
https://forum.tagdiv.com/topic/conditional-logic-for-menu/
Thanks.

Bogdan B.
tagDiv Staff

Hi,
You need to insert the correct category id’s in the ajax filter, separated by a comma like so: http://screencast.com/t/0vJUJ9vKcIht
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please increase the system status parameters according to this guide: https://forum.tagdiv.com/system-status-parameters-guide/ especially the post max size: http://screencast.com/t/S06bFPeVj1q
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately there is no option for this. The post templates were only created for posts, not custom post types. The CPT support is still limited with our theme so post templates cannot be used with custom post types at the moment. Sorry.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
There is no setting in the theme to hide this button, but it can be done with css:
.td-category-pulldown-filter{
display:none!important;
}

Simply add the code in the theme panel-> custom css section
Thank you!

Bogdan B.
tagDiv Staff

Hi Chris,

At the moment there is no setting in the theme for it, but it can be done with custom css
For the titles, there are different css codes that apply, so you need to be more specific about them. Are they post titles on the homepage inside modules, or simple h2 and h3 tags inside the posts themselves.
I assume you are referring to the post titles on the homepage inside the blocks as this is a more common request:
For them you can use this code:
@media (max-width: 767px){
.td-module-title{
font-size:12px!important;
}}

The code will also affect the related articles.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
You cannot disable wp booster. People get this error when the update is not done properly or they have custom modifications made.
Please make a clean install of the new version by following this guide: https://forum.tagdiv.com/install-via-ftp/
Please restore all modifications you made to the theme, and switch to the main theme if you use a child theme.
You can also set your search template from the theme paenl. Simply change the settings here and hit the save button: http://screencast.com/t/hH65D9slczNW
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please make sure you installed the theme properly:
https://forum.tagdiv.com/install-via-ftp/ and make sure you install visual composer from here: http://screencast.com/t/nFMntT2NNE5
The blocks should be visible within the plugin elements: http://screencast.com/t/Zvpl9yaeITe
They also could be disabled from the plugin settings here: http://screencast.com/t/zTs6af3ZfduM
Thanks.

Bogdan B.
tagDiv Staff

Hello,
Those shortcodes are part of the theme. Unfortunately there is no documentation for them. The buttons are as the title suggests, simple buttons you can add to the post, but the styling is limited from here. The best way to create and style a button is on a page in visual composer like so: http://screencast.com/t/sG4wjegq
Then after you are finished styling the button, simply copy over the shortcode from the page and insert it in the post (classic mode and then text mode not visual)
The button on posts can be difficult to create as the style and colors are the ones from the go button in visual composer and they have specific names set to them that you can only see when creating a button in VC and inspecting the shortcode.
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I assume your language does not use spacing for the words. The excerpts cut the tiotles and content based on spacing between words. If there is no space, then it is detected as a single big word. If you have no spacing, then please set the excerpts by letters from here: http://screencast.com/t/w5WCk9HzsDA8
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please make sure you get wordpress to work properly before installing the theme and make sure you meet the requirements for newspaper:
https://forum.tagdiv.com/requirements-for-newspaper/
The if everything is set, please follow this guide to install the theme:
https://forum.tagdiv.com/install-via-ftp/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I think you are referring to the breadcrumbs. Unfortunately there is no setting to change the text for theme as they will grab the elements of wordpress and the post titles, not custom text. If your page is a blog, then it will display as “blog”. If your homepage is set to your latest posts fro wp settings, then the word blog will be displayed. You can change this by adding your own custom made homepage you can create in visual composer: http://screencast.com/t/OaQ9QsOs52
Then the word ‘blog’ will be replaced by the page title you give to your homepage.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
It seems some code is ‘breaking’ the theme so please make a few tests to see whare the error comes from:
1) Disable all plugins except visual composer, clear cache and reset cdn files to exclude a plugin conflict
2) Restore any custom modifications made to the theme code to their default values
3) If you use a child theme, please activate the main theme to see if the child is not the issue. (if you update the theme and you do not update the child theme as well, then this can happen. A child theme is not update proof)
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately the theme does not support external featured images. We have not tested any solutions for this, but there are a few online resources you can check out: http://wordpress.stackexchange.com/questions/158491/is-it-possible-set-a-featured-image-with-external-image-url (not tested so it could not work)
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please remove your current version of the revolution slider plugin. Click the uninstall and then the delete files button. Then click on the add new button from the plugins section and this will prompt you to select the plugin you want to install from the a folder. You will find revolution slider 5 in this path: Newspaper-tf\plugins\revolution_slider_5 in the main theme zip you download from envato. You have to install revolution slider this way as it’s to big to be added in the theme panel.
As for the second request, updating to 6.7 will not affect your settings. Please follow this guide to update: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You can align the tiles with custom css as there is no setting in the theme for it.
for posts:
.td-post-title .entry-title{
text-align:center!important;
}

for pages:
.td-page-title{
text-align:center!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately we have no easy solution for this as there is no unneeded css loaded. Every file is required somewhere. Disabling loaded files will have mixed results and we do not recommend it. You could remove this line from booster_functions and it will remove the front css but we have not tested this and you need to inspect if there will be consequences to this:
http://screencast.com/t/nn6vGsvn
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please deactivate all plugins except visual composer, clear cache and reset cdn files if you use it. This is most likely a plugin conflict.
Also, please make sure you use the version of visual composer that comes with the theme. if you use any other version, uninstall the plugin and delete the files and install it again from here: http://screencast.com/t/SAEFvZVv
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately we strongly do not recommend altering the theme width as all the elements will break as they depend on the theme width. The width is set with css, not php code so the style.css file is the one you need to edit if you truly wish to do so. However, this will be no easy task and we cannot help you in this matter.
Thank you!

Viewing 25 posts - 17,151 through 17,175 (of 22,378 total)