- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewsmagtagDiv Composer Tutorial
- NewsmagWeather Widget
- NewsmagExchange widget
- NewsmagInstagram widget
- NewsmagHow to use the Visual Composer plugin
- NewsmagIntroduction
- NewsmagFooter templates
- NewsmagCustom ad spots
- NewsmagLoading image effects
- NewsmagSmart sidebar
- NewsmagFeatured images
- NewsmagGeneral settings
- Newsmag7 days post sorting
- NewsmagTheme thumbs
- NewsmagExcerpts introduction
- NewsmagTheme colors introduction
- NewsmagtagDiv slider gallery
- NewsmagVideo playlist
When category is clicked list of post is displayed under category with category name on top.
Please let me know how to change Category name background color(default is black) as well as color of the text displaying category name?
On bottom of the list of posts under category , there is numbering done like 1 2 3 4 ….5
Please let me know how to change the background color of default page navigation no 1 (default is grey) and also hover color (default is black).
How to change the background color for title of the block 1 on sidebar?
Thank you
-
This reply was modified 11 years by
beautywarrior.
No, we would block the two bars at the top and slide up and down the under. Look at the screen -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-05-13%20alle%2016.54.12.png
Hi,
The caption for that post style not displayed because the featured image is not loaded default via WordPress, is taken via jQuery.
You can do something similar to this solution from Newspaper – https://forum.tagdiv.com/topic/image-caption/
Create a function for caption like this – http://screencast.com/t/KXhJRflC4O
// Show captions on template 6
function get_template6_caption($post)
{
$thumbnail_id = get_post_thumbnail_id($post->ID);
$thumbnail_image = get_posts(array('p' => $thumbnail_id, 'post_type' => 'attachment'));
if ($thumbnail_image && isset($thumbnail_image[0]) && $thumbnail_image[0]->post_excerpt) {
return '<div class="template_6_caption"><span class="td-block-author">' . $thumbnail_image[0]->post_excerpt . '</div></span>';
}
}
And call it in single_template_6.php – http://screencast.com/t/8hb8dcT1
<figcaption class="wp-caption-text">
<?php echo get_template6_caption($post); ?>
</figcaption>
Also you need to adjust with custom css in Theme Panel > Custom Css and adjust it like you wish: http://screencast.com/t/CXV7k88QP
.template_6_caption .td-block-author {
position:relative;
color:#ffffff;
background-color: #222222;
padding:5px;
}
@media (min-width: 768px) and (max-width: 1023px){
.template_6_caption .td-block-author {
top: -20px;
}
}
@media (max-width: 767px){
.template_6_caption .td-block-author {
top: -30px;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You try to add your code in the header.php file – http://screencast.com/t/C5aAxZQL
Also if you can paste your code in a custom ad from Theme Panel > Ads and use do_shortcode function to display it there – http://screencast.com/t/3kpHNOUIDv – http://screencast.com/t/0vRrd9Sx5oZ
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Thanks, that worked!
The problem was, I thought the Block 7 is equal to Module 7 so I used Module 7 in the code. But you used 6, I changed 7 to 6 and all worked.
Thanks again!
Hi,
Unfortunately the top menu was not designed for mobiles and that’s why it is hidden, you can add this custom css to display it also on mobiles but you may need some additional customizations for menu items that may drop on more rows – http://screencast.com/t/rHnQKiUT a solution will be to hide the menu items and display only Log in/Register widget – http://screencast.com/t/GUicjaLKq5Ze
@media (max-width: 767px){
.td-header-menu-wrap {
display: block !important;
}
.td-header-menu-wrap .span9 {
display: none;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
1. Please clear cache if you use a cache plugin and your browsers cache.
2. You have to use custom css in Theme Panel > Custom Css to change:
*Current menu item – http://screencast.com/t/Gcy8WaNfXqFR
.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > .current-category-ancestor > a {
background-color: red;
}
* Hover background color for menu item – http://screencast.com/t/U9fmTXb7OSA
.sf-menu > li > a:hover {
background-color: blue;
}
*background color for submenu – http://screencast.com/t/Qk5OG7dN8UCY – http://screencast.com/t/fMJgD1qtayP
.sf-menu .sub-menu {
background-color: red;
}
*hover subcategories in mega menu – http://screencast.com/t/qLGsETvKyWP8
.td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat:hover {
background-color: #CB8E1F;
}
3. Unfortunately the theme doesn’t have an option to add logo image there, you will need custom modification for this and we cannot provide custom work at this moment, sorry!
4. Please follow this solution to display more subcategories in the megamenu – https://forum.tagdiv.com/topic/sub-categories-number/#post-48648
5. Unfortunately Newsmag theme has only 2 formats like you already know. If you need to add more post formats please take a look here – https://codex.wordpress.org/Post_Formats and try to add more formats in theme functions: http://screencast.com/t/7tKL3tcQiu
6. Not sure what you mean, please provide more details.
7. You can remove this code – http://screencast.com/t/PXj2Z7pxq3yJ – http://screencast.com/t/8IEfHItJXfv
Or you can hide it via custom css – http://screencast.com/t/zzEfIvhLC
.td_top_authors .td-author-post-count, .td_top_authors .td-author-comments-count {
display: none;
}
8. Unfortunately we did not tested THEIA POST SLIDER or any similar plugin so I cannot recommend any.
Please check this without any plugins active, leave just Visual Composer and THEIA POST SLIDER active, clear cache and see if it works.
Thanks!
Hi,
You have an option in Theme Panel to filter by tag – http://screencast.com/t/RpcadP43rIJo
So when your on a post with a specific tag, related block will display articles with the same tag regardless of post category – http://screencast.com/t/u5t8BdzeMIAY
Thanks!
Images dont showing at home page, and some block
H1 used on post pages.
To add that to home page, simply create a text block — we do this either in sidebar or bottom of page and create a short 20 word description of site with H1 tag.
Hello,
I’m using block 7 in footer:
I’d like to change the color of the articles names, but only for a block in footer.
How can I do that?
Thanks.
Also, as an update — the above process with shim and using the VC version included with NM 1.6, and switching back and forth both work perfectly. Preumably this will work same way with current version of VC is you’re using it.
With the SHIM beta 1.02 plugin from TagDiv, only couple of blocks “so far” don’t work for home page
a) full width divider line for new row
b) raw html box
c) column text box
So, when using “shim” beta 1.02 these would reveal on home page
[vc_separator color=”grey” align=”align_center”]
[vc_column_text]
(my content)
[/vc_column_text]
and
[vc_raw_html]
Possibly others; I don’t use the whole kitchen sink; mostly normal content blocks.
I was using the column text element to put a full width h1 tag about website block for SEO.
For the time being to use shim plugin, I just moved that code to my custom sidebar on home page as normal text widget; since I’d already created custom CSS for the text anyway.
Hi,
The theme doesn’t have an option for this as there is already used a module especially designed for related articles. You will need custom modifications to achieve this, make these changes in related articles block – http://screencast.com/t/p7fVCv8BF
Also from Theme Panel please set to show 6 post(in code you have already set 2 post per row) – http://screencast.com/t/QUToMYozc and add this custom css in Theme Panel > Custom Css, this will be applied also on more from author articles: http://screencast.com/t/tRBHxDxIrUe3 – http://screencast.com/t/qrWK5LgLvd
Thanks!
Hi,
I have checked your site and you have some errors in console – http://screencast.com/t/qlxlDteSgt9
You have to change logo url from Theme Panel to https and also footer logo – http://screencast.com/t/B9Bd3uON – http://screencast.com/t/70l7Vo4dDjEJ Also this error may cause issues – http://screencast.com/t/hgiJSqOF it is from a script you have to change http there(I think that it is in a text block widget).
You have to fix some of those errors as the theme was not designed for https.
Scuze am scris in engleza, sper ca nu e o problema. Trebuie sa incerci sa rezolvi din problemele din consola.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Only tagdiv block have an option for style 1 title, so if you use these block in the sidebar you can change this also in Widgets section – http://screencast.com/t/dvPVeYutSbz If you use wordpress blocks you can change background and color for titles via css, inspect block with browser inspector tool: http://screencast.com/t/mmzgrgCz and paste the custom code in Theme Panel > Custom Css: http://screencast.com/t/w6o7ow1hdD
Thanks!
Hi Chris, Thanks.
When I unzipped the plugins manually it indeed worked. Still strange that it took very long to install.
Could there be a setting blocking the install option?
Hi,
It seems that the adblock filters detect the ad container based on their classes so you could try to change those classes to avoid this.
Please check this tread fro more info on this: https://forum.tagdiv.com/topic/header-ad-not-showing/
Thanks
Hi,
I see that you use background color, but this do the same issue like background image. Like I said we know about this bug and it will be fixed on Newspaper 5. It is not so easy to block background on specific templates and you need custom modifications to the code.
The parallax featured image use javascript code and it is not so easy to overwrite with css code(as that css is inline), anyway you can try this custom css in Theme Panel > Custom Css, maybe will help: http://screencast.com/t/3cKnjaPg
@media(max-width: 767px){
.single_template_4.td-boxed-layout .td-big-slide-background {
width: 100% !important;
}
.single_template_4 .backstretch {
width: 100% !important;
}
.single_template_4 .td-backstretch {
width: auto !important;
}
}
I’m not sure if this css will help, but I assure you that this issue will be fixed in version 5 of the theme. Sorry for inconvenience!
Thanks!
Dear support,
How do i change related article view (beside more from author) from 1 row 3 column, to 3 row 2 column (exp module 3). total related article view would be 6th.
Thanks
Dear Sirs,
Last week I bought your theme NewsMag.
Everything was perfect but I have one small request.
At the top of the header with the logo is a script for the ad.
I would like that in this ad is replaced with a picture in .jpg format. I’m entered the path for the picture but I have a problem. Adblock blocks that picture because it is recognized as an ad.
Please tell me how I can change it?
Another problem I have with the smaller menu on the left side. It does not appear on my website http://www.mraclin.hr.
How can I activate that please?
Thank you in advance for your reply!
Update:
testing again today … managed to move another site from NM 1.6 and VC from Jan., to NM 1.71 with Shim Beta 1.02.
One minor issue with a full width (2 col) divider class on home page and full width text block (which I used to put some H1 text bottom of home page about the site).
Radu, sent you couple emails around 12pm PDT 5/11/15.
Presumably only downside to using the “shim” — is that one would need to switch VC back on to edit a page (e.g., static home page), and turn off the shim. I will be testing that usability here momentarily.
So, likely process would be
a) develop home page w/ VC turned on; shim OFF
b) switch off VC plugin
c) switch on TD shim plugin
d) check home page works properly
If one needed to edit
a) switch OFF the td shim beta
b) switch on VC
c) edit page, then repeat process in first block above.
Anecdotal for anybody wondering what is up with this beta testing 🙂
Not sure how mod_pagespeed would work with the swap out of VC vs shim …
==============
mod_pagespeed note:
for the first site I was testing shim with from last week;
I today switched back on mod_pagespeed (for those unaware, this is an Apache optimization plugin from Google which runs on server) and put back in all my htaccess optimizations and it’s working A-Okay (I had turned off all such optimizations for testing the SHIM plugin first try to avoid any conflicts with that).
Emil, the thing is i can’t use the theme ad system for these adsense blocks, because i put it manually every time to different places in content of posts.
I just saw a lot of sites using this 728*90 block (one of them even uses the same plugin as i do) and everywhere this block looks fine.
This plugin doesn’t manage sizes it just makes a shortcode.
is there any other way to make it look normal?
Hi,
Thanks Chris for your help!
@instacomedy
Sorry for the delay! We aren’t working on weekends!
The debugger returns this 404 error and indicates the URL returned a bad HTTP response code: http://screencast.com/t/bTeJhrS1
This might happen due to your server configuration, in some cases this happened due to server security which was blocking ‘Facebook’ so please also address this to your host provider to look into this.
You can also go trough this article and the solution provider there: http://problemsolv.in/solved-facebook-doesnt-fetch-data-when-sharing-url/
Let me know how it goes!
Thanks
Hi,
Do you mean that when you switch to Classic mode, you cannot add text there? – http://screencast.com/t/1bHbegjlVbix
When the Backend editor is active you can add blocks using Visual Composer and you can add text using text block – http://screencast.com/t/okb9RUW8VV
Please let me know if you still have issues related to this and also make sure that you empty all caches and purge files if you’re using CDN host then test again, it could be a cache issue.
Thanks!
Hi,
I’ve looked on your site but it seems you have another theme active. As Christopher mentioned, i also suspect you’re using the css on blockquotes, if you can’t figure it out please provide more details.
Thank you, Emil G.