- 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
i means is .. i need to remove css for responsive portrait phone for bbpress forum.
Hello meri,
Here is talking about two different things. So, the module meta information is referring to the modules/blocks on the page and this section contains there -> https://www.screencast.com/t/0Gg9Obt53ff The td-classic facebook and twitter are placed on the post pages and if you want to hide them, you should use the following code and place it in Theme panel -> Custom CSS area.
.td-classic-facebook, .td-classic-twitter{
display:none!important;
}
The sibling’s category is here -> https://www.screencast.com/t/yBlXV5VkHXI. Tell me exactly you want to hide from your website so I can provide a more accurate code.
Thanks.
Hi,
what i mean is, i just need .bbp-header in IPad (768px – 1018px) looks the same with Phone (0-767)
As you saw at the my screenshot, the .forum-titles for Phone (0-767) is not nice. So i want to change it look like IPad (768px – 1018px).
i need your help, which CSS should i remove.
Hi Simion, Thanks for responding.
No custom code in Theme Panel
No custom code in additional CSS
Link : https://lazonemph.com/
You will need a username
user : invite
password : invite
Hi,
I suppose that you are referring to the appearance of a flash/time loading when you enter on your website, right? This behavior appears when you have additional customization through custom CSS code. Please notice that the CSS is working in cascade and the first time will take the code from style.css that is set it by default and then the theme will take the custom code that you have changed from Theme panel and practically this flash is generated by this cause. As a workaround, you have to check your style.css and try to add directly to this file your desired custom code. So, if your problem is still there, please try to revert the theme to the default settings, without any customizations and let us know how it goes. Also, you can try to make a new fresh install from scratch with the latest version of the theme and check the results. Also, please make sure every time you cleared caches. Noticed that the only files where you will have to edit are style.css. Also, please update the theme to the latest version of it.
If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Hope this helps!
Thanks for your understanding!
Hello latihlogika,
Sorry for this but please notice that what you want to achieve involves doing such an additional customizations and we cannot provide something like this at the moment because the custom work is not covered by our license, sorry! You should customize it yourself with such a custom CSS code and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you!
Usually, we recommend the developers from studio.envato.com
Thanks for your understanding!
I saw the problem is with css, I actually disable the combine and concatenate css files (and I need it) please, tell me wich css uses the search box so I can exclude only that css file and can concatenate the rest.
thanks in advanced.
Hi,
Try the code like this
– https://www.screencast.com/t/rnAo76A8dDkG
Then it should work properly
– https://www.screencast.com/t/y0FpQntGHN
<?php echo human_time_diff( get_the_time('U', $this->post->ID), current_time('timestamp') ) . ' ago'; ?>
It may further require some styling to align the time, that can be done with some CSS.
Thanks
UPDATE: 1) solved after removing the Jetpack Plugin. The issue 2) continues to exist. :-/
1) Posts settings don’t work
Whenever I make any change in the Theme Panel, the progress spinner takes forever to apply the changes. I have to refresh the tab to view the changes. Despite choosing default Post Template, I can’t make changes whenever creating a new post. Also Feature Image option appears partially with no option to add photos. In short, can’t create new posts or new pages easily.
2) Whenever I try to preview a test post, the “Edit Live CSS” box appears with no option to shut it.
Image: https://i.imgur.com/A4ZUDuJ.png
Please guide me how do I solve this issue. I’ve already clean installed WP 4.9 and freshly activated Newspaper theme on it.
Hi there,
I always say that I love your theme but it’s true… 🙂
I have one issue…
I use WP-Rocket as my cache plugin and It works fine, it minimify and concatenate the css and js files and the web runs like a rocket… but….
have an issue with the search glass in the menu, It doesn’t shows when I click on it…
Could you tell me wich css or js file is using that function to show the search box so I can exclude it from the caché files?
Thanks in advanced.
Hi,
It would require some CSS to style the ticker that way. If you could provide a link to the website where this element is present I will provide the code used.
Thanks
I need to change the mobile layout for forum column header (which containing Forum, Tapic, Post, Freshness)
from this
http://latihlogika.com/files/mobile_layout1.jpg
to this
http://latihlogika.com/files/mobile_layout2.jpg
Could you please let me know which CSS?
Thank you
Hi,
I believe you are referring to this space here
– https://www.screencast.com/t/iypxKClT7
Try this code in Theme panel->Custom CSS and the problem should be fixed
– https://www.screencast.com/t/pzyckjywJrR
.td-a-rec-id-custom_ad_5 a + img {
width: auto!important;
}
Thanks
Hello ahmednet,
Please keep in mind that our theme has no RTL files and any support for this because it has not been designed to be used in this layout, sorry!
Unfortunately, we have no plan on implementing it in the near future. Implementing RTL support in our theme will require 2 style.css files and it will add significant “weight” to the theme. Using the RTL mode means that lots of elements have to be adjusted and this thing involves custom work and we cannot provide this at the moment!
Please try to do a simple search of our forum and you will see that our team offers support only for theme related problems and which not require additional customizations. Please check again our support policy here -> https://forum.tagdiv.com/support-policy-2/
Thanks for your understanding!
Hello,
You an only do it with css if you have the skills necessary. There is no setting in this regard. It also depends on the size of your logo and your ad size.
This code will bring the logo to the left of the container
.td-header-style-1 .td-header-sp-logo{
margin-left:0;
}
But for the ad, it depends on the size.
Thanks.
Hello meri,
If you want that your changes to be applied only to mobile devices notice that you should add your custom code in Advanced CSS box from here -> https://www.screencast.com/t/bbRhJ9DLLjE Please be more specific on which exactly information you do not want to hide so I will be able to provide a more accurate response.
Thanks for the message!
Thank you so much! I have managed to add the border and use a background image. However, if I don’t choose to use a background image, there is something troubling and I don’t know if it is a bug:
If I have full-width (no background) and try to adjust the width like this:
body {
border: 3px solid black;
width:65%;
}
then I get a blue gradient on the left of the screen. Every time I change the margins or width using CSS there is this blue gradient on the left. Why is it there and how can I get rid of this?
Hello, I would like to apply a css style to the images of a specific category, is there an easy way to do it?
I created the category “Comics” and the images published here should have a drop-shadow and rounded corners, like this:
img {
box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.48);
border-radius: 3px;
}
I’m not sure that you understood me. I don’t know what is CSS code. I just want to replicate your demo. Nothing else. Are you telling me that I can not replicate your demo?
https://www.dropbox.com/s/4f4hoi2z1b09xhr/areyoukiddingme.jpg?dl=0
regards
Hello, I submitted the following with WPBakery: I have 1/4 and 3/4 columns, but not matter what setup of columns, even using the predefined templates, each column seems to be on it’s own row.
Their reply is:
1) The issue is because theme author has modified our default column classes using: https://wpbakery.atlassian.net/wiki/display/VC/Change+CSS+Class+Names+in+Output
You can get in touch with him and get rid of the above code to get it back, so that the column layouts at your end can render fine.
Hence, I’m here to ask you to fix this.
thanks
Hello AntonioGM,
Use the Custom Code, Advanced CSS box and place your code only for Desktop, like this -> https://www.screencast.com/t/bbRhJ9DLLjE
Hope this helps!
Thanks for the message!
Hi, you gave me this code:
.category-xxx .td-module-meta-info {
display: none;
}
And this one
.td-classic-twitter{
display:none!important;
}
.td-classic-facebook{
display:none!important;
}
It hides some informations. Is there a way modify it in order to disable these informations and not just hide them?
My question also applies for the mobile version, here are the codes you gave me :
.single .xxx .td-module-meta-info{
display:none;
}
.td-category-siblings{
display:none;
}
Thanks for your help.
Hello Kanuj,
Try to use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-author-name a{
pointer-events:none;
}
cite a{
pointer-events:none;
}
Thanks.
Hello hosein,
Please keep in mind that our theme has no RTL files and any support for this because it has not been designed to be used in this layout, sorry!
Unfortunately, we have no plan on implementing it in the near future. Implementing RTL support in our theme will require 2 style.css files and it will add significant “weight” to the theme. Using the RTL mode means that lots of elements have to be adjusted and this thing involves custom work and we cannot provide this at the moment!
Please try to do a simple search of our forum and you will see that our team offers support only for theme related problems and which not require additional customizations. Please check again our support policy here -> https://forum.tagdiv.com/support-policy-2/
Thanks for your understanding!