Hi,
It’s good you posted this screenshot: https://s32.postimg.org/p8pw996p1/problem2.png it helped a lot. You have padding set top your block. The 15 pixels one here http://screencast.com/t/Lnunyhflze1C If you remove the padding, the slider will be full size again.
Thank you!
Hi,
We do have google translate though and it goes both ways! Hope the translation is good :))
If you have any questions you want to ask us, you can use google translate anytime as we have many users who do so.
If you want to translate the theme panel, you can only do so from the theme code itself as there is no setting for translating the back-end. Unfortunately this will not be an easy job.
привет,
У нас есть Google Translate и хотя это идет в обоих направлениях! Надеюсь, что перевод хорошо :))
Если у вас есть какие-либо вопросы, которые Вы хотите задать нам, вы можете использовать Google Translate в любое время, как у нас есть много пользователей, которые делают это.
Если вы хотите перевести тему панель, вы можете сделать это только из самой темы кода, нет настройки для перевода фоновым. К сожалению, это не будет легкой работой.
Cпасибо
Hi,
Unfortunately as I have mentioned above, css does not know how to do that. You will need to use javascript to change the menu classes and add a specific one for each category. Unfortunately there is no easy solution for it. You will need custom work which we cannot provide at the moment. I will add your request to our list for future updates though.
Thank you!
Bogdan B.
Oh…sorry for the misunderstanding.
Our them only shows one post unfortunately. There is no such option to load more posts directly. This is similar to the infinite scroll that is a very popular request but for the moment we have not found a viable solution because of the way our theme was created. If we figure out a solution for this, we will add it in a future version of the theme but unfortunately I cannot say for sure when this will happen.
Thanks.
Hello,
Please contact us via email at contact@tagdiv.com and provide a link to your site and wp-admin so we can login and inspect this issue. Please also post a link to this topic so we can identify you.
Thank you!
Hello,
Sorry for the inconvenience. There seems to be a css issue in the new update on the mobile theme. Please use this css code in the mobile theme’s custom code box:
.td-post-author-name div { display:inline; }
Thank you for your understanding!
Hi,
The code works even on the site you mentioned. Look: http://screencast.com/t/VNsflCOkqM
Please make sure in your custom css box that you closed all the previous css tags. and add the code after a closing tag.
I have tested the option from the theme panel on our end and it seems to work but maybe you missed the new feature added: http://screencast.com/t/kQFIEhBT now the post author and date on modules and blocks has been split in 2 options. One is on post settings for posts only and the other is here: http://screencast.com/t/kQFIEhBT for modules and blocks. I think this is the cause of the post date and author. http://screencast.com/t/rneS3ZiiHhEZ
Let us know how it goes.
Thank you!
Hi,
Now it should be OK. The forum actually rendered the code instead of displaying it.
For the hover you will have to add the hover on the whole container if you want the whole button to change color like so:
.fullwidth:hover {
background-color: yellow;
}
Your version of the code would only highlight the a tag which looks like so:
http://screencast.com/t/VCAfHfMCHTc0
Thanks!
Hi,
If you are referring to the related articles section, our theme provides this option as well: https://forum.tagdiv.com/related-articles/ It can be activated from the theme panel.
Thank you!
Hello,
There was an incompatibility issue between the new update and the mobile theme but it has been fixed since. Please download the theme again from envato and update again from the new package. (the version did not change. it will still be 7.3 but the fixes were added)
As for the language, you can load a Russian translation from the theme panel: http://screencast.com/t/EutfCeHiU0m
Thank you and sorry for the inconvenience.
Hi,
Please make sure you did not modify anything that can affect the icons of the theme. Check your code and see which part affects the icons. If you changed the font-family of the icons, then the icons will not display properly as they are icon fonts. Check any fonts changes you might have in the child theme.
Let us know how it goes.
Thank you!
Hello,
Unfortunately our theme was built with a fixed width in mind so a wider layout is not possible as all of the theme elements depend on the fixed width. it will need quite a bit of customization to work properly.
Thank you!
Hello,
The new update is released so please download the package again from themeforest. (the version is still 7.3 but the package was fixed)
@news_lp_client, the customization in your child theme are most likely the cause of your issues as if the files you modified got changed in the last update, you need to re-create the child theme. Please try to update your theme and switch to your main theme and check if the problems are still there. We have bno reports of such issues with the update and we cannot re-create them .The only issues we had were mobile theme related and they were since then fixed. Please let us know how it goes.
Thank you!
Hello,
If you want to change the color of a post title, you can do it with css, but this will not be an automatic process as css cannot detect the category used. You can change the title color for each post title in particular based on the post id, but in order to make it detect the primary category and make it change color based on category, it will require substantial coding knowledge. We cannot provide a quick solution for this unfortunately.
If you simply want to change the post title color with css, then you can use this code:
.postid-7619 .entry-title{
color:red!important;
}
You will have to change the post id to match your own. You can get the post id like so: http://screencast.com/t/BbtEZxNrxLF
Thank you!
Hi Stanley,
Unfortunately our blocks cannot be re-designed. They have a fixed layout that cannot be altered from the theme settings. This is why we provide a variety of blocks to chose from. There are 25 blocks http://demo.tagdiv.com/newspaper/block-1/ and 12 big grids to chose from: http://demo.tagdiv.com/newspaper/big-grid-1/
Thank you!
Hello,
Glad you solved it. Have a nice day!
Hello,
The revolution slider 5 zip is located under the plugins folder in the main theme package you download: http://screencast.com/t/euMUliBxAF
That is the file you need to select for WP to install.’
I hope this helps.
Hello,
Our theme provides these options but not at the bottom of the post. The categories will show up at the top of the post like so: http://screencast.com/t/AluwCiRXT7h and tags show at the bottom: http://screencast.com/t/BgBz8Sn7B4
Thank you!
hello,
Are you using a third party login system by any chance? Our theme login will have to be disabled if you use a custom login. If you don’t use any other login widget besides the theme one, then please try to disable all plugins except visual composer, clear cache and reset cdn files if you user it.
Let us know if you still have trouble with this.
Thank you!
Hello,
If you want to hide all of the menu bar, you can user this code:
@media(max-width:767px){
.td-header-menu-wrap-full{
display:none!important;
}}
Add it in the custom css spot of the theme panel.
Thank you!
Hi
I have tried to get the menu item on 2 levels but it cannot position properly due to the header style’s elements the arrow indicating the sub-menu, the underline for the hovered and active elements, they will not permit a proper positioning of such a word. Sorry. What you can do however is reduce the padding a bit so your menu will stay on one row like so:
.sf-menu a.sf-with-ul{
padding-right: 15px!important;;
}
If this is not what you intended and you still require the menu item to be on 2 rows, then you will have to hire some help as it will require quite a bit of altering of the menu items for it to position properly.
Thank you!
Hello,
For the author name on the mobile theme, please use this custom css:
.td-post-author-name div { display:inline; }
Add in the mobile theme’s custom css here: http://screencast.com/t/dJ2473a0
Sorry for these issues. We’re only human :).
We will fix this in the next update.
Thank you!
Hello,
Custom buttons can be made with html and css. You can try it like so:
create a raw html element below the block and add this code to it:
<div class="fullwidth">
<a href="https://www.google.ro">My custom button</a>
</div>
Then add this css in the page settings:
.fullwidth{
background-color:red;
border-radius:10px;
padding: 5px 0;
}
.fullwidth a{
display:block;
width:100%!important;
text-align:center;
color:black!important;
}
http://screencast.com/t/RYLXN9Gsn
This will be the result: http://screencast.com/t/BzNmoKYAdVip
Thank you!
Hi,
If you import the demo without content, you will have to re-create the layout as you will only import the visual cstyle, not the page structure. If the page is what you are looking for, here is the code for it: http://pastebin.com/tYRXGaCS copy and paste the code on a page in classic mode and text mode.
I hope this helps.
Thank you!