- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hi,
You can change background and color for block title from block settings – http://screencast.com/t/nLovBswvgM also there is a general color – http://screencast.com/t/4o0g2NM5XXpC
Unfortunately for articles titles there’s no option in Theme Panel and you will have to use custom css in Theme Panel > Custom Css: ttp://screencast.com/t/GrV4iV2C
.td_block_wrap .entry-title a {
color: #FF0000 !important;
}
Hope this helps!
Hi,
Try to use this custom css and change the color how you wish(I guess that it will result something that you want – like a Warning Box) – http://screencast.com/t/WcHzDKk8f
.td_box_center {
background-color: #FFFF00 !important;
}
.td-post-content .td_box_center p {
color: red !important;
}
Hope this helps!
Hi,
Please disable all your plugins except of Visual Composer, clear cache and and see if you still have this issue. Also disable all js/css minifications. I have checked this using the latest theme version and did not found any issue on these browsers. Also you can check our demo and see if there is a problem too.
Thanks!
i have the same problem and i have submitted in the forum.
https://forum.tagdiv.com/topic/tagdiv-slide-gallery-not-stretching-the-images/
In my case, i have not enabled Visual Composed for Posts. i have it enabled only for pages.
pls let me know if the above custom css code works for me too?
Thanks
Hello Folks –
I have just purchased Magazin on ThemeForest and hope that is the same product as Newsmag as I don’t find a support forum for Magazin.
In any event, I cannot get past the first step of installing Magazin because every time I attempt to upload and install the .zip file I downloaded after purchase, I get the following error message:
—–
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.
—-
You can see a screenshot of the error message at this link:
http://screencast.com/t/5VoWMssZp
I opened the .zip file and checked the documentation regarding installation and all it says is to upload and install the .zip file, which I have attempted twice.
Any help you can provide would be greatly appreciated.
Thanks, Frank
Hi,
Try this custom css and set the font weight as you want it.
.td-md-is-safari .td-grid-style-5 .entry-title {
font-weight: 500;
}
Thanks
Hi,
You can customize the search bar using custom css, I’m not sure what do you want to change.
Unfortunately I cannot provide a solution for your second question, even if you hide some of the information the theme can be identify be the classes used on it’s elements. To hide that you will have to rewrite the theme entire css, you will have to modify all the classes.
Thanks!
Hi
By default the theme add this symbol # when click on user name if you’re logged in, but you can link to the author page by adding this code in top-menu.php file – http://screencast.com/t/jVfBKKr5
' . get_author_posts_url($current_user->ID) . '
Also add this css in theme panel > custom css:
.td_user_logd_in{
cursor: pointer !important;
}
Thanks!
-
This reply was modified 11 years by
Andrei L..
Hi,
This usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster, this is why the theme default color appears first then changes, because of the cascading property of css. A solution is to change the color directly into css stylesheet file, which will make your colors to load first and stay that way. You could also deactivate the plugin if you don’t need it and see if you still have this issue.
Thanks!
We recently made changes to the CSS of the child theme but the changes made are not displayed.
We use the sftp via FileZilla to customize the css in Newspaper-child. We replace the css file but the changes does not appear
How to solve this problem?
Thank you
Hi
When you insert a block into post content the theme add that underline decoration on title and category links, if you want to remove it you can use this css in theme panel > custom css:
.td-post-content .td_block_wrap a:hover{
text-decoration: none!important;
}
Thanks!
Hi
Try this css in theme panel > custom css:
.td-post-sharing .td-classic-facebook iframe {
width: 130px !important;
}
Thanks for the message!
Hi,
The loading animation use javascript and also is style using css and it is not an easy task to change it. Here you can find the code – http://screencast.com/t/E6LvsTybH – http://screencast.com/t/df4mUAJ6z Unfortunately we cannot provide custom work at this time so I suggest to hire someone to do this for you if you don’t have basic experience.
Thanks!
Hi
You can use html tags to add lists for example: http://screencast.com/t/bvTNCLkDzEx – http://screencast.com/t/ikqGoZ0Q and you can use css to style it. If you’re not familiar with html language here it’s a good place to start: http://www.w3schools.com/html/default.asp
Thanks!
Hi,
2. Yes, it is not a big change. Unfortunately this is how the menu system was designed so it is not so easy to remove all the effects. We will try to implement another navigation system in future.
10. Please try this custom css – http://screencast.com/t/seTuiHtRDG
.home .td-crumb-container {
min-height: inherit;
padding-top: 10px;
}
Yes, it is good for Seo to have h1 to the page, but it is not necessarily to be the page title. You can add a h1 title and some content in a text block for example anywhere on the page.
Thanks!
Hi,
Unfortunately the theme doesn’t any features like you want so you have to use a plugin shortcode or customize them via custom css like you already said and add it to you post content. You can also take a look to Formats(where you set the quotes) and you have there an option to highlight the text for example, but the same if you want more you will have to stylish using css code. I have added your request to our list and the developers will take a look on your request.
Regarding the quote box you can remove italic style from Theme Panel > Theme Fonts – http://screencast.com/t/prnEaXjtJipb also you can use this custom css in Theme Panel > Custom Css to align it left – http://screencast.com/t/ME18YSHV3
.single .td_box_center p {
text-align: left !important;
}
Hope this helps!
Hi,
Yes, you can use custom css in Theme Panel > Custom Css to hide the post views – http://screencast.com/t/RRnmmMfnn
.single .td-post-views {
display: none;
}
Thanks!
i am not sure if i have tried the custom css correctly. Can some one say which file to edit and where i have to add the code?
Thumbnails on the homepage grid doesnt resize.
My site – ireadopedia.com
i have tried installing thumbnails scale, Thumbnails regen, custom css.
I have read the forums for solutions but still unable to fix it.
Needs help.
Thanks,
Kaarthi
So the coding is pretty easy actually.
The file is Newspaper/includes/wp_booster/td_social_icons.php, and you simply add a new line like
'spreaker' => 'Spreaker',
The first part is the icon-name in the icon font, the second part is the name of the service (used in the theme panel and when you hover over the icon on the site).
It works as expected, except of course for the lack of an appropriate icon.
The icon css is in Newspaper/includes/less_files/font-icon.less, but it seems like Newspaper only includes a subset of the font awesome icons?
I guess linking to the full font file should work then?
Custom CSS to hide category/date on slider worked perfectly, thanks so much!
Still having issues with the Featured Photos not displaying at full size. We ran the Regenerate Thumbnails plugin, deleted cache on page and no difference. Viewing on screen not too large (15″ laptop) and images still smaller than column, although they look for a moment when loading as if they will be correct size, then quickly resize themselves to a little too small. Is there a minimum size or any other way to control the issue?
Screenshot here.
Also, we have set the slide to only rotate through 5 posts but it currently is rotating 10 posts. Other content block on page is set to offset 5 posts (start at 6th post) and “Unique Articles” is enabled, in case that matters. Screen here. Any idea why that would be happening and what to do to fix?
Thanks!
I copied the code you mentioned, but it did not work for me. The shortcode method you said is too complex for me to understand. Sorry.
[vc_row][vc_column][vc_column_text] Sample text Sample Text Sample Text [/vc_column_text][/vc_column][/vc_row].
Let me try in another way..
I am trying to have a box inside the post where I can type. Right now, I am using QUOTE BOX Center for that. But it is always aligned to center. Can I align that to left and change the font from italic to regular. If you have any CSS for that, then it will be nice.
Please have a look at the screenshot: http://i62.tinypic.com/bv79x.png
Awaiting reply
Regards
Siraj
-
This reply was modified 11 years by
sirajcmr. Reason: Need to add Image link
Hi
To change the category color on hover try this css:
.td-grid-style-5 .td-post-category:hover {
background-color: #BB3A3A;
color: #A28AE7;
}
Here is the result: http://screencast.com/t/o18qU6H93Psr
Hi,
This is how I see it: http://screencast.com/t/k4x6LVuaXPdm and seems to look fine. I couldn’t get one with videos to show up so I can inspect it but I suggest you also test this with all your other plugins disabled, empty all caches and also check browser’s console for errors when this happens as I suspect this could be caused by a js/css conflict.
Thanks
Hi,
1. That white space comes from the sidebar which is set on the same row as the main content and extends more than the content in the left: http://screencast.com/t/SkeNaRuH You can reduce number of the post from the block you have in the sidebar to avoid this or add content to the left or alter the posts number to the blocks you use there.
2. We provide instructions in that guide to fix all google notifications in relations to your site’s page speed test so checking your site I found this notifications: http://screencast.com/t/PHCTKXxPUOS4 for which you can use the speedbooster plugin as instructed to move those notified css resources to the footer and for optimizing image you can sue a plugin or try this he following code in functions.php:
add_filter( 'jpeg_quality', create_function('', 'return 50;' ) );
This will compress all images to 50%, you can change that value, after you add the code you have to regenerate all thumbs – https://forum.tagdiv.com/using-the-theme-with-existing-content/
We don’t recommend using auto compression tools for js/html/css but you can try one and exclude the sections that cause issues if minified.
Thanks for the message!