- 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
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperUsing Other Ads
- NewspaperBlock settings tutorial
- Using custom fonts
- Using typekit fonts
- NewspaperChild Theme Support
- NewspaperHow to Make the Site Faster
Hi,
I am still having an issue with the blockquote styling.
I need the paragraphs to show, for the text not to be all caps in both the main and the mobile theme, and be left justified.
I have used the theme panel but I am not getting the results I want.
I am playing around with the css but I cannot make it anything but left justified.
blockquote {
font: 16px italic Georgia, serif;
width:500px;
padding-left: 70px;
padding-bottom: 18px;
padding-right: 10px;
margin: 5px;
text-indent: 23px;
text-align:justify;
}
Please help.
Page here.
http://bit.ly/2D2tIAR
Hi,
I understand what the problem is, I will try to give you a solution. Please try entering this code in Theme panel->Custom CSS section
– https://www.screencast.com/t/MrFEIyc5jV
.mfp-content .td_display_err {
top: 115px;
}
It should create enough space so the text does not overlap.
Thanks
Hi Simion,
Thanks, the css code does what I need it to do.
Hi,
The featured image will open in a modal when clicked, by default. What you are asking would have 2 solutions. The simpler one where through an added code in Theme panel->Custom CSS, any clicking on the featured image in the post page will have no effect. Something like this
.td-post-featured-image {
pointer-events: none;
}
The other solution would require modifications in the theme code, in order to remove the actual link on the image. I will try to give you this solution, if the above is not sufficient.
Thanks
Hi Bogdan,
When I apply the custom css code in the custom css box, the entire author page is blank.
That means, when I click on the author’s name, for example Janice Ang, the next page that shows is just a blank screen.
Could you help me with this?
Thanks.
Hello,
You can add this code in your theme panel-> custom css box:
.author-janiceang, .author-box-wrap{
display:none;
}
Thank you!
dev.cbdmedicalnews.com (Dev site, password-protected; password is “tagDiv”). My homepage looks fine and the header ad’s width is correct (ad is 1428×180, double the standard 720×90 size; but the same undesirable behavior is exhibited when using the 128×90 ad). But when I go to any other page (category, or post), the header ad space extends fully edge to edge. No matter what I do, I cannot get this behavior to change. There is no customizations to the child theme – it’s the bare-bones default files from the Newspaper-child.zip (so there are no customizations). I’ve looked through all the places in the backend where custom CSS and other code could be added, but there is nothing there. We are running NP 8.6
At the same time, we have another site running NP 8.5.1 that appears to be fine (cbdwellnessguide.com), and the header stays body width on all pages like it should. Not sure if the version of NP has anything to do with it; but I’ve gone through the backend settings and compared them to see if I could find a discrepancy, and I don’t see why one site would be working and the other does not.
Any ideas? Thanks!
Hello,
How to make the error message or the registration confirmation message remain in the frame, it looks like it’s an error in the theme, maybe because I use French, I do not do not know.
I do not know the css, could you help me please?
Cordially.
i added that css code and it didnt change the font on mobile. here is a link http://triplehq.com/ill-trip-woke-sleepville/
Hello marketing20,
You should use the following code if you want to hide the Excerpts and Read More button for block 23.
The code is ->
.td_block_23 .td_module_18 .td-excerpt{
display:none;
}
.td_block_23 .td_module_18 .td-read-more{
display:none;
}
The result is here -> https://www.screencast.com/t/1JKjQju7keJZ
Also, if you want that code to be applied only to desktop version you should place the code in Advanced CSS in the desktop area, like this -> https://www.screencast.com/t/Ij0rMi3kLEQ8
Thanks for the message!
Hi,
The css provided above is not correct. The is no display:all property – https://www.w3schools.com/cssref/pr_class_display.asp
And like you can see here the css is not applied – https://www.screencast.com/t/Lwf7kxVUrd
The category tag was is hidden on mobiles for module 14 and it appears on your site because you have removed display:none; from stylesheet file.
I suggest to remove your custom modifications and use this custom css in Theme Panel > Custom Css – https://www.screencast.com/t/vIaNZgxgb
@media (max-width: 767px){
.td_module_14 .td-post-category {
margin-left: 14px;
display: inline-block !important;
}
}
Thanks!
Hi,
The code mentions category template 1, which looks like this
– https://www.screencast.com/t/vXbV3Jd7xK04
Or like this with the top grid disabled
– https://www.screencast.com/t/XRRkEMx87YmQ
Applying that code will first stretch the category header to full width, and also set a padding top for the sidebar
– https://www.screencast.com/t/cjy87ddY
That is all it can do. I think I know what you want to do however, but it could prove tot be difficult. The category header and the sidebar belong to different containers, so even if you would set a custom width to the header, something like this
– https://www.screencast.com/t/XUlyy7KHz
The sidebar will not go up, it is applied to the post loop below and will appear accordingly. You could force it higher
– https://www.screencast.com/t/NTEY3UHthyd
But that will cause responsive issue most likely. This will have to be made only for desktop (Theme panel->Advanced CSS desktop section)
The code I used is this one, you can experiment further if you wish. There could be a different solution maybe you can find it
.td_category_template_1 .td-category-header .td-container {
width: 696px;
margin-left:48px;
}
.td_category_template_1 .td-main-sidebar {
top:-170px;
}
Thanks
Hi there,
I made a CSS customization on Template 2, but smart sidebar is not working if I try it on any post, for example, using Template 6 or 7 (which has no personal customization). Could it be a Cloudflare conflict because of javascript?
Hello eemskrant,
If you want to affect the color link from the post content, you should use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-post-content a{
color:green;
}
Thanks.
Hi,
You should take into account the theme width when setting a background like that. The theme width with a background set in the theme panel, is 1164px. The website will always have that width and be centered. The background is displayed in the remaining margins.
Creating that space would be possible with a code like this entered in Theme panel->Custom CSS
– https://www.screencast.com/t/IRj2xisaVez0
.td-theme-wrap {
margin-top: 290px;
}
It may also be modified to target specific pages only if needed, like the home page for example.
Thanks
Please try this code, enter it in Theme panel->Custom CSS section
– https://www.screencast.com/t/zvrAa6nzGtVP
It should fix the issue with those elements once entered. Maybe clear your cache as well
.vc-hoverbox-wrapper .vc-hoverbox {
width:100%!important;
}
.vc-hoverbox-inner {
min-height:250px!important;
}
Thanks
I would like to remove the excerpt and Read More from the main Block 24 set on my homepage.(If at all possible, only on desktop)
I’ve guessed adding this to Theme Panel – CSS, but no change
.td_block_23 .td_module_23 .td-excerpt,
.td_block_23 .td_module_23 .td-read-more {
display: none;
}
The solution in the link adds a scrolling bar only when am viewing available elements.
But there’s still no scrolling bar when am editing an element – in both the general and css tabs.
How can I fix this?
Hi.
I modified module_14 in order to have the category tag show on mobile
@media (max-width: 767px)
.td_module_14 .td-post-category {
display: all;
}
In mobile view (small portrait phone) the category tag shows, but it doesn’t align with the heading. Can you supply a css fix?
The site is wefrb.easysite.dk, front page, first block, responsive portrait phone.
Looking forward to hearing from you!
Best regards from Lars
Hi,
I could give you a code solution to force the modules to display differently. But please note that this is not how the theme elements should be used. That slide is not the default big grid slide available in the theme.
Also note that all blocks, grids, slides etc are predefined, have preset design values. Altering these could break theme and cause them to not display properly.
In this case a code like this could produce the result you want
– https://www.screencast.com/t/vaoeadeM
@media (max-width: 767px) {
.td_block_big_grid_2 .td-small-thumb .td-module-thumb {
height: 200px!important;
}
.td-big-grid-slide {
height: 600px!important;
}}
Enter it in Theme panel->Custom CSS section.
Thanks
You should not use inline html anymore. You need to create a style class then apply the style class to the h3 element.
See tutorials online re using css3 and html5.
Hello Bodgan. a question after inserting the code that indicated me, I got what I needed in Custom CSS, but it would be possible that there was no separation? that is to say that the photo joins the Menu bar. without separation? Attached photo with the space to be deleted. Thank you
http://www.radiomarcabarcelona.com/MENU/space-delete.png
The overall theme colors can be changed from Newspaper>Theme Panel>Theme Colors for general theme colors and colors for other sections of the theme. For the read more button, paste this code in Newspaper>Custom Code>Custom CSS
.td-craft-ideas .td-read-more a {
background-image: none;
color: #777!important;
}
I solved the gap on top/above the map with the css class mod:
from:
.vc_row.vc_row-o-full-height {
min-height: 100vh; }
to:
.vc_row.vc_row-o-full-height {
min-height: auto !important; }
-
This reply was modified 8 years by
tehnic@arhitectgabrielgeorgescu.ro.
Hello strawberrybase,
If you recently switched to HTTPS make sure you have done it properly.
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/
https://forum.tagdiv.com/topic/moving-to-ssl/
Also, make sure if you are using the latest version of the theme installed via FTP way. Check your plugin’s list and if you are using some untested plugins, try to disable all of them, clear all the caches and check the results. Before doing these steps, ensure that you have made a full backup to your database to avoid losing all of your data.
Thanks for your understanding!