Sauter la navigation

[Résolu] Footer is under the content of my View.

This support ticket is created Il y a 3 années. 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)

Ce sujet contient 4 réponses, a 2 voix.

Dernière mise à jour par zbyszekZ Il y a 3 années.

Assisté par: Minesh.

Auteur
Publications
#2250705

I am trying to:
Show grid of shops.

Link to a page where the issue can be seen:
lien caché

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

Instead, I got:
Content is on the footer.

#2250769

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: 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 => lien caché

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: lien caché

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

#2250771

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: 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 => lien caché

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: lien caché

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

#2250773

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: 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 => lien caché

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: lien caché

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

#2250799

My issue is resolved now. Thank you!