- 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,
That is happening because you seem to have some custom code affecting the block wrap
– https://www.screencast.com/t/MIDdHQ6PC
If I were to disable that code everything looks properly
– https://www.screencast.com/t/NNnnm88doB
Please check in Theme panel->Custom Css section, and modify or remove the code that is affecting the block wrap.
Thanks
Hi,
The demo with content includes ready made menus, categories, posts etc. These will not be available if you install the demo without content. You will have to create your own categories and menus for example
– https://forum.tagdiv.com/how-category-settings-work/
– https://forum.tagdiv.com/mega-menu/
The settings that are imported are the demo css stylesheet and the theme panel settings.
It would be easier if you would install the demo you want with content and then gradually see how things work, and replace the dummy data with your own as you create it.
Thanks
Hi,
It seems to be a styling issue from the add-on. Try to use a different element on your homepage as the style does not seem to be working properly.
It can be fixed with this css:
.ult-ib-effect-style1.ult-ib2-min-height img{
width: calc(100% + 50px)!important;
}
But other styling issues could occur.
Thanks.
Hi,
You could use some Css to change the category tag color on the modules, like this
– https://www.screencast.com/t/FoioYixMs1tQ
This could be used on particular blocks as well
– https://www.screencast.com/t/AOZJVlxo8
This is the code used in the first example, you must enter it in Theme panel->Custom Css and change the color to what you want to use
.td-post-category {
background-color: red;
}
Here is a link to a tutorial explaining how you can use the browser inspector to identify the elements on the page and their classes, in order to create custom code that you can use in the theme panel
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
This way you can make minor customization to some elements, that are not available as an option at the moment.
Thanks
Hello yukiy531,
Unfortunately, our theme does not have any such an option that allows you to change the fonts only for mobile mode, sorry! The font settings are general for the entire website. So, if you want to have another post title size for mobile, you should use a bit of CSS code to do this. If you need some assistance in this regard, please provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate code.
Thanks for the message!
Hello,
Our theme comes with a starting child theme found in the main theme package: https://www.screencast.com/t/IseAQl13UHrE
It works just as you describe but you must use he style.css provided. You do not need to move all of teh style.css content though as you will see the file only contains these lines: https://www.screencast.com/t/xo6Grn0yldN
FOr more information on the child theme please use this topic: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!
Hi!
I’m trying to add, below the header, just a generic bootstrap dropdown.
in my homepage I add a row and then the “raw html”
– If i add it like the code below (1), the styles don’t work
– If I add the bootstrap css/js (2) the dropdown is perfect but the theme breaks.
I’ll appreciate any lights for achieving this!!
1 )——DROPDOWN——
<div class="dropdown">
<button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Dropdown Example
<span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">HTML</a></li>
<li><a href="#">CSS</a></li>
<li><a href="#">JavaScript</a></li>
</ul>
</div>
2) ——-bootstrap css/js——–
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
Hi,
You can enable the modal feature globally in the theme panel
– https://www.screencast.com/t/nQODEpwTxl
That way you will not have to manually activate it for each image in the post.
More information here – https://forum.tagdiv.com/modal-window/
It all depends how and where you insert the images in the post structure. Maybe you can try to align the image
– https://www.screencast.com/t/EjkYYjnhU3d
So the text should clear the image and display beneath them. There is no CSS code that I could give to apply inside the post editor, you will have to find a way to align the post content using the available editing options.
Thanks
Hi,
Sorry but that will require extra customization. You will have to move each menu item further down in order to make the line visible. I suggest hiring a freelancer to help out with the css as the menu item s need changed in order for the line to be visible through the sub-menus and mega-menu.
Thank you!
I’ll create a child theme and go about hacking the CSS for my own needs.
I’m pretty sure it’s not that difficult.
Hello,
Why this theme doesn’t work with child theme as any other theme? Is it absolutely necessary to copy whole style.css to the child theme instead of inserting there only required classes?
Cheers,
To be fair, the description doesn’t say “set your own custom widths” anywhere, either, and there is a link to full theme documentation prior to purchase.
However, you *can* hack the CSS yourself for ANY theme, you just need to be prepared to adjust some things since the fixed layouts (as shown in all their demos), have certain blocks and elements designed to “fit” the base width in pixels, and then adjust on viewport for responsive layouts.
Many have done so, but you need to understand how CSS works and experiment to see if you can get the result you want.
(I don’t work here)
Hmm.. Would have been nice if you’ve added it to your product description, somewhere. At least then people who’re planning to buy the product would know in-advance that’s it’s fixed width.
I purchased this theme today expecting perhaps there would be an responsive option to make the page wider. I didn’t expect it to be absolutely fixed. I’d really would like it to be slightly wider, ideally 1124/1140px if possible. If I set about customizing the theme’s stock CSS with a child theme, would it be possible to make it run at a specification I prefer? OR would this simply break the sites functionality? Does all the other elements have a fixed width or are they bound by percentages? Taking all 3 columns to be 100%?
Kind Regards
Nikita
-
This reply was modified 9 years by
Nikita.
Thank you for your swift response. You were right that I had to remove that custom code. But changing the Theme Option post title changed it for all the Post Templates.
Since it only makes sense to be a lighter color over the full width image, I used the following css:
.td-post-template-7 .entry-title {
color: #fff!important;
}
Just putting it there in case others might find it helpful.
I’m all set. Great work on the Newspaper theme. Thanks again.
Hi, Team..
Im trying to custom my single post width with this css code
.td-ss-main-content {
max-width: 70% !important;
}
its not center but align left
How to make it center?
Thank you
How do I turn on Modal image default on?

I want to make pages easily.
Also, do I have to change the CSS for text placement on the images?

I want to write text below the images.
when i use inspector to determine the issue.. i tried to disable the width. https://www.screencast.com/t/mCJCZHjODsu
i tried to use that css lines to the page css.. but its still not fixed.
please kindly help. thanks.
hello.. could anyone help me to use the correct css code to set the width to be 330px in the images on my website..www.otentikputri.com https://www.screencast.com/t/woN3GwIbhCij
i want to set the height and width to be 330x330px
there is a option to insert custom height. but no option to custom width.
i have tried to insert extra class name. https://www.screencast.com/t/1V3pMaBaY
the issue is there is a blue background beside the image. i hope u understand what i am saying..
this is using element from ultimate addon for visual composer plugin.
hoping helps from anyone please.. thank u
Hi,
It seems you have some custom Css that applies to the post title
– https://www.screencast.com/t/XLeYTj2ea
Please check in the Theme panel->Custom Css section if you have any code regarding this, and modify or remove it.
The post title color can be changed from the theme options
– https://www.screencast.com/t/ofqfdgwB
Thanks
Hi,
You could try to add the class that modifies the header menu when sticky to the menu, but that would interfere with the top menu that you have on your website
– https://www.screencast.com/t/689rGLDon1
– https://www.screencast.com/t/hfqYYDcM3iI6
Modification will have to be made to the js of the theme as well. As I understand you want this to apply on a specific page so that would mean more work, if even possible.
You could possibly achieve this another way using Css, to modify the header to look similar to the sticky state
– https://www.screencast.com/t/mdGrr1Mk
And then have that code apply for a particular page, based on the page Id
– https://www.screencast.com/t/GREgtoZ9p
This is the code I used in the example if you should decide to use it, you just have to use the page Id that you want, and enter it in Theme panel->Custom Css
.td-header-menu-wrap-full,
.td-header-menu-wrap,
.td-header-sp-logo {
height: 48px!important;
}
.td-header-style-7 .sf-menu {
margin-top: 0!important;
}
.td-header-style-7 .sf-menu > li > a {
line-height: 48px;
}
.td-header-style-7 .td-header-sp-logo img {
max-height: 55px;
vertical-align: initial;
top: -5px;
}
.td-header-style-7 #td-top-search {
top: 0;
}
Thanks
Hello,
I would like to request a “feature” regarding the heading-tags h1, h2, h3, etc. As you know these tags are used to show the most important headings to visitors and search engines. We try to structure our articles by using these tags. But we see that you add h3 and h4 to many blocks eg Related Articles etc. I don’t get the logic there.
Could you remove or offer an option to use a simple div or span instead of h-tags? We manually removed the h-tags from on of our sites but as you know this causes many css problems which we need to fix manually too.
My request: remove all h-tags from blocks.
Any others who want that too?
Regards
Hi,
we have an issues with our WooCommerce layout (background not full width on single product view), since the next-to-last update.
We found out that you added two new css classes in some div classes in other php files, but not in the single-product.php located in /themes/Newspaper/woocommerce/.
We had to customize this file (row 39 & 40) and add this css classes.
<div class="td-main-content-wrap td-main-page-wrap td-container-wrap">
<div class="td-container tdc-content-wrap">
It would be nice to see this files updates in the next Newspaper update.
Thanks in advance.
Hi,
You could try to add that code in this file – https://www.screencast.com/t/wHvfKgGu
But I could not say if your plugin will work or not. Maybe it is simply not compatible with the theme or with another plugin. You could always search for other plugins with that kind of capabilities and see if they work properly.
For the scroll up button while using the mobile theme, you can try this code
.td-scroll-up {
display: none;
}
The code must be entered in Theme panel->Mobile theme->Custom Css
Thanks
The tagdiv gallery was never intended to be used on pages. It works but it lacks the css needed. Unfortunately there is no simple solution to it as the css needs adjusting on pages.
The alternative solution to this is using an image carousel or image gallery from visual composer:
https://www.screencast.com/t/ssg6p05Edm7
Thank you!
Hello,
Sorry but the new full grids do not yet have fonts setting for them. We will add them in future versions but for now you can only use css.
Here are the 2 codes for the 2 module types. The small ones and the big one in the middle:
.td_block_big_grid_fl_10 .td_module_mx25 .entry-title{
font-size:15px;
}
.td_block_big_grid_fl_10 .td_module_mx19 .entry-title{
font-size:20px;
}
You can add the code in the theme panel->advanced css and add different sizes for each device
Thanks.