Skip Navigation

[Resolved] Footer is under the content of my View.

This support ticket is created 2 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 4 replies, has 2 voices.

Last updated by zbyszekZ 2 years, 10 months ago.

Assisted by: Minesh.

Author
Posts
#2250705

I am trying to:
Show grid of shops.

Link to a page where the issue can be seen:
hidden link

I expected to see:
Footer is located below page content.

Instead, I got:
Content is on the footer.

#2250769

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Actually, when you deactivate the plugin "Astra Pro" the issue is gone. It's a conflict between "Astra Pro" plugin and we have limited integration with Astra theme. We do not have any official integration with Astra Pro plugin.

However, I've a good news for you as I've workaround to offer you and it's a single line of code. I've added the following JS code to your archive's "Custom CSS and JS" tab's JS box:
Screenshot => hidden link

jQuery( document ).ready(function() {
    jQuery('div.wp-block-toolset-views-wpa-editor').attr('id', 'primary');
    
});

I can see the shop page is displayed perfectly fine: hidden link

Can you please confirm it works at your end as well.

#2250771

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Actually, when you deactivate the plugin "Astra Pro" the issue is gone. It's a conflict between "Astra Pro" plugin and we have limited integration with Astra theme. We do not have any official integration with Astra Pro plugin.

However, I've a good news for you as I've workaround to offer you and it's a single line of code. I've added the following JS code to your archive's "Custom CSS and JS" tab's JS box:
Screenshot => hidden link

jQuery( document ).ready(function() {
    jQuery('div.wp-block-toolset-views-wpa-editor').attr('id', 'primary');
    
});

I can see the shop page is displayed perfectly fine: hidden link

Can you please confirm it works at your end as well.

#2250773

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Actually, when you deactivate the plugin "Astra Pro" the issue is gone. It's a conflict between "Astra Pro" plugin and we have limited integration with Astra theme. We do not have any official integration with Astra Pro plugin.

However, I've a good news for you as I've workaround to offer you and it's a single line of code. I've added the following JS code to your archive's "Custom CSS and JS" tab's JS box:
Screenshot => hidden link

jQuery( document ).ready(function() {
    jQuery('div.wp-block-toolset-views-wpa-editor').attr('id', 'primary');
    
});

I can see the shop page is displayed perfectly fine: hidden link

Can you please confirm it works at your end as well.

#2250799

My issue is resolved now. Thank you!