- NewsmagHomepage – How to build and set it
- NewsmagtagDiv Composer Tutorial
- NewsmagNewsmag documentation
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagPage templates
Hello,
I’m building a page. Default template used (which says : “Default template, perfect for page builder or content pages.”).
I’m clicking on tagdiv composer while the page is totally empty.
I add a 2/3 + 1/3 ROW.
On 2/3 column, I add a simple html text for my page content.
On 1/3 column, I add a widget sidebar, and select the default sidebar that I already use for homepage.
I click SAVE.
When displaying the page, the sidebar is not scrolling with the screen, it is fixed.
Sticky side bar is activated in my theme panel settings, and works perfectly on homepage, articles, normal pages (not built with tag div composer).
Any fix ?
Thank you
Note : the website is not live yet, so I can’t provide you with a link now
Hi,
If you are referring to the post section or Homepage button in the 404 pages, they inherit the theme accent color (button when hovered)
– https://www.screencast.com/t/jfwvWVwmf3ET
We will probably include 404 templates in an update of the Cloud library plugin, so you can design theme in any way you like.
Wow, With you help and comparing the font settings between the demo-created homepage and my homepage almost got what I wanted. Thanks for your help!
Two doubts left:
How can I remove the space between the header & The Big Grid?

And how can i set he Big Grid to have the same weight and set it on the bottom of the image, as it is on the demo. (I don’t see specific configuration for this on the theme panel, nor on the tagdiv composer on the homepage generated by the demo).
-
This reply was modified 8 years by
TheSyst3m.
Dear, I was editing my homepage with TD Composer and it has the sidebar which I used on nearly every page. When I complete finishing editing it, then the sidebar disappears. I am sending you the screen shots.
Site is
Dear, this error is showing in the sidebar section of the page. Please check it out and help me with the solution of the problem
Hi,
Notice that the Blog will appear only if you will use the Blog mode and the Home appears only if you are using the Homepage (set up by your latest posts).
Thanks.
Hi,
I have inspected your website homepage and a few posts, they are all marked as secure at the moment
– https://www.screencast.com/t/Tar7BoxPWgPx
There are no insecure content or mixed content notices. Maybe you resolved the problem.
Thanks
Hi! I am using the Newspaper Theme with the Craft demo. My problem is that my header image and the background color are not loading simultaneously. My image is loading first and then the background color, making it look ugly for the first 2 seconds. I wouldn’t mind if the background color loaded before the image but that’s not the case. Also, my homepage is very slow to load. The header loads perfectly fine in the theme’s demo. Is there a reason this might be happening? How can I fix it?
Header while loading —> https://s33.postimg.cc/ocwyp40db/Screen_Shot_2018-07-04_at_9.08.51_PM.png
Header after loading —> https://s33.postimg.cc/bmsqblcv3/Screen_Shot_2018-07-04_at_9.09.02_PM.png
Thanks in advance for any help that you can provide!
The header.
The header menu automatically adds space below the list, and seems it’s no possibilty to enable the hover to change the color of the text (demo), because while setting the hover on the control panel it changes the header menu background (deal-breaker). I see text in my case is located at the top of the images, i like it more at the bottom. How can we get this done?
How can I reduce the margin + apply hover color only to text?

Issues 3 & 4:
While configuring the Block 9, it shows comments counter (comments are disable, I want to hide this), the text occups much more size and show more data as author and date. I want it to be just as short and compact as in the demo. (Bullets included). And remove the “continue to category” text. How can I get this?

@Johann We could take a look, send us an email at contact@tagdiv.com and provide admin login. We will take a look at the homepage issue. Please include a link to this topic in the email.
Hi,
So the issue happens only with the homepage? if you create a new page or edit other pages there is no problem? We could take a look, send us an email at contact@tagdiv.com and provide admin login, also cPanel if possible. Include a link to this topic in the email.
Hi guys,
I’m jumping here as I have the same issue.
If I create a new page, I don’t have it.
But for the existing page, I have the “Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!” message that appears.
How to fix this and be able to build back and make some changes on the existing page, and moreover my Homepage ?
Cheers,
Jo
Hi,
@anilbunny123 I will help you, but unfortunately I don’t understand what exactly you want to do.
I see you are using the default WordPress blog layout, maybe you want to create and set a static page instead, with the tagDiv composer
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://forum.tagdiv.com/block-settings-guide/
It would be very helpful if you can explain with more details what you want to do with the website, for a better understanding.
Thanks
Hi,
I see you use a blog style homepage, instead of a static page. The module used to display the posts can be selected in the Theme panel->Template settings
– https://www.screencast.com/t/51AHiGL39c
Thanks
Is there a way we can install a floating sidebar on the homepage created by TD Composer.
OR
if we can have Infinite Load on Post Loop Settings (under template ‘Pagebuilder + Latest Articles + pagination).
Basically I want to display my latest articles under the various elements I have created with TD Composer but I need to have two things together – 1) Infinite Load & 2) Floating sidebar..
Hey Catalin,
thank you this is my website http://www.knowaabout.com , this the first problem is with https doesn’t showing up in to my homepage, and secondly when i go the another poste https showing up ??
THANKS Catalin
Hi,
Basically the one page you would have to create is the homepage
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
The post pages, category pages, tag pages, author pages, these will be created automatically. From the homepage the visitors can navigate the website. The menu can be set normally
– https://forum.tagdiv.com/main-menu/
You can create different types of mega-menu as well
– https://forum.tagdiv.com/mega-menu/
Thanks
Maybe you could suggest some plugin that could do this. It would be really helpful if the featured video plays on the homepage itself.
Hello all, I create a post, publish and can view the article. When I am still logged in the posts appear on the homepage in the different widgets. When I view the website not logged in, they are not present, but still accessible from the url.
Website: https://www.thelegalfeed.com/
example of post visiable when logged in, but not when logged out: https://www.thelegalfeed.com/fdic-section-19-waivers-and-appeals/
Screenshot logged in:
screenshot logged out:
Can i use your code <?php echo human_time_diff( get_the_time(‘U’, $this->post->ID), current_time(‘timestamp’) ) . ‘ ago’; ?> for post pages (single.php) sir?
I put
<?php echo human_time_diff( get_the_time(‘U’),
current_time(‘timestamp’) ) . ‘ ago’; ?>
on my mobile front page but i need the code to put on the single.php that will show timeago for individual posts.
just wondering about the difference between the two codes which is $this->post->ID
Also, There is a dash (-) inbetween the authors name and category name on my homepage(using the newspaper mobile theme), i dont know how to hide it and make the meta info closer to each other.
Also, how do i include the time ago on the featured posts.
my url is https://wizimatic.com (pls access from mobile to see)
The styling using “myclass” worked perfectly.
Hey,
Sorry for the late reply – but that won’t work.
That shadow, in the css, I’m trying to put around each article, not the whole element. Sorry, I should have probably been more specific earlier.
The problem is that if I do any of the above suggestions it will affect everything and not ONLY the articles I’m trying to make look like cards.
I think, what I need to do is duplicate the flexbox element and change the classes.
So for example:
1 flexbox at the top of the homepage
– let’s call it flexbox because it’s the default
1 flexbox lower on the homepage
– let’s call it flexbox2
– then I can change the class names (eg. .td-module-container-home2)
To make the end result looks like this: https://imgur.com/a/Q0TlIq4
I think what I need help with now is can you tell me how I can add a second flexbox? Or what files I would need to duplicate?
Thanks!
Sorry, I am posting this again as I have not had a response:
Hi,
On the homepage, I am adding the URL to the title of each block. I get success message. However it does not actually save.
No problems saving Titles using block in widget areas
Any Help appreciated?
Hi,
You can see the demo homepage content in the theme files, all the homepages can be seen. For the smart app demo here
– https://www.screencast.com/t/g6t26P85P6T
That is the content of that demo homepage. Place it in a page and edit it with the composer
– https://www.screencast.com/t/VBsWA58H
Then you can see what each element is and how the layout is achieved
– https://www.screencast.com/t/Oj6E6lqbYy
Be sure to check the CSS tab for the rows and elements, to replicate the design
– https://www.screencast.com/t/V0ybNlx4jj
Thanks
Hi,
If you use the same sorting for blocks and grids, there could be duplicates or even the same post displayed exactly. There are settings like filtering and sorting to try and avoid it
– https://forum.tagdiv.com/block-settings-guide/
In case the same sorting is necessary, there is an offset option you can use
– https://forum.tagdiv.com/offset-feature/
Or, as I see you don’t use pagination for the elements in the homepage, activate the unique articles setting
– https://forum.tagdiv.com/unique-articles/
Thanks
I do NOT want to show the header ad on my newly created (by TD Composer) homepage but I want it to be displayed on all the posts (as it is showing at the moment).
The option to remove ‘Header Ad’ on TD Composer is not visible and if I delete the code from the theme panel it won’t show in posts as well.
Please let me know how can I remove header AD on my homepage from TD Composer.
https://bikeadvice.in/
Thanks
Hi,
On the homepage, I am adding the URL to the title of each block. I get success message. However it does not actually save.
No problems saving Titles using block in widget areas
Any Help appreciated?