Fatih Tercan
asked 9 years ago

Hi. I have problem social sharing section. Facebook part is problemly. Facebook logo is correct but Facebook sharing name is different. İt shown twitter. I added image about this problem. Thanks for help
http://prntscr.com/5a98ur

2 Answers
Fatih Tercan
answered 9 years ago

and another problem with megamenu. Subnemu isn’t shown articles. I added picture this problem. http://prntscr.com/5a9l2h

DominicStaff
answered 9 years ago

Hi,
Apologies for the delay in replying to you.
To resolve this issue, you can open the custom.js  file in the folder path “yourdomain/themes/dw-focus/assets/js/custom.js “. Find the line 297.
Replace the following code: 

var menuid=$(this).attr('class').replace(/.*menu-item-category-(\d+)\s{0,1}.*/,'$1');

With new code :

var menuid= this.id.split('-')[2];

Hope this helps !

Powered by DW Question & Answer Pro