Hi,
Is from a selector no-js that is on HTML on our theme. We will investigate about that selector.
I’ve added this css in yout theme panel -> custom css
The content is only hidden with display:none from that plugin.
.no-js {
display: block;
}
Thanks for the message!
-
This reply was modified 11 years by
Marius.
Hi @Ahmed,
You have managed the issue? You have tried the steps provided by Christopher?
Thanks for the message!
Hi,
You have managed the issue? Please try what Christopher said and see if works. Probably is from your CDN or a cached page.
Thanks for the message!
Hi,
I can’t replicate the bug, i choose M15 on full width(no sidebar) and for me the border is there: http://screencast.com/t/otPddakIZI Here is on a category page. Provide a link to see the issue or give me more details.
Thanks for the message!
Hi,
Yes @fernandofloresf3 you can read there some speed up tips in the link mentioned by Christopher.
Thanks for the message!
Hi,
Add it in header.php file using this code:
This is needed to add it in a grid column, the code should look like this: http://screencast.com/t/NJKJaCSgpfP7 and replace the text with your ad code.
Hope you manage it!
Thanks for the message!
-
This reply was modified 11 years by
Marius.
Hi,
Do you want to add your own image as featured image instead of the downloaded thumbnail? If yes you need to add return; like here: http://screencast.com/t/Qw3Z148fGx5
Now you can choose your own featured image.
Thanks for the message!
Hi,
You need to remove this code from header-menu.php file http://screencast.com/t/WQ7oYdPyi
Thanks for the message!
Hi,
Yes, you can install the demo data, is something similar with the our demo content but with less posts.
Thanks Christopher for your help!
Hi,
Can you try with this CSS, add it in Theme panel -> Custom CSS
.td-pb-row [class*="td-pb-span"] {
margin-bottom: auto !important;
padding-bottom: auto;
}
Thanks for the message!
Hello,
Please make sure you have the Visual Composer plugin is activated.
Thanks for the message!
Reply via email
Reply via email!
Hello,
If you use a block with a custom post type, you can’t filter anymore by tags, or category ID, that works only for posts.
You need to modify the theme core to work like that, and at this time we can’t offer custom work, sorry for the inconvenience!
If you want you can hire a freelancer to customize the code for you. Try to find someone here: http://studio.envato.com
Thanks for the message!
Hi,
The above selector is applied for the post title and for post title from blocks we have a much stronger selector that overwrite the above rule.
I’ve tested those templates 2 and 5 and my blocks from sidebar looks fine. I will fix the CSS to be more specific for the post title.
Thanks for the message!
Hello,
Here is an empty template that you can try it if works, is only the Visual Composer on that page without menu, footer.
http://demo.tagdiv.com/tf/page-full-blank.zip
Unzip this file in theme root and create a page using this template: http://screencast.com/t/lQwqypkX
Thanks!
Hi,
In some places in style.css we use rgba value, you need to replace that to.
like replacing rgba(77, 178, 236, 0.7) to desired color converted in RGBA
You can use this to to convert a color from hex color to rgba http://hex2rgba.devoth.com/
Hope this help!
Hello,
To change the font on pages you can use this CSS
.page p {
font-size: 18px;
}
We will add this in Custom Typography in the next theme version.
Hi,
I’ve tested and for me the disable ad on phones works fine. About the cut off ad can you provide a link to see the issue?
Thanks!
Hi,
Yes, you need to exclude the unwanted category like: -23.
Thanks @Kronos17 for the help!
Hi,
Please can you provide a link to see the issue?
Thanks!
Hi,
Do you want to change the font typography for the blocks/modules? We have this in Theme panel -> Custom typography http://screencast.com/t/78UitBAMKb
From here you can change the Post fonts on all modules/blocks.
If you want to change it via CSS, here http://www.betasite05.co.uk/category/culture/
use this CSS
.td_mod_wrap.td_mod9 .entry-title a {
font-family: Merriweather !important;
}
Thanks!
Hi,
Yes, you can change it via CSS, add this in Theme panel -> Custom CSS
.td-sub-footer-menu li a {
font-size: 16px
}
Thanks again @TheMediumUTM
Thanks, @TheMediumUTM for your help!
Have a nice day! 🙂