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,
Our theme does not have such an option, that is why it needs to be hard-coded. You can try an alternative ad system like the adrotate plugin if you want to have options to show or hide ads on specific posts.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
At the moment, our theme uses the same menu for both the mobile and the desktop versions. You can have different menu items with a css trick (without the use of plugins to make the site heavier) to hide specific items for a specific viewport. For example if I want to show a particular menu item on the mobile version but not have it on the desktop/tablet version I would use css like so:
http://screencast.com/t/Imc40ktOxkQ then you can use the advanced css area in the theme panel to hide it on the desktop and tablet version: http://screencast.com/t/6bMol3cjNy
result: http://screencast.com/t/udclPfONn4http://screencast.com/t/c1aMafVY
Hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
The slider you exemplified is not a revolution slider demo, but a simple visual composer element you can add on your page like so: http://screencast.com/t/UZPI2hn4izS Please follow this guide to see how to set up your homepage: https://www.youtube.com/watch?v=ss-BEobegAw
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately our theme does not support the sticky post feature. You can however use the block filter to specify distinct posts by ID: http://screencast.com/t/njuPfrtl so this way you can have specific post displayed in your block element.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You will have to place the adsense in the theme panel in one of the ad spots (for example custom ad 1) adn then use the do_shortcode function in the php file:
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]')?>
Hope this helps.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
Please try to reinstall the them or update if you do not have the latest version by using this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
Let us know if you still have issues with this and if you do, please send us an email at contact@tagdiv.com and provide wp-admin and ftp access so we can inspect this issue. Also include a link to this topic.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
Unfortunately there is no setting to disable the creation of thumbnails as images from posts could also be used in theme elements that require thumbs (such as a gallery). The best way to go about this is to make an assessment of the thumbs used on your site and remove the ones you do not use from here: http://screencast.com/t/vzoDYEfPf9B
Thanks.

Bogdan B.
tagDiv Staff

Hello,
Please check your site again as I could not find any problems with the category pages upon inspection.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You will need to provide more details as to what white space are you referring to and provide a link to your website so I can create the css code directly.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
This color is affected by the theme accent color: http://screencast.com/t/rtCr4JdMvhttps://forum.tagdiv.com/theme-colors-introduction/
If you want to only change that particular big grid color, you need to use css like so:
.td_block_big_grid_8.td-grid-style-4 .entry-title{
background-color:red!important
}

Thanks.

Bogdan B.
tagDiv Staff

Hello,
You can create sidebars in a few different ways: https://forum.tagdiv.com/sidebars-tutorial/
Then you can set the specific sidebar for every place in the theme panel. On categories and on specific templates: http://screencast.com/t/505yjwdqYhttp://screencast.com/t/6yEzvjGSzN
Then you only need to make sure that your posts or pages have the ‘default’ setting so they will not override your sidebars: http://screencast.com/t/wyV8czdnS1fl
Hope this helps.
Thanks you!

Bogdan B.
tagDiv Staff

Hi,
Please try to access one of the posts to see if the counter increments. Hit refresh a couple of times. If it does not, please try to activate the ajax view counter as the views are cached: http://screencast.com/t/O8XodoffzD then check the counter again. If you still cannot get it to work, you might have a plugin conflict that interferes with the counter. Please try it without plugins, clear cache and reset cdn.
Let us know how it goes.
Thanks.

Bogdan B.
tagDiv Staff

Hi,
Unfortunately there is no setting for this so it can only be done by editing the theme files. This will be no easy task however as there is no “sorting” implemented for the category archives. The easiest way to go about this is to use a page for your category and make a 301 redirect from the category archive to your specific page and so you can have better control of the blocks and sorting of the posts.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The best visual examples are provided by the visual composer author. We also have a few tutorials here:
https://www.youtube.com/user/tagdiv
Thanks.

Bogdan B.
tagDiv Staff

Hello,
I assume you are using this plugin: https://wordpress.org/support/topic/plugin-print-friendly-and-pdf-button-print-friendly-manual-button-placement
I cannot say for sure if it will work with our theme or not as the plugin is not tested. Try it out in a different place and see if the print button shows up first to see if the plugin works properly.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
The best way to customize your footer area is to chose one of the footer styles that is closer to your preference http://screencast.com/t/CtZbt9Pl9uy and use the 3 footer widgets to add content to your footer: http://screencast.com/t/29LkjbQ0dFxl You can read more about footers here: https://forum.tagdiv.com/footer-templates/
Thanks.

Bogdan B.
tagDiv Staff

Hello,
This depends on how you implement the social counter. If you implement it in visual composer on a split row like so: http://screencast.com/t/XaqWUM24Lx1X you can use the adbox element in visual composer. You can use it as any other visual composer element and position it the way you like.
If you implement the social counter on a sidebar, again you can select the adbox in the widgets area as well: http://screencast.com/t/hytUBadNWk
You can read more about ads in our documentation here: https://forum.tagdiv.com/header-ad/
Thanks.

Bogdan B.
tagDiv Staff

Hi,
1) The trending now alignment is exactly as it;s supposed to be: http://demo.tagdiv.com/newspaper/
2) You can position the trending now widget with this css:
.td-trending-now-wrapper{
margin-bottom: 20px!important;
}

3) Unfortunately the widget is made to only displays posts, not custom content.
4) You can change the speed of the ticker by editing the theme js file: http://screencast.com/t/DQRFtESH
Note that if you use speedbooster the theme min.js will be used that is a compiled js file and changing values in it will be much more difficult.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
I have checked your site and everything seems to be in order.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately this is a known issue. There cannot be 2 video playlists on the same page. Only the first one will work. It does not matter if it’s youtube or vimeo. Please use only 1 video playlist element per page.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please try to update your theme to the latest version by using this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
If you still have this issue, please try to disable all plugins except visual composer, clear cache and reset cdn files.
Sometimes, wordpress itself has issues with special characters. If you use for example special characters in your sidebar titles, your sidebar will be stripped of widgets by WP. Please try to avoid special characters as much as possible.
Let us know if you still have this problem.
Thanks.

Bogdan B.
tagDiv Staff

Hello,
You can select the featured category for posts and then use a visual composer block to filter this category. This way you can have featured posts appear on your homepage. If this is not you mean, please provide more details.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please refer to the WP user roles and change the your user types to the specific role capability WP provides. Our theme has no control over these roles:
https://codex.wordpress.org/Roles_and_Capabilities
Thank you!

Bogdan B.
tagDiv Staff

Hello,
This sounds a lot like a js error. Please disable all your plugins except visual composer, clear your cache and reset cdn if you use it. Most likely you have a plugin conflict that interferes with the lazyload animation.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
This error refers to the WordPress files. The wp-includes folder is reserved for the core WP files. Please try to disable all your plugins and generate the error log again to see if there are no plugin conflicts. You can also try it with a wp default theme to rule out any theme setting or theme related bug (we have no reports of such errors with our themes). If the error persists, you may have to reinstall WP on your site.
Let us know how it goes.
Thank you!

Viewing 25 posts - 17,876 through 17,900 (of 22,378 total)