Hi,
If you want to customize the default template, you need to edit this file like so: http://screencast.com/t/ezg1Gquo
Then you need to use this css for the category tags font as it gets changed from the modifivcation:
.entry-category a{
font-size:11px
}
result: http://screencast.com/t/yX1ubvh5b
Thank you!
Hi,
Unfortunately our theme has no such option. Our blocks were not designed to show extra information on hover.
You can add the bottom gradient in big grids if you chose a different style for the block: http://screencast.com/t/doqorJXJa
You can activate it with css on other blocks that use the title on top of the image:
.td_module_mx1 .td-module-meta-info, .td_module_mx8 .td-module-meta-info, .td_module_mx1 .td-module-meta-info{
background-color: rgba(0, 0, 0, 0.25);
}
Add the code in the theme panel->custom css box.
Thank you!
Hi,
1) I’m not sure what a userpro badge is as userpro is not a tested plugin. you can try to code it in if you have the proper coding skills. Either with the code you showed above or the do_shortcode funtion.
2) If userpro has it’s own comments, you can replace the standard theme comment system from here: http://screencast.com/t/Ic56itglx3h
3) The login was hidden for mobile phones only. For desktop and tablets it is present in the top menu. Please proveide a link to your site so I can provide the proper css to show the login on the mobile version of your site.
Thank you!
Hello occhiodifalco,
I have checked your website I saw that you have a lot of additional customization for this type of header that breaks the layout and cause a bad design. If you want to return to the default settings, you have to clear all your custom CSS code to this section -> http://screencast.com/t/Ca7gkrnyi and also, if you want to have a bigger logo you have to switch your header style to another one that supports it, as example header style 11. For more information about our header styles, please check our documentation here -> https://forum.tagdiv.com/header-styles/
Also, please notice that if you want to change the structure of your header style 3 as you wish, involve custom work and we cannot provide this type of service at the moment, sorry!
Thank you for your understanding!
Hello ealeksa,
You have to use a bit of CSS code to decrease that space.
The code is ->
.home .td-main-page-wrap {
padding-top: 0;
}
The result -> http://screencast.com/t/Fm6x0GdMc
Thanks.
Hi
1. I a not sure what you mean as the top menu is displayed fine on your site: http://screencast.com/t/bbfxiOkPnd
2. All theme’s fonts can be changed from theme panel > theme fonts section: http://screencast.com/t/1Zgfd46MWu Also you can load your custom fonts there: http://screencast.com/t/1Zgfd46MWu For more details about theme’s options regarding fonts check our documentation: https://forum.tagdiv.com/newsmag-font-customization/
3. Use this css to add a margin above categories tags: http://screencast.com/t/g2TF35GxRF
.single .td-category {
margin-top:15px;
}
Thanks!
Hello efaq,
1)As I have explained you above, the block buttons are made them with some custom rule. Also, please notice that the main element is WP Custom menu from Visual Composer, this have a custom class named .td-menu-blocks-custom Also, you have to make your own desired menu from Appearance->Menu from WP panel and then you have to use this visual Composer element with this custom class to get the Custom CSS design, like this -> http://screencast.com/t/i834fsDw -> http://screencast.com/t/Th9oEVLMM -> http://screencast.com/t/WWt2yabWiMv and as an example result -> http://screencast.com/t/7Mtx3fdFGNRd
2)So, please notice that our theme uses a lof of thumbs and sizes to display the featured images. Please check this -> http://screencast.com/t/mKgjef3g5UFF and there you can see a list with our modules and what kind of modules are used in our blocks and also, which of them are enabled or which not. Also, from the Thumbs on modules & Block, you will turn off some options for size and that size are used in some blocks that are active, the featured image will not be shown because the thumbs for this type of block are deactivated. I hope that you understand by explanation.
3)Also, if you want to add some link in our footer section, you have to use a footer template that allows you to make it as you wish, for example, the footer template style 5 and then you have to use a bit of HTML code to add a link, using this syntax -> http://www.w3schools.com/html/html_links.asp
Thank you for your understanding!
I will leave it as it is until you look at the issue again. This is, all plugins and custom CSS are turned off.
Hello,
I will upgrade my theme to version: 2.3.6 but before that i install it on dev site to check everything..
Now i have few Questions, so please gus help me to fix it.
first, my dev site
http://sport.sky-host.cu.cc/wordpress
1- top menu look like this after create rtl.css file. how to make it normal ?
http://www.screencast.com/t/pVHc7ecVCOp
2- i need to change the fonts in dev site, to be like fonts here in version 1.5 http://www.autosport.me/
any advice?
thanks
Hi
The search field was affected by a custom css added in theme panel. You can correct its position using this css: http://screencast.com/t/gveYFXk7gf
.dropdown{
position: inherit;
}
Thanks!
Hi Hi !
1) and 3) The thing is, if I don’t customize there is no visual consistency. Ideally all the links should have the same color and the same hover color. Excluding things like the menu. It’s a pity that your theme – which I overall like – doesn’t provide the desirable level of control over these things, leaving the user in the need of customization, which has its problems.
If I take out the line of customized CSS causing this, the home page links will have a hover color with no consistency with the rest of the design. That’s what I am trying to fix here.
As you put it, either I accept a mandatory – not configurable – hover color or I will have to accept unexpected behaviors. None of these options sound very exciting 🙁
2) I disabled Photon and all plugins but Visual Composer, cleared browser cache. Issue remains. Then I checked the name of the file and which file the module is supposed to use. This is module MX8, so the 696 x 385 image is needed. I used FTP and downloaded the image. Inspected its size and it’s correct. The image with 696 x 385 is in the server.
What now?
-
This reply was modified 10 years by
Torgut.
Hello nurdin,
If you want to hide this feature, please try the code below and add it in Theme panel->Cusotm CSS area.
The code is ->
.td-pulldown-filter-display-option{
display:none;
}
Thank you for the message!
Hi,
Unfortunately the theme has no settings for this so it will have to be made custom. The php methodf and editing the theme files will prove to be way more complicated so css is the easier choice. You can use font awesome 4 menus to get icons and add them through css.
You will need to assign a custom class to the row of your block like so: http://screencast.com/t/CZ8lKS4g
The you ca use this css to apply the icon:
http://screencast.com/t/aJvQGaRI3e
.mycustomclass .block-title span:after{
content: "\F050";
font-family: FontAwesome;
margin-left:15px;
position:absolute;
top:7px;
color:black
}
The content: “\xxx” is the icon itself and this can be change to any from this list:
https://fortawesome.github.io/Font-Awesome/cheatsheet/
You have to get only the font number (after F) for every font.
Hope this helps.
Thank you!
Hello Natasha,
Please notice that this is a Visual Composer element and you can get like this -> http://screencast.com/t/3uvX1MsXjlb If you want that all your image to have the round corners, you have to use a bit of CSS code to do that. Please try to use img {border-radius:10px}.
Hope this helps!
Thanks.
Hello Torgut,
1)Unfortunately, I have checked your website and I saw that you have a lot of customizations. As you can see in this screenshot here -> http://screencast.com/t/2KVWPuCDaGYh this behaviour come from your additional custom CSS code -> http://screencast.com/t/2KVWPuCDaGYh If you want to remove it you have to remove from your custom CSS box, from Theme panel.
2)I have checked your source page again and I saw that you are using a lot of untested plugins which could cause a lot of unknown issues in theme. First of all, please try to disable the Photon module from Jetpack plugin because it seems that this type of plugin is a problematic one and create a lot of issue in our theme ->http://screencast.com/t/YBBe3mk5A Also, for better results, we recommend to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins.
3)Now, you have a lot of customizations with CSS that can affect your theme design. Also, please notice that when my colleague provided you a custom CSS code you did not have a category tag. Subsequently, you have added them and that general code will further affect the style of your tag. Please notice that this was your request at that moment -> http://screencast.com/t/HzKsKuLVqhU Please notice that any code you have added in your backend to fix some design styles and then you have changed them or have added other options will affect these and probably do not work as properly or what you want. Please try to check your custom CSS box, remove this part of the code and check the results.
Thanks.
Hi
Try to add !important property in css like here:
.td-top-menu-full, .td-header-style-6 .td-top-menu-full, .td-header-top-menu {
background-color: #09713a!important;
}
If you still can’t manage to solve this address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.
Thanks!
Hello aph100,
Please try the following code and place it in Theme panel->Custom CSS area and if you want to be used on different pages you have to add before the code the page ID.
The code is ->
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a {
background-color: green!important;
color: red!important;
}
The result you should see here -> http://screencast.com/t/EWxBTpasgj7o
Thanks.
Hi,
If you want to modify the sticky menu height, you could try to use custom css in Theme Panel > Custom Css, for example – http://screencast.com/t/SGVbrR21pb
.td-header-style-7 .td-affix .td-header-sp-logo {
height: 66px;
}
.td-header-style-7 .td-affix .td-header-sp-logo img {
max-height: 66px;
}
.td-header-style-7.td-header-wrap .td-affix .sf-menu>li>a {
line-height: 66px !important;
}
.td-header-style-7 .td-affix #td-top-search {
bottom: 7px;
}
If you don’t have html/css experience I suggest to get someone to help you, as we are not available for custom services.
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hello Andrei,
On my site: http://www.glitched.co.uk – when you press the search icon, it loads on the header? Do you know the cause of this?
Also, how can I make CSS changes to the search box?
Thanks,
Hello, I’m get new version and i edit file Style.css but havent anything change on my website. Fix this.
I’m use Easy Engine with WPSuperCache and my domain use Cloudflare.
– I’m change another Theme and edit file style.css. Everything is ok. I thing this new version have error.
1) Check my home page. Mouse over menu does NOT change color of the font. Open any post. Mouse over menu DOES change the color of the font. I do NOT want this change in the menu. Can it be fixed?
2) Did you read the part where I said I regenerated all thumbnails and that I do have all thumbnails sizes turned on? From there, I can’t see the relevance of the link you provided. I am sorry if I misunderstood you but meanwhile the issue is still occurring.
3) I troubleshooted this issue based in your information. It’s not a plugin. It’s the custom CSS. And guess what… it’s a piece of CSS that you provided here in the forums a couple of week ago, to uniformize the hover effect in all elements. Can it be changed to stop this issue and still maintain the needed hover effect? This is the code you told me to add and which is now causing this (to be more precise, what triggers the problem is the !important of the first item, but then if I take it out, part of the mouse hover effect in the home page blocks becomes inactive):
.td_module_wrap:hover a {
color: #980000 !important;
}
.td-module-title a {
color: #005b88;
}
.widget li a {
color: #005b88;
}
.widget li a:hover {
color: #980000;
}
.single a {
color: #005b88;
}
.single a:hover {
color: #980000 !important;
}
.alignleft {
margin-top: 0 !important;
}
.td-module-title a {
color: #005b88;
}
Hi,
I have tried to Eliminate render-blocking JavaScript and CSS in above-the-fold content as you specified in the tutorial but I cannot do that.
Is there anyone here who can do that or can you advise a person?
Thanks.
Hello aph100,
Yes, this is the right path to add your custom CSS code.
Thanks.
Hello,
This depends on how you move your site to ssl. The theme does not add neither http nor https to any pat of the site. You need to make these modifications when moving to ssl.
You will need to follow a few ssl guides and make sure you did all the steps correctly:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/
You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/
I hope this helps.
Thank you!
Hi Catalin
Clearing I am doing something wrong as this is still not working for me.
I have pasted the code into These Panel > Custom Code > Custom CSS – is that right?
Thanks
Alex