Navigation überspringen

[Gelöst] Footer is under the content of my View.

This support ticket is created vor 3 Jahren. 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)

Dieses Thema enthält 4 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von zbyszekZ vor 3 Jahren.

Assistiert von: Minesh.

Author
Artikel
#2250705

I am trying to:
Show grid of shops.

Link to a page where the issue can be seen:
versteckter Link

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

Instead, I got:
Content is on the footer.

#2250769

Minesh
Supporter

Sprachen: Englisch (English )

Zeitzone: 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 => versteckter 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: versteckter Link

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

#2250771

Minesh
Supporter

Sprachen: Englisch (English )

Zeitzone: 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 => versteckter 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: versteckter Link

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

#2250773

Minesh
Supporter

Sprachen: Englisch (English )

Zeitzone: 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 => versteckter 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: versteckter Link

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

#2250799

My issue is resolved now. Thank you!