CMS Development

Shaykoo
参加者

Blogs are not showing in the right order

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

0 いいね!
3件の返信
Kevin-C
名誉エキスパート | Solutions Partner
名誉エキスパート | Solutions Partner

Blogs are not showing in the right order

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:Screen Shot 2019-01-14 at 9.04.54 AM.png

 

 

 

 

 

 

 

 

 

 

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.

Kevin Cornett - Sr. Solutions Architect @ BridgeRev
Shaykoo
参加者

Blogs are not showing in the right order

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?

0 いいね!
Kevin-C
名誉エキスパート | Solutions Partner
名誉エキスパート | Solutions Partner

Blogs are not showing in the right order

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.

Kevin Cornett - Sr. Solutions Architect @ BridgeRev