Jan 14, 2019 6:48 AM
Hi, I am trying to make a blog template but the images and the blog post in the listing page are not coming in order, even there is one inline form whose input field isn't working so does the submit button.
this is the blog page: https://www.fylehq.com/carpe-per-diem
and this is the template link for the same : https://app.hubspot.com/beta-design-manager/3906991/templates/6913674046#module=15467537836021692
Jan 14, 2019 9:12 AM
Hey @Shaykoo
2 very different issues here:
1) I'm assuming "the right order" is chronological? If that is the case we'll need to see the blog template code. The ": https://app.hub" link you provided is a direct link to YOUR organizations account, therefore we do not have access to view it.
Dig around in here, I'm sure the listing order is addressed.
2) You form works perfectly fine, the issue is that you've got a div that covers the form. This is preventing the user from clicking into it, and most of your site for that matter. See below:
As you can see the div witht he class "sticky-item-wrapper" spans the width of the page and lives on top of the content. Try rearranging your modules int he drag and drop editor.
Jan 14, 2019 9:24 AM
Thanks for the reply @Kevin-C, If you could tell me how to remove the div which is blocking the form and other modules. And is there anyway I can send you the code for this template?
Jan 14, 2019 9:38 AM
Afte a deeper look there is some positioning happening, via JS when that module is scrolled into view. The code that causes the "blocking" is added dynamically, so if you can find where that is stored you can edit it rather easily…i'd imagine.
You can post some code here but I've got a feeling without being directly in the evironement, this will be hard to diagnose.
This issue might warrant reaching out to the developer of the module/template you are using.