- This topic has 12 replies, 4 voices, and was last updated 9 years, 3 months ago by
Tom.
-
AuthorPosts
-
September 3, 2016 at 4:00 pm #223570
Christer Eklund
Hello!
I put in a HTML in 2 or more widgets. From Facebook, instagram and more. When i use it on Twenty-series themes it works. But not in GP. This says it work to use HTML this type of widgets. But not in your theme. Just testing and this be blank and no text and images.
How i doing now for working?
Regards
ChristerSeptember 3, 2016 at 8:24 pm #223581Leo
StaffCustomer SupportHTML should work in gp the exact same way as it does in twenty series themes.
Can you provide the HTML you are trying to add?September 3, 2016 at 11:17 pm #223634Tom
Lead DeveloperLead DeveloperA link to it not working would really help as well 🙂
September 4, 2016 at 8:50 am #223756Christer Eklund
One of this HTML code is:
if you look at my page: http://www.diggo.se right bars i will have this facebook code. Are only Facebook-codes i have problem with.
Tanks for help!
Regards
ChristerSeptember 4, 2016 at 9:12 am #223765Christer Eklund
<div class="fb-like" data-href="http://www.diggo.se" data-layout="box_count" data-action="recommend" data-show-faces="true" data-share="true"></div> <div class="fb-like" data-href="http://www.diggo.se" data-layout="button_count" data-action="recommend" data-show-faces="true" data-share="true"></div>Now you meybe can see the code
September 4, 2016 at 9:21 am #223773Tom
Lead DeveloperLead DeveloperWhere’d you get that HTML from?
September 4, 2016 at 9:37 am #223780Christer Eklund
Facebook
September 4, 2016 at 9:43 am #223782Christer Eklund
Just finding the problem. the JavaScript is not running on the right theme. Just finding what i need doing for working on the new theme.
September 4, 2016 at 11:51 am #223805Tom
Lead DeveloperLead DeveloperLooks like it’s working now? 🙂
September 4, 2016 at 12:00 pm #223811Christer Eklund
Yes ‘<iframe>’ looks work.
September 4, 2016 at 12:01 pm #223812Tom
Lead DeveloperLead DeveloperGreat 🙂
December 17, 2016 at 1:48 am #255601Joost
Hey there,
I have the same kind of problem. I’ve posted the following HTML code in one of my footer widgets. They’re supposed to be social media buttons. The thing is howerver, the links seem to work, but the buttons won’t appear. The files are saved on my WP server. (www.forensicare.nl)
<div> <a href="https://twitter.com/ForensiCare_NL"><img alt width="40" height="40" /></a> <a href="https://www.linkedin.com/company/10349942"><img alt width="40" height="40" /> </div>Could you help me out?
Kind regards,
Joost
December 17, 2016 at 10:26 am #255709Tom
Lead DeveloperLead DeveloperThere’s no
src=""in your<img>tags.You need to point the image to the file:
<img src="FULL URL TO MY IMAGE FILE" alt="" /> -
AuthorPosts
- You must be logged in to reply to this topic.