Hi,
Yes you can hide it with custom css in Theme Panel > Custom Css: http://screencast.com/t/eqywCAnPEdi
.category .td-wrapper-pulldown-filter{
display: none;
}
Result: http://screencast.com/t/fQwEpab1
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
1. Please take a look in our documentation so you will see all theme header styles: https://forum.tagdiv.com/header-styles-newsmag/ and you can change to your favorite from Theme Panel > Header: http://screencast.com/t/nJtGR5H7mF
Result: http://screencast.com/t/AGsrMvxiUL
2. You can translate those from Translations section in Theme Panel: http://screencast.com/t/wwl4lg6m0P6B
You also can find them in td_review.php file: http://screencast.com/t/7p3OaSZI20F – http://screencast.com/t/FFjVt5hv3D9T
3. This also can be found in Translations from Theme Panel: http://screencast.com/t/2Fzl1n8VO
Thanks!
Hi,
1. Try this css in Theme Panel: http://screencast.com/t/m2vvb4fKCUU
.td_mod_mega_menu{
margin-left:auto;
margin-right:2.3%;
}
2. For homepage try this custom css: http://screencast.com/t/exSUo2E65qZ
.home .span8.column_container .span6:first-child {
float: right;
margin-left: 4%;
}
.home .span8.column_container .span6{
margin-left: 0;
}
3. Also for search try this custom css: http://screencast.com/t/fcKOVfE4Vp
.header-search-wrap .dropdown-menu .btn{
right: auto;
}
.header-search-wrap .dropdown-menu #td-header-search{
width: 82%;
}
Thanks!
Hi,
Unfortunately theme doesn’t have an option for this, but you can try with custom css and add background image to display your button.
Thanks!
Hi,
1. You can try this custom css for tablet screen: http://screencast.com/t/Pi6foUzb7KE
@media (min-width:768px) and (max-width:1200px){
.td-menu-wrap{
height: 100px;
}
}
2. Or you can try to use this custom css if you don’t want two rows on tablet view: http://screencast.com/t/Ty7E2fAWkuk
@media (min-width:768px) and (max-width: 1020px){
.sf-menu > li > a {
padding: 0px 11px 0px 0px;
}
.sf-menu > .td-menu-item > a{
font-size: 14px !important;
}
}
Also please use 20px font size for the main menu items so you will not have menu on two rows for width over 1020px – from Theme Panel > Custom Typography: http://screencast.com/t/1LVf1qk4hzpp
Thanks!
Hi,
I have checked your site and “log in” looks fine:
– Homepage: http://screencast.com/t/WVCTt5SGYW
– Post: http://screencast.com/t/hOGqFqFm0tD
Thanks!
Hi,
Please provide a link so I can inspect this and provide you an accurate solution.
Thanks!
Hi,
Please follow our guide: https://forum.tagdiv.com/how-to-make-the-site-faster/ In general google synchronous ads, plugins and theme customization (especially fonts) slow the site.
Update your theme if you are not using the latest version to 4.6.2 following this guide and use FTP method: https://forum.tagdiv.com/how-to-update-the-theme/ and make sure that you update the plugins that come with the theme’s files from the /plugins folder.
Also you can follow and use all instructions provided in all this treads:
* https://forum.tagdiv.com/topic/pagespeed/
* https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
* https://forum.tagdiv.com/page-speed-guide/
Thanks!
Hi,
Please make sure that your browser’s zoom is 100% as this issue appear when is zoom out: http://screencast.com/t/32DVma62 – http://screencast.com/t/PT2oxVmiP
We know about this issue and we are still investigating it and will fix it as soon as we find a solution for it. I did not understood your issue because I did not seen any problems there. Sorry for the inconvenience!
Thanks!
Hi,
Try this css to change the color: http://screencast.com/t/6pcjyUsoXT
.blog-stack .td-menu-center .sf-menu > .current-menu-ancestor > a{
color: #999999 !important;
}
Thanks!
Hi,
Please take a look at your css because you forgot to close some } for your media queries. For example code for search it is apply only for screen size under 479px because the accolade is not closed. When an @media finish you should have two closing }. Please take @media one by one and I hope that your css code it will apply correctly.
Take a look on this screenshot and you will understand how it looks: http://screencast.com/t/0e64DFrb
Thanks!
Hi,
You can change the background using this css code: http://screencast.com/t/Nx9yc3F5c
.blog-stack .sf-menu .current-menu-ancestor > a, .blog-stack .sf-menu .current-menu-parent .current-menu-item a{
background-color: black !important;
}
Also like you see on image from above menu item link is blue, so if you want to change it you can do that from Theme Panel > Theme Colors: http://screencast.com/t/4B0hoDVyCh
Result: http://screencast.com/t/6pqFUdL4
Thanks!
Hi,
Please deactivate lightbox for featured image from Theme Panel: http://screencast.com/t/is0WsWnQiAl
Thanks!
Hi,
You can try to add Featured block to another row and use it on full width row something like this: http://screencast.com/t/Z5eUtAEQH7 – http://screencast.com/t/jerzJpGYe
Or display more posts on Latest Reviews block to fill up that space: http://screencast.com/t/cU3LJbPa
There are many possibilities to build your page with Visual Composer, also you can use Widgetised Sidebar block to display your custom sidebar(create it and add widgets to it): http://screencast.com/t/9HoRs4sWI
I’m not sure if this is what you want, so if this is not please provide more details maybe a screenshot of what are you referring.
Hope this helps!
Hi,
Please add this code to exclude current post from widgets: http://screencast.com/t/QKs8p0aKk3kI
global $post;
if (is_singular()){
$args['post__not_in'] = array( $post->ID );
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please add this code to exclude current post from blocks widgets: http://screencast.com/t/QKs8p0aKk3kI
global $post;
if (is_singular()){
$args['post__not_in'] = array( $post->ID );
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I also tested this with this div and should not have a white space. What header style do you use?
<div class="td-visible-desktop">
<img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec728.jpg">
</div>
Please provide a link, so we can take a look.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please try to use small font size for top menu items: http://screencast.com/t/z6td1ZGYeY4 and reduce margin, padding with this css:
.top-header-menu li a{
margin: 0px 0px 0px 3px;
}
.top-header-menu .td-icon-menu-down{
padding-right: 3px;
}
.td-header-sp-top-menu .td_data_time{
margin-left: 10px;
}
Thanks!
Hi,
You can make these changes from Theme Panel > Theme Colors: http://screencast.com/t/f4C82FggpZ
Thanks!
Hi,
I have checked your site and found that you use a logo image on header style 10(blog style). If you want to use that header style you have to use text logo: http://screencast.com/t/HJzEbpbvDU
On header styles with full size logo you should have a bigger logo also if you use a big image for this.
Thanks!
Hi,
1. I tested this with your code and works fine on my side: http://screencast.com/t/sVtMWWwxdqW
Please provide a link so I can provide an accurate solution.
2. I also tested this and show the latest post on homepage post: http://screencast.com/t/asssE6LHGta
What settings did you used? Please provide more details.
Thanks!
Hi,
Please import predefined style from Theme Panel: http://screencast.com/t/Kkwv8LbYY – http://screencast.com/t/joKB9mtEBN so you will import only settings, fonts, colors… Also make sure that you set frontpage to display your latest posts: http://screencast.com/t/52UCE3nH
You can select a module to display articles from Theme Panel > Tempate Settings: http://screencast.com/t/ix51HphM
Hope this helps!
Hi,
1. Please try this custom css to hide subcategories from mobile menu in Theme Panel > Custom Css: http://screencast.com/t/yRuT7Fge8Vp
.td-mobile-content .sub-menu{
display: none;
}
2. For megamenu use this css code:
.td_mod_mega_menu{
float: right;
}
Result: http://screencast.com/t/07b9plER – http://screencast.com/t/mqFR1oy5
3. Also for category pages: http://screencast.com/t/pP96VMwBqX
.archive .span8.column_container .span6:first-child {
float: right;
margin-left: 4%;
}
.archive .span8.column_container .span6{
margin-left: 0;
}
Please search also on the forum there are many rtl threads that may can help you: https://forum.tagdiv.com/search/rtl/
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I added this in our list and we will try to fix it soon as possible.
Please try this css solution untill we solve this issue: http://screencast.com/t/nT9Y1vHYDd
#inner-wrap{
min-height: 600px;
}
Please increase height value if you add more menu items.
Thanks for reporting this and sorry for inconvenience!