- NewspaperCreate Custom Code with the browserâs Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hi Guys, I can’t seem to remove unnecessary padding on the bottom of images in post content and in sidebars, is there a default value set for this in the themes css?
Thanks
Matt
Hi all,
Should use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-header-style-8 .td-header-top-menu {
display: block;
}
}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
}
@media (max-width: 767px){
.td-header-sp-top-menu {
display: block !important;
}
}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
}
After using this code notice that you will need to make some adjustments to a better design.
Hope this helps!
Thanks for the message!
Hello deambris,
You should use a bit of CSS code to hide this. Provide your website URL and show me what kind of breadcrumbs you want to hide so I will be able to provide a more accurate response.
Thanks.
Hi,
I see that you have managed to insert a header ad in the spot you wanted
– https://www.screencast.com/t/OdjMiXe6ei
Please note that the header banner is displayed below the menu in the header style you are using. It would require modifications to the header template file if you would like to change that functionality
– https://www.screencast.com/t/UGtJTnBe0f
This may require additional CSS styling as the header banner is not supposed to display along the logo in that header style.
Thanks
Hello dheerhuis,
I have inspected your footer section and there it seems to be the link of your logo, without any image, as you can see here -> https://www.screencast.com/t/Hkl9Xc28KIM Try to remove any elements from footer logo from your Theme panel and then clear all the caches and check the results. Another alternative, in this case, would be to use a bit of CSS code to hide this section. Try the code below and place it in Theme panel -> Custom CSS area.
The code is here ->
.footer-logo-wrap a{
display:none;
}
Hope this helps!
Thanks for the message!
I’d like to reduce margins between sidebar widgets, and I’m assuming I need to add some custom CSS to my site, but don’t know the exact CSS.
Can you help with the correct CSS I should use?
Here’s my site: http://carolinaepicurean.com
Thank you,
Laura Huff
I want my mobile view to have the same features as my desktop view. I have tried deactivating the mobile plugin, however the content is a bit messy with some of the features exceeding the screen width. How do i fix this please? I have a terrible knowledge of html or CSS.
Thanks. The problem is that my custom css does not line up my logo and ad in the header the way it was before. They have changed something in the new css for version 4.0.
I do not understand why something so good as this theme has this idiotic miss – not being able to easily fit your own size of logo and ad. Why do they force you to their logo and ad size. They don’t seem to care. This is not the first time I have brought this up. This is insane.
Hi guys,
I have an issue with an empty sidebar on a specific page type.
When I activate the sidebar under Template settings > Woocommerce template > Shop Homepage + Archives – the respective sidebar created for those pages is displayed properly (note: the sidebar is hidden for the Shop Homepage with custom css). If I understand correct, the same sidebar should appear on the woocommerce search result page. When I do a search, products are displayed as results properly, and the space for the sidebar is reserved, but the sidebar itself doesn’t load. You can have a look here bit.ly/2vVaRz7 . How can I fix it?
Thanks
Hello! I would like to add an extra field to the author boxes. For example, I would like to add the location of each author below their name. Is the “Extra Class” field the place to do this? I see the instructions read: “Style particular content element differently – add a class name and refer to it in custom CSS.” What is the code to do this in custom CSS? Thanks for your help!
Add your custom css to end of style.css then do this each time you update theme. Best way.
This is my Custom css, which never changes:
.td-header-style-1 .td-header-top-menu {
top: 0;
}
.td-header-top-menu{
padding-left: 12px!important;
}
.td-header-sp-top-menu{ float:left!important; }
@media(min-width:1021px){.td-header-style-1 .td-header-row {
width: 1023px;
margin-left: auto;
margin-right: auto;
}
}
@media(min-width:1021px){.td-header-style-1 .td-header-row {
width: 1023px;
margin-left: auto;
margin-right: auto;
}
}
.td-header-menu-wrap {
background-color: #28B775;
min-height: 48px;
}
.td-header-style-1 .td-header-row {
width: 1030px;
margin-left: auto;
margin-right: auto;
}
.td-header-sp-logo {
width: 460px;
float: left;
position: relative;
margin-left: 0;
margin-bottom: 8px;
margin-top: 8px;
}
.td-header-sp-rec {
float: right;
margin-bottom: 8px;
margin-top: 8px;
width: 468px;
position: relative;
}
@media (min-width: 768px) {
#td-top-search {
position: absolute!important;
top: 10%;
}
}
.td-header-container {
width: 100%;
}
@media(min-width: 768px) {
#td-top-search {
margin-top: 0!important;
position: inherit;
display: inline-block}
}
.td-header-menu-wrap:before {
background-color: #000000;
content: “”;
display: block;
height: 4px;
}
.td-header-border:before {
height: 0;
}
.td-trending-now-wrapper {
background-color: #FFFF00;
height: auto!important;
}
.td-container-border > .td-pb-row:first-child .wpb_wrapper .td_block_wrap:nth-of-type(1) {
background-color: #FFFFFF;
}
@media(max-width: 768px){
.td-header-sp-rec,
.td-header-style-1 .td-header-row {
width: 100%!important;
}
.td-main-menu-logo img{
width: 75%;
}
}
@media (max-width: 768px){
.td-main-menu-logo img {
width: initial!important;
}
}
.td-header-style-1 .td-header-main-menu.td-affix {
width: auto;
border-top: 4px solid #000000 ;
}
@media(min-width: 1024px){
.td-header-style-1 .td-affix #td-header-menu {
width: 1030px;
margin: 0 auto;
}
}
@media(min-width:768px)and (max-width: 1023px){
.td-header-style-1 .td-affix #td-header-menu {
width: 756px;
margin: 0 auto;
}
}
My problem remains!
I do not have Editor under Appearance.
Every time an upgrade to the theme is released, I have to alter the .css code, where the size of the header logo and ad are specified, BECAUSE, there is a resizing “blink” if I do not do that to match the sizes that I desire for my logo and ads in my Custom css.
A huge flaw of this theme is that id does NOT allow you the freedom to set your own header logo and ad sizes, without having to go through the insanity I go through every time there is an update… and now I cannot even access the main css via the admin panel….
Peter
When I set the padding-bottom CSS of the Slide, this setting is shown in the back end, but on the front it does not display correctly.
Can you help me please?
Thank you
hello,
after the 8.1 theme update the tagdiv gallery has been crashed.
See the article with the wrong gallery ( it crashed globally, this is just an example) :
https://rendeljkinait.hu/f-wheel-dyu-d1-elektromos-bicikli/
Please provide the css code which resolve this chaos.
Thanks,
Laszlo
Have the same issue. Only (partial) solution I can see now is to rebuild all of the pages using the tagDiv Image box after some modification to CSS to remove the overlay. Even VC rows are not respected, my layouts are toast. Yikes.
I had modified css to fit my need so want to use exact same search on mobile as desktop search
please tell me what should I do I didn’t change any css class or anything thank you
Hi guys,
I have updated the theme to 8.1 and a bug appeared in tagDiv Slide Gallery.
Thumbnails in the bottom row appear oversized – that is, image they contain grows way beyond proportions and other thumbnails don’t appear because of this.
Here’s the screenshot: https://s26.postimg.org/hebt9516x/Screenshot-2017-09-01-23.12.jpg
And you can see it live here: http://drava.info/2016/11/foto-suncana-topla-kasna-jesen/
Funny thing is, some of the galleries still work fine and I can’t figure out why. Here’s one that works fine: http://drava.info/2016/12/foto-pogled-s-kalnika-nocas-je-bio-spektakularan/
I guess I could fix it up with some CSS hack but I’m curious about the cause. Thought you might want to look it up.
I haven’t migrated to tD Composer yet so it’s inactive at the moment.
Hey Chris, I’ve made my mind and stept off of AMP for now. Will optimize my pages further to make the speed go up and deliver a better user experience. Already upgraded to PHP 7.1, moved some non-essential JS-code to the bottom of the header, minified CSS + JS including above the fold optimization. It really works wonders so far. Have tried multiple times on a test-VPS to get http2 to run, but Custombuild 2.0 (DirectAdmin) doesn’t natively support it yet. The following tutorial for example:
https://www.vultr.com/docs/how-to-activate-http2-support-on-directadmin-centos
Everything goes well, until cURL comes around the corner. Online checks don’t show my websites using http2, and the following command is not being recognized: ‘curl –http2 example.org’. Can’t get it set up right, but might have to do something with the ISO that my provider uses for CentOS 7 + DirectAdmin VPS’s.
Anyway, that’s not a story for this forum. đ
Thanks for your information so far! It has been very helpful.
Hello hploc,
Please keep in mind that each of our demos has a specific style which is available only for that demo. So, if you want to have this background to your block title you should install and use this demo. Also, if you want to implement this feature to another demo which does not have this, you should add it via such a custom CSS code.
Thanks for your understanding!
Hi,
Try to use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-container-wrap{
padding-top:0;
}
Thanks.
Hello Nano,
Write a simple plugin for functions.php, and add your custom codes there. The plugin will auto put your custom code to the both main and mobile theme’s functions.php. So whenever you update the theme, you don’t need to edit functions.php file.
For style.css, you can use theme panel to add custom codes. You can force write the rule by adding an important tag.
For fonts, it seems you’re using Poppins bold for headlines and the default fonts for the rest of the site. You can create own.woff file for the Poppins bolt and use it with custom fonts file option in the theme panel.
Hope this will help you.
All the best
Hello cristopowertv,
Sorry for this but please notice that all the titles have been optimised to be responsive for any devices will be used. If you do not like the style of them, you should change it using a bit of CSS code.
Thanks for your understanding!
Our homepage: https://laxallstars.com
The blue section on our homepage should be a 1/3 column on the left side. The black article section should be 2/3 on the right.
Our shop: https://laxallstars.com/shop/
The top sections are woocommerce elements and misaligned.
Please advise. Thanks in advance!!
I could find that each image has a css class called entry-thumb which has the opacity in value 0 and prevents it from displaying. Do you have any solutions or should I overwrite this class myself in the configuration?