Hi,
I can’t point you to a plugin that dose that, you can achieve something like this with custom css, 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.
Thnaks
Hi,
Unfortunately the theme doesn’t have a feature like that. You can remove the buttom like this: http://screencast.com/t/5Imcv8sSX
Or you can hide via css, use this custom css for this:
.td_read_more {
display: none !important;
}
Thanks
@paulberrow may I also do it? Your css please. 🙂
Hi,
Please use this custom css:
.td-header-style-8 .td-li-wrapper-menu .sf-menu li:hover ul, .td-header-style-8 .td-li-wrapper-menu .sf-menu li.sfHover ul {
top: 135px;
}
Should work like this: http://screencast.com/t/QDR2KRJel
Thanks
Hi,
Please make sure you add this classes, like this: http://screencast.com/t/FnF2Sq6ZAct
Then use this custom css: http://screencast.com/t/BzQyV4No1S81
.alignleft {
float: left;
}
.alignright {
float: right;
}
Thanks
Hi,
1. For the arrows issue i need the link to the page on which double arrows appear, i suspect they come from a plugin.
2. You can use css to remove the shadow:
.mfp-figure:before {
background: none;
}
Add it inside the Theme Panel -> Custom CSS.
Thank you, Emil G.
Hi,
@Steven
Have you managed to solve this issue? I have checked your site and noticed that the space you pointed in the screenshot aren’t there anymore: http://screencast.com/t/sU8Mlefm
@sergenial
We haven’t made any changes to that space within lats update, send me your site’s URL and note me what space you need to remove and I will provide you a css to fix that.
Thanks
Theme Panel -> Custom CSS, and insert this:
.td-category-page-subcats {
display: none !important;
}
Hi Dean,
I asked the UberMenu developer for some more concrete help/advice, this is what I just received. Maybe you know what to do with this info?
“The basic idea would be to use Manual Integration to just place the menu where you want it. You’d place it inside the header.php within the proper container – either inside the .td-menu-header div to make it the width of your content, or inside the .td-menu-background div to make it the full width of the screen.
Do you have a diagram of exactly how you want it to look?
If you wanted, you could potentially hack the CSS like this:
[css]
.td-menu-header .span11{
width:100%;
}
.td-menu-background .td-menu-wrap #td-top-menu{
padding-left:0;
}
.header-search-wrap #search-button .td-sp-ico-search{
background-color:#666;
}
[/css]
But generally it’s a better solution to get the actual structure right, as it’ll be more flexible.”
Maybe TAGDIV SUPPORT can help us out here with this new info?
They are awfully quit 🙁
Theme Panel -> Custom CSS
980 is deprecated in general, if I understand it right. Chris Simmons was saying in other threads that they are likely preparing for the new grid sizes of Bootstrap 3.
A minute of Googling reveals:
Old break points: http://getbootstrap.com/2.3.2/scaffolding.html (980 mentioned)
New break points: http://getbootstrap.com/css/ (970 mentioned)
After the last update I have the same problem as Novaque’s.
All the buttons (button 2 in Visual Composer) in my pages were well stylized. Now they appear just like common links.
But in page editor they are always styled like i set in the VC options.
I also checked that in visual composers css, the code to get them good looking is still there.
How can I reactivate it?
But above all, how come did you disabled it?
Thanks guys!
Yeah @Steven 🙂
@paulberrow use .td-a-rec-id-sidebar and .td-g-rec-id-sidebar with the same css.
You can also look at the source (because your widgets may have different classes) and add more classes. It worked for me. 🙂
Hi,
You can use the following css:
.header-search-wrap {
display: none;
}
or you can remove it from the code – http://screencast.com/t/oMaC1g5Ka5K
Thank you, Emil G.
Hi,
Please check if you properly added the entire code at the end of the functions.php file – http://screencast.com/t/GSWtbWpFG9G5
If you did and still receive that error please send an email at contact@tagdiv.com, specify the issue and provide wp-admin and ftp access so i can take a look.
Thank you, Emil G.
hi,
I have checked to see this and found no issues with it, could be due to minified css, you could try to do it via custom css, use this css: http://screencast.com/t/oAB1ybt4Nap
.sf-menu>.td-not-mega>a {
color: red !important;
}
Thanks
Hi,
Use this custom css: http://screencast.com/t/Hmh6n3AwNvp
.td-footer-wrap .wpb_row {
margin-bottom: 0px;
}
.footer-logo-wrap {
padding: 0px;
}
Thanks
Hi,
Check if there’s some css overriding this setup and please provide a link so i can take a look.
Thank you, Emil G.
Like this site using Newspaper does: http://www.cruisehive.com/princess-cruises-employee-dead-tour-bus-crashes-alaska/4146
It looks good and if we try playing with some css it can become fantastic. Any guesses, what css he is using?
Hi,
The css limits the height to 76px – http://screencast.com/t/xoXJgSt0uiR
You can try the following css to change that:
.td-header-style-8 .td-style-8-logo-wrapper .td-logo img
{
max-height: 176px;
}
.td-boxed-layout .td-header-style-8 .td-menu-wrap, .td-header-style-8 {
height: 172px;
}
An alternative is to use another style.
Thank you, Emil G.
Hi,
You can use this css fro the space from the sidebar: http://screencast.com/t/rOizg0ZOS
.span4 .block-title {
margin-bottom: 5px;
}
If this dose not help, please paste me your site’s URL and point me at what do you want to change.
You can use this button to edit your post: http://screencast.com/t/gYUo7hF1mA0
You can try to use another module if you want bigger thumbnails, the thumb gets pixelated because it’s small size, the image it’s cropped to be used at that size on module 4.
Thanks
Hi,
Yes, use this css:
.td-sub-footer-wrap {
height: 30px;
}
..or add height: 30px; to the custom css I have gave you before.
Thanks
Thanks everyone and @tcdraper, I changed the line height in style.css and that did it. 🙂
Hi Shashank – Changing your padding in the .css file from 3px to 5px solved it for me.
Hi,
First of all we are sorry for the delay on which we are answering to this but we don’t work on weekends, secondly sorry for the inconvenience of this issues.
I have checked your site and noticed that you have fixed some of the issue:
1. The infinite scrolling woks fine now: http://screencast.com/t/yZQDm5GnLTtM we have some issues with this that we know about and try to find a better implementation, i’m referring here to the fact that you need to scroll back up and down again in order to load more posts. Note that you also need to have enough posts to load when using the infinite load.
I have tested all types of pagination and work fine. If you still encounter any issue try to use them without any plugins activated as this can cause conflicts and not work properly.
2. Noticed that you have now 12 posts showing into big slider so I’m guessing you figured that out, also noticed that the autoplay function dose work now.
3. Do you still have an issue like this? I not sure I understand what this issue is, I didn’t noticed anything wrong.
4. Looks like it’s working now.
5. I have tested this and the speed booster plugins should not affect the functionality of background-image/color.
6. Tested this and noticed that you have now the speedbooster enabled and seems that the search also works: http://screencast.com/t/kUSsXm3u
7. Should work. You can workaround this using custom css in theme panel > custom css. Please let me know what do you want to change.
Also note that we found and provided solutions to lots of issues on this forum, you can try to search here if you encounter any problems.
Please let me know if you have any other theme related questions.
Thanks for the message!