- 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
That’s not what i want for block 6 style you’ve change the color,i want to keep my color #af0f0f and want the hover color to be #008000 with out the line…
-
This reply was modified 11 years by
Steven.
I’ll like a css code to style my block 6 “READ MORE BOTTOM” i need to have a hover color also removed that line under the word,in version 5 that you guys working on please removed those lines it seem no one like them and it make the site clutter..
Also i need a css code to have a hover color for my breadcrumb category in post..
Hello,
In order to add an H1 to our Homepage, we have created a text block with an H1 title inside. We have added a colour background (red) and put it at the bottom of our homepage.
However, the text blog seems misaligned compared with the other modules (it seems moved to the right). How can we solve this?
http://marronyblanco.com/
Thank you in advance.
Mònica
Have had a thorough look through the support threads, found few people with similar issues but still no clear answer. Could you get back asap on this its live, need to fix.
In regards to the page alignment when using VC items and blocks as per above, there’s a 20-30px barrier on the righthand side that sends all the elements into crazy layout.
Best,
David
Hey Lucian, I think the issue is the smart sidebar, it is treating the forum as a sidebar, since the smart sidebar doesn’t work on mobile devices, I tested a tablet and phone and the post links don’t even go to the posts, they just go right to the top of the topic, so it’s acting the same as the sidebar on mobile.
I made a thread on the simple-press forum and this was their thoughts
the post link is to an anchor… that is a spot directly on the page… there is no scrolling to the new post… it just goes directly to it…
so sounds like a plugin or theme doing it…
I tried turning off the smart sidebar but the issue persists, any ideas? Thank-you.
Hi there.
I just bought the theme and installed it. Now I also installed the plug-ins (from that pop-up). And when I try to activate it, at the last box I need to get a key from http://kb.wpbakery.com/index.php?title=Item_Verification_Code
On this page I get:
Sorry! This site is experiencing technical difficulties.
Try waiting a few minutes and reloading.
(Can’t contact the database server: Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (111) (localhost))
And this for the past minutes, so any other way to get this key?
Hi,
As AdSense now recommend to all editors to replace 320×50 banners by 320×100 for mobile users (they sent a message to invite editors to do it), I just suggest you, for next updates to consider this information.
In fact, I suggest to change “height:50px” by “height:100px” in this code:
if ( td_screen_width < 768 ) {
/* Phones */
document.write('<ins class="adsbygoogle" style="display:inline-block;width:320px;height:50px" data-ad-client="XXXX" data-ad-slot="XXXX"></ins>');
(adsbygoogle = window.adsbygoogle || []).push({});
}
Just for your information, it would be nice to have it in the next update of your Newspaper theme.
also another problem with this menu: news block goes over it:

Hi,
Use this css to target the blockquotes pararaphes and overwrite the theme’s styles: http://screencast.com/t/f806sTQQ9
#spMainContainer .spBodyContainer .spTopicPostSection .spPostContentSection blockquote p{
color: white;
}
Regarding the scrolling can you be mare specific as I’m not sure I understand and haven’t noticed anything.
Thanks
How to move submenu thumbnails block to the right? I want to make all submenu list visible

Hi,
First add this code: http://pastebin.com/gCpuLN8z to the functions.php file like this: http://screencast.com/t/8G4gk4zL
Then add this code: http://pastebin.com/ZDmuhYzH into single.php file, like this: http://screencast.com/t/kaP50qRvJAC
Use this custom css: http://screencast.com/t/qCDdkgMO
.block-titleee span {
background-color: #000000;
z-index: 1;
color: white;
font-family: 'Roboto Condensed', sans-serif;
padding: 3px 10px 3px 10px;
font-size: 20px;
line-height: 32px;
font-weight: normal;
margin-bottom: 10px;
}
.block-titleee {
border-bottom: 2px solid #000000;
}
.container_div .children {
margin-top: 10px;
}
Thanks
Hi,
When I try to install the theme, this error appears:
Fatal error: Call to a member function get_map() on a non-object in /home/openviewinnovations.nl/public_html/openviewinnovations.nl/wp-content/themes/Newsmag/includes/wp_booster/td_global_blocks.php on line 39
I’m not sure what it means and what to do to exactly to fix it.
Could you helpt me?
Thank you, Liesbeth
Hi,
Unfortunately I cannot recommend you a plugins and also guarantee it will work fine as I’m not sure I understand what you want to do but you can search the web for a plugin that fulfills your needs and try it.
All the blocks you can use with the theme can be seen here: http://demo.tagdiv.com/newspaper/ios-slider/
Try them and see if you can achieve what you need using one of them.
Hope this helps!
Thanks
Hi,
1. Unfortunately we have some issue with tagdiv social counter plugin but first please make sure you use it right: https://forum.tagdiv.com/how-to-manage-the-social-counter/
If still doesn’t start working please send an email at contact@tagdiv.com specifying this in your subject and we will send you the fixed version of this plugin as we had some issue with it and we managed to fix them but the new version of this plugin won’t be available until next theme update.
2. Please use this custom css in theme panel > custom css filed to get this result: http://screencast.com/t/mfzd65irNwQF
.bos_searchbox_widget_class {
margin-left: 3px;
margin-bottom: 40px;
}
3. Please edit the page an make sure that are switched between them and if so try to edit each one and just switch settings, customize the first as the one above and vice versa.
4. This happens because the block “DINTORNI DI MONACO” is added into a new row. Try to add it in continuation of the other blocks from above: http://screencast.com/t/Uf8ZxzsGU
Hope this helps!
Thanks
ur welcome,and i don’t think so because block2 will carry the same effect,try using different blocks if you want different colors on the homepage like what i done to mine…
Thank you for your help. One last question.
So, I used your advice and added the code:
.home .td_block6 .block-title {
background-color: #008000;
Since I on the home page I use block 2, I changed it to:
.home .td_block2 .block-title {
background-color: #008000;
But now, all my 5 Block 2 which are on the homepage are the same color. Is there any way of adding a different color to each Block 2?
Just add Css Code like this for different blocks on the home page…
Where it say block6 you just have to change the # of the block on ur home page and the color you want as well..
Make sure you edit each block and remove any background color and change the text color to what you want like #ffffff also change the “Title style” from default to style 1 and then save your settings..
Then go to theme settings and in the CSS Box you add the code like what i have below with ur own color and the block that you want to use on the home page..
.home .td_block6 .block-title {
background-color: #008000;
check my site @ https://jahliveradio.com and see a preview of the homepage also the sidebar…
-
This reply was modified 11 years by
Steven.
Removed the line with this css code
.block-title {
border: 0px !important;
}
And how to remove the blue line because it is very annoying. So, remove the blue line for all blocks without having to extend the background color.
Hi,
I want to change color for other blocks, How to find the right code for each of them? I don’t know how to find it.
I figure it out on my own,i had to removed all colors from my blocks titles and then add the CSS codes with the colors i want too use that go with which blocks i’m using,never thought it was this easy to do… 🙂
.widget_rss .block-title {
background-color: #af0f0f;
}
.td_block2 .block-title {
background-color: #af0f0f;
}
.td_block1 .block-title {
background-color: #009999;
}
.td_block4 .block-title {
background-color: #ff6600;
}
-
This reply was modified 11 years by
Steven.
Hi,
Is from a selector no-js that is on HTML on our theme. We will investigate about that selector.
I’ve added this css in yout theme panel -> custom css
The content is only hidden with display:none from that plugin.
.no-js {
display: block;
}
Thanks for the message!
-
This reply was modified 11 years by
Marius.
@ Lucian How can i do this for all block titles on home page and side widgets with a different color,i really want to make this happen on my site
Hi,
You can do this via custom css like this: http://screencast.com/t/nO5gL12q6XF
Use this css and change the color as you like:
.td-social-wrap-64 .block-title {
background-color: #000000;
}
If this dose not help please provide your site’s URL as I need to inspect this so I can offer you an accurate solution.
Thanks
Hi,
Please use this custom css to hide the excerpt on block 7: http://screencast.com/t/xGIuqVjM0
.td_block7 .td-post-text-excerpt {
display: none;
}
Thanks