- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hi,
The post content width is smaller then the ad size you are trying to display. The ad has a 728px width and the post content is 696 pixels. That is why the ad does not display properly
– https://www.screencast.com/t/jykwpslgWi3T
As a quick solution you could use a code like this, and see if it works for you
– https://www.screencast.com/t/fZCsUQEt
.td-post-content iframe {
max-width: none!important;
}
The code should be entered in Theme panel->Advanced CSS, in the desktop section.
Thanks
Hi,
Sorry but iframes in our theme get a css of width 100% in order for them to be responsive. Some get past the embed code as they have a stronger css in place.
The easiest solution would be to wrap the iframe inside a div element and set the size manualy but mind the responsiveness as the width:100% was a responsiveness measure taken as lots of iframes come with fixed widths and break responsiveness.
Then you can use css to style the iframe container using the class added to the div.
Or as an alternative, to have better control over your embeds, you cna use a plugin.
If you want to remove the theme resize feature, you can remove it from here: https://www.screencast.com/t/17DVlDXevs
Thanks.
Hello FREEBOX17,
Unfortunately, please notice that our product does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results.
Above, my colleague gave you an example from where you should strat to increase the theme width, but notice then you will have to make some additional customizations to adjust the other theme elements if you want to bring best results.
If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
Hello benitouk,
You can achieve this style if you will use a bit of CSS code. Try to add the code below in Theme panel->Custom CSS area, like this ->
.td-header-menu-wrap-full{
height:44px!important;
}
.td-header-style-6 .td-main-menu-logo a {
line-height: 44px!important;
}
.td-header-style-6 .td-main-menu-logo img {
max-height: 44px!important;
}
.td-header-style-6 .sf-menu > li > a {
line-height: 44px!important;
}
.header-search-wrap .td-icon-search {
line-height: 22px!important;
}
The result is here -> https://www.screencast.com/t/Xb4JM6Zov
Hope this helps!
Thanks for your understanding!
Hello,
@Sami, as a quick fix, you can try using a bit of CSS code to increase the height of your logo. Use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-main-logo img{
height: 218px;
}
Please notice that property has the height: auto and if you will use another logo with a big height than this one, the theme will display the logo with the real height of the image.
@ChaotiX66, provide your website URL and also, some details about your header logo so I can understand what and where is the problem.
Thanks for your understanding!
Hi,
Sorry, I failed to see the link you have provided in your post. You could change the button color and font properties with a code like this for example
– https://www.screencast.com/t/84PrdYwgspX
You can change the properties as you need, and also add more
.more-link-wrap a {
color: red;
background-color:green;
font-size: 20px;
}
Here is a link to a guide that explains how you can use the browser inspector to create custom code, that you can use in the Theme panel->Custom Css
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Please let me know if you need further help.
Thanks
Hello.
I have used the newspaper theme for around 2 months now. I have two main issues that I hope can be resolved:
(1) the customize and widget sections of the Appearance section in WordPress have been exceptionally slow with Newspaper. When I am attempting to drag a widget, is has a lag for at least 8-10 seconds. When I am adding CSS, there is also equally a lag. This issue has been from the beginning, i.e. from 2 months ago.
(2) For a week now the whole back-end of WordPress has been incredibly slow. There is substantial lag in all the operations I do.
Best,
Genn
Hello delizard,
Unfortunately, please notice that our product does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results.
Above, my colleague gave you an example from where you should strat to increase the theme width, but notice then you will have to make some additional customizations to adjust the other theme elements if you want to bring best results.
If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
Hi, I hope somebody can help me.
I wanted to underline only the hyperlinks in the body text of my posts/pages/widgets.
In the style.css I changed some code, but now all hyper links are underlined (menu/titles/footer/header). 🙁
I changed this part of the code:
a:active, a:focus { /* IE remove focus */ outline: none; } a { color: #4db2ec; text-decoration: underline !important; } a:hover { text-decoration: underline; } ins { background: white; text-decoration: underline; }
What did I do wrong or do I have to change?
Kind regards,
Bernard
Website: https://www.brazilie.rocks
Hello jorgeocampo,
Unfortunately, our theme does not have any such an option that allows you to hide these elements, sorry! As a quick solution would be to use a bit of CSS code to hide them. As a hint, try using the following code and add it in wp-admin.css.
The code is ->
.td-small-wrapper-o{
display:none;
}
.td-small-wrapper-o:nth-child(1){
display:block;
}
.td-small-wrapper-o:nth-child(2){
display:block;
}
Hope this helps!
Thanks for the message!
Hi,
1. There seems to be very big padding value set, causing the blank space below the video
– https://www.screencast.com/t/HMc2ifaPW1E5
That padding does not come from the theme. Maybe you are using a plugin for the video, and that could be adding the Css there. This inline important condition cannot be overwritten. You could try a negative margin code like this, as a quick fix
– https://www.screencast.com/t/iwZvRhugqf
.page-id-111
.fluid-width-video-wrapper {
margin-bottom: -300%;
}
2. The Revolutions slider that is provided in the theme package does not need to be activated. Simply install it and use it
– https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
– https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Sliders from the demos can be imported and used. They are included in the theme bundle.
3. I could not make any recommendations in this matter. You can try a few plugins and see which one may be the best for your website. Maybe other users can share their solution or plugin solutions.
You could try something as simple as this
– https://en.support.wordpress.com/google-maps/
Thanks
Hello,
The site cannot be reached so I cannot inspect it.
The scroll to top button has been hidden on mobile devices by default.
If you want to enable it you must use this custom css in the theme panel-> custom css box:
@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}
Thanks.
Hi,
The code should be like the one below. Then the “Gallery” category tag will not be displayed on the posts, in the post page
Before – https://www.screencast.com/t/CCjoI3VWZKGl
After entering the code in Theme panel->Custom Css
– https://www.screencast.com/t/Qs4hletLAA1Y
– https://www.screencast.com/t/MsOGbPqoWv
.single
.td-post-title
.td-category
a[href*="gallery"]{
display: none;
}
Thanks
Hello,
Please use this custom css code to change the uppercase back to lowercase and to change the text color and size:
.td-category-header .td-page-title{
text-transform:none!important;
color:blue;
font-size:28px;
}
You can add the code in the theme panlel-> custom css box
Thanks.
Hi,
You can tr to use this custom css in your theme panel-> custom css box:
.td-logo-wrap-full{
margin-top:20px;
}
If the code does not work properly, please provide a link to your site so I can inspect it.
Thanks
Hello,
The top menu is not available for mobile devices. You can activate it though with a css code. Please provide a link to your site so I can provide the proper code.
Thanks
Hello,
I am sorry, but I keep trying to figure out where to change it with some code and how and keep falling short. The “Read More”, “Categories”, “Latest Articles”, etc. headings don’t seem to be changeable under the Section Theme Colors in the theme panel. If these are images as it appears in the Screenshot you linked to, I could not find a url for them on the CSS. And now I am just confused and have spent a lot of time trying to read up on it to no avail. I am new to this but have read a lot on CSS coding, background-color, etc.
Thank you Catalin for your tip! It was true. I checked the plugin, but I couldn’t find a solution so I added this code to css:
.entry-thumb {
opacity: 1 !important;
}
.post img {
opacity: 1 !important;
}
Now it works 🙂 Thank you for your help! 🙂
Can not install the theme i’ve this error message:
“The following themes are installed but incomplete.
Newspaper: The model can not be found.
A theme requires an index.php template file.
Child Themes require a style header in the style.css style sheet.”
What i need to do ?
My CSS hack did not work, it removed the author information in the same block.
In the theme panel if I DISABLE “SHOW POST VIEWS”, it disables the views on the website front-end however it also stops showing the counts in WordPress Admin Posts. I did a Custom CSS work-around to hide the icon and count number however this seems like a bug in the theme.
Am I doing something incorrectly or is this correct that it is a bug?
.td-icon-views::before {
content: "";
}
.td-module-meta-info {
font-family: "Open Sans",arial,sans-serif;
color: #ffffff;
font-size: 0;
line-height: 1;
}
Hello,
1) Please clear all caching including a cdn server and contact your host and have them disable any hosting side cache.
2) Please provide a link to your site sop I can inspect the logo issue.
3) Unfortunately if you use the speedbooster plugin this can be an effect of it. Or any other tool that minifies css or moves the css load to the footer. There is no way around it. Either it loads first and you do not see the rewrites, or it loads last providing a faster loading speed for your site but you can see the rewrites happen. Css only provides a compromise for speed vs visuals. Unfortunately you cannot have both.
Thanks
Hello llucson,
1)If you want to display only videos, you should use the Video Player (YouTube or Vimeo) and add there as video you want, according to our documentation here -> https://forum.tagdiv.com/featured-image-or-video/ (use TD Composer)
2)Unfortunately, this option is not available in our page builder, sorry! IF you want, you can hide it with a bit of CSS code.
3)The theme does not support these layouts, sorry! Only these ones are available, like this -> https://www.screencast.com/t/aj2clHKqd
Thanks for your understanding!
Hi Catalin,
Thanks for getting back to me so quickly however I don’t think I explained myself clearly.
I’m happy with the size of the logo but I have added an image behind it as a background, I want to increase the height size of the space behind the logo to show more of my header background image.
Hope this is clear and hope you can provide me with some CSS for this.
Thanks very much,
Sami
Hi
1) I’ve recently updated the theme to v8 (via FTP after deleting old files), however in WordPress it still shows as v7.6. I’ve checked the uploaded files (style.css) and it shows as V8. Cache has been cleared. Please advise.
2) The sticky menu changes the size of the menu & logo everytime I scroll. Please let me know how I can get the menu & logo to be the same size when it’s static & scrolling. Thanks.
3) When my page initially loads a boxed version, and then reverts to a wide page layout. Is there any way to avoid this – so that it just loads the wide layout immediately?
Thanks