HI
1. Unfortunately whether widget cannot be translated for the moment, however I’ve added this on our todo list and we will consider it for future updates.
2. Try this css in theme panel > custom code > custom css:
.td_block_weather .block-title{
display: none;
}
Thanks!
Hi
Please provide more specific details about the menu issue, also a screen pointing the desired result would help, as I’ve checked your site and the menu works fine on my side.
To change the title’s color on hover use this css in theme panel > custom code > custom css: http://screencast.com/t/rabBiPsgdEw
.td-animation-stack:hover .entry-title a {
color: red;
}
To remove the date from sidebar use this code:
.home .wpb_widgetised_column .td-post-date{
display: none;
}
Thanks!

Hello, I think I’ve solved the problem with the number of hits, with ajax option.
However, a problem with the display of ads on the bottom never solved. when I put the code that you sent me has no effect on my ad, what wrong, look at the picture.
Another question: Does advertising module can display two ads, or limited to only one.
Thanks.
Hi,
I tried this CSS code
.td-page-title {
display:none;
}
But still all the page titles are visible, could you please let me know how to hide all the page titles. Basically I don’t need to show any of the page title. Heard that we can use some plug-ins too to hide the page title, please let me know which one is the best way, editing css or using a plug in.
Hi there,
I want to remove the page title from a specific grid on the homepage. I know some custom CSS will solve the problem, I just dont know exactly what code to add.
https://postimg.org/image/gvf1oy4fb/
Please see the link above for better clarification.
Thanks!
Hello,
it is possible to add different link at every different category background image?
I’m trying to do this through css, but i cannot find the class name for category.
How can i implement this?
Thank you
Hi, I want to combine the css for the demo I use with the main style.css file. Combining css files is one of the recommendations I get on speed test services. I realise that I’ll have to do this step each time the theme is updated, but that’s not a big deal.
Adding the demo css to the end of style.css is straightforward, but in which file do I find the code that links it?
Hello
with version 7.2 does not work
does not show all subcategories (horizontal custom css of Emil G)
Example category A
Thanks!
Hi
1. I am not sure what you mean, do you want to ad posts in min menu? If so then yes, they will work fine so you can add any post there.
2. Please provide more specific detail about what you’re trying to do because I don’t understand your question.
3. You can use this template fro Visual Composer to replicate the same layout as on our demo: http://screencast.com/t/VAcE5Yq2MW
4 Try this css in theme panel > custom code > custom css to reduce the distance: http://screencast.com/t/J56dfBtuK
.td-header-style-7 .sf-menu > li > a{
line-height: 36px;
}
.td-header-style-7 .sf-menu {
margin-top: 45px;
}
Thanks!
Hello,
For the border, you can use this custom css to remove it:
.td-magazine.td-boxed-layout #td-outer-wrap{
box-shadow: none!important;
}
As for the full width layout, make sure you do not use any backgroudn image or color (white counts as a color) sol please select the clear option here: http://screencast.com/t/QEUyg0wdGUx
Thank you!
Hi,
if I want to import files in the directory which to load additional page – for exaplme website.com/addtional_page.html, where I should the files (html with the CSS and JS)?
Thanks!
Good Afternoon.
The last question. If we correctly understood in the wordpress platform and Visual Composer, it’s working correctly in a few steps.
As we have done:
1. Created the main site menu and Web pages for each menu. But tagdiv plugins will be working correctly, if we use
“WordPress Post system”? https://drive.google.com/file/d/0B7XGCtg3DUjMcnlSN3NrRXE3RVk/view?usp=sharing
2. In our “Reading Setting” we need to add a blog or not and how can we do? https://drive.google.com/file/d/0B7XGCtg3DUjMenFFTVpfbWVidVU/view
3. This is our home page settings https://drive.google.com/file/d/0B7XGCtg3DUjMQktfanNCNUNWOWs/view?pref=2&pli=1
Something does not work correctly. Our goal is to make the home page, like here http://demo.tagdiv.com/newspaper/
4. It’s possible in CSS to change this and where? https://drive.google.com/file/d/0B7XGCtg3DUjMa0pLNjdyM1pkQTQ/view?pref=2&pli=1
http://leedsstar.com
We’d like to hear from you.
Thanks in advance.
Hi
Css works fine as I’ve indicated above but it has to be written properly, here is an example: http://screencast.com/t/tP1LgMMjQjqw – http://screencast.com/t/RWjddpCKcn
Check these links for more details about how to target containers with js: https://api.jquery.com/hasclass/ -https://api.jquery.com/append/ – https://api.jquery.com/removeclass/ These are only few examples but there are many ways in which you can target a container, but that depends by the action which will be executed on it.
Keep in mind that this is not a copy paste task, you can’t just say to js “hide that container”. First you have to understand what js can do, how it works then do some tests on your side to check how it works. A staring point in learning js could be here: http://api.jquery.com/ – http://www.w3schools.com/js/default.asp
Thanks!
Hi
The html structure for search menu can be found in header-menu.php file: http://screencast.com/t/YA8aYLZmz You can try to use it in different places of the page but this involve some customizations in js and also will be required a new css for it.
Note that this is a very complex task which involve good codding skills and also lots of customizations in order to be achieved. We can’t offer customization services at the moment so if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
@Sandman we’re sorry for this inconveniences.
We always test the theme with latest version of each specified browser because we assume that is most stable and with the security updates made. Most of our customers use updated versions for browsers which give a safer navigation on the web and we focus our attention to make the theme compatible with nowadays versions.
The only exception is IE. We still test the theme with older version of IE because is still quite popular.
However using an old version of any browser involve some risks as @Chris pointed above and some modern features may be incompatible with it.
A possible solution for this bug would be to remove the animation for Opera browser. Like that browser will not have to handle that animation. To remove the animation edit td_js_generator.php file and add this code here: http://screencast.com/t/5L76KylJ
if ( navigator.userAgent.indexOf('Opera') >= 0 ) {
htmlTag.className += ' td-md-is-opera-9';
}
Also you’ll need this css in theme panel > custom code> custom css:
.td-md-is-opera-9 .td-menu-background,
.td-md-is-opera-9 #td-mobile-nav {
left: -100%;
}
.td-md-is-opera-9 .td-menu-mob-open-menu .td-menu-background,
.td-md-is-opera-9 .td-menu-mob-open-menu #td-mobile-nav {
left: 0;
}
.td-md-is-opera-9 .td-search-opened .td-search-background {
right: 0;
}
.td-md-is-opera-9 .td-search-background {
right: 100%;
}
Thanks!
Hi,
You can use this css to change the pagination color:
.td-next-prev-wrap a{
background-color:grey
}
I hope this helps.
Thank you!
Hi,
Every demo has it;s own custom styling created specially for that demo. It is not a theme standard setting but a demo style. If you want to replicate this on another demo, you will need to replicate the html structure and css classes and then copy the css from here: http://screencast.com/t/NIh5jDyp9C
here is the html you need to replicate for the top section: http://screencast.com/t/2ErmmL630Ry
The numbers are styled dropcaps: http://screencast.com/t/olVCmy1w for them you only need to copy the style from the css fiule I showed into the main style.css file and the dropcaps will receive this style.
Thank you!
Hi
It depends what layout generate that plugin for mobile devices. Most likely you’ll need some css customizations in order to fix the issues from mobile devices.
To solve this you’ll need some experience with css coding. If you’re not aware of the steps that must be taken in this regard my advice is to look for someone who can help you with implementation because we can’t offer customization services at the momenta.
Thanks!
Hi
You can put the css code in the same html row added with Visual Composer: http://screencast.com/t/TH1pF5q8T Also you can target a specific page by using its page-id-abc class.
Thanks!
Hello we have set a wordpress site using the Newspapper theme!!
We have change the default page width 1068px to 1300px.
On single post page where use the feature image.Although the image is cropped to 696 x 522px(YELLOW rectangle in image) and if we change the image’s width with css the images are became stretched.
The question is how may we change the theme to crop the image to 784*526(see here: http://tessera.gr/various/ticket_for_tagdiv.jpg)!
Thank you.
Best Regards,
George
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/s70oDgYpH
.td_block_12 .td-read-more{
display: none;
}
Let me know how it goes.
Thanks!
Hi,
I already provided a coding tip in my first reply. I showed you how to add a div in the menu to make it appear bellow the menu. Here is the code you need to add to the menu:
<div class="centroamerica">add your content here. Text or an Anchor tag if you want to make it a link </div>
And then use the css class you added to the div to style it with css like so:
.centroamerica{
background-color:black;
color:white;
height:30px
vertical-align:center;
text-align:center;
}}
result: http://screencast.com/t/jeiRGheh
I hope this helps.
Thank you!
Hi,
You can find the names for the theme and child-theme here: http://screencast.com/t/8tRbkTUjR6o1 and http://screencast.com/t/mxlR0c7BVo
Style.css is the one holding the name of the themes.
Thank you!
Hi guys!
When I add a custom HTML code with Visual composer how can I put custom CSS that applies only to that HTML code. I tried putting it in Theme panel> Custom code > CSS area but it loads on every page and it become a mess.
I need to know where to put the CSS to only apply to the HTML I want.
Thanks!
Thanks for your quick reply. Unfortunately we tried to disable all plugins but it didn’t work, archive pages are still not displayed properly. It looks like the pictures won’t be automatically resized, so that causes a real mess. Is there any change we can make with the CSS in order to fix this?
Thanks for your kind support