CMS Development

Jlawal
トップ投稿者

Drop down filter dissappeared

解決

Hello,

 

I am modifying this template on this page.

 

The filter (photo1) has dissapeared on my page.

Capture.PNG

 

When looking at the element tab on Chrome's DevTools for the original template (Photo2),  that the element circled does not appear in the element tab on my page:

 

Photo2Photo2

 

 

Any help/advice would be greatly appreciated.

 

Thanks in advance,

Jamila

0 いいね!
1件の承認済みベストアンサー
dennisedson
解決策
HubSpot製品開発チーム
HubSpot製品開発チーム

Drop down filter dissappeared

解決

@Jlawal,

you have new issues in your js file.

There are two places where you have 'groupcall' randomly placed.  

https___www_groupcall_com_hs-fs_hub_1786725_hub_generated_template_assets_1543941150573_Marketplace_HUBGURU_PRIVATE_LIMITED_All_In_One_Full_Template_Pack_Coded_Files_AllInOneTheme-script_js.png

元の投稿で解決策を見る

7件の返信
dennisedson
HubSpot製品開発チーム
HubSpot製品開発チーム

Drop down filter dissappeared

解決
 
0 いいね!
dennisedson
HubSpot製品開発チーム
HubSpot製品開発チーム

Drop down filter dissappeared

解決

@Jlawal

can you just add the missing <span class="resource-name">ALL RESOURCES</span> back into the html field?

 

Jlawal
トップ投稿者

Drop down filter dissappeared

解決

Hi @dennisedson,

 

That has brought back the drop-down box, but it has no functionality!

0 いいね!
dennisedson
HubSpot製品開発チーム
HubSpot製品開発チーム

Drop down filter dissappeared

解決

@Jlawal

there is something wrong in your js file.  

It looks like it actually creates that element. So you will need to remove that element you just added.  

in your js file, i noticed that this part was commented out

 //Groupcall   $(".footer-container-wrapper").append("<div class='back-to-top'><i class='fa fa-angle-double-up'></i></div>");
     
//Groupcall    if ($('.back-to-top').length > 0) {

. but the closing } was not removed.  

Try fixing that and see what happens

Jlawal
トップ投稿者

Drop down filter dissappeared

解決

@dennisedson

 

I added that back in. I haven't seen any changes on the page. I then removed the <span> tag that i added in, and the box on the page dissapeared completely.

 

 

0 いいね!
dennisedson
解決策
HubSpot製品開発チーム
HubSpot製品開発チーム

Drop down filter dissappeared

解決

@Jlawal,

you have new issues in your js file.

There are two places where you have 'groupcall' randomly placed.  

https___www_groupcall_com_hs-fs_hub_1786725_hub_generated_template_assets_1543941150573_Marketplace_HUBGURU_PRIVATE_LIMITED_All_In_One_Full_Template_Pack_Coded_Files_AllInOneTheme-script_js.png

Jlawal
トップ投稿者

Drop down filter dissappeared

解決

Thanks Dennis!!! 大爆笑のロボット

 

Removing the two 'Groupcall's made the filter appear again! Woop woop 🙂