- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hello sunnysunnet,
1)Please keep in mind that you are using the Mobile theme plugin, you will not bring these features on mobile mode because the theme has not been designed to render the Visual Composer elements in mobile theme, but only in Mobile Responsiveness mode. Please notice that the mobile theme has been built to be very fast and easy to be used. If you want to develop this plugin, through adding some additional settings and features, please notice that you will require custom work and we cannot provide these services at the moment, sorry! If you are not aware of these, please consider hiring a freelancer/developer to help you in this regard.
2)Please notice that the mobile theme cannot be changed without custom work. For more information about this feature, please consult our documentation here -> https://forum.tagdiv.com/the-mobile-theme/
3)I suppose that you want to change the background color for your Social Counter header, right? Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.block-title > span {
background-color: black;
.block-title {
border-bottom: 2px solid #222222;
The result -> http://screencast.com/t/B7Vpy6dCS
If you want to have the exact layout with our demo for Newspaper, please notice that you can add the template when you create your homepage, like this -> http://screencast.com/t/4L4B5uHVDa -> http://screencast.com/t/HnezjEOty
Thanks for your understanding!
Also, I am trying to do a 1/4 + 1/2 + 1/4 row layout. It looks like this works if I use a different layout eg. 2/3 + 1/3. Is there maybe some CSS I can adjust to make the blocks work?
Hello again, I need some help. I moved the subdomain over to host and for some reason the slider is not aligning at top. I went into colors and turned on the grid lines and you can see a grid line on right and left side preventing slider from sitting at top of page. When grid lines are off or white you just see a space. I have tried all kinds of CSS from forum regarding space at top nothing works. I think I have to do this in editior php file.
Example:.home .wpb_revslider_element {
margin-top: 0px !important;
}
Example:.td-grid-wrap {
padding-top: 0px;
}
nothing works please help.
Thanks
Hi Andrei,
That fixed it for me. The plugin that seem to be causing the problem is https://wordpress.org/plugins/async-js-and-css/ It doesn’t seem to work very well with recent WordPress versions.
Thanks for the quick response!
Chrisada
Btw, I have tried adding the custom css code to the custom code css in the mobile theme plugin but it doesn’t work.
Any ideas?
HI
The style for carousel element comes from the plugin used for it and is dynamically generated using js. To reduce the margin are required some customizations in plugin’s files and change the style for that element. The css must be injected inline using js because otherwise won’t work.
We didn’t tested the plugin that you’re using for this carousel with our theme and we can’t provide a solution, sorry. If you really need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you because we can’t offer customization services at the moment.
Thanks for your understanding!
Almost solved, but still 2 problems:
1. I do not want the post title
2. The thumb image should be 300px x 250px
In other words, same css as
.td-a-rec.td-a-rec-id-sidebar
This way it will be exactly what I want to achieve.
Thank you
Hello giampablo,
Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-block-span12 .td_module_2 .td-module-meta-info, .td-block-span12 .td_module_2 .td-post-category {
display:none;
}
The result you should see here -> http://screencast.com/t/GMrS7Fmw
I hope this helps and if it is not what you mean, please provide more details about what you want to achieve so I will be able to provide a more accurate response.
Thanks.
Hello ringstonmedia,
Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width:767px) {.td-big-grid-post .td-post-category {
display:none;
}
}
The result -> http://screencast.com/t/iFeqJP0sM2gZ
Thanks.
Did you test enabling the Newspaper-child that comes bundled?
It’s identical to the previous ones for 7.x;
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 1001);
function theme_enqueue_styles() {
wp_enqueue_style('td-theme', get_template_directory_uri() . '/style.css', '', '6.1c', 'all' );
wp_enqueue_style('td-theme-child', get_stylesheet_directory_uri() . '/style.css', array('td-theme'), '6.1c', 'all' );
}
Is there anything else that should be in there that is not?
Hello,
How do I completely remove fonts being loaded from theme panel and load my custom fonts?
I see you have custom font options in theme panel but no options to specify eot, ttf, etc.
I created child theme and put css in style.css but it was not loading the fonts so need the best way to do this.
Hello Achimzwo,
Please notice that you must have every time a full backup for your data because if you will update the theme, all your customization might be lost. I think that you are aware of your additional customizations and you should be able to add them in style.css file, in the exact place where the original colour has been added by the theme by default. You can provide your website URL so I can inspect it closer.
Thanks for your understanding!
Hello fachruljody,
If you want to add this border, you will have to use a bit of CSS code to do thi9s. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-gradient::before {
background-color: red!important;
}
If you need more assistance in this regard, please provide your website URL so I can inspect it closer and also, so I will be able to provide a more accurate response.
Thanks for your understanding!
Hello crazydiver,
Please check this guide how to add a new share button(in the same file you can add it also for Newspaper theme) – https://forum.tagdiv.com/add-a-new-linkedin-button/ You may need additional CSS customizations. If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thanks!
Hello alexeynikolaev,
Unfortunately, our theme does not have such an option that offers you a way to disable the menu. So, if you want to remove that text, you will have to use a bit of CSS code to hide it. Please try the code below and place it in Theme panel->Custom CSS area.
.menu-item-first {
display:none;
}
The result -> http://screencast.com/t/PTOpDythx5
Thanks.
Hi Catalin,
You have right, they are any cutomisations in Theme Panel -> Custom Code.
I´ve changed that to the style.css and its the same.
If I revert the Theme in default settings (or better I take the newest Update), what is with my customisations?
They are many in the styles.css, in some modules, in the header, in the includes and so on.
Thank You
Achim
Hi
This can be achieved using some custom css but first we need a link were we can inspect this. Please setup a block to display the desired post then send us site’s url so we can have a closer look and get back to you with the proper css code.
Thanks!
Hello MoschatoTavros.gr,
1)However, I suppose that this type of problem is cache or CDN related. Please try to clear all of them, purge CDN files if you are using the CDN system and also, please try to clear the server cache. If you do not have any access to do it, please request this thing to do from your hosting provider. Also, if your problem will still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect the issue. Also, please provide the link of this topic so we can easily identify you.
2)I suppose that you want to display the ads after the main menu bar, for every post,page and category page, right? Please notice that our theme does not have such an option to add this but only with a bit of coding. The only way to add a banner ad above the menu is using the do_shortcode method which you will have to add in the corresponding file for page/post/category template. For example, to display the add to the category pages, can simply use a do_shortcode function in the category template like so: http://screencast.com/t/3AhOEXNl9lPl
<div class="mycustomclass">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
</div>
It will need a few css adjustments to remove the bottom margin and add a top margin for it to position properly so you can use the custom class assigned to the div element.
To affect the posts pages you will have to add the core file corresponding to post template used by you and then add the do_shortcode there, like this -> http://screencast.com/t/nbArnFDgR9yc
In order to achieve best results, please check your custom Ad 1 to have added a valid ad code in it, like this -> http://screencast.com/t/ZwBAoy3zAKo
If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Hope this helps!
Thanks for your understanding!
Hi
Try this css : http://screencast.com/t/ICgYROW6AiBX
.sf-menu li{
margin-left: 2px;
margin-right: 2px;
}
Let us know how it goes.
Thanks!
Hello Achimzwo,
Do you use the background color feature? I suppose that you are referring to the appearance of a flash when you enter on your website…firstly is loaded a style and then will appear another style, right? This behaviour appears when you have additional customization through custom CSS code. Please notice that the CSS are working in cascade and the first time will take the code from style.css that is set it by default and then the theme will take the custom code that you have changed from Theme panel and practically this flash is generated by this cause. As a workaround, you have to check your style.css and try to add directly in this file your desired custom code. So, if your problem is still there, please try to revert the theme to the default settings, without any customizations and let us know how it goes. Also, you can try to make a new fresh install from scratch with the latest version of the theme and check the results.
Also, please make sure every time you cleared caches.
Hope this helps!
Thanks.
Hello,
mysterious Problem. When the Page is loding its shows an other Layout as later.

This is shown for any Seconds. And after some short Time it switch to the right one.

Could it be, there is an standart css whitch is loading instead of mys?
Thank You
Achim
Hello,
1) This issue is cache related if the cache settings are not set properly, then the mobile theme can even show up on desktop. We have seen this also in some cases. There are another 2 caches you may have besides the plugin. There is a cdn server if you use it and some hosting providers have cache from the server side that some users are not aware of. Pleas also check these and set them properly and then test the site again.
2) You can use the theme ad spots to do it to soem extent. a header and footer ad will show up on every post/page/category but content ads are handled for posts by the article ads: https://forum.tagdiv.com/article-ads/ and the pagebuilder adbox element on pages. CAtegories do not have content ad possibilities except for sidebar ads.
As a note, you cannot have article ads or content ads of 728 px width because the main content width when using a sidebar is 696 pixels. you can only have 728px ads inside the content if you do not use sidebars.
3)The sibling categories can be removed with css if you use this code in the theme panel->custom css box:
@media(max-width:767px){
.td-category-siblings{
display:none!important;
}}
Thank you!
Dear Bogdan,
Thank you for the prompt response. I have just emailed the link to our site to: contact@tagdiv.com . I have also removed all the css except for one to modify the width in “.td-sub-footer-copy” property.
Thank you again, and I look forward to your response.
Kind regards,
Ernest
Hello,
If you do not want any text on your sharing buttons, please use this css to remove it:
.td-social-but-text{
display:none!important;
}
Thanks.
Hello,
Starting from newspaper 7, the logo received a h1 tag for seo purposes so any css that targets the logo will not work properly anymore. Please remove the css and provide a link to your site so we can inspect it and provide the proper code
Thank you!