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,
The newspaper theme has a few more features than newsmag so you need to be mindful of the block elements you want to use on your website. In principle, the image size suggested by Chris should work properly on newspaper as well although in some cases you will probably need the thumbnail upscale plugin for big grid 2 for example which uses a larger thumb (741×486) . You can see here a list of all the thumbnails used by the theme: http://screencast.com/t/ATPNQypglNzh
Thank you!

Bogdan B.
tagDiv Staff

Hello,
I understand the situation, but the theme has no options for this. You will have to find a plugin for user roles that has such a feature.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately we cannot say why your code does not appear. Please provide as many details as you can as to what the code is, where it should go and what it is supposed to do. If you followed a tutorial on how to implement it, then please provide a link to it so we can take a look. We cannot provide an answer based on your topic.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
I have checked your website and saw the “bug”. It is actualy a plugin that causes this. It is rewritting the css for the pagination: http://screencast.com/t/f0sqiyK3i0Vhttp://screencast.com/t/eM5xB14PA
Fortunately this issue is easily corrected with css without removing the plugin:
.last {
margin-right: 8px!important;
}

Please check your website for other css errors that the plugin might cause.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The limit is actually set by your hosting provider/settings. Please follow this topic to see how you can increase this limit: https://wordpress.org/support/topic/the-menu-has-a-limit-of-49-links-of-pages-in-the-navbar
You can also check your system status to set the parameters there properly: https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!

Bogdan B.
tagDiv Staff

Hi,
In order to change the post views you can use the custom fields option of wp like so: http://screencast.com/t/iNXfPFUj Then simply type the post views you want.
Thank you!

Bogdan B.
tagDiv Staff

Hello Nicolai,

If you want your row to be transparent you will get the white box as there is a container underneath it with a white background (the main page wrap): http://screencast.com/t/ScR33wJO2Yx
In order for the background image of the page to be visible through the container, you will need to create a gap in the container.
This will require some css tricks to work. You can use this code:

.home .td-main-page-wrap{
position:relative;
top:530px!important;
}
.td-travel .td-travel-header{
height:0!important;
opacity: 0!important;
}

I think this is the result you are looking for: http://screencast.com/t/jvyjjHhbM
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
http://kb.yoast.com/article/45-how-does-the-plugin-work-with-videos-in-custom-fields This guide explains how to get the field id’s. The post id’s can be seen in the dashboard when you hover over a post title. http://screencast.com/t/xcvb8GZy
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Catalin answered this in the other topic. There is a bug unfortunately and we will have it fixed in a future version.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The css must be done on every site in particular as not all the logos have the same dimensions and not all users have the same plugins which might overwrite some of the css. So if you require a css code for a modification, please point out your website and make sure you have the specific header style selected as it will need to be customized ‘on the spot’.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately the titles will need to be added manually. Here is the way our demo shop is built: http://pastebin.com/TED1Yy7P
you can copy the page from pastebin and paste it into a blank page on your end in text mode so you can have an idea of how it’s made.
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
I have checked your website on mac as well and saw no issue. It displays exactly on windows: http://screencast.com/t/vxF285vQS
I could not see any ‘boxes’ as you suggested above. Please check your website on different machines to see if the problem is not local.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately you cannot use visual composer on category pages. The plugin has no options for it. It only works on posts and pages. What you can do however is create a page for your category in visual composer and simply redirect the link from the category to the page. You can use 301 redirects in htacess or you can use a redirect plugin to do it.
I hope this helps.
Thank you!

P.S. It’s not a good idea to use the same name for the page and the category page as it will be bad for seo. Use slightly different names for their titles.

Bogdan B.
tagDiv Staff

Hi,
In order to define a new thumbnail, you need to add it to td_config.php here: http://screencast.com/t/IPA4sRi5 or you can chose another existing thumb for module 10 like for example 265×198 which is already defined.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

There are 2 ways to go about this. The first one is an option in the theme panel: http://screencast.com/t/Tjfb9HB4y where the menu will ‘snap’ on the top of the screen on scroll up but on ly on mobile.
If you want the menu to be always sticky, you can use the code above but on header style 8 it needs an !important attribute to work:
@media(min-width:767px){
.td-affix{
display:none!important;
}
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,
In order to write a disclaimer before the comments you will need to edit the theme files and add a div with a custom class like so:
<div class="disclaimer">write your disclaimer here</div>
You can add the line here: http://screencast.com/t/5zyvbIdF
Thank you!

Bogdan B.
tagDiv Staff

Hi,

In order to shrink the logo container you will need to play with these 2 values until they fit your logo size:
.td-header-style-9 .td-logo-wrap-full {
min-height: 50px!important;
line-height: 70px!important;
}
.

Thank you!

Bogdan B.
tagDiv Staff

Hi,
Please provide more details so we can investigate this. A screenshot will be very helpful so we can see exactly the schema information you are trying to remove.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Please disable all your plugins except visual composer as you most likely have plugin conflicts. Also make sure you clear your cache and reset cdn if you use it.
Let us know if you still encounter the issue afterwards. I have inspected your website but could not find the issue you suggested.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
These are block titles that you set on your homepage when adding a block or editing it’s setting. you can change this to anything you want when editing the page in visual composer: http://screencast.com/t/zJsGaJ83W
If your sidebar is not created in visual composer, but rather is a normal sidebar from the widgets area, you can change the title from there: http://screencast.com/t/rlKFqH5VLlm
I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
Unfortunately the plugin is not tested so we cannot say for sure if it will work with our theme or not. Unfortunately this is the case with all premium themes. You will have to test the plugin out with a bit of trial and error and check the settings to see if you set it up properly (these plugins usually require app keys from the social networks in order to link your website to them).
Thank you for your message.

Bogdan B.
tagDiv Staff

Hello,
Please provide more details to your request as subscribers cannot access the back-end of your website: https://codex.wordpress.org/Roles_and_Capabilities
Thank you!

Bogdan B.
tagDiv Staff

Salut Cristi,
Nu am mai intalnit o astfel de eroare pana acum. Nu stim sa se activeze singure optiuni ale temei. Din pacate nestiind de astfel erori, nici nu putem da un raspuns concret de la ce ar putea fi. Poti incerca sa dezactivezi toate pluginurile cu exceptia visual composer, sa dai clear la cache si sa testezi aceasta problema fara pluginuri. Poate se creaza un conflict intre aceasta functie si un anumit plugin. Mai poti verifica parametrii din system status urmarind acest tutorial: https://forum.tagdiv.com/system-status-parameters-guide/
Multumesc.

Bogdan B.
tagDiv Staff

Hello Adam,
It will most definitely work on all devices as our theme is responsive and we tested this thoroughly. You can install the car demo without any concerns of responsiveness.
Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can use this code to make the top menu appear:
@media (max-width: 767px){
.td-header-top-menu-full{
display:block!important;
}
.td-header-style-8 .td-header-top-menu{
display:block!important;
width: 100%!important;
margin-left: 10%!important;
}
.td-header-sp-top-menu{
display:block!important;
}
}

It will require further customization for positioning.

Thank you!

Viewing 25 posts - 19,026 through 19,050 (of 22,378 total)