- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
1. I have no idea how that would be possible, haven’t tried doing this. The plugin resources will be loaded at all times usually. From within the plugin I don’t think it is possible, you could check through the documentation
– https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
Or go through the plugin files and try to set a condition where the resources are loading, or maybe with a function
– https://wordpress.stackexchange.com/questions/695/restricting-a-plugin-to-only-load-its-css-and-js-on-selected-pages
Also there could be optimization plugins that may be capable of such a restriction for plugins.
2. I believe this is already added on our to do list, it will be modified in coming updates. Sorry for the inconvenience.
Thanks
Hi,
Please check our documentation for footer -> https://forum.tagdiv.com/footer-templates/
If you want you can create a footer page and set it in footer.
Or you can use custom css to change the height of the current template you have set -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you need help with this please provide a link were I can inspect your footer, in this way I will be able to provide you the right custom css.
Thank you.
Hi,
Please try this custom css
https://www.screencast.com/t/4O0E6zihQ
.td-header-style-5 .black-menu .sf-menu > .current-menu-item > a, .td-header-style-5 .black-menu .sf-menu > .current-menu-ancestor > a, .td-header-style-5 .black-menu .sf-menu > .current-category-ancestor > a, .td-header-style-5 .black-menu .sf-menu > li > a:hover, .td-header-style-5 .black-menu .sf-menu > .sfHover > a {
background-color: transparent;
color: #4db2ec;
}
Add the code in Newspaper>theme panel.Custom code>Custom css
Hope this will help you.
Thanks.
Hi,
Unfortunately our theme do not have this option yet, but you can use some custom css in order to obtain that
https://www.screencast.com/t/bNEdyP8B4d
Please try this custom css
.td_top_authors img {
position: initial;
margin : 0 30px;
}
.td_top_authors .td_mod_wrap {
float: left;
padding: 0 15px;
}
.td_top_authors .item-details {
margin-left: 0;
}
.td_top_authors .td-authors-name {
text-align: center;
}
.td_top_authors {
margin: 0 0 0 25px;
}
Thank you.
It’s just when I implement this element the image depending on the post looks all fuzzy and the height is way too high. I used the following post as a test so you can see:
https://www.cruisehive.com/cruise-tips-from-insiders-you-should-definitely-take-note-of/9435
I’ve tried changing the image dimensions but just looks odd. Maybe there is another css code to make the image extend to the left of the page? That code is from your Single Post Template 36. Would also like all featured images across all posts to be the same dimension but don’t want a height more than 550 as the content will be too far down.
Any help would be great, cheers.
Hi
I’m working on making my site https://aastik.in fast.
1. Only home page has the revolution slider, how to prevent corresponding js from loading in other pages ?
2. Site frontend loads liveCSS js file without anyone logged in (it’s a bug IMHO)
Hello,
I’m using Standard template with Style 5 in main menu. When hover menu, it appears a blue square in the item menu. I would like when hover just the main menu text turns to blue and the menu keeps black, like TagDiv main menu site.
Site: https://triboinvest.com.br/
Could you send me the CSS code to make this?
Thank you,
Hi,
Please replace the code from mobile code with this custom css
.footer-logo-wrap, .td-footer-logo, .td-footer-wrap .block-title, .td-footer-description {
display : none;
}
Hope this will help you to achieve what you want.
Thanks.
Hi,
1. Please use this custom css and all background color will be the same
body {
background-color: #e6ecf0;
}
Is possible to have set somewhere the background color for posts.
2. Please try this custom css
.td-container-wrap
{
box-shadow:
0 9px 0px 0px white,
0 -9px 0px 0px white,
12px 0 15px 0px rgba(31, 73, 125, 0.8), -12px 0 15px 0px rgba(31, 73, 125, 0.8);
}
https://www.screencast.com/t/p0t2TNdFf
3. In order to change the width you need to make a lot of settings, because our theme do net have such options.
Thanks.
Hi,
1. There would be an explanation for this. The posts will inherit the background set for their primary category (color or image)
– https://forum.tagdiv.com/primary-category/
So for example this category page has a background color (#dbdad6)
– http://popcornscreen.com/category/filmovi/
That seems to be the only category for this post – http://popcornscreen.com/captain-marvel-dobija-novi-poster-i-tv-spot/
So it will be the primary category of the post, while the post inerits the background, Check in the Theme panel per category settings if some categories have background colors set
– https://forum.tagdiv.com/how-category-settings-work/
2. You could add a shadow to the container, something like this for example (could be other ways)
– http://prntscr.com/m4fpew
Create your own shadow as you want it, there are plenty of generators online
– https://html-css-js.com/css/generator/box-shadow/
The code is this one, just add the shadow
#td-outer-wrap {
max-width: 1164px;
margin: 0 auto;
/*your shadow code here*/
}
Enter it in the theme panel custom CSS code section.
3. The theme width cannot be changed by a setting or in general. Through the composer row can be stretched but not reduced
– http://prntscr.com/m4fr8v
It isn’t such a difference actually, IMDB is 1008px and the theme is 1068px (content).
Thanks
Hi,
Please try this custom css
.sf-menu a:hover, .td_mega_menu_sub_cats .cur-sub-cat {
color: green;
}
.td-header-gradient:before {
background: none;
}
https://www.screencast.com/t/agnObjHL5
Thanks.
Hi,
Please try this custom css
.sub-menu .item-details { display: none; }
.td-mega-menu ul.sub-menu{
height: 218px;
}
.td-next-prev-wrap{
bottom: 60px;
}
https://www.screencast.com/t/PdcUGXr5D
Thank you.
Hi,
If you are using mobile theme please paste the code in mobile too, please go in Newspaper>Theme panel>mobile Theme> Custom code> css
https://www.screencast.com/t/Vuxzmt7DyTy6
Thank you.
If not in the page, maybe you want to enter the widgets in the header itself? You would have to edit the header template file you are using and try to insert them there below the menu code
– https://www.screencast.com/t/4fUf38Nl9
But this will most likely require some additional CSS since widgets are not supposed to be displayed in the header.
Thanks for sending in that request to the dev team.
The only way for now would be to use the “featured image” element instead of “bg featured image” element. What would be the recommended size after using the following CSS code:
calc(((-100vw + 100%) / 3))
Could you help me get the correct image size for it?
I installed new plugin called :
Mega Addons For Visual Composer
It fix the issue of the saving and editing the TD-Composer.
But still the page is not looking good.
Even I restore the page for few days ago – something in the CSS is missing something.
I don’t know why it suddenly happen..
Hello,
I would love to get some help here, in older version I had of NewMag it was ok and after installing the newer one i’m facing problems now.
I want to main side bar of the site to go to the top (above the content) instead of below it.
Please help by providing a css solution or something that could work here…I can’t just hide it in desktop and put the content for mobile because it includes ads and hiding them is against terms.
My sidebar is already set to left side and still it doesn’t work.
you can see a sample page here:
https://viralwiz.com/six-dead-at-hollywood-florida-nursing-home-after-irma-cut-power-mayor-says/?utm_source=$PUBLISHER_ID&utm_campaign=300b&utm_medium=$DOMAIN
I tried to replicate it based ion the example, with some modifications to the original code, this would be the result – http://prntscr.com/m42855
The HTML I used is here – https://pastebin.com/zwgq3fEv you can use it in the post content.
The CSS I used is here – https://pastebin.com/28NBWdtt you can enter it in the Theme panel->Custom code CSS section. You can make modifications to either the HTML structure or the CSS if needed.
Hi,
In order to achieve that please open the homepage with TagDiv Composer, click on the firs element of page, go in css section and set “-48” margin top https://www.screencast.com/t/6asRevn0ISz
Hope this will help you to achieve that.
Thanks.
Hi,
I think that you are referring to something like Page Builder + Overlay Menu -> https://forum.tagdiv.com/page-templates-2/
Or you can use custom css in hide the header, and set a menu in top header.
https://www.screencast.com/t/hrhO3jQ3Iv
.td-banner-wrap-full, .td-header-menu-wrap-full{
display : none;
}
Set the code in Newspaper>theme panel>Custom code>Custom css
Set menu to header
https://www.screencast.com/t/eMtn7Chzm3
Thank you.
Hi,
You can try this fix
#td-mobile-nav {
position: fixed;
}
Paste the code in Newspaper>Theme panel>Custom code>Custom css
But also is possible to be others elements broken in RTL
Our theme was does not support RTL so simply changing the direction will not work properly. Lots of theme elements have to be adjusted for the thee to support RTL.
Thank you!
Hi,
Thank you for your message, well try to make the updates as sun as possible.
As for APC full page cache, if you can find some plugins that are compatible with Newspaper Theme, then it should work.
There are many guides here to optimist the site, please try this guides too.
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
https://kinsta.com/blog/google-pagespeed-insights/
Thank you.
Hi,
If I understand correctly you want to hide the post title from mega menu, if is so you can use a custom css to do this
.sub-menu .item-details {
display: none;
}
Just add this css in Newspaper>theme panel>Custom code>Custom css
https://www.screencast.com/t/eUGxxery
If you have more questions, or if I do not understand correctly your question please provide some more details and some screenshots with the problem or with what you want to achieve.
Thanks.
-
This reply was modified 7 years by
Calin.
Hi,
You should customize it yourself through the custom CSS code because the theme doesn’t have any such an option for this. Notice that our theme has the category tag added in that section.
Thanks.
Hi,
Please try this custom css
.sf-menu > li > a:after {
content: none;
}
.td-mega-menu ul.sub-menu {
border-top: 0;
}
Just add this code in Newspaper>Theme panel>Custom code>Custom css
Also please check our header style -> https://forum.tagdiv.com/header-styles/
If you have more question please let me know, also if you need more help with menu please provide a link were I can inspect the problem, in this way I will be able to provide you a better answer.
Thank you for your understanding.