- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
I used this custom css but “more from author” tab is still here. when i check in live css editor, tab is not shown, do you know where is problem?
Hi,
the past few days I was busy getting the performance up and running without plugins (and doing not too bad so far).
But it seems that something messed up the slider display, photos are enlarged and the actual slider is not visible. And I can’t figure out what is causing this. Also the images show a darkened bottom, any chance to remove this ?
Since I’m here google pagespeed annoys with should fix this for mobiles (but not for desktop!):
Optimize CSS Delivery of the following:
http://www.dinckol.com/…-content/plugins/jetpack/css/jetpack.css
http://www.dinckol.com/…cons/genericons/genericons.css?ver=1.7.1
http://www.dinckol.com/…themes/Newsmag-child/style.css?ver=1.7.1
http://www.dinckol.com/wp-content/themes/Newsmag/style.css
I understand from what I have read so far the theme css’ hast to be loaded at top. Once you open my page you will see nonetheless a brief delay the style gets applied. any suggestions to improve mobile speed and visual experience?
Thanks
I was making a “Our Team” page with the default available page templates in Newspaper theme. First to test I published it privately and tested the images with CSS Animation and it worked great.
But, when I published it publicly and checked it in Google Chrome incognito mode, the images(CSS Animation enabled) didn’t come, whereas the images without Animation came. Then I thought that it must be a problem with incognito mode. So, I tried to view the page on Google Chrome in the logged in session, still the problem persists. Well, to be honest, I again tried switching it to privately published. And, the Animation work again!
If CSS Animation works, why it is being affected by the public and private mode of publishing. Can you give me a possible explanation or its a common problem?
Thanks in Advance 🙂 TagDiv forum staffs are really good at helping.
Hi,
Yes, you can try this css code to target footer icons – http://screencast.com/t/H13NqETA
.footer-social-wrap i {
color: #222222;
}
Thanks!
Hi,
Unfortunately there is no option to change the footer text color from Theme Panel, but you can do this using custom css in Theme Panel > Custom Css: http://screencast.com/t/YsiFd0iq
.footer-text-wrap {
color: #222222;
}
Thanks!
Hi, I’ve just purchased NewsMag Template 1.7.1.
Fresh installed + child theme activated.
Whenever I try to modify any overridable file related to your documentation, nothing is working execept for style.css ??
Have I missed something ?
thanks in advance for your Help.
Laurent.
Hi,
I already told you that it may appear like this because you have minified the css.
Thanks!
Hi,
Like Lucian said above the theme doesn’t have any other styles for the social sharing buttons, you will have to use a share plugin if you want something like that.
You can use this custom css in Theme Panel to hide more from author – http://screencast.com/t/T87QMqDNrv
.td-related-right {
display: none;
}
.td-related-title .td-related-left {
border-radius: 3px;
}
Thanks!
Hi,
@abarrell Please deactivate all plugins, leave just Visual Composer active, clear cache and purge your files, then check if you still have this issue. Also disable any css/ js minifications. If you don’t have this issue anymore activate your plugins one by one and see which one created this issue or maybe it is a conflict between more plugins.
I have checked your site and you have some errors in the console – http://screencast.com/t/tX1Czbf1qL
@aricandra You also can try the above suggestion, these problems usually arise from plugins conflict.
Thanks!
Hi,
Unfortunately the theme doesn’t have an option for this, but you can add a background color for each menu item using unique class for items. Paste your custom css in Theme Panel > Custom Css – http://screencast.com/t/XKwTX2gdL
.menu-item-241 {
background-color: red;
}
.menu-item-232 {
background-color: green;
}
Thanks!
Hi,
It doesn’t work because your theme is newsmag, please try this custom css: http://screencast.com/t/pYw2PxQAPKHZ
.home .td-module-comments {
display: none !important;
}
Thanks!
It doesn’t work for me. I’m still seeing the comments. What can be wrong?
site: m24digital.com
I copy and paste the code in custom css on the Newsmag theme panel
.home .entry-comments-views {
display: none;
}
thanks alin its work fine now
but i want ask why my style.css looks Messy ?
i have checked ver 1.7.1 style.css file and its Different ..
Hi,
You can add the css code where you want it is not a specific place. I said to add it to the bottom of style.css content as you can find it easily if you want to remove it – http://screencast.com/t/hFcmQNnV
Thanks!
Hi,
You can try this custom css in Theme Panel > Custom Css:
.td-video-play-ico img {
opacity: 0;
}
.td-big-grid-post:hover .td-video-play-ico img {
opacity: 1;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
.td_module_wrap:hover .td-video-play-ico img {
opacity: 1;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
Thanks!
Hi,
Please check the above css solution, it is tested on your site and it should work fine(please use !important tag for width value).
@media (min-width: 768px){
.single .td-pb-span12.td-main-content .td-post-content iframe {
width: 650px !important;
display: table;
margin: 0 auto;
}
}
Yes, you are right about this, changing to 66% it will change the width also on mobiles, but the custom css should work. Please clear cache as I have checked your article and iframe is 100% as you can see – http://screencast.com/t/9eVOmWOJ554q
Thanks!
Hi,
Please try this custom css – http://screencast.com/t/1XMjwAfq
.td_wrapper_video_playlist a.td_click_video .td_video_title_and_time {
margin: 0 103px 0 30px !important;
}
.td_wrapper_video_playlist .td_video_controls_playlist_wrapper .td_video_stop_play_control .td_vimeo_control, .td_wrapper_video_playlist .td_video_controls_playlist_wrapper .td_video_stop_play_control .td_youtube_control {
left: 0px !important;
}
.td_wrapper_video_playlist a.td_click_video .td_video_thumb {
margin-right: 16px;
}
.td_wrapper_video_playlist .td_video_controls_playlist_wrapper .td_video_title_playing {
right: 80px;
left: auto !important;
}
I also uploaded these files(we have changed the play icon for rtl) – https://www.dropbox.com/s/spimtk75t090nyn/elements.zip?dl=0 that you have to replace the existing files from – http://screencast.com/t/GVTzhEnRjmW
Thanks!
Hi,
@nf_prt Thanks for your help!
2. If you want to apply the css code only for a specific page you can add it here – http://screencast.com/t/biJxb0wT
3. You can see more on our documentation – https://forum.tagdiv.com/customize-the-categories/
4. You can use a social share plugin or if you want to replace a theme share button you can find them here – http://screencast.com/t/nujGn2MB5HIB
Please also check theme’s documentation, it may help in other issue – https://forum.tagdiv.com/newspaper-documentation/
Thanks!
Hi,
Please check this also without any plugins active, leave just Visual Composer active, clear cache and se if the post font size is changing from Theme Panel. I have also checked this and did not found any issues. I have checked you article and found that also the default css for post content is overwritten – http://screencast.com/t/VRTSYf3m on my side – http://screencast.com/t/ya6VanJ8lxJW
Or if you want to add font size using custom css you can use !important tag – http://screencast.com/t/cu2WsFhV63
body .td-post-text-content {
font-size: 16px !important;
}
Thanks!
Hi!
hope this helps,
1) please see this: https://forum.tagdiv.com/topic/translation-to-russian-gallery/
2) if you want custom CSS for indivual elements of the page see this: https://wpbakery.atlassian.net/wiki/pages/viewpage.action?pageId=524319
You can also place custom CSS in the Theme panel (theme panel-> custom css)
3) in the Theme panel click CATEGORIES menu, then select the desired category to show its options. There’s an option SHOW FEATURED SLIDER you can disable.
4) the theme “only” has twitter, fb, pinterest an g+ buttons. You can enable/disable them all at once, but not separatedly (theme panel-> post settings-> sharing).
Theme only has sharing buttons, you may want to have Open Graph too for better sharing. I use the theme buttons and yoast WordPress SEO plugin to manage the Open Graph.
There’s many things you can do:
– mannually add/remove buttons, edit file wp-content/themes/Newspaper/includes/modules/module_modifier/td_module_blog.php from line 64
– if you use jetpack plugin, you can disable the theme share buttons and enable jetpack sharing module, it has many buttons individually selectable and manages Open Graph too (but it’s bloated, bugged and dishonest – based on my opinion only)
– you can get a buttons plugin like Simple Share Buttons Adder and another for the open graph (yoast wordpress SEO, jetpack). Theres many plugins for this.
Hello,
And more difficulty speaking English, I am self taught and am having some problems.
My site is not yet online so I can not give you his URL.Dans TagDiv Gallery, I would translate into French the commands: 1 of 5 … close … I went into the plugin files and I have not found or make the changes.
VisualComposer I use to create a page but I do not know how to apply CSS theme to the created page.
My menu, I made a connection with a single category. This works but above my articles, I have a slide that appears. Is it possible to remove it?
I would also like to know how to change the social networks at the bottom of the article.
Can you help me? Thank you.
Cordially
Didier
Hi,
I’m struggling with setting up a custom font size (14px) for posts. I tried it two ways, via the post settings in the theme panel and via adding a font size to .post in style.css. Unfortunately without success as you can see here: https://www.dropbox.com/s/64oz04edxq2hmpv/Text%20Size.JPG?dl=0
The text in the read frame shows the published post with default text size. Only when I format each span with a custom text size of 14px I finally get the right size (blue frame). By default the text size will stay at 10.5px while publishing a post. Additionally I have to say that I’m using the TinyMCE Advanced Plugin for my editor. You can find the post of the picture here: http://starzip.de/dsds-gewinner-2015
Thanks,
Loano
and what will happend if i replace the old style.css with new one ?
Hi,
You hide it also using custom css, but it will hide also post views – http://screencast.com/t/KWBPA470yPx
.home .entry-comments-views {
display: none;
}
Thanks!
Hi,
You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/jfnt6KjQisOI
@media (min-width: 768px){
.header-style-3 .container-fluid {
text-align: left !important;
padding-left: 0 !important;
}
.header-style-3 .td-grid-wrap {
padding-left: 0!important;
}
}
Thanks!