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) I’m not sure what space you are referring to unfortunately as I canot see any spaces. If the main menu not being centered is the issue, it;s just the header style that does not have a centered menu. You can swithc to one with centered menu from the theme panel headers section. (chose header style 10)
2) If the top social icons are the ones in question, they can be moved with this css code:
.td-header-sp-top-widget{
position:fixed;
right:5px!important
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,
The latest articles will only show the latest articles in the newest to oldest order. You cannot change the sorting with css unfortunately. If the latest articles on the mobile theme is what you are referring to, then there is no easy way to change the sorting. sorry. You will require substantial coding skills to do it as there was no sorting option added in the code.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
If you add a background image or color to your site, it will go into boxed mode. If you want to have full width elements you have to remove the background image or color you have set on your site.
Here is where this is mentioned: https://forum.tagdiv.com/background-introduction/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
This issue is usually caused by image optimization tools such as photon from jetpack. Please disable all your plugins except visual composer, clear cache and reset cdn files. Then check your images again.
Let us know how it goes.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

If you struggle to learn the theme’s whats and how’s, please read the documentation: https://forum.tagdiv.com/newspaper-theme-documentation/ as we presented the theme options as best we could for our users to learn how to use our theme.
The latest articles section unfortunately does not have such options. That is why you could not find anything about the subject because there is no such option. You can always replace the latest articles module with a standard block and making it infinite scrolling. you can even name it latest articles and select the exact style of the latest section. This is done through block settings: https://forum.tagdiv.com/block-settings-guide/
In order to remove the latest articles , you just need to use a different page template from here: http://screencast.com/t/gTWltfbEBSf

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

The mobile theme on desktop issue is a caching issue. Please check your cache and cdn server settings as if the cache is too strong, it will use the mobile theme on desktop as well.
As for the login, we have no such reports. The theme will not show any login details if there is no user actually logged in. This would be a terrible security issue and I can assure you there is no such security risk in our theme.
Please disable all plugins except visual composer, clear cache and reset cdn files.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Unfortunately there is no easy way of adding new social networks to he social counter. Sorry.
The youtube needs just the youtube ID in it;s field. Please check this guide: https://forum.tagdiv.com/tagdiv-social-counter-tutorial/

Thank you!

Bogdan B.
tagDiv Staff

Hi,

You can do it by adding this css in the theme panel-> custom css box:
.td-sub-footer-container{
position:fixed!important;
bottom:-0px!important;
width:100%!important;
z-index:999;
}

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please try the code like so:
.essbis .essbis-media-wrapper{
z-index:1!important;
}

Thank you!

Bogdan B.
tagDiv Staff

Unfortunately css can only add style. It cannot add elements with functionality. It has to be done from the theme files if you really need this customization. You can either find a plugin that can do this or hire a freelancer to do it for you as we cannot offer any custom work at the moment. Sorry.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
The mobile theme will convert your smartlist to the default one as there will only be 1 smartlist, 1 post template, 1 homepage layout, 1 header, 1 footer and so on. Please read more about the mobile theme here:https://forum.tagdiv.com/the-mobile-theme/
Your content will be converted for top loading speeds.
If you do not want to use the mobile theme you can simply deactivate the plugin.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
There is a strong reason why turbo cache could cause all kind of problems and that is: It is not tested with our theme. We can guarantee wp super cache’s compatibility as it’s the recommended and tested plugin to use with our theme. We cannot say the same about turbo cache. It could work or it could break everything. We can’t say for sure.
Unfortunately not all plugins are compatible with premium themes.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Well if the homepage post element is not a preferred option, then you can maybe use a block 13 on a full column row to have only 1 post like so: http://screencast.com/t/QIi1wbJqDR, or a block 18: http://screencast.com/t/opkOtl38YE or maybe a block 22 : http://screencast.com/t/aP6WtCVi or 23: http://screencast.com/t/wW5lIXnI7
Plenty of options to chose from. 🙂
Thank you!

Bogdan B.
tagDiv Staff

Hi,

You can change the color of the comments bubble by using this css:
.td-module-comments a{
background-color:red;
}

The colors of the category tags can be also changed with css but you cannot make it grab different colors from different categories. Css does not know how to do that. You can only change all of the tags at once like so:
.td-post-category{
background-color:Red;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,
An option to add such borders will be available starting with newspaper 7.2 which will release today. There will be a new design options tab on blocks similar to this one on row’s: http://screencast.com/t/e8sie1VM
You will be able to add background and borders to your blocks. You can use this guide to update your theme: https://forum.tagdiv.com/how-to-update-the-theme-2/ and use this one to update visual composer: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thank you!

Bogdan B.
tagDiv Staff

Hi,

The line cannot be removed by itself. There is no setting to separate the line from the header so if you only want the line removed(color changed) you can use this css code:
.block-title {
border-color: white!important;
}

This code will apply to ALL block titles. If you want to target particular ones you have to adapt the code for each one.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Before anything else try this:
Disable ALL plugins except visual composer, clear cache and reset cdn files if you use it. Then make sure you use the latest version of the theme(7.1.1) and of visual composer (4.11.2). If the issuer is still there please provide a link to this broken big grid so we can inspect it.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Well you have a bit of work to do as your site is not optimized: https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.wrestleview.com%2F&tab=desktop
Please follow this guide to improve your speeds: https://forum.tagdiv.com/how-to-make-the-site-faster/
As a note on the speedbooster plugin: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Maybe the installation process was not done properly. Please use this guide to do a fresh install of the theme: https://forum.tagdiv.com/install-via-ftp/ Please also remove all plugins except visual composer and clear cache and cdn if you use it.
Let us know if you still have trouble with it.
Thank you!

Bogdan B.
tagDiv Staff
Logo - reply

Hi,
The maintenance mode is still on. Please contact us via email at contact@tagdiv.com and provide use a username and password so we can login and investigate the issue. Please also include a link to this topic.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Did you try to edit the homepage in visual composer? That’s where you will find the image: http://screencast.com/t/8iU5clq0wSs
You can delete the entire row or just replace the image.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
We are not aware of such changes being made to the theme files. Speedbooster does not add or remove code from the theme files. Please use ftp and not the wordpress editor as the editor is unstable and could mess things up. Please also update your child theme and use the one provided in the main theme package.
Our theme does not re-write it’s own code and speed booster is not capable of doing that.
Please do a clean theme install via ftp: https://forum.tagdiv.com/install-via-ftp/ (replace all files, not just particular ones) then test again.
Let us know if you still have issues with this.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please read this guide: https://forum.tagdiv.com/the-mobile-theme/ You can customize the mobile ads, the mobile header and footer sections from the mobile settings of the theme panel. You cannot change the header and footer as the mobile theme uses only one header and one footer style. There are no other styles to chose from at the moment
For your third request please provide more details so i can understand better how to help.
Thank you!

Bogdan B.
tagDiv Staff

Hi,


@drfrancky
As i understand it, you require the desktop version to show on mobile. Unfortunately our theme does not have such an option. It can be done but you will have to change lots of css so we recommend hiring a freelancer to help out as this will be no easy task.


@tayoso92
Please read this guide: https://forum.tagdiv.com/the-mobile-theme/ if you also require the desktop version on mobile, the same answer as above applies

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please follow this topic to see how they can be implemented: https://forum.tagdiv.com/topic/page-level-ads-problems/
Thank you!

Viewing 25 posts - 14,651 through 14,675 (of 22,378 total)