- NewsmagHomepage – How to build and set it
- NewsmagtagDiv Composer Tutorial
- NewsmagNewsmag documentation
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagPage templates
This in the docs, as Lucian said:
Go to your homepage while logged in.
Click “Edit page” in the admin bar at the top.
If you see a blue button labelled “Backend editor”, click it.
You are now in the Visual Composer editor.
You’ll see the rows and columns that your homepage is made up of. Inside the columns are blocks.
Edit individual blocks to change their settings, including their titles.
This is also where you change which posts these blocks show!
I am unable to adjust the excerpt length of the blocks. When I change to letters everything on the homepage get restricted to 50 words.
Also can you tell me about Schema support. Which type of content have schema support right now. Thanks in advance.
Hi All,
For some reason the links for the Big Slider on my homepage stopped working. (sportsmockery.com) Ironically, you can open them fine in a new tab, just not on the site itself.
Please assist as soon as possible, I just purchased the theme late last month.
Thanks.
We want to decrease the single’s posts width (style 5, no sidebar) to 750px (instead of 980px now) but keep the homepage at 980px.
Is this possible, and how do we do it?
Hi, after I updated the theme to the latest 4.2.2, I noticed white spaces on my homepage
http://www.screencast.com/users/dav3000/folders/Default/media/9a0a1c58-59ea-48d3-a132-8c1bb32a87b5
Secondly, I noticed that on the custom ad 1,when I use a google ad code for 728×90 leaderboard it shows up as a rectangle ad as seen here
http://content.screencast.com/users/dav3000/folders/Default/media/f46362a5-c64d-4bb1-a89f-103204727b31/ads.png.
My url is http://www.davedeansplace.com
Please help me out with this. Thanks
Hi,
You can add the h1 tag on page and use custom css to style it to make it look like you want it http://screencast.com/t/AukWcJliZCE
Hope this helps!
Thanks
Hi,
I have 3 questions,
– i use module 4 in 2/3 of row, because of that I get two columns of posts, now i need to have 3 columns so can i do this by css or i need something else?
– Is there a way to hide child categories “box” for slide module on homepage (because i dont have child categories and I dont like that white space)
– how to erase date of posts showed by modules only on homepage?
thank you very much.
Hi the support team,
I need help for to remove the white spaces on the homepage.
I pasted codes to remove or reduce the white spaces on the home page but it didnt work.
Sites url http://www.ecofame.com
Regards
I am having a problem, when I use bbPress, entering a topic and then clicking “Forum” through “Breadcrumbs” I am shown the last visited item, and not the homepage of the forum. How so?
You can check by going to this page:
http://www.mondoinformazione.com/forums/topic/destiny-e-possibile-condividere-il-season-pass-su-piu-account/
@Ecofame i think these codes only work on “homepage blank” from the templete settings because mine work fine with out any issues,but i just think it’s only for the homepage with blank and that’s what i’m using,i build my homepage my self not from the theme demo…oh well wait till tomorrow and see what fix the staff can give you because they know more about the theme then us,we are just gussing here…
check my site @ http://jahliveradio.com/ and see for ur self what i’m talking about…
Currenlty visual composer isnt displayed on the home page when i add it to homepage
VC is asking me to enter license key? yes used steps to upload from your files
I just want to clear things up here with my post,i ask @Lucian to check my css code that remove space between the blocks to make them come more closer.
CSS code to bring the blocks closer to remove my white space in the middle of the blocks.
.td_block1, .td_block2, .td_block3, .td_block4, .td_block5, .td_block6, .td_block7, .td_block8 {
padding-bottom: 0px !important;}
CSS code to remove the white space between the rows to make it look much better on the homepage…
.home .td-grid-wrap .wpb_row {
margin-bottom: 0px;
}
I’m not sure the 2nd CSS code will work for any one else because it was made for my site,but every one should wait to monday when the staff is back to help you like how they help me to fix my white space issues…
Hi. I know that you have a lot of posts about this, and i have read all of them, but i didn’t found any answer yet!
I use for homepage : Homepage – with article list . I had made also a comment in themeforest and the answer from staff was this:
Only one template comes with h1 page title – http://screencast.com/t/lrtO3f9ny
The page title (H1) or subtitle (H2) can be added manually using visual composer – http://screencast.com/t/fgekI1Gb – http://screencast.com/t/Uj6edkvf
Or by modifying the template files – http://screencast.com/t/2fcHKsQyVJ34
The other elements on page like block/modules titles use h3 and h4 tags. When we built the templates we followed the best practices used by Yoast and other SEO specialists.
If you hide the title on page using css display: none or moving it outside of the visible screen area (ex. position: absolute; top: 9999px; ) Google will penalize you. Here are some discussions on the subject – http://stackoverflow.com/questions/3239202/whats-the-correct-way-to-hide-the-h1-tag-and-not-be-banned-from-google
But it is not good for style to have a text as h1 visible! Any other suggestion? If i set logo with h1, also in posts i am going to have 2 h1 tags, and this is not right.
My website is this: http://www.radarnews.gr/
Hi,
Use the css like this:
.td_mod8 {
border-bottom: 1px solid #7d7d7d;
padding-bottom: 30px;
}
Should do it like this: http://screencast.com/t/vHy2rs0tp
Thanks
Hi
on my homepage http://www.alexiptoto.com/ i use the block 9 for the latest post.
I try to add a horizontal line to separate the posts between them with this code on custom css:
.td_mod8 {
border-bottom: 1px solid #7d7d7d;
The problem is that it looks like this
http://www.alexiptoto.com/wp-content/uploads/2014/09/o-512×483.jpg
and I would like it to look like this
http://www.alexiptoto.com/wp-content/uploads/2014/09/o1-512×483.jpg
Please help me! I know it is easy but I cant solve it right now…
Hi,
Glad you dida nd sorry for the delay.
You can do it via css, use this in theme panel > custom css:
Use this for homepage, just change the height value as you like:
.home .td_block_slide .iosSlider-col-1, .home .iosSlider-col-1 .item, .home .td_block_slide .iosSlider-col-1, .iosSlider-col-1 .item .thumb-wrap .entry-thumb {
height: 300px !important;
}
Use this for the other pages:
.td_block_slide .iosSlider-col-1, .iosSlider-col-1 .item, .td_block_slide .iosSlider-col-1, .iosSlider-col-1 .item .thumb-wrap .entry-thumb {
height: 300px !important;
}
Thanks
-
This reply was modified 11 years by
Lucian.
Hi, one question.
Where do I put the css code to take out the white space on homepage from blocks?
Is it YOUR CUSTOM CSS beacuse I tried there but didn’t see any change.
Ok, i forgot that there is an option for the homepage. I fixed that.
Do you plan to fix the css for visual composer in the next update?
Hi,
Have you still got these errors? I have checked your site and did not find any errors in your console: http://screencast.com/t/RVgWk5LPbW also on homepage http://screencast.com/t/6FOldlcL8
If you still get this errors please try to deactivate all plugins and enable them then one by one to see what happens, this may happen due to some plugins also but usually 500 error is a webserver error: http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_Server_Error
Thanks
-
This reply was modified 11 years by
Lucian.
Hi there, if i put a post in also in the featured category it doesn’t show on homepage only in the slider. Why?
Also is there any news about the visual composer plugin? As you know there are a lot of white spaces and it seems that nobody has a clear answer!
So, i don’t wonna open new thread, i have problem with reducing the height of slide in my sidebar? i want to have one height on my homepage and another in my other pages, is there any way to do it?
Just did the update (theme & plugins) to latest version 4.2.2 without any issues.
That’s great!
There is a small layout rearrangement on homepage blocks which is better but
produced a little bit more white space around blocks.

How do I get rid of the circled text showing for all post on my home page.
Hi Lucian – the css code worked. Thank!
Hi Lucian,
thank you for your reply, but my problem was far more annoying.
I do have a limited understanding of programming and I can handle plugins (I’ve even written a simple homepage redirect) in a few CMSes.
I was unable to translate properly only SOME part of the template.
Categories, posts, menus worked. But not small bits like “All”. This drove me crazy.
After trying several solutions, I’ve been able to solve my issue by purging obsolete transient options. Which was unexpected but did the trick.
I don’t know what, or which plugin, did create the problem though…
Thank you!
– Luca