- NewsmagHomepage – How to build and set it
- NewsmagtagDiv Composer Tutorial
- NewsmagNewsmag documentation
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagPage templates
Hi,
You can manage the sidebar on the homepage like this – https://www.screencast.com/t/448hKlSMdCdL if you use a split row sidebar, or if you are using a widgetised sidebar – https://www.screencast.com/t/dKJ72vIRaov you can modify it in the widgets section – https://www.screencast.com/t/uvDlKOxGt
Please let us know if you need further help with the theme, you can post any issues you are having with the theme here on the forum, and we will try our best to provide a solution.
Thanks
Hello! I would like to have square (i.e. 1:1 proportion) thumbnails on my homepage.
Can you help me?
You can see my blog with some post examples here: http://www.marquesadegourmand.com
Thank you!
Hello,
You can set any page as a homepage from the WordPress settings. You can set the page using visual composer to add a revolution slider element, content blocks , images or any other elements provided by the theme. After you set your page you can then set it as a homepage like so: https://www.screencast.com/t/YyEQh6SF7b
Thank you!
By using the code directly it does not work.
I want to insert the banners in the center Article in the case of very long posts.
I would avoid using plugins, I tried inserting a code directly in the article similar to this:
<div align=”center”>
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– Homepage Leaderboard –>
<ins class=”adsbygoogle”
style=”display:inline-block;width:728px;height:90px”
data-ad-client=”ca-pub-1234567890123456″
data-ad-slot=”1234567890″></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
Thanks
Hi,
i have import the demo and on homepage it appear this error: [vc_row][vc_column width=”1/1″].
On this link you can download a screenshot of the problem: https://drive.google.com/open?id=0BxqNWaJbqPAUQXk0Z3NyVWlwQTg
Can you please help me with this?
Thank you very much!!!
Best regards
Hello roark,
If you want to have the same sidebar on your Contact Page, you should edit the Widgets section ad add the elements which you want to appear in this section. You should use the following code, and place it in your homepage as Contact page and then, the Widgets you can handle it from Widgets area, like this -> http://pastebin.com/cWQd3TN0 -> https://www.screencast.com/t/xOVRyUepU
Thanks for your understanding!
Hi,
Well if it worked before and the problem is only for the homepage, maybe some recent changes are interfering with the ads. Please try to disable all your plugins except Visual composer, clear the cache, enter your code in the ad box element and check to see if the problem is still there. Also check your ad code to be valid, you could test it in other ad spots to see if the problem is with the code.
Thanks
Hi,
Maybe it is an intermittent problem but I can not see it manifest on your website, and I see no issue regarding the logo at the moment, on the category pages – https://www.screencast.com/t/jV8yAsIMeoev the post pages – https://www.screencast.com/t/BWatZ2w4 or the homepage – https://www.screencast.com/t/b14cJio1i
Thanks
Hi Catalin,
Thanks for your response. I’m able to do my own custom coding but would just need to know from you which files and code I would need to modify. Clearly there are more files in play now than just the menu-mobile.php and td_menu.php. Would welcome any info you can provide.
The mobile theme doesn’t really help me since I’m not just displaying articles on the front page.
According to your theme information:
“Homepage – the “Mobile Theme” comes with a single predefined page template that includes two section:
top grid – displays 3 featured posts (posts included in the Featured category)
latest articles – displays the latest articles
If you want to display the same elements on both mobile and desktop, don’t use the mobile theme, the main theme is already capable of this with it’s responsive design for mobiles.”
The latter is what I’m currently doing, so unfortunately the mobile would not meet my needs.
Cheers 🙂
-
This reply was modified 9 years by
MESOTU.
Hi,
1. Try adding the code for your plugin in the header template files – https://www.screencast.com/t/CMgHQwjv25 located in the Theme folder->parts->header and corresponding to the header style you are using. Also make sure the code you are adding is correct, and you integrate it properly in the header structure. Follow the examples and documentation of the plugin, if available.
2. The elements from the Visual composer editor like the “trending now” are available for page building using this plugin. Here is a guide to help you create a page and set it as homepage – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ and also to help you use Visual composer – https://forum.tagdiv.com/how-to-use-visual-composer/
Thanks
Hello,
I want to add “comments section” at the bottom on the “HomePage” please it’s more than urgent for me, any help ??
Thanks
Hey guys –
I followed these instruction https://forum.tagdiv.com/smart-sidebar-2/ but have been unsuccessful in getting the sticky sidebar.
Here are screenshots of what I did. Here is my website http://www.odsonfb.com
Thanks.
Hello,
1 – I want to add a slider in my website (with LayerSlider plugin), but when I put the phphcode in the header.php (I have other websites and it’s work just by adding this php code), but when I save the website crush and I have to delete the <?php layerslider(1) ?> to solve the problem.
How can I add my slider?
2 – I want to add the “trending now” in my home page (like in the categories), but I have to create a static homepage, the problem is I can’t change the latest post style like a normal homepage. Can you help me please?
Best regards!
Hi,
The easier way to do it without modifying the theme files would be to use some custom css to hide the header logo on the homepage like this – https://www.screencast.com/t/vEt78kNjxd that would apply only on the homepage.
This is the code I used, it must be entered in Theme panel->Custom Css
.home
.td-header-style-11
.td-logo-wrap-full {
display: none;
}
Please correct me if I misunderstand, or this is not working for you.
Thanks
Hi,
To add a Facebook like element on a page – https://www.screencast.com/t/Te4v6VJNU in a page structure simply insert it in the location you want and update the page, clearing the cache after adding the widget just to be sure. Try to make other changes to the homepage, and check to see if they are saving. Also check and modify the parameters mentioned in this tutorial, if required – https://forum.tagdiv.com/system-status-parameters-guide/
Thanks
Hello,
you can use this custom css to change the background for any page in particular based on the page ID. Each page has it’s own unique ID you can use to target each individual page. Here is an example:
.page-id-17{
background-color:white!important;
}
This will change your homepage background to white.
Thank you!
Hello,
Normally, we don’t show the author’s box at the bottom of a post. Now, we want to do a op-ed section of our homepage, with some guest authors. So it would be nice to show the bios of the authors at bottom of these posts. They would all be part of a certain category. Is it possible to show the author bio only on certain categories?
kind regards,
Herwig
Hi,
I have a bit of an issue on my hands.
I have added a custom post type and I am unable to exclude it, from the loop at the bottom of the homepage. I have a total of 3 posts created as my CPT. What I noticed is that only 2 of them are displayed at any given time and they both generate 2*
<div class="td-container tdc-content-wrap">
The CPT is not using the format that I have chosen (for the bottom articles) and it renders the entire content. I have tried filtering the posts by another category, excluding the category of the CPT but with not results.
Any ideas what might cause this issue ?
Thank you!
Hi,
I wanna add custom widget “Facebook like box ” in homepage.
Please tell me what i must doing.
I edit the static homepage and try to + add widget , but i dont see custom widgets only show me theme widget.
Thank you.
Mateusz from Poland 🙂
Hello Vittorio,
I have analyzed your case and please keep in mind that here is talking about two different cases. Your first link which you gave me open an homepage and the second link open a category page. So, as I said above, on the homepage you, the theme do not have a normal pagination for blocks/modules but please notice that you can use the Pagebuilder+Latest Articles+Pagination as a page template, like this -> https://www.screencast.com/t/zBLf11o7 Notice that from here you can change your module if you want to display on your homepage. For more information about page templates, please check our useful guide here -> https://forum.tagdiv.com/page-templates-2/
Notice that if you want to have this normal pagination for your entire homepage, the only possibility in this regard is to use that page template, using the Latest Articles module which displays you only the latest articles. Notice that on the category pages, you have available to choose the Normal Pagination from here -> https://www.screencast.com/t/DKDW6zEygK while the blocks/modules does not have this option to be available, as you can see here -> https://www.screencast.com/t/bt1o8EbM
I hope that you understand my explanation and let us know how it goes!
Thanks for your understanding!
Hi,
Please check your homepage in Visual composer to see if everything is how it should be. Also you could try to recreate your homepage, or create a new page and set it as homepage, as a test to see if the error is still present. Please let us know how it goes.
Thanks
Hi, i need post’s title into image like on the right in template home block module.. it’s possible?
thanks advice

Hi there, when I load up my themes homepage I get this https://cl.ly/2J062l2K2O36 and basically not sure how to edit any of the visual composer blocks as its only shortcodes showing up for me? Any ideas on this?