Hi,
Please use this custom css in theme panel > custom css: http://screencast.com/t/kHQAXaewiHz
.wpb_button {
color: white;
}
Thanks
Hi,
Please make sure you have set the forum template, check this topic: https://forum.tagdiv.com/topic/problem-with-breadcrumb-and-bb-press/#post-17297
Please let me know if you fix this.
Thanks
Hi,
Unfortunately the headers layouts from theme panel > header style don’t include a layout like this, you can chose header style no 1 then make some changes to the header-style-1.php file, like this: http://screencast.com/t/xRABa33Nm
You will need to style the headers container to look as you like and you need custom css for this, unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Hope this helps!
Thanks
Hi,
Replace the file content with this: http://pastebin.com/rfVw94RD or just replace the file by copying the initial file.
Let me know if this solves the problem.
Please also send your site’s URL.
Thanks
Hi,
The menu and header background can be changed from theme panel > theme colors: http://screencast.com/t/MkltZxpqu3
You need to use css for sidebar, follow this topic https://forum.tagdiv.com/topic/control-of-widget-headerslines-on-sidebar/#post-19605 as I explained there how to target the sidebar and use background-color: to change it as you like.
Thanks
Hi,
You can use this custom css to make the menu transparent:
.td-boxed-layout .td-menu-background .td-menu-wrap {
background-color: transparent !important;
}
You can change the menu items text color from theme panel > custom typography: http://screencast.com/t/TebRJoQz
Use this css to center the menu:
#td-top-menu .sf-menu {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
}
Result: http://screencast.com/t/cJsfNWvCE
Thanks
Hi,
Make sure you use the latest VC plugin version (4.3.3) with the last theme version (4.2.2) and also follow this guide when installing WPBakery Visual Composer: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Thanks
Hi,
I’m not sure I understand, do you want to re-arrange the sidebar content as an carousel layout? If so you will have to re-design and style the sidebar as this was not built to work like that, you will need custom work for this and we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
What kind of issues do you have with the excerpt?
Please let me know!
Thnaks
Hi,
Thanks TheMediumUTM, glad you did!
@kacsa1337
Make sure you do this right, should work fine if you want to disable all category tags you can do it like TheMediumUTM suggested and hide them, just use the css in theme panel > custom css: http://screencast.com/t/WepswUGa
Thanks
We will take a look at this.
Thanks for the message!
Hi,
I have checked this and seems like this featured it’s working fine with latest theme version.
Please make sure you have this option enabled from theme panel, like this: http://screencast.com/t/m4No5k6vpLLF
Thanks
Hi,
Add this code: http://pastebin.com/5pW49CTC inside the loop-single.php file, like this: http://screencast.com/t/QtyVPR3Z5AKg
Result here: http://screencast.com/t/8waQb0kAYit
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You can add the h1 tag on page and use custom css to style it to make it look like you want it http://screencast.com/t/AukWcJliZCE
Hope this helps!
Thanks
Hi,
1. Use this custom css in theme panel > custom css:
.iosSlider.td_block_big_grid .td-icon-left, .iosSlider.td_block_big_grid .td-icon-right {
color: rgb(255, 0, 31);
}
Should work like this: http://screencast.com/t/b2n1dpDVPGRH
2. Try to deactivate all plugins and check if it starts working, also have you had any modifications for the use of this plugin before version 4 update? If so you will have to re-make also those modification, from what I know that plugin dose not work well without any modifications.
3. I’m not sure how this can be fixed, you can try to check the support page for the plugin that you are using and explain there this situation or you can try to use the tag div modal view and notice how it works.
Hope this helps!
Thanks
Hi,
I might be in conflict with other plugins, try to use it without any other plugins active and check if it’s working.
Please let me know!
Thanks
Hi,
Noticed this errors when using IE: http://screencast.com/t/SyGcom03
Please try to set another font on IE to see if you still get this error, it might be due to the fact that the “Quattrocento” font it’s not supported by IE, try to do a search on this.
Also you can use .ie7 .ie8.. css classes and custom css to change the font only on IE: http://screencast.com/t/JsALv2AsGrO6
Hope this helps!
Thanks
Hi,
If you don’t use animated gif’s on your site you can permanently disable the plugin, if you need it please contact the form developers and explain the new situation to them.
Sorry for the inconvenience.
Thanks for the message!
hi,
Thanks TheMediumUTM!
@FanoTag
Please make sure you create your slider like this: https://forum.tagdiv.com/topic/revolution-sliders-source-post-not-working/#post-15382
Also noticed that you have this errors in the console which can generate the infinite loading and the rev slider issues : http://screencast.com/t/BVHHtndzT
Please make sure first that you have added the slider correctly then deactivate all plugins and except the slider and try again.
Hope this helps!
Thanks
Hi,
This may happen because of VC plugin, please make sure you use the latest theme version(4.2.2) and also the 4.3.3 version of the VC plugin, we have fixed this in the last version of the theme.
You can fix this by adding this custom css in theme panel > custom css field to solve this:
.vc_col-sm-12 {
box-sizing: initial !important;
}
Should work like this: http://screencast.com/t/KVD7uJgev3h
Thanks
Hi,
You will have to edit and add it every time, I will add this on our todo list and we will add it in future updates.
Regarding the “of” from here: http://screencast.com/t/4RYCmv2szVLU
You can change it from here: http://screencast.com/t/tbi7ZuwH Just find that code and change “of” into what you want.
Hope this helps!
Thanks
Hi,
Thanks Christopher!
@dafaulk
Sorry for the delay, have you managed to solve this? I have just checked your site and seems that you don’t have this problem anymore.
Please let me know.
Thanks
Hi,
Please use this guide: https://forum.tagdiv.com/how-to-update-the-theme/
Will work just fine only remember to make a backup of your current theme files and then try.
Thanks
Hi,
Use this for the navigation:
.home .span12 .td_block2 {
padding-top: 5px;
margin-top: 5px;
}
Thanks
@mehedi
You can rest assured that we have nothing against this.
Thanks for sharing!
Have a nice day!
Hi,
Use the css like this:
.td_mod8 {
border-bottom: 1px solid #7d7d7d;
padding-bottom: 30px;
}
Should do it like this: http://screencast.com/t/vHy2rs0tp
Thanks