Home › Forums › WoodMart support forum › Icons disapears when clicking from the top banner
Icons disapears when clicking from the top banner
- This topic has 11 replies, 2 voices, and was last updated 5 years, 1 month ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 21, 2019 at 12:43 pm #151390
CuriousParticipantHello,
When I click to the page kontakt-os. The icons on the side disapears. See attached.
Kind regards
October 21, 2019 at 2:54 pm #151440
Aizaz Imtiaz AwanKeymasterHello,
Your problem is resolved now all the icons are shown on that page also. Actually the problem is that the page was using HTTP not HTTPS that why the resources not loading. But now it is fixed.
Screenshot for clarification: https://jmp.sh/VwT7VyB
Best Regards.
October 22, 2019 at 7:53 am #151575
CuriousParticipantHello,
It is still happening. I have attached a screenshot.
Kind regards
October 22, 2019 at 12:00 pm #151635
Aizaz Imtiaz AwanKeymasterHello,
I have test your site. You are using a third party plugin “Social Media Widget by Acurax” which tried to get some resources due to which icons not shown.
Just deactivate that third party plugin “Social Media Widget by Acurax”. It will surely fixed the issue.
Best Regards.
October 22, 2019 at 1:19 pm #151662
CuriousParticipantThe plugin is social media buttons in the footer. If I deactivate it, then how do I add social media buttons to the footer?
October 22, 2019 at 2:18 pm #151697
Aizaz Imtiaz AwanKeymasterHello,
You can use the theme default social media buttons in the footer area except for using that third party plugin. From the widgets area Appearance >> Widgets.You can use this shortcode [social_buttons] to the footer column.
Best Regards.
October 23, 2019 at 7:33 am #151786
CuriousParticipantHello,
I have completely deleted the plugin now, but itis still doing it. See attached.
Kind regards
October 23, 2019 at 7:54 am #151793
CuriousParticipantI have added [social_buttons type="follow"] to the footer, but where to I edit the buttons? I have looked under Theme Setting > Social profiles, but they are only for. I have edited from the header builder, but that only edits the buttons in the top header.
Kind regards
October 23, 2019 at 11:16 am #151852
Aizaz Imtiaz AwanKeymasterHello,
At my end icons shown on that page. It might be the cache issue at your end: https://jmp.sh/zXA6xUM
You can edit those footer buttons with custom code to change the style. If you want to change the footer social media color then you can use the below CSS code in Theme Settings >> Custom Code >> Global Custom CSS:
.woodmart-social-icons.icons-size-default i{ color:red; }
Best Regards.
October 23, 2019 at 11:35 am #151861
CuriousParticipantHello,
I have emphtied my chache and pictures and it is still happening. It only happens when i click on “kontakt os” in the top header. When I click in to the same page, through link and other menus, it is just as it should be.
Kind regards
Attachments:
You must be logged in to view attached files.October 23, 2019 at 11:38 am #151864
CuriousParticipantI want to make the social meida buttons:
– Size bigger
– With their real colors
– Square
– With hover effect
– Move them to the leftOctober 23, 2019 at 2:06 pm #151922
Aizaz Imtiaz AwanKeymasterHello,
After testing I noticed that the menu you used in your top bar is “Top Bar Right” and you used a link without https and using simply http, which is the cause of this issue. But now I put https and the issue is fixed.
Screenshot of the link that you used before: https://jmp.sh/lKT8CBj
I use the below CSS code in Theme Settings >> Custom Code >> Global Custom CSS to use the square boxes around the icons, size bigger, real colors and hover effect.
.woodmart-social-icons.icons-size-default i{ font-size:25px; border: solid white 2px; padding: 6px; } .icons-design-default .woodmart-social-icon i:hover{ color:red; }
You can also change the hover color in the above code.
To move the icons to left you need to use your icons in the footer’s first column from Appearance >> Widgets.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register