Hi,
1-2 We will improve the descriptions/options to be more intuitive.
About sidebar location, we have something in mind, we know is difficult in some cases to see from where a sidebar come on a post, or on a category or page.
– I’ve corrected the spelling from theme panel to background and tiled
– about COOL FUTURE FEATURE REQUEST please can you explain more in details, sorry but i don’t understand what do you mean there, can you make a sketch or something 🙂
– about Titles, you are right is a little confusing, we will try to improve it.
– we will improve the demo data to.
Thanks for all suggestion and feedback, we are always open to listen our client opinions.
Hi,
1. We fix it. Will be available ASAP
2. The bbPress strings is not in Translation panel, you ca easily translate directly from files, all files from bbPress is here: http://screencast.com/t/H7HrkcU1Nj
3. I don’t understand your question, please can you be more specific or give us more details about your issue.
Thanks
Hi,
We decided to let this as it is now because the style 3 is made to be used to have instead of the logo a full background image for the header, and on mobile that part should stay on top, not on the menu bar.
I will tell you how to make it in your case:
Edit like here: http://screencast.com/t/DcFjrG1zeEWp
Add this CSS in Theme panel -> Custom CSS
/* responsive phone */
@media (max-width: 767px) {
.td-full-logo {
display: none;
}
}
Hope this will be ok for you.
Thanks for your message!
-
This reply was modified 12 years by
Marius.
Hi,
Please can you explain more in details, i don’t understand you questions.
https://forum.tagdiv.com/how-to-use-the-megamenu/
Tanks!
Hi,
This is for top menu:
.td-full-layout .td-header-menu-wrap, .td-boxed-layout .td-header-menu-wrap .container {
opacity: 0.5;
}
This is for the menu:
.td-menu-placeholder {
opacity: 0.5;
}
Thanks!
Hi,
You don’t need to change anything there. All them needed sizes are defined here in function.php http://screencast.com/t/MSHKNOAMS if you want to change something.
Thanks for your message!
Hi,
Leave the settings enabled to show the featured images from theme panel and add this CSS in Theme panel -> Custom CSS
.single .post .thumb-wrap {
display: none;
}
Thanks!
Hi,
Great!
Have a nice day!
Hi,
What you can do is to use in a text widget and add you add with shortcode like:
<div class="block-title"><span>Your title here</span></div>
[td_ad_box spot_id="custom_ad_1"]
Hope this help!
Thanks!
Hi,
Is everything ok now?
Thanks for your message!
Hi,
Use this:
@media (max-width: 767px) {
#td-top-search {
position: absolute;
right: 13px;
top: -3px;
}
.header-search-wrap .dropdown-menu:before {
left: auto;
right:31px;
}
.header-search-wrap .dropdown-menu {
right: -14px;
left: auto;
top: 49px;
width: 320px;
}
}
Hi,
It wasn’t fixed, we are sorry about that, we don’t managed to fix it in this update, please can you wait for the next update, or i will try to fix it in a patch for you.
Thanks for your patience!
Have a nice day!
Hi,
Why you need to change that? The text can be translated from here panel http://screencast.com/t/lgYr3qfd
The comment file is this: http://screencast.com/t/9qwI7bGpFerL
Thanks for your message!
Hi,
1. Use this
.post header h1 {
font-family: ‘georgia’,!important;
font-size: 17.3px !important;
line-height: 1.45 !important;
}
2. Try this
.page p {
font-family: ‘georgia’,!important;
font-size: 17.3px !important;
line-height: 1.45 !important;
}
3. Please show me a screenshot to see which one. You can use Jing to make screenshots or similar applications
4. Is possible using this, but is for all titles on entire site, you need to take the selector only for sidebar, i need you site URL and show me where you want to change it.
.block-title {
text-align: right;
}
Thanks for your message!
Hi,
1. I’m not sure, but you can try it if you want to use some shortcodes.
2. You can test it if you want to use those plugins, wasn’t tested.
Thanks!
Hi,
Your site doesn’t work.
1. You can make the header transparent with a custom CSS, that you have to add it in Theme panel -> Custom CSS
This is made particularly for header style 3, change the CSS for you header that you use.
.header-style-3 .td-full-logo {
background-color: transparent !important;
}
2. Use this CSS and change the size like you want.
.header-logo-wrap img {
margin-bottom: 50px;
}
3. What add size you want to use for that small square? You can insert it manualy in a text widget.
4. Our blocks have option to hide the title, see here: http://screencast.com/t/6XGJWVKiCca for others widgets that doesn’t have can be hidden with a custom CSS
Thanks for the message!
Reply via email!
Hi,
Use this code instead of above:
$buffy .= '<div class="vcard author"><span class="fn">';
$buffy .= get_the_author_meta('description', $td_author->ID);
$buffy .= '</span></div>';
and this CSS:
.td_top_authors img {
height: 100px !important;
max-width: 100px !important;
width: 100px !important;
}
.td_top_authors .item-details {
margin-left: 122px !important;
}
.td_top_authors .item-details {
height: auto !important;
}
div.vcard .fn {
color: #444444 !important;
}
Hi,
The theme doesn’t need that, definitely you can disable it.
Thanks for your message!
Hi,
The MegaMenu works only with categories and get post from there. Sorry for the inconvenience!
Thanks for your message!
Hi,
1. I mean from where is that http://screencast.com/t/tRW455dxi
Can you try this CSS, add it in Theme panel -> Custom CSS
#buddypress #profile-edit-form ul.button-nav {
display: inline-block !important;
}
2. We will try to make it better in the future updates, can you give us some suggestions, what can make or what can improve on this BuddyPress? because I still don’t know from what is used that BuddyPress plugin 🙂
Can you show us your site to see for what do you use that plugin?
Thanks for your message!
Hi,
The Custom CSS from Theme panel is stored in database, on an update this should not be affected because you update only some files.
If you add some CSS again, the CSS works?
Thanks for your message!
Hi,
Uuuupps, we will fix this ASAP, thanks for reporting this.
Have a nice day!
Hi,
From there you hide the featured image from post, do you need something else, you want to hide the image from module 1?
If you want that please comment this lines of code like here: http://screencast.com/t/jsUYmgEfwPu
Thanks for your message!