Hi,
Please use this css:
@media (min-width: 767px) and (max-width: 1018px) {
.custom_category {
position: relative;
left: 70px;
}
.td_block1 .td_mod2 .custom_category {
left: 0px !important;
}
}
Result: http://screencast.com/t/qauyChDtY
Thanks
Hi,
Please use this css:
@media (max-width: 767px) {
.td-header-menu-wrap {
display: inline-block;
}
.mobile-logo-wrap img {
width: 140px;
top: 0px;
height: 100%;
}
.td-rec-hide-on-p {
display: block;
}
}
Also added the .mobile-logo-wrap img for the logo which I have noticed it’a a bit off line on mobile screens.
Should work like this: http://screencast.com/t/Et9lZRjsY
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
That function was added for auto generated block titles, works either way, you can remove the function and add css if you like.
Thanks
Hi,
Please use this custom css:
.span4 .td_block5 .td_mod4 {
min-height: 100%;
margin-bottom: 0px;
}
Should work like this: http://screencast.com/t/8oJ0bO4b
Thanks
Hi,
The tagdiv gallery was designed to be more user friendly and so to speed things up the images are loaded on page when accessed.
We will investigate and if we can we will improve the gallery loader.
Thanks
Hi,
Should not affect anything else but the banner container, you could also use this css to target the banner, if you use an google adsense ad:
.td-g-rec-id-header {
margin-bottom: 20px;
}
Thanks
Hi,
I have tested this using the latest theme version (4.2.2) and worked fine:
– homepage-bg-with latest articles template:
* http://screencast.com/t/bzBXOKXZ
* http://screencast.com/t/wcDYwq1wS
– homepage-with articles list template:
* http://screencast.com/t/iUalUyAv
* http://screencast.com/t/mqFxQW0rVoy
Please make sure you use this right and you set the custom sidebar like I did and also that you have widgets in your custom sidebar: http://screencast.com/t/siiiAwoHWuU
Should work fine.
Thanks
Hi,
Please let me know with which version of Safari do you noticed that this issues occur? Also try to deactivate all plugins like I said before and leave only the WPBakery Visual Composer plugin enabled and check again.
Please let me know if this issues arr still there.
Thanks
Hi,
Do you still have this issue? I have checked your site and your ad looks good now: http://screencast.com/t/6wlk4cFdAGao
Please let me know.
Thanks
Hi,
You can change it from theme panel > template settings: http://screencast.com/t/bZDccHwc
Regarding the title, you can try to look at how WordPress SEO works. You can edit the title by clicking SEO > Titles & Metas > Post Types. Scroll down and look for “block” Custom Post Type Archives. On the “Products”, you can edit the behavior of this title.
Please let me know if you manage to do this.
Thanks
Hi,
I have checked your site on https://developers.google.com/speed/pagespeed/insights/ and found that you don’t have any unmoved JavaScript, did you managed to solve this problem?
Please let me know.
Thanks
Hi,
Please turn off the minify option if you use any and also the page cache if this dose not fix the search please deactivate all plugins and check again.
Let me know of the result.
Thanks
Hi,
Yes, use this css:
.td-sub-footer-wrap {
position: fixed;
bottom: 0px;
width: 100%;
z-index: 3;
}
Thanks
Hi,
Please remove this: http://screencast.com/t/JDHcaDGrnSJ
After you can use custom css to change it.
Thanks
Hi,
Sorry for the delay, glad you found and managed to solve this!
Thanks for letting us know!
Hi,
Please use this custom css:
@media (min-width: 420px ) and (max-width: 767px){
.header-style-3 .td-full-logo .td-logo img {
top: 1px;
width: 300px;
height: 48px;
}
}
@media (max-width: 420px) {
.header-search-wrap #search-button .td-sp-ico-search {
position: relative;
left: 0px !important;
}
.header-style-3 .td-full-logo .td-logo img {
top: 1px;
width: 200px;
height: 48px;
}
}
Should fix this like this: http://screencast.com/t/9cPrnFAQRU
Thanks
Hi,
Yes, I gave it wrong, sorry about this, please use it like this: http://screencast.com/t/r4tlzUla
Using it like that wont affect the other pages, just the homepage: http://screencast.com/t/UX3dIV0YbdVQ
Remove all and use only this:
.home .td-page-title {
margin: 0px 0px 0px 0px;
}
.home .td-grid-wrap {
padding: 0px 0px 0px 0px !important;
}
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Glad you found figured this out and thanks for sharing.
Hi,
Please use this custom css in theme panel > custom css:
.home .span4 .td_block7 .td_mod2 {
margin-bottom: 0px;
}
Set a larger value for margin if you want some space there.
Should work like this: http://screencast.com/t/8Ay8xJoj8
Thanks
Hi,
Thnaks Christopher!
@mboydnv
Regarding the code you have for the button, your button should look something like this: http://screencast.com/t/e1f4T97Z
Result: http://screencast.com/t/WbP6lGgI
<p style="text-align: center;"><a class="wpb_button_a" title="CLICK HERE TO BUY NOW FOR $99.99" href="https://www.mydomain.com/secured-booking/m_index.php?id=54" rel="nofollow" ><span class="wpb_button wpb_green wpb_size_large2">CLICK HERE TO BUY NOW FOR $99.99</span></a></p>
Thanks
Hi,
Like TheMediumUTM wrote we have this on our features request list, unfortunately we are still searching for a better implementation for this and it’s not an easy task, fell free to change it yourself if you want but we cannot offer custom work so we can’t help you at the moment and you will have to hire a developer to help you with this if you don’t know how to do it.
Until we improve this you can try to use a plugin for this.
Sorry for the inconvenience and thanks for the message!
Hi,
For the default post style, you have to add the comments template into loop-single.php file, like this: http://screencast.com/t/A2kFaUiXi
This is the line you have to add: <?php comments_template('', true); ?>
Also go to single.php file and change this: http://screencast.com/t/twEebRktgC0
You will get this result: http://screencast.com/t/UDt5hXijKHrQ
Use this custom css to remove the space from below and add some space above:
.next-prev {
padding-bottom: 25px !important;
}
.single-post .comments #respond {
padding-bottom: 0px;
}
Thanks
Hi,
Could you send me an URL to your site so I can inspect and check this? I have run the validation for the demo and did noticed the errors reported there but I don’t find them reliable.
For example, the “alt” attribute that was pointed here as missing: http://screencast.com/t/FyfYAD64 it’s present but it’s just not added in the alt filed when the image was added.
You could also verify the source code because there are reported errors which aren’t really there.
Hope this helps!
Thanks!
Hi,
I’m not sure that I understand what are you trying to do. For post pages and other templates you can chose the sidebar from here: http://screencast.com/t/Ib0vSuhToo
For other pages you can chose the sidebar directly freom page editor: http://screencast.com/t/Eykf2td2E or add an widgetised sidebar element and set it like this: http://screencast.com/t/hI8KFdYVeiG1
Hope this helps!
Thanks
Hi,
The files that can be modified using the child theme are pointed here: https://forum.tagdiv.com/child-theme-documentation/
Unfortunately the td_module file can’t be modified via child theme, I have also tested this and didn’t work.
You can use the solution TheMediumUTM suggested or you can make the changes into the main theme files.
Thanks