- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
The theme doesn’t have an option, but you may try to do it with custom css. Please provide more details about what you are trying to do and your site url so we can take a look and try to find a solution.
Thanks!
COuld you please explain what went wrong in ads, sorry em a newbie in this.
How to improve the page speed , i tried all possible way to minify the css and js , could you suggest some help over that would be a great support.
Alright thanks!
If so, can I know what’s the css code for it?
Hi,
You share plugin overwrite css for pinterest share button. Please remove pinterest code from here: http://screencast.com/t/bxdjn1jgnRQ
Thanks!
Hello, a question: I want to change the css only when the shortcode is active. Using this function:
add_filter('the_content', 'custom_category_text');
function custom_category_text( $content ) {
global $post;
$cats = array( 2815, 1966, 1967, 1968, 4227, 1969, 4581, 1970, 1971, 1972, 1974, 1975, ); //cat IDs for which to append content
$text = '[pro_ad_display_adzone id="171616" background="1" container="skin"]';
$post_cats = wp_get_post_categories( $post->ID );
if( in_array( $post_cats[0], $cats )) $content .= do_shortcode( $text );
return $content;
}
i entered a shortcode in some articles.
I wish this CSS was when shortcode is active:
.td-header-header {
padding-top: 200px;
}
Is possible?
Hi,
Theme doesn’t have an option to change the background for page content, but you can add your background color using custom css in Theme Panel > Custom Css: http://screencast.com/t/m9XhMMEyoh1
.td-page-wrap {
background-color: #1F1B1C !important;
color: white !important;
}
You also have to change the color for articles titles and excerpt from Theme Panel > Custom Typography: http://screencast.com/t/oVA6jyALl
Please note that maybe you will have to make more customizations for some widgets that will not change the color and you will have to target those classes and change the color via custom css.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
@thebestmh We use latest theme version to help our customers and the theme was updated many times (to repair some issue added more features, update Visual Composer plugin) from the version that you use. I understand that you need that layout, but you have also updated Visual Composer plugin that was not tested with that version of the theme and also other plugins that you may need are constant updated so it is normal to appear issues. If you want to use that version you will need to customize the theme(or hire a professional) for your needs to work with the new plugins versions.
You can try this custom css and see if it works – http://screencast.com/t/mXWLMQvam
@media (min-width: 1018px){
.td_980_resp .td-slide-item-sec {
width: 263px !important;
}
}
@media (max-width: 1018px) and (min-width: 768px){
.td-slide-item-sec {
width: 200px !important;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
1. Please re-save your permalinks and see if it works. Also did you removed category base or use a plugin for permalinks? As on category page your permalink should look like this – http://screencast.com/t/BF7GQRaW0 – http://screencast.com/t/DiAPZWwKd
2. Please change the module to display articles on that category page: http://screencast.com/t/llrbIZG0
3. Try this custom css in Theme Panel > Custom Css: http://screencast.com/t/RynN7LMf
#flexi_searchbox {
margin:0 auto;
}
Thanks!
Hi,
Please check you custom css and remove this – http://screencast.com/t/DiOGJkIlB as you can see your posts titles are hidden – http://screencast.com/t/cOlmlN8tk So please remove that css code and see how it goes.
If you don’t want to show page title please use a page template without title – https://forum.tagdiv.com/page-templates/
Thanks!
Hi,
You can use custom css in Theme Panel > Custom Css to make this change, but please note that making this change it won’t change the position for mobile menu. It still will be opened on left side.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Put it in the custom css panel, then refresh browser … nothing will blow up by trying it out 🙂
You can always remove anything you paste into the custom CSS box. It’s not permanent and doesn’t change anything … it’s just an “over ride” for the default styles/setup. 🙂
look at your source, find the CSS class for that item and adjust to fit, probably with some negative margin
e.g., add custom css
.theclassused{margin-top:-20px}
something like that; you will need to experiment obviously.
Hi Alin,
Thank you for the custom CSS. Works great.
I have amended it as follows:
.block-title > a, .block-title > span {
background-color: #ffffff !important;
color: #1c1c1c !important;
border: 1px solid #1c1c1c;
border-radius: 0px !important
}
.td-footer-container .block-title > a, .td-footer-container .block-title > span{
background-color:#686868 !important;
color: #ffffff !important;
border: 1px solid #ffffff;
}
This squares the borders and brings the titles into same color style as the blocks and the footer. (I trust I did this right?)
It works beautifully on “Posts”.
However, it appears that on “Pages”, the width of the page is actually set to be more narrow than the width of “Posts”. Thus the top of the borders on my Footer titles disappear on “Pages” but work fine on “Posts”.
See the differences here:
I noticed something a few days ago when my text padding on “Pages” gave me more white space in the margins on mobile devices than my “Posts” did.
White space is a desirable effect when it comes to typography, but I was unable to replicate this effect in “Posts”. Didn’t realize at the time why.
Is there some way to have the boxing of “Posts” and “Pages” to be the same? I am kind of surprised that they are not by default. Am I missing a setting in VC?
And if not, I will need a fix for the borders of my footer titles on “Pages” that does not ruin the borders on “Posts”.
Edit:
I don’t know if you guys have ever noticed this, but the tops of your backgrounds in your Footer Block Titles are clipped off on “Pages” even before we amended this style.
-
This reply was modified 11 years by
CtrlP Press.
-
This reply was modified 11 years by
CtrlP Press.
-
This reply was modified 11 years by
CtrlP Press.
By the way, I directed the same question to Themify and received the following response:
Thank you for reaching out to us.
That’s very odd. All our plugins are constantly updated to ensure that it will work with the latest WordPress framework. Do you mind checking to see if the NewsMag theme is updated with the latest WP framework? It shouldn’t break the CSS.
Let us know how it goes.
Regards,
Kurt
Themify Team
W: themify.me
E: info@themify.me
I am using the Conditional Menus plugin (by Themify) with NewsMag. The conditional functionality is working perfectly; however, the plugin is breaking the CSS and hover functionality on dropdown menu items. Any resolutions or suggestions?
Thanks!
thanks man
i want add flags Refers to our english , fr , ru sites ..
so please how to do that using css ..
i trid this https://wordpress.org/plugins/language-bar-flags/ but i get extra bar . and its not nice to using duble top bar.
also i tried using this code in the Navigation Label but i get the flags on the wrong place ,,

-
This reply was modified 11 years by
Lewis.
Thanks for your prompt reply.
Please bear with me here I’m still learning CSS. I have some questions.
Will this new code cause the image to appear above the title and excerpt, or will the image be side-by-side with the title? I’d prefer side-by-side.
Secondly, where exactly does this code need to be inserted? Do I go into the Theme Panel > Custom CSS > Your Custom CSS and paste it in? Or, does it need to be inserted into the stylesheet? And, does this go into the parent or child theme?
Thanks,
Hi,
Do you want to make them larger? – http://screencast.com/t/szPmbs3rO
If you want this only on mobile please use media queries:
@media (max-width:767px){
.ui-tabs-nav a {
padding: 4px 40px 4px 40px !important;
}
}
Change the padding how you need and add the code in Theme Panel > Custom Css.
Thanks!
Hi,
I don’t recommend to reduce to decrease this padding as it is part of the grid width. Modify it you will need to modify also the width of the theme. Unfortunately Newspaper has an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens. So changing the width would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work.
The space above you ad can be reduced using custom css as there is a css that it is applied on custom ads: http://screencast.com/t/QZaw3ePO
.page .td-grid-wrap .td-a-rec-id-custom_ad_1 {
margin-bottom: 10px;
}
Change the number if you use a different custom ad and also if you use adsense code you have to use this class(change a with g) .td-g-rec-id-custom_ad_1
Thanks!
Hi,
What theme version do you use? As I have checked this with your logo and did not found any issues – http://screencast.com/t/6ZeFHKl3Fa
The latest theme is 4.6.3 and the latest version of Visual Composer tested with the theme. Please use this guide if you need to update (FTP method) – https://forum.tagdiv.com/how-to-update-the-theme/ and update also the theme’s plugins that come with the theme’s files from /plugins folder.
You can try this custom css if you don’t want to update the theme – http://screencast.com/t/TFLiNWd0
@media (max-width: 767px){
.mobile-logo-wrap img {
width: 150px !important;
top: 0 !important;
}
}
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css to remove background for Bis Slide and Slider: http://screencast.com/t/UEeUUexW – http://screencast.com/t/vN1x6qtQGJ
.td-sbig-title-wrap .td-sbig-title, .td-big-grid-title .td-sbig-title-wrap {
background-color: transparent !important
}
You have an option in Theme Colors to change theme’s color transparency – http://screencast.com/t/E3t68lFV
Thanks!
Hi,
I believe you refer to category page breadcrumbs, you can sue custom css for those, like this: http://screencast.com/t/Lo1AUXan4
Add this css code in your custom css section in theme panel > custom css:
.category .entry-crumbs {
display: none;
}
Thanks
Hi,
You can alter social counter file and make this change: http://screencast.com/t/tHjhfZVnhvf
Also you have to use this custom css as the color will be change to the link color – http://screencast.com/t/KYjuqt7quepu
.td_block_social_counter .td_social_info, .td_block_social_counter .td_social_button {
color: #ffffff;
}
Thanks!
Hi,
@Jeni I cannot see the screenshot please provide more details. Like you can see above I tested this and it should work also for you. Please read also Lucian’s solution from other thread as you have also to use custom css (in Theme Panel > Custom Css) using meu item unique class to adjust the height of the image: http://screencast.com/t/Zxxzo6HOTlo7
Replace with you url and paste it to Navigation label: http://screencast.com/t/NVzzvP92M7
<img src="http://localhost/wordpress/wp-content/uploads/2015/05/Features-Icon-150x150.png">
Replace xxx with number of your menu item and paste it in Theme Panel > Custom Css:
.menu-item-xxx img{
height: 44px;
}
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/9HHBSuVmPW
@media (min-width: 768px){
.td-pb-row .td-pb-span4 .td_block_11 .entry-thumb {
width: 180px !important;
margin-left: auto;
margin-right: auto;
}
.td-pb-row .td-pb-span4 .td_block_11 .td_module_10 .td-module-thumb {
float: none!important;
}
.td-pb-row .td-pb-span4 .td_block_11 .td-module-title {
padding-left: 0px !important;
}
}
This css will be applied on tablets and desktop.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].